Salesforce Certified Data Cloud Consultant Data-Con-101 Exam Questions

Page: 1 / 14
Total 168 questions
Question 1

Cumulus Financial (CF) wants to target loyal and engaged customers. When a platinum tier customer visits their Investment pages more than three times in a 24-hour period, CF wants to Immediately Send an email that offers a private consultation.

What should a consultant recommend for this business requirement?



Answer : D

To meet the requirement of targeting loyal and engaged customers (platinum-tier customers visiting investment pages more than three times in 24 hours) and sending an immediate email offering a private consultation, the best solution is to use a streaming insight with a data action into a journey in Marketing Cloud Engagement . Here's why:

Understanding the Requirement

The company wants to identify platinum-tier customers who visit their Investment pages more than three times within a 24-hour period.

Once identified, these customers should immediately receive an email offering a private consultation.

This requires real-time monitoring of customer behavior and triggering an automated response.

Why Streaming Insight with a Data Action?

Streaming Insights for Real-Time Monitoring :

A streaming insight in Salesforce Data Cloud monitors customer interactions in real time.

It can detect when a platinum-tier customer visits the Investment pages more than three times within 24 hours.

Data Actions for Immediate Response :

A data action allows you to trigger specific actions based on the insights generated.

In this case, the data action would send the customer's information to a journey in Marketing Cloud Engagement to initiate the email campaign.

Journey in Marketing Cloud Engagement :

Marketing Cloud Engagement journeys are designed to automate personalized marketing activities, such as sending transactional emails.

By integrating the streaming insight with a journey, the system can immediately send the email offering a private consultation.

Steps to Implement This Solution

Step 1: Create a Streaming Insight

Navigate to Data Cloud > Insights > Streaming Insights .

Define the criteria for identifying platinum-tier customers who visit the Investment pages more than three times in 24 hours.

Step 2: Configure a Data Action

Set up a data action that sends the identified customer's information to Marketing Cloud Engagement.

Ensure the data action includes relevant details (e.g., customer ID, email address).

Step 3: Build a Journey in Marketing Cloud Engagement

In Marketing Cloud Engagement, create a journey that listens for incoming data from the data action.

Configure the journey to send a personalized email offering a private consultation.

Step 4: Test and Deploy

Test the entire workflow to ensure that the streaming insight triggers the data action and that the email is sent immediately.

Why Not Other Options?

A . Calculated insight with a data action to a Marketing Cloud Engagement transactional email :Calculated insights are not designed for real-time monitoring. They are better suited for batch processing or periodic calculations, making them unsuitable for this use case.

B . Rapid segment to a data action journey in Marketing Cloud Engagement :While rapid segments are useful for quickly grouping customers, they do not provide the real-time detection required for this scenario.

C . Standard segment with activation into Marketing Cloud Engagement :Standard segments are static or periodically updated and cannot respond to real-time customer behavior.

Conclusion

By using a streaming insight with a data action into a journey in Marketing Cloud Engagement , Cumulus Financial can achieve real-time monitoring and immediate engagement with its loyal customers.


Question 2

A company wants to include certain personalized fields in an email by including related attributes during the activation in Data Cloud. It notices that some values, such as purchased product names, do not have consistent casing in Marketing Cloud Engagement. For example, purchased product names appear as follows: Jacket, jacket, shoes, SHOES. The company wants to normalize all names to proper case and replace any null values with a default value.

How should a consultant fulfill this requirement within Data Cloud?



Answer : D

To normalize purchased product names (e.g., converting casing to proper case and replacing null values with a default value) within Salesforce Data Cloud, the best approach is to create a batch data transform that generates a new DLO. Here's the detailed explanation:

Understanding the Problem :The company wants to ensure that product names in Marketing Cloud Engagement are consistent and properly formatted. The inconsistencies in casing (e.g., 'Jacket,' 'jacket,' 'shoes,' 'SHOES') and the presence of null values need to be addressed before activation.

Why Batch Data Transform?

A batch data transform allows you to process large volumes of data in bulk, making it ideal for cleaning and normalizing datasets.

By creating a new DLO, you ensure that the original data remains intact while providing a clean, transformed dataset for downstream use cases like email personalization.

Steps to Implement This Solution :

Step 1: Navigate to the Data Streams section in Salesforce Data Cloud and identify the data stream containing the purchased product names.

Step 2: Create a new batch data transform by selecting the relevant data stream as the source.

Step 3: Use transformation functions to normalize the product names:

Apply the PROPER() function to convert all product names to proper case.

Use the COALESCE() function to replace null values with a default value (e.g., 'Unknown Product').

Step 4: Configure the batch data transform to output the results into a new DLO . This ensures that the transformed data is stored separately from the original dataset.

Step 5: Activate the new DLO for use in Marketing Cloud Engagement. Ensure that the email templates pull product names from the transformed DLO instead of the original dataset.

Why Not Other Options?

A . Create a streaming insight with a data action: Streaming insights are designed for real-time processing and are not suitable for bulk transformations like normalizing casing or replacing null values.

B . Use formula fields when ingesting at the data stream level: Formula fields are useful for simple calculations but are limited in scope and cannot handle complex transformations like null value replacement. Additionally, modifying the ingestion process may not be feasible if the data stream is already in use.

C . Create one batch data transform per data stream: This approach is inefficient and redundant. Instead of creating multiple transforms, a single batch transform can handle all the required changes and output a unified, clean dataset.

By creating a batch data transform that generates a new DLO, the company ensures that the product names are consistently formatted and ready for use in personalized emails, improving the overall customer experience.


Question 3

A customer has two Data Cloud orgs. A new configuration has been completed and tested for an Amazon S3 data stream and its mappings in one of the Data Cloud orgs.

What is recommended to package and promote this configuration to the customer's second org?



Answer : C

Data Cloud Configuration Promotion: When managing configurations across multiple Salesforce Data Cloud orgs, it's essential to use tools that ensure consistency and accuracy in the promotion process.

Data Kits: Salesforce Data Cloud allows users to package and promote configurations using data kits. These kits encapsulate data stream definitions, mappings, and other configuration elements into a portable format.

Process:

Create a data kit in the source org that includes the Amazon S3 data stream configuration and mappings.

Export the data kit from the source org.

Import the data kit into the target org, ensuring that all configurations are transferred accurately.

Advantages: Using data kits simplifies the migration process, reduces the risk of configuration errors, and ensures that all settings and mappings are consistently applied in the new org.

Reference:

Salesforce Data Cloud Developer Guide

Salesforce Data Cloud Packaging


Question 4

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?



Answer : B

The correct answer is B, Unified Individual. A Unified Individual is a record that represents a customer across different data sources, created by applying identity resolution rulesets. Identity resolution rulesets are sets of match and reconciliation rules that define how to link and merge data from different sources based on common attributes.Data Cloud uses identity resolution rulesets to resolve data across multiple data sources and helps you create one record for each customer, regardless of where the data came from1. A retail customer who wants to bring customer data from different sources and use identity resolution for segmentation should segment on the Unified Individual entity, which contains the resolved and consolidated customer data. The other options are incorrect because they do not represent the resolved customer data across different sources. A Subscriber is a record that represents a customer who has opted in to receive marketing communications. A Unified Contact is a record that represents a customer who has a relationship with a specific business unit. An Individual is a record that represents a customer's profile data from a single data source.Reference:

Identity Resolution Ruleset Processing Results

Consider Data Implications for Segmentation

Prepare for your Salesforce Data Cloud Consultant Credential

AI-based Identity Resolution: Linking Diverse Customer Data


Question 5

A user needs permissions to access Data Cloud to create, manage, and activate segments, However, the user should not be allowed to created reports or manage data sources.

Which permission set should the consultant assign?



Answer : A

To grant a user permissions to create, manage, and activate segments without allowing them to create reports or manage data sources, the consultant should assign the Data Cloud Marketing Specialist permission set. Here's why:

Understanding the Role Requirements :

The user needs access to segment creation, management, and activation.

The user should not have permissions to create reports or manage data sources, which are higher-level administrative tasks.

Why Data Cloud Marketing Specialist?

The Data Cloud Marketing Specialist permission set provides access to segment-related functionalities, including creating, managing, and activating segments.

It excludes permissions for creating reports or managing data sources, aligning perfectly with the stated requirements.

Steps to Assign the Permission Set :

Step 1: Navigate to Setup > Users > Permission Sets in Salesforce.

Step 2: Locate and assign the Data Cloud Marketing Specialist permission set to the user.

Step 3: Verify that the user has the required permissions by testing their access in Data Cloud.

Why Not Other Options?

B . Data Cloud Marketing Manager: This permission set includes broader permissions, such as managing campaigns and audiences, which are not required for this role.

C . Data Cloud Data Aware Specialist: This role focuses on data ingestion and transformation, not segment management.

D . Data Cloud User: This is a basic permission set that provides limited access and does not include segment management capabilities.

By assigning the Data Cloud Marketing Specialist permission set, the consultant ensures that the user has the necessary permissions without overextending their access.


Question 6

A consultant is setting up a data stream with transactional data,

Which field type should the consultant choose to ensure that leading

zeros in the purchase order number are preserved?



Answer : A

The field typeTextshould be chosen to ensure that leading zeros in the purchase order number are preserved. This is because text fields store alphanumeric characters as strings, and do not remove any leading or trailing characters.On the other hand, number, decimal, and serial fields store numeric values as numbers, and automatically remove any leading zeros when displaying or exporting the data123. Therefore, text fields are more suitable for storing data that needs to retain its original format, such as purchase order numbers, zip codes, phone numbers, etc.Reference:

Zeros at the start of a field appear to be omitted in Data Exports

Keep First '0' When Importing a CSV File

Import and export address fields that begin with a zero or contain a plus symbol


Question 7

Cloud Kicks plans to do a full deletion of one of its existing data streams and its underlying data lake object (DLO).

What should the consultant consider before deleting the data stream?



Answer : A

Data Streams and DLOs: In Salesforce Data Cloud, data streams are used to ingest data, which is then stored in Data Lake Objects (DLOs).

Deletion Considerations: Before deleting a data stream, it's crucial to consider the dependencies and usage of the underlying DLO.

Data Transform Usage:

Impact of Deletion: If the underlying DLO is used in a data transform, deleting the data stream will affect any transforms relying on that DLO.

Dependency Check: Ensure that the DLO is not part of any active data transformations or processes that could be disrupted by its deletion.

Reference:

Salesforce Data Cloud Documentation: Data Streams

Salesforce Data Cloud Documentation: Data Transforms


Page:    1 / 14   
Total 168 questions