00:00

QUESTION 6

Which data stream category should be assigned to use the data for time-based operations in segmentation and calculated insights?

Correct Answer: A
The transaction data stream category should be assigned to use the data for time-based operations in segmentation and calculated insights. This category indicates that the data stream contains events that occur at a specific point in time and have a duration. References:
https://help.salesforce.com/s/articleView?id=sf.c360_a_data_cloud_data_stream_category. htm&type=5

QUESTION 7

Which two dependencies need to be removed prior to disconnecting a data source?

Correct Answer: BC
These are the two dependencies that need to be removed prior to disconnecting a data source. A data stream is a process that ingests data from a data source into Data Cloud. A segment is a group of customers that meet certain criteria based on their data. If a data source is disconnected, any data streams or segments that depend on it will no longer function properly. References: [Data Sources], [Data Streams], [Segments]

QUESTION 8

Northern Trail Outfitters wants to be able to calculate each customer's lifetime value (LTV) but also create breakdowns of the revenue sourced by website, mobile app, and retail channels. How should this use case be addressed in Data Cloud?

Correct Answer: C
This feature can help Northern Trail Outfitters calculate each customer??s lifetime value (LTV) and create breakdowns of the revenue sourced by different channels. Streaming data transformations allow you to transform and enrich streaming data from different sources using formulas and operators. References: https://help.salesforce.com/s/articleView?id=sf.c360_a_data_cloud_streaming_data_transf orm.htm&type=5

QUESTION 9

What is the first thing a business stakeholder should focus on when considering a Data Cloud implementation?

Correct Answer: B
This is the first thing a business stakeholder should focus on when considering a Data Cloud implementation. Obtaining cross-organizational buy-in involves aligning the goals and expectations of different teams and stakeholders who will use or contribute to Data Cloud. References: https://trailhead.salesforce.com/content/learn/modules/customer-data-platform-basics/get- started-with-customer-data-platform

QUESTION 10

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?

Correct Answer: B
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.