Salesforce Certified Data Cloud Consultant (Data-Con-101) Exam Practice Test

Page: 1 / 14
Total 170 questions
Question 1

A company wants to test its marketing campaigns with different target populations.

What should the consultant adjust in the Segment Canvas interface to get different populations?



Answer : A

Segmentation in Salesforce Data Cloud:

The Segment Canvas interface is used to define and adjust target populations for marketing campaigns.


Elements for Adjusting Target Populations:

Direct Attributes: These are specific attributes directly related to the target entity (e.g., customer age, location).

Related Attributes: These are attributes related to other entities connected to the target entity (e.g., purchase history).

Population Filters: Filters applied to define and narrow down the segment population (e.g., active customers).

Steps to Adjust Populations in Segment Canvas:

Direct Attributes: Select attributes that directly describe the target population.

Related Attributes: Incorporate attributes from related entities to enrich the segment criteria.

Population Filters: Apply filters to refine and target specific subsets of the population.

Example: To create a segment of 'Active Customers Aged 25-35,' use age as a direct attribute, purchase activity as a related attribute, and apply population filters for activity status and age range.

Practical Application:

Navigate to the Segment Canvas.

Adjust direct attributes and related attributes based on campaign goals.

Apply population filters to fine-tune the target audience.

Question 2

A consultant is planning the ingestion of a data stream that has profile information including a mobile phone number.

To ensure that the phone number can be used for future SMS campaigns, they need to confirm the phone number field is in the

proper E164 Phone Number format. However, the phone numbers in the file appear to be in varying formats.

What is the most efficient way to guarantee that the various phone number formats are standardized?



Question 3

A finance company that uses Data Cloud wants to simplify how its users can view all the various channels a customer engages with Which feature should the consultant recommend to meet this requirement?



Answer : A

To simplify how users can view all the various channels a customer engages with, the best solution is to use Data Cloud to connect with analytic tools like Tableau . Here's why and how this works:

Understanding the Requirement

The finance company wants its users to have a consolidated view of all customer engagement channels (e.g., email, social media, website interactions, etc.). This requires:

Aggregating data from multiple sources into a unified platform.

Providing an intuitive and visual way to analyze and interpret the data.

Why Use Data Cloud with Analytic Tools like Tableau?

Data Cloud as a Centralized Data Hub : Salesforce Data Cloud aggregates data from multiple sources (e.g., CRM, Marketing Cloud, external systems) into a unified platform. This ensures that all customer engagement data is available in one place.

Tableau for Advanced Visualization :

Tableau is a powerful analytics and visualization tool that integrates seamlessly with Salesforce Data Cloud.

It allows users to create interactive dashboards and reports that provide a comprehensive view of customer engagement across all channels.

Users can drill down into specific channels, analyze trends, and gain actionable insights without needing advanced technical skills.

Simplified User Experience : By leveraging Tableau's intuitive interface, users can easily explore and understand customer engagement patterns without requiring deep knowledge of the underlying data structure.

Steps to Implement This Solution

Step 1: Ingest Data into Data Cloud

Ensure that all relevant customer engagement data (e.g., website visits, email interactions, social media activity) is ingested into Data Cloud from various sources.

Use Data Streams to bring in data from CRM, Marketing Cloud, and other external systems.

Step 2: Connect Data Cloud to Tableau

Navigate to Setup > Analytics > Tableau CRM in Salesforce.

Configure the integration between Data Cloud and Tableau to enable seamless data flow.

Step 3: Create Dashboards in Tableau

Use Tableau to build dashboards that consolidate customer engagement data from all channels.

Include visualizations such as bar charts, heatmaps, and trend lines to highlight key insights (e.g., most active channels, engagement frequency, etc.).

Step 4: Share Dashboards with Users

Publish the dashboards to Tableau Server or Tableau Online.

Provide access to the relevant users within the finance company so they can view and interact with the dashboards.

Why Not Other Options?

B. Use calculated insights to determine when and how to engage with various customers : While calculated insights are useful for understanding customer behavior, they do not provide a consolidated view of all engagement channels. This option focuses more on decision-making rather than visualization.

C. Create segments based on the ingested data and insights to activate in Marketing Cloud : Segmentation is valuable for targeting specific groups of customers, but it does not address the requirement to view all engagement channels in one place. Segments are more about grouping customers rather than providing a holistic view.

D. Use Data Cloud to ingest data from various available data sources : While ingesting data is a critical first step, it does not solve the problem of simplifying how users view engagement channels. The focus here is on data ingestion, not visualization or analysis.

Conclusion

By connecting Data Cloud with Tableau , the finance company can provide its users with a simplified and visually intuitive way to view all customer engagement channels. This approach lever


Question 4

Cumulus Financial needs to create a composite key on an incoming data source that combines the fields Customer Region and Customer Identifier.

Which formula function should a consultant use to create a composite key when a primary key is not available in a data stream?



Answer : A

Composite Keys in Data Streams: When working with data streams in Salesforce Data Cloud, there may be situations where a primary key is not available. In such cases, creating a composite key from multiple fields ensures unique identification of records.

Formula Functions: Salesforce provides several formula functions to manipulate and combine data fields. Among them, the CONCAT function is used to combine multiple strings into one.

Creating Composite Keys: To create a composite key using CONCAT, a consultant can combine the values of Customer Region and Customer Identifier into a single unique identifier.

Example Formula: CONCAT(Customer_Region, Customer_Identifier)

Reference:

Salesforce Documentation: Formula Functions

Salesforce Data Cloud Guide


Question 5

Which configuration supports separate Amazon S3 buckets for data ingestion and activation?



Question 6

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

Choose 2 answers



Answer : B, D

Dependencies in Data Cloud:

Before disconnecting a data source, all dependencies must be removed to prevent data integrity issues.


Identifying Dependencies:

Segment: Segments using data from the source must be deleted or reassigned.

Data Stream: The data stream must be disconnected, as it directly relies on the data source.

Steps to Remove Dependencies:

Remove Segments:

Navigate to the Segmentation interface in Salesforce Data Cloud.

Identify and delete segments relying on the data source.

Disconnect Data Stream:

Go to the Data Stream settings.

Locate and disconnect the data stream associated with the source.

Practical Application:

Example: When preparing to disconnect a legacy CRM system, ensure all segments and data streams using its data are properly removed or migrated.

Question 7

Cumulus Financial uses Service Cloud as its CRM and stores mobile phone, home phone,

and work phone as three separate fields for its customers on the Contact record. The company plans

to use Data Cloud and ingest the Contact object via the CRM Connector.

What is the most efficient approach that a consultant should take when ingesting this data to ensure

all the different phone numbers are properly mapped and available for use in activation?



Answer : B

The most efficient approach that a consultant should take when ingesting this data to ensure all the different phone numbers are properly mapped and available for use in activation is B. Ingest the Contact object and use streaming transforms to normalize the phone numbers from the Contact data stream into a separate Phone data lake object (DLO) that contains three rows, and then map this new DLO to the Contact Point Phone data map object. This approach allows the consultant to use the streaming transforms feature of Data Cloud, which enables data manipulation and transformation at the time of ingestion, without requiring any additional processing or storage. Streaming transforms can be used to normalize the phone numbers from the Contact data stream, such as removing spaces, dashes, or parentheses, and adding country codes if needed. The normalized phone numbers can then be stored in a separate Phone DLO, which can have one row for each phone number type (work, home, mobile). The Phone DLO can then be mapped to the Contact Point Phone data map object, which is a standard object that represents a phone number associated with a contact point. This way, the consultant can ensure that all the phone numbers are available for activation, such as sending SMS messages or making calls to the customers.

The other options are not as efficient as option B. Option A is incorrect because it does not normalize the phone numbers, which may cause issues with activation or identity resolution. Option C is incorrect because it requires creating a calculated insight, which is an additional step that consumes more resources and time than streaming transforms. Option D is incorrect because it requires creating formula fields in the Contact data stream, which may not be supported by the CRM Connector or may cause conflicts with the existing fields in the Contact object.Reference:Salesforce Data Cloud Consultant Exam Guide,Data Ingestion and Modeling,Streaming Transforms,Contact Point Phone


Page:    1 / 14   
Total 170 questions