ExamGecko
Home Home / Salesforce / Certified Data Cloud Accredited Professional

Salesforce Certified Data Cloud Accredited Professional Practice Test - Questions Answers, Page 9

Question list
Search
Search

List of questions

Search

Which data model object category can a Data Cloud user create segments on?

A.
Profile
A.
Profile
Answers
B.
Unified Individual only
B.
Unified Individual only
Answers
C.
Engagement
C.
Engagement
Answers
D.
Other
D.
Other
Answers
Suggested answer: B

Explanation:

According to the Data Cloud documentation, segments can only be created on the Unified Individual entity, which represents the result of Identity Resolution. The other data model object categories, such as Profile, Engagement, and Other, are not available for segmentation.

What are three benefits of Calculated Insights over Segmentation Operators?

A.
Calculated Insights are better suited for non-trivial calculations, such as calculating a Net Promoter Score as a percentage
A.
Calculated Insights are better suited for non-trivial calculations, such as calculating a Net Promoter Score as a percentage
Answers
B.
Calculated Insights results can be refreshed near real time
B.
Calculated Insights results can be refreshed near real time
Answers
C.
Calculated Insights are better suited for single row based operation
C.
Calculated Insights are better suited for single row based operation
Answers
D.
Calculated Insights can query engagement data greater than 2 years
D.
Calculated Insights can query engagement data greater than 2 years
Answers
E.
Calculated Insights are better suited for complex queries over multiple objects
E.
Calculated Insights are better suited for complex queries over multiple objects
Answers
Suggested answer: A, D, E

Explanation:

Calculated Insights are predefined and calculated metrics that can help you build segments. Some of the benefits of Calculated Insights over Segmentation Operators are:

Calculated Insights are better suited for non-trivial calculations, such as calculating a Net Promoter Score as a percentage, which would require multiple steps and operators in segmentation.

Calculated Insights can query engagement data greater than 2 years, while segmentation operators are limited to 2 years of engagement data.

Calculated Insights are better suited for complex queries over multiple objects, such as joining data from different sources or aggregating data across different levels.

What is the result of a segmentation criteria filtering on City | Is Equal To I 'San Jose?

A.
Cities containing 'San Jose', 'San Jose', 'san jose'. or 'san jose'
A.
Cities containing 'San Jose', 'San Jose', 'san jose'. or 'san jose'
Answers
B.
Cities only containing 'San Jose' or 'San Jose'
B.
Cities only containing 'San Jose' or 'San Jose'
Answers
C.
Cities only containing 'San Jose' or 'san jose'
C.
Cities only containing 'San Jose' or 'san jose'
Answers
D.
Cities only containing 'San Jose' or 'san jose'
D.
Cities only containing 'San Jose' or 'san jose'
Answers
Suggested answer: C

Explanation:

According to the Data Cloud documentation, the Is Equal To operator is case-insensitive, meaning it matches values regardless of capitalization. Therefore, the segmentation criteria filtering on City | Is Equal To | 'San Jose' will include cities that contain either 'San Jose' or 'san jose'.

An administrator wants to be able to create a multi-dimensional metric to identify unified individual lifetime value (LTV). Which sequence of DMO joins are necessary within the Calculated Insight to enable this calculation?

A.
Unified Individual > Individual > Sales Order
A.
Unified Individual > Individual > Sales Order
Answers
B.
Unified Individual > Unified Link Individual > Sales Order
B.
Unified Individual > Unified Link Individual > Sales Order
Answers
C.
Sales Order > Unified Individual
C.
Sales Order > Unified Individual
Answers
D.
Sales Order > Individual > Unified Individual
D.
Sales Order > Individual > Unified Individual
Answers
Suggested answer: B

Explanation:

To create a multi-dimensional metric to identify unified individual lifetime value (LTV), the administrator needs to join the following data model objects (DMOs) in the Calculated Insight:

Unified Individual: This DMO represents the unified profile of an individual, which contains attributes from multiple sources.

Unified Link Individual: This DMO represents the link between an Individual DMO and a Unified Individual DMO.

Sales Order: This DMO represents a transaction or purchase made by an individual.

The sequence of joins should start from the Unified Individual DMO, then join the Unified Link Individual DMO using the UnifiedIndividualId field, and then join the Sales Order DMO using the IndividualId field. This way, the administrator can access the sales order data for each unified individual and calculate their lifetime value.

What should an administrator do to pause a segment activation but with the intent of using that segment again?

A.
Inactivate the segment
A.
Inactivate the segment
Answers
B.
Delete the segment
B.
Delete the segment
Answers
C.
Stop the Publish Schedule
C.
Stop the Publish Schedule
Answers
D.
Skip the Activation
D.
Skip the Activation
Answers
Suggested answer: C

Explanation:

To pause a segment activation but with the intent of using that segment again, the administrator should stop the publish schedule for that segment. This will stop the segment from being refreshed and activated, but it will not delete or inactivate the segment. The administrator can resume the publish schedule at any time.

Cumulus Financial wants to be able to track the daily transaction volume for of each of its customers in real time and send out a notification as soon it detects volume outside a customer's normal range. How should an administrator accommodate this request?

A.
Use Streaming Data Transformations with a Flow
A.
Use Streaming Data Transformations with a Flow
Answers
B.
Use a Streaming Insight paired with a Data Action
B.
Use a Streaming Insight paired with a Data Action
Answers
C.
Use Streaming Data Transformations combined with a Data Action
C.
Use Streaming Data Transformations combined with a Data Action
Answers
D.
Use a Calculated Insight paired with a Flow
D.
Use a Calculated Insight paired with a Flow
Answers
Suggested answer: B

Explanation:

To track the daily transaction volume for each customer in real time and send out a notification as soon as it detects volume outside a customer's normal range, the administrator should use a Streaming Insight paired with a Data Action. A Streaming Insight is a metric that is calculated on streaming data as it is ingested into Data Cloud, allowing near-real-time analysis of customer behavior. A Data Action is an action that is triggered by a Streaming Insight, such as sending an email, updating a record, or calling an API. By using these features, the administrator can monitor and respond to customer transactions in real time.


When performing Segmentation or Activation, which timezone is used to publish and refresh data?

A.
Timezone of the Data Cloud Admin user
A.
Timezone of the Data Cloud Admin user
Answers
B.
Timezone is explicitly specified when creating a segment or activation
B.
Timezone is explicitly specified when creating a segment or activation
Answers
C.
Timezone set by the Salesforce Data Cloud org
C.
Timezone set by the Salesforce Data Cloud org
Answers
D.
Timezone of the user defining the activity
D.
Timezone of the user defining the activity
Answers
Suggested answer: C

Explanation:

According to the Salesforce Data Cloud documentation1, the timezone used for Segmentation and Activation is the one set by the Salesforce Data Cloud org, not by the individual user or admin. This ensures consistency and accuracy across different users and regions.

An administrator has configured the Salesforce CRM connector and set up a data stream for the Case object. A new custom field called 'Business Priority' was created on the Case object. However, that field is not available when trying to add it in the data stream. What could be causing this issue?

A.
Custom fields on the Case objects are not supported for ingesting into Data Cloud
A.
Custom fields on the Case objects are not supported for ingesting into Data Cloud
Answers
B.
Utilize the Salesforce Dataloader application to perform a bulk upload from a desktop
B.
Utilize the Salesforce Dataloader application to perform a bulk upload from a desktop
Answers
C.
The Data Cloud administrator does not need to do anything. After 24 hours when the data stream refreshes, it will automatically include any new fields that were added to CRM
C.
The Data Cloud administrator does not need to do anything. After 24 hours when the data stream refreshes, it will automatically include any new fields that were added to CRM
Answers
D.
The Salesforce Integration User is missing 'Read' permissions on the newly created field
D.
The Salesforce Integration User is missing 'Read' permissions on the newly created field
Answers
Suggested answer: D

Explanation:

One possible reason why a new custom field is not available in the data stream is that the Salesforce Integration User, which is used to connect to the CRM source, does not have ''Read'' permissions on that field2. To fix this issue, the administrator needs to grant the appropriate permissions to the Integration User profile or permission set.

Which two dependencies can prevent a Data Stream from being deleted?

A.
A data stream attribute is mapped to a Data Model object
A.
A data stream attribute is mapped to a Data Model object
Answers
B.
A data stream attribute is used in Calculated Insight
B.
A data stream attribute is used in Calculated Insight
Answers
C.
A data stream attribute is used in Segmentation
C.
A data stream attribute is used in Segmentation
Answers
D.
A data stream attribute is used in Activation
D.
A data stream attribute is used in Activation
Answers
Suggested answer: A, B

Explanation:

A data stream cannot be deleted if any of its attributes are mapped to a Data Model object or used in a Calculated Insight3. These dependencies need to be removed before deleting the data stream.

A retail customer wants to bring customer data from different sources and wants to take advantage of Identity Resolution so that it can be used in Segmentation. On which entity should this be segmented for activation membership?

A.
Subscriber
A.
Subscriber
Answers
B.
Unified Contact
B.
Unified Contact
Answers
C.
Unified Individual
C.
Unified Individual
Answers
D.
Individual
D.
Individual
Answers
Suggested answer: C

Explanation:

The Unified Individual entity represents the result of Identity Resolution, which links together multiple records of an individual from different sources into a single profile4. This entity can be used for Segmentation and Activation, as it provides a complete and accurate view of each customer.

Total 92 questions
Go to page: of 10