Courseiva

Salesforce Certified Data Cloud Consultant (Data 360 Consultant) (Data 360 Consultant) (Data 360 Consultant) — Questions 175

521 questions total · 7pages · All types, answers revealed

Page 1 of 7

Page 2
1
Multi-Selectmedium

When configuring Data Actions and Data Action Targets, which THREE settings or properties must be defined? (Choose three.)

Select 3 answers
A.The scheduled batch refresh frequency (e.g., nightly at midnight).
B.The Data Action Target endpoint URL and authentication parameters.
C.The Identity Resolution match rule threshold percentage.
D.Payload field mappings or filters defining when the action should fire.
E.The triggering Source Event or Data Stream/Transform.
AnswersB, D, E

Target configuration requires the destination URL and necessary security headers or credentials.

Why this answer

Configuring Data Actions requires specifying the source event, the target destination endpoint, and payload formatting or field mappings.

2
MCQhard

An administrator is setting up Identity Resolution in Data Cloud and wants to ensure that matching rules are scoped correctly to prevent merging records from completely different business units. Where should the administrator apply this scoping?

A.Add a WHERE clause to the Identity Resolution UI restricting records by company code.
B.Assign the ruleset to a specific Data Space during creation.
C.Create separate Salesforce Orgs for each business unit.
D.Configure a sharing rule in Salesforce CRM that propagates to Data Cloud.
AnswerB

Identity resolution rulesets are created and executed within the context of a Data Space, keeping match/merge operations isolated.

Why this answer

Identity resolution rulesets in Data Cloud can be configured and executed within specific Data Spaces to ensure data from separate business units does not cross-match.

3
Multi-Selecthard

Which THREE strategies should an enterprise architect recommend to maintain high data hygiene and prevent profile fragmentation in Data Cloud Identity Resolution? Choose 3 options.

Select 3 answers
A.Design hierarchical match rules moving from high-confidence exact matches to controlled fuzzy matches.
B.Standardize contact point formatting and ensure consistent data quality at the source ingestion level.
C.Disable identity resolution rulesets and rely exclusively on manual segmentation filters.
D.Manually delete unified link records every night using data transform SQL.
E.Regularly audit match rules and unified profile metrics to detect unexpected over-merging or under-merging trends.
AnswersA, B, E

Hierarchical match rules ensure high-confidence links are established before broader matches occur.

Why this answer

Maintaining data hygiene involves regular audits of match rules, standardizing incoming contact point formatting, and monitoring profile split/merge metrics over time.

4
MCQmedium

An administrator is setting up a Salesforce CRM data stream and wants to ensure that data is refreshed every 6 hours. Where is the refresh frequency configured?

A.In Salesforce CRM Setup under Scheduled Jobs
B.In the Data Stream schedule configuration settings
C.In the Identity Resolution ruleset schedule
D.In Marketing Cloud Connect configuration
AnswerB

Refresh frequency is configured directly within the data stream schedule settings.

Why this answer

Data stream refresh schedules are defined during the data stream creation wizard or edited on the data stream detail page under refresh schedule settings.

5
MCQhard

A company wants to perform a 'fuzzy match' on customer names during the Identity Resolution process. Where is this logic defined?

A.Calculated Insight
B.Identity Resolution Ruleset
C.Segmentation filter
D.Data Stream mapping
AnswerB

Rulesets define the matching and reconciliation logic.

Why this answer

Identity Resolution Rulesets allow the configuration of matching rules, including fuzzy matching, for specific attributes like name.

6
MCQmedium

A consultant is configuring a data stream from a Salesforce CRM org. The organization wants to ensure that deletes in CRM are reflected in Data Cloud. How does Data Cloud handle deletes from Salesforce CRM data sources?

A.Data Cloud does not support record deletion; deleted records remain permanently in DSOs.
B.Deletes require an external Ingestion API call with a delete flag set to true.
C.Deletes are automatically synchronized through the standard Salesforce CRM connector synchronization process.
D.Deletes must be handled manually by running a weekly SQL purge script.
AnswerC

The Salesforce CRM connector periodically syncs and reflects record deletions in Data Cloud.

Why this answer

Salesforce CRM data streams support soft deletes and Change Data Capture depending on the object configuration, but standard CRM connectors handle record updates and deletions through periodic synchronization and CDC mechanisms.

7
MCQmedium

A consultant needs to create a segment of customers who live in specific postal codes AND have made a purchase of over $100. How should these two different types of attributes be combined in the Segment Canvas?

A.Place postal code criteria and purchase amount criteria in the same inclusion container with an 'AND' operator.
B.Write a custom Apex trigger to evaluate postal codes against order totals.
C.Build two separate segments and export them to Excel to find the intersection.
D.Use an exclusion container for the postal codes and an inclusion container for the purchases.
AnswerA

Combining attribute filters with an AND operator in an inclusion container satisfies both conditions for the target audience.

Why this answer

Attributes from the Individual DMO (postal code) and related objects (purchase amount) can be combined within inclusion criteria using standard boolean operators (AND).

8
Multi-Selectmedium

A company wants to leverage Data Cloud to activate segments across multiple digital channels. Which THREE activation targets are natively supported in Salesforce Data Cloud? (Choose three.)

Select 3 answers
A.Local desktop computer file download via FTP client
B.Meta (Facebook) Custom Audiences
C.A legacy on-premise tape backup drive
D.Amazon S3
E.Marketing Cloud Engagement
AnswersB, D, E

Meta is supported as a direct advertising activation target.

Why this answer

Data Cloud supports native activation to Marketing Cloud Engagement, Advertising platforms (like Meta/Google), and Cloud File Storages (like Amazon S3).

9
Multi-Selectmedium

Which THREE methods can be used to manage or trigger Identity Resolution ruleset processing in Salesforce Data Cloud? Choose 3 options.

Select 3 answers
A.Writing an Apex trigger in core CRM to invoke identity resolution batches.
B.Configuring scheduled recurring automated runs of the ruleset.
C.Executing runs following data stream ingestion updates.
D.Calling a REST API endpoint in Marketing Cloud to compile unified profiles.
E.Triggering a manual run directly from the Identity Resolution setup interface.
AnswersB, C, E

Automated recurring schedules can be set up for rulesets.

Why this answer

Rulesets can be executed manually, scheduled for automated recurring runs, or triggered upon specific data ingestion milestones depending on configuration.

10
Multi-Selecteasy

Which TWO objects are core components directly involved in the output of an Identity Resolution ruleset in Salesforce Data Cloud? Choose 2 options.

Select 2 answers
A.Activation Target object
B.Unified Link Individual object
C.Ingestion Data Stream object
D.Unified Individual DMO
E.Calculated Insight definition table
AnswersB, D

Unified Link Individual links source records to the unified profile.

Why this answer

The Unified Individual DMO and the Unified Link Individual object are the primary outputs and linkage tables generated by identity resolution.

11
MCQeasy

When creating an Activation in Data Cloud, what prerequisite must be completed before you can select an Activation Target?

A.Enable Einstein Studio model scoring
B.Establish a Direct Data Share with Snowflake
C.Create and publish a Segment
D.Configure a Calculated Insight with at least three metrics
AnswerC

An activation requires a published segment to define the recipient population.

Why this answer

Before you can create an activation, you must first create and publish a segment that defines the audience you want to activate.

12
Multi-Selectmedium

Which THREE configuration options must be validated when setting up a Source Sequence reconciliation rule? Choose 3 options.

Select 3 answers
A.Writing a custom SQL query to calculate string lengths.
B.Configuring OAuth authentication tokens for external S3 buckets.
C.Ensuring participating data sources are correctly identified and mapped in the ruleset scope.
D.Selecting the Source Sequence reconciliation rule option for the specific attribute.
E.Defining the explicit priority order of the contributing data sources.
AnswersC, D, E

Data sources must be correctly recognized within the ruleset to apply sequence rules.

Why this answer

Source Sequence requires selecting the Source Sequence rule type, ranking contributing data sources in order of priority, and ensuring source names are correctly identified.

13
Multi-Selectmedium

Which THREE symptoms or error logs indicate an issue with an activation target connection or authentication? (Choose three.)

Select 3 answers
A.Identity Resolution match rule confidence score falling below threshold.
B.Connection timeout errors when attempting to reach the external endpoint.
C.HTTP 401 Unauthorized or HTTP 403 Forbidden error responses in the activation history log.
D.Segment recalculation taking longer than expected due to large record counts.
E.Invalid OAuth token or expired Client Secret notification messages.
AnswersB, C, E

Timeouts indicate network reachability issues or unresponsive target servers.

Why this answer

Connection and authentication issues with activation targets typically manifest as HTTP 401/403 errors, timeout messages, or invalid credential notifications.

14
MCQhard

An organization uses Data Cloud to manage customer activations across multiple cloud storage buckets and marketing platforms. They need to audit which user published a specific activation and when. Where can an administrator find this detailed audit trail?

A.The Identity Resolution match rules summary report.
B.Salesforce Event Monitoring and Data Cloud audit event logs.
C.The Data Stream refresh history dashboard.
D.The Connected App access token expiration log.
AnswerB

Audit logs and Event Monitoring capture administrative and user-driven actions such as activation publications.

Why this answer

Salesforce Event Monitoring and Data Cloud audit logs track administrative actions, including segment publishing and activation creation/publication events.

15
MCQeasy

How does Data Cloud integrate with Sales Cloud and Service Cloud to provide unified customer context without duplicating core CRM storage?

A.By utilizing zero-copy architecture and native CRM data streams
B.By synchronizing records via bi-directional CSV FTP transfers
C.By routing all CRM queries through an external middleware ESB
D.By copying all CRM records into local Salesforce object storage hourly
AnswerA

Data Cloud leverages native CRM connectors and zero-copy integrations to access CRM data efficiently.

Why this answer

Data Cloud connects to Salesforce CRM via zero-copy data sharing or federated queries, allowing access to CRM data without unnecessary duplication.

16
MCQmedium

A financial services company needs to trigger a real-time webhook when a customer's fraud risk score exceeds a specific threshold in Data Cloud. Which feature should the consultant configure to achieve this?

A.Calculated Insights batch job with an automated email alert
B.Segment Activation to Marketing Cloud Engagement
C.Salesforce Flow triggered by a scheduled report export
D.Data Action and Data Action Target
AnswerD

Data Actions listen to incoming streaming data and trigger calls to Data Action Targets (such as webhooks) when criteria are met.

Why this answer

Data Actions in Data Cloud allow users to evaluate incoming data changes in near real-time and trigger external webhooks or Salesforce Core events when specific criteria are met.

17
Multi-Selectmedium

When managing activations and activation targets in Data Cloud, which TWO best practices should a consultant follow to ensure data governance and successful delivery?

Select 2 answers
A.Use Data Actions for bulk export of millions of historical records to cloud storage.
B.Hardcode all customer segment criteria directly inside the activation target configuration rather than using segments.
C.Delete and recreate all Activation Targets every time a segment is refreshed.
D.Regularly monitor activation execution history and failure logs in the Data Cloud UI.
E.Ensure that identity mapping keys (such as Subscriber Key or hashed emails) strictly align with target platform expectations.
AnswersD, E

Correct. Monitoring logs helps quickly identify and resolve payload rejections or delivery failures.

Why this answer

Best practices for activations include monitoring activation history/failures and validating that target platform identity keys match correctly to prevent mapping errors.

18
MCQeasy

A Data Cloud Consultant needs to create a segment of customers who have made a purchase in the last 30 days. Which tool should the consultant use to build this audience?

A.Identity Resolution
B.Activation Target
C.Segment Canvas
D.Calculated Insights
AnswerC

Segment Canvas is the correct feature for creating audience segments.

Why this answer

Segment Canvas is used to build audience segments based on profile, engagement, and related object attributes in Data Cloud.

19
Multi-Selectmedium

Which TWO statements are true regarding segment publishing schedules? (Choose two.)

Select 2 answers
A.Segments can be published manually on-demand by a user with proper permissions.
B.All segments in Data Cloud are forced to refresh simultaneously every 60 seconds.
C.Segments can be configured to refresh automatically on a recurring schedule (such as daily or weekly).
D.Segment publishing schedules are managed exclusively via external REST API calls.
E.Segment schedules are permanently locked and cannot be modified after initial creation.
AnswersA, C

Consultants and marketers can trigger manual publishes at any time.

Why this answer

Segments can be configured with scheduled batch refreshes (e.g., daily, weekly) or published manually as needed.

20
MCQhard

An organization requires a Calculated Insight to compute the running total of customer purchases ordered by transaction timestamp. Which SQL analytical clause is required to compute running totals in Data Cloud?

A.TOTAL_ACCUMULATOR(amount)
B.RUNNING_TOTAL(amount, transaction_date)
C.CUMULATIVE_SUM() function without arguments.
D.SUM(amount) OVER (PARTITION BY individual_id ORDER BY transaction_date)
AnswerD

ANSI SQL window functions with PARTITION BY and ORDER BY clauses compute running totals correctly.

Why this answer

Running totals and cumulative calculations in ANSI SQL require window functions using the OVER clause with ORDER BY timestamp partitions.

21
MCQhard

An administrator has set up a data stream from a custom AWS S3 bucket. The data stream runs, but zero rows are processed and no error is thrown. What configuration check should the administrator perform first?

A.Restart the Data Cloud background worker processes via Setup.
B.Verify that the file path prefix and naming convention in the stream configuration match the actual files in the S3 bucket.
C.Verify that the AWS IAM user has AdministratorAccess across the entire AWS account.
D.Check if the Salesforce core org has reached its daily API storage limit.
AnswerB

If path prefixes or file patterns do not match existing files, the connector finds nothing to ingest and completes with zero processed rows.

Why this answer

When an S3 stream processes zero rows without error, it typically means no files matched the specified file prefix, naming convention, or folder path in the connector settings.

22
MCQeasy

A Data Cloud Consultant is designing an architecture for an organization that wants to ingest data from Salesforce Marketing Cloud, Service Cloud, and an external website via the Ingestion API. Which core service provides the foundational storage layer where all raw ingested data lands before being harmonized?

A.Activation Targets
B.Data Lake Objects (DLOs)
C.Data Model Objects (DMOs)
D.Calculated Insights (CI)
AnswerB

DLOs serve as the storage container for raw ingested data from any connected source.

Why this answer

Data Lake Objects (DLOs) store the raw, unformatted data ingested from various sources before it is mapped to the Customer 360 Data Model.

23
Multi-Selecthard

A consultant is troubleshooting a newly created Data Stream in Salesforce Data Cloud where records are failing to ingest from an external REST API source via the Ingestion API. Which THREE factors should the consultant investigate? (Choose three.)

Select 3 answers
A.Verify that the JSON payload matches the schema definition of the target Data Lake Object (DLO).
B.Modify the Apex controller class in Sales Cloud to trigger the API push.
C.Ensure the Ingestion API connector limit or streaming frequency has not been exceeded.
D.Check that the connected app authentication tokens and JWT bearer flow parameters are valid.
E.Update the Identity Resolution match rules to resolve duplicate source records.
AnswersA, C, D

Mismatched JSON structures or missing required fields cause ingestion failures against the target DLO schema.

Why this answer

Ingestion API failures typically relate to authentication credentials (JWT/OAuth), payload schema validation errors against the DLO definition, or incorrect endpoint/connector configurations.

24
MCQeasy

An enterprise is evaluating Data Cloud editions and wants to understand what core capabilities are included with the base license. Which feature is universally included across standard Data Cloud implementations?

A.Standard connectors for Salesforce CRM and Marketing Cloud Engagement
B.Custom AI model training using Amazon SageMaker
C.Unlimited external API ingestion without throttling
D.Real-time mobile SDK generation
AnswerA

Standard CRM and Marketing Cloud connectors are core components of Data Cloud offerings.

Why this answer

Data Cloud core features include ingestion, data modeling, identity resolution, and standard integration with Salesforce core clouds.

25
MCQmedium

A consultant is configuring identity resolution and needs to make sure that nicknames (such as 'Bob' for 'Robert') are accounted for when matching first names. Which match rule setting should be selected?

A.Party Identification Name
B.Contact Point String Match
C.Fuzzy Name
D.Exact Name
AnswerC

Fuzzy Name matching handles phonetic variations and common nickname equivalents.

Why this answer

Fuzzy Name matching incorporates algorithms that recognize common variations, phonetic spellings, and standard nicknames.

26
MCQeasy

What is the primary function of the Identity Resolution Ruleset run history in Salesforce Data Cloud?

A.To view execution status, timestamps, record counts, and logs for past ruleset runs.
B.To deploy segmentation activation targets.
C.To configure OAuth credentials for Marketing Cloud.
D.To manually edit source SQL queries for data stream transformations.
AnswerA

Run history tracks successful and failed executions of identity resolution jobs.

Why this answer

Run history provides visibility into execution status, timestamps, record counts, and error logs for identity resolution jobs.

27
MCQhard

An organization is using the Ingestion API to push real-time web events into Data Cloud. During peak traffic hours, some API calls are throttled with HTTP 429 Too Many Requests. What is the recommended architectural response?

A.Implement exponential backoff and retry logic in the client application calling the Ingestion API.
B.Disable Identity Resolution during peak hours to free up processing capacity.
C.Switch the streaming endpoint to a batch CSV upload via Amazon S3.
D.Increase the batch size limit in Salesforce CRM Setup under API limits.
AnswerA

Exponential backoff and retry mechanisms handle rate-limiting (HTTP 429) gracefully by spacing out burst requests.

Why this answer

HTTP 429 Too Many Requests indicates rate limiting. The client application sending the data must implement exponential backoff and retry logic, or requests should be batched appropriately.

28
MCQhard

A consultant discovers that an identity resolution ruleset is failing to link records because a custom identifier field was mapped to a standard field incorrectly. What is the correct procedure to fix this data modeling error and update the unified profiles?

A.Create a secondary ruleset with conflicting match rules.
B.Write a Calculated Insight to override the data mapping error.
C.Correct the data model mapping in Data Model setup, then run a manual refresh of the identity resolution ruleset.
D.Delete the entire Data Cloud instance and provision a new data space.
AnswerC

Correcting the mapping aligns the source fields with the DMO, and refreshing the ruleset applies the corrected mapping to generate accurate unified profiles.

Why this answer

Fixing data mapping requires updating the data model mapping, re-ingesting or refreshing data streams, and then re-running the identity resolution ruleset.

29
Multi-Selecthard

Which THREE key responsibilities does a Data Cloud consultant have when designing the data ingestion and modeling strategy? (Choose THREE)

Select 3 answers
A.Establish object relationships and cardinality to support downstream segmentation.
B.Manually configure HTML email templates in Marketing Cloud Engagement.
C.Write Apex triggers to manage database indexing on external ERP systems.
D.Design custom Data Model Objects and map unharmonized DSOs to the CIM.
E.Determine whether batch or streaming ingestion is required based on source latency needs.
AnswersA, D, E

Correct modeling relationships are essential for accurate segmentation queries.

Why this answer

Consultants must identify source systems and choose appropriate ingestion methods, design scalable data model objects adhering to the CIM, and establish correct relationships between DMOs.

30
MCQmedium

An organization notices that an activation associated with a segment is failing to deliver data to an external marketing platform. What should the consultant check first?

A.Verify the Activation Target connection settings, credentials, and attribute mappings.
B.Delete all data streams and re-ingest raw data files.
C.Recreate the entire Identity Resolution ruleset from scratch.
D.Increase the browser timeout limit for the Salesforce administrator.
AnswerA

Checking the activation target configuration, authentication status, and attribute mappings identifies why data isn't reaching the destination.

Why this answer

Activation delivery failures are commonly related to invalid activation target credentials, missing attribute mappings, or configuration errors in the activation setup.

31
Multi-Selecteasy

Which TWO benefits does a Calculated Insight provide in Data Cloud? Choose 2 options.

Select 2 answers
A.Automatically provisions external S3 storage buckets for data archiving.
B.Enhances segmentation capabilities by providing quantitative attributes for audience filtering.
C.Streams raw clickstream data directly into external CRM contact records.
D.Replaces the need for Identity Resolution rule sets entirely.
E.Computes complex business metrics and KPIs across unified customer profiles.
AnswersB, E

Calculated insight metrics can be used as attributes in Segment Canvas.

Why this answer

Calculated Insights allow users to compute metrics and build longitudinal summaries of customer behavior across engagement data.

32
MCQeasy

Where in Salesforce Setup does an administrator navigate to initiate the provisioning process for a new Data Cloud org?

A.Setup > Platform Tools > Data Cloud Administration
B.Setup > Apps > Connected Apps > Data Cloud
C.Setup > Feature Settings > Data Cloud > Data Cloud Setup
D.Setup > Quick Find > Data Cloud Setup
AnswerD

Administrators use the Quick Find box in Salesforce Setup to locate and launch Data Cloud Setup.

Why this answer

Data Cloud Setup is accessed directly from the main Salesforce Setup menu by searching for 'Data Cloud Setup' or navigating to the Data Cloud section.

33
MCQhard

A consultant is investigating why a batch segment publish job failed with an out-of-memory error. The segment contains multiple nested related object containers querying several years of historical transaction data. What is the best architectural remedy?

A.Switch the segment to run every 1 minute to process smaller chunks.
B.Refine the segment criteria to narrow historical date ranges and simplify complex multi-level container nesting.
C.Delete all Activation Targets in the tenant.
D.Re-map all data streams to use CSV format.
AnswerB

Reducing query complexity and limiting historical scope decreases memory consumption during batch execution.

Why this answer

When segments hit resource limits due to extreme complexity and historical data scope, optimizing the criteria by shortening date ranges (e.g., focusing on active recent windows) and simplifying container nesting prevents memory exhaustion.

34
MCQmedium

An administrator needs to ensure that users across different regions can only access segments created within their designated Data Space. How should the administrator configure segment creation?

A.Assign the Global Segment Administrator permission set to all users.
B.Apply a global filter in the Segment canvas referencing the user's region profile.
C.Configure sharing rules on the Segment DMO in Object Manager.
D.Create the segments while logged into the specific Data Space context.
AnswerD

When building segments, users select or operate within a Data Space, which scopes the segment to that partitioned data.

Why this answer

Segments are created within the context of a specific Data Space. Administrators and users must select the appropriate Data Space when building segments.

35
MCQeasy

Where do administrators configure and manage Identity Resolution rulesets in Data Cloud?

A.Data Cloud Setup > Data Manager > Identity Resolution
B.Data Cloud Setup > Data Spaces > Rulesets
C.Setup > Security > Identity Providers
D.Setup > Identity > Match Rules
AnswerA

Identity Resolution rulesets are created, configured, and managed within Data Manager in Data Cloud.

Why this answer

Identity resolution is configured under the Data Manager section in Data Cloud.

36
Multi-Selecthard

Which THREE conditions must be met when mapping a custom Data Source Object field to a standard Cloud Information Model attribute? (Choose THREE)

Select 3 answers
A.The source field must be encrypted using AES-256 before mapping.
B.The relationship cardinality between objects must be respected.
C.The source field name must exactly match the CIM attribute name.
D.The primary key of the DSO must be correctly identified and mapped.
E.The data type of the source field must be compatible with the target DMO attribute.
AnswersB, D, E

Cardinality rules ensure proper relational mapping between parent and child objects.

Why this answer

Mapping requires compatible data types, correct primary key identification, and adherence to structural cardinality between the source and target objects.

37
MCQmedium

An enterprise marketing team needs to include additional attributes (such as Loyalty Tier and Lifetime Value) alongside the core identifier in an activation file sent to an AWS S3 bucket. How should the consultant configure this in Data Cloud?

A.Create a new Data Stream specifically for exporting attributes to S3.
B.Add the attributes as 'Additional Attributes' during the activation configuration step in Data Cloud.
C.Build a custom Lightning Web Component to pull the fields via the Data Cloud Connect API.
D.Modify the segment criteria filters to include Loyalty Tier and Lifetime Value as output columns.
AnswerB

Correct. Data Cloud allows appending additional attributes from related DMOs to segment activations.

Why this answer

When creating an activation, additional attributes from related Data Model Objects can be added as 'Additional Attributes' to be included in the export file or payload alongside the segment members.

38
MCQeasy

What is the primary function of the Data Streams tab in Data Cloud?

A.To design audience segmentation filters
B.To configure activation targets and publishing schedules
C.To create, configure, and monitor data streams from connected sources
D.To write ANSI SQL queries for Calculated Insights
AnswerC

The Data Streams tab manages the lifecycle of data ingestion streams.

Why this answer

The Data Streams tab is where administrators create, configure, edit, and monitor data streams from various connected sources.

39
MCQeasy

What is the primary role of Data Source Objects (DSOs) in the Data Cloud architecture?

A.To publish data to external ad networks
B.To execute audience segmentation queries
C.To build machine learning models in Einstein Studio
D.To store unharmonized raw data from connected data streams
AnswerD

DSOs hold the raw source schema and data.

Why this answer

DSOs store raw incoming data streams before they are mapped to harmonized Data Model Objects.

40
Multi-Selecthard

Which THREE actions can a consultant perform when mapping a Data Source Object (DSO) to a Data Model Object (DMO)? (Choose THREE)

Select 3 answers
A.Map DSO fields to standard or custom attributes on the target DMO.
B.Establish object relationships between the mapped DMO and other DMOs.
C.Delete source records directly from the external connected system.
D.Modify the underlying primary key structure of standard CIM DMOs.
E.Apply formula fields to transform data values during the mapping process.
AnswersA, B, E

Mapping connects source fields to target DMO attributes.

Why this answer

During mapping, consultants can map source fields to standard or custom DMO attributes, create relationships between mapped objects, and apply data transformations or formulas if supported.

41
Multi-Selecteasy

Which THREE actions can a consultant perform when configuring segment publishing in Data Cloud? (Choose three.)

Select 3 answers
A.Map the segment to one or more compatible Activation Targets.
B.Define a recurring schedule (e.g., hourly, daily) for segment refresh and publish.
C.Modify the underlying Identity Resolution rules directly from the publishing menu.
D.Manually write custom Apex triggers to control the exact data packet routing.
E.Select additional profile and related attributes to include in the published activation payload.
AnswersA, B, E

Segments must be published to configured activation targets.

Why this answer

Segment publishing allows setting refresh schedules, selecting attributes to publish, and choosing activation targets.

42
MCQmedium

A consultant is using a data bundle to ingest data from a connected Salesforce org. What happens immediately after the data bundle is deployed and the data streams are created?

A.Data streams are created along with pre-mapped Data Model Objects, and initial ingestion/sync jobs begin.
B.Identity Resolution rules are automatically executed.
C.All data is automatically converted into streaming data.
D.Data is instantly available in segments without running batch jobs.
AnswerA

Data bundles automate both data stream creation and pre-mapping to CIM DMOs, triggering initial ingestion.

Why this answer

When a data bundle is deployed, it creates the underlying Data Source Objects, Data Streams, and pre-mapped Data Model Objects automatically. However, the initial historical backfill or sync must run before data is populated.

43
MCQmedium

A company is setting up an activation to a cloud storage bucket. They want to ensure that files are partitioned or named in a specific structure so that their downstream data warehouse ingestion pipeline can parse them easily. How should the consultant configure this?

A.Write an external cron job in the cloud storage bucket to rename files after export.
B.Configure the file naming convention, prefix, and folder path settings within the Cloud File Storage Activation Target configuration.
C.Modify the Data Model Object primary keys to include folder names.
D.Use an Apex trigger on the activation object to alter file headers.
AnswerB

Target setup allows administrators to define file prefixes and folder structures for downstream compatibility.

Why this answer

Cloud storage activation targets support file naming conventions, prefixes, and directory path configurations during target setup.

44
MCQmedium

A consultant is designing a segment that requires filtering based on a Calculated Insight metric (e.g., Total Spend > 500). What type of attribute is used in the Segment Canvas to achieve this?

A.Identity Resolution rule set parameters.
B.Activation Target schema fields.
C.Data Lake Object raw event logs.
D.Calculated Insight attributes related to the Unified Individual.
AnswerD

Mapped Calculated Insight metrics are available as attributes to build segment rules.

Why this answer

Calculated Insight objects appear as related attributes or direct attributes on the Unified Individual once mapped, allowing them to be dragged into segment containers.

45
MCQmedium

A consultant needs to send customer segment data to an external SFTP server on a nightly basis. Which activation target type should be selected?

A.Marketing Cloud Engagement activation target via FTP bridge
B.Data Action Target configured for REST Webhook
C.Cloud File Storage activation target (configured for SFTP/Cloud Storage export)
D.Salesforce Core Content Delivery Network target
AnswerC

Cloud File Storage / SFTP activation targets support exporting audience files to external storage locations.

Why this answer

Cloud storage or SFTP activation targets allow Data Cloud to export segment files securely to external SFTP servers or cloud buckets.

46
MCQeasy

What is the first step an administrator must take before creating a data stream from an external cloud storage provider like Amazon S3?

A.Configure a Cloud Storage connector in Data Cloud Setup.
B.Assign the Data Cloud Ingestion API permission set to all users.
C.Build custom Calculated Insights to parse the raw storage files.
D.Create a custom Identity Resolution ruleset.
AnswerA

Establishing the connector provides Data Cloud with the necessary authentication and connection parameters to access the S3 bucket.

Why this answer

Before creating a data stream from cloud storage, the administrator must configure the Cloud Storage connector with authentication credentials and bucket details.

47
MCQmedium

A consultant is configuring identity resolution and wants to ensure that exact phone matching takes country code formatting differences into account. How does Data Cloud handle phone number matching?

A.Data Cloud normalizes phone numbers into a standard international format during ingestion and mapping before evaluating exact phone rules.
B.Phone match rules require exact string matches without any prior formatting normalization.
C.Phone matching requires manual Apex code to strip country codes.
D.Phone matching only evaluates the last 4 digits of the phone string.
AnswerA

Normalization standardizes phone formatting to ensure accurate exact phone matching.

Why this answer

Data Cloud standardizes phone numbers during ingestion and normalization before applying exact phone match rules.

48
Multi-Selecthard

Which THREE troubleshooting steps should a consultant take when identity resolution execution results in zero unified profiles being generated? Choose 3 options.

Select 3 answers
A.Increase the activation target polling frequency.
B.Review match rule definitions to ensure they are not overly restrictive or incorrectly configured.
C.Delete all data spaces and reinstall the Data Cloud package.
D.Check data model mappings to ensure source objects are correctly mapped to the Individual and Contact Point DMOs.
E.Verify that data streams are actively ingesting records and that data is present in the source DMOs.
AnswersB, D, E

Overly restrictive match rules can result in zero matches if criteria are impossible to satisfy.

Why this answer

Zero unified profiles usually indicate that data streams are empty, data model mappings are missing or broken, or match rules are overly restrictive or misconfigured.

49
MCQmedium

A consultant is asked to create a segment of customers who live in specific postal codes AND have made a purchase exceeding $100. How should the consultant build this logic in Segment Canvas?

A.Create two separate segments and export them to two different activation targets.
B.Write a Calculated Insight that outputs a boolean flag and use that flag in a static list upload.
C.Place both attribute criteria inside the same segment container connected by an AND operator.
D.Use an exclusion container to filter out customers who do not meet the postal code requirement.
AnswerC

An AND operator within a container ensures all conditions must be true for the profile.

Why this answer

Using a single container with multiple attribute criteria joined by an AND operator ensures profiles meet all specified conditions.

50
MCQhard

A Data Cloud Consultant is configuring an activation that includes optional activation attributes. Some profile records do not have values for these optional attributes. How does Data Cloud treat null attribute values in the exported activation payload?

A.Data Cloud automatically populates missing values with default system placeholder text such as 'N/A'.
B.The entire activation publish job fails with a schema validation error.
C.Profiles with missing attributes are automatically dropped from the segment entirely.
D.Data Cloud exports null attributes as empty strings or omits them based on the activation target schema configuration.
AnswerD

Target configurations dictate how null or missing attribute values are formatted in the output payload.

Why this answer

Depending on the activation target configuration, null values are either excluded, exported as blank strings, or omitted from the payload schema.

51
MCQmedium

A consultant is mapping a date field from an external CSV data stream to the Individual DMO. The source date format is 'DD/MM/YYYY', but Data Cloud expects 'YYYY-MM-DD'. How should the consultant resolve this?

A.Delete the data stream and recreate it using a Parquet file format.
B.Rewrite the source system's database schema to output ISO dates.
C.Apply a formula transformation during the field mapping step to reformat the date string.
D.Change the global timezone setting in Data Cloud Setup.
AnswerC

Mapping formulas allow consultants to transform date formats on the fly during the mapping process.

Why this answer

Data Cloud mapping allows the use of formula transformations (such as date parsing functions) during the mapping step to convert source formats into standard ISO date formats.

52
MCQeasy

Which type of activation platform is natively supported by Data Cloud to send personalized push notifications, emails, and SMS messages?

A.Marketing Cloud Engagement
B.Salesforce CPQ
C.Salesforce Core Case Management
D.Tableau CRM Analytics
AnswerA

Marketing Cloud Engagement is a native activation target in Data Cloud for multi-channel digital messaging.

Why this answer

Marketing Cloud Engagement is natively integrated with Data Cloud as a primary activation platform for email, push, and SMS campaigns.

53
Multi-Selecteasy

Which TWO actions can an administrator perform from the Identity Resolution setup interface in Data Cloud? Choose 2 options.

Select 2 answers
A.Write custom Apex triggers for ingestion streams.
B.Create and edit identity resolution rulesets, match rules, and reconciliation rules.
C.Trigger manual execution runs of an identity resolution ruleset.
D.Provision new core CRM user licenses.
E.Deploy Marketing Cloud activation targets.
AnswersB, C

Ruleset creation and editing are managed in this interface.

Why this answer

Administrators can create/edit rulesets and trigger manual runs from the Identity Resolution setup interface.

54
MCQhard

An activation targeting an external advertising platform is failing consistently with an authentication error. The consultant verified that the client ID and client secret are correct. What other configuration on the activation target needs verification?

A.Ensure the Data Stream for the ad network has finished ingesting historical logs.
B.Confirm that the Calculated Insight refresh frequency matches the ad platform API limits.
C.Check if the segment has more than 10 million records, which causes auth timeouts.
D.Verify that the associated Connected App or OAuth credential scope and token grant have not expired or revoked.
AnswerD

Expired tokens, revoked grants, or incorrect scopes will cause persistent authentication failures despite correct credentials.

Why this answer

External platform integrations often require validating OAuth token endpoints, refresh tokens, scopes, and active authorization grants.

55
MCQhard

An organization requires that audience segment data exported to a cloud storage activation target be encrypted at rest using a customer-managed encryption key (CMES). How is this requirement satisfied in Data Cloud?

A.By configuring Customer-Managed Encryption Keys (BYOK) using Salesforce Shield and cloud provider key management services.
B.By setting an activation attribute flag for encryption.
C.By writing a custom encryption script in a Data Transform before export.
D.By enabling HTTPS TLS 1.3 on the activation target connection string.
AnswerA

BYOK integration ensures data exported to storage targets complies with enterprise encryption standards using customer keys.

Why this answer

Data Cloud supports Bring Your Own Key (BYOK) / Customer-Managed Encryption Keys via Salesforce Shield and AWS KMS integration to encrypt data at rest across storage and activations.

56
Multi-Selectmedium

Which THREE reconciliation rule options are available when configuring attribute survivorship in a Data Cloud ruleset? Choose 3 options.

Select 3 answers
A.Alphabetical Ascending
B.Most Recent
C.Lowest Character Index
D.Source Sequence
E.Longest String
AnswersB, D, E

Most Recent is a standard reconciliation rule.

Why this answer

Standard reconciliation rules include Most Recent, Source Sequence, Highest Frequency, and Longest String.

57
MCQeasy

What is the primary function of Data Explorer in Data Cloud?

A.To inspect raw and harmonized records stored in DSOs and DMOs
B.To configure activation targets and publishing schedules
C.To execute machine learning model training in Einstein Studio
D.To manage user permission sets and security profiles
AnswerA

Data Explorer provides visibility into ingested and harmonized record data.

Why this answer

Data Explorer enables users to inspect records within Data Source Objects and Data Model Objects.

58
MCQmedium

A consultant wants to create a Calculated Insight that calculates the total revenue generated by each customer over the last 12 months, using an ANSI SQL expression in Data Cloud. Which syntax rule must be followed when writing the Calculated Insight?

A.Custom Apex code must be embedded within the SQL block for date calculations.
B.The query must include at least one dimension and one aggregate measure using standard ANSI SQL.
C.Queries must be written in Salesforce Object Query Language (SOQL).
D.All table names must reference raw Data Lake Objects (DLOs) rather than Data Model Objects (DMOs).
AnswerB

Calculated Insights require dimensions (e.g., Individual ID) and measures (e.g., SUM(Sales)) structured with ANSI SQL.

Why this answer

Calculated Insights in Data Cloud use ANSI SQL. When writing aggregation queries, measures must be aggregated using standard SQL aggregate functions (like SUM, COUNT, AVG) and grouped by valid dimensions from the Data Model Objects.

59
MCQmedium

A marketer notices that after updating a segment's criteria, the segment member count drops to zero upon the next publish. What is the most likely reason?

A.The new filter criteria are overly restrictive or contain conflicting logic that matches zero profiles.
B.Segments automatically lock and prevent modifications after three edits.
C.The activation target was disconnected.
D.The segment has exceeded its maximum lifetime publication limit.
AnswerA

Conflicting or overly restrictive filter criteria will result in zero matching profiles.

Why this answer

A member count dropping to zero usually indicates overly restrictive criteria, conflicting filter conditions (e.g., an impossible AND condition), or mapping/data availability issues for the newly added attributes.

60
Multi-Selectmedium

Which TWO benefits are provided by mapping Data Source Objects (DSOs) to standard Cloud Information Model (CIM) DMOs? (Choose TWO)

Select 2 answers
A.Automatically deletes duplicate records in the external source system.
B.Allows compatibility with pre-built starter bundles, calculated insights, and segmentation templates.
C.Replaces the need for batch data stream scheduling.
D.Eliminates the need to configure primary keys on custom DMOs.
E.Enables cross-source profile unification via Identity Resolution.
AnswersB, E

Standard CIM mapping ensures out-of-the-box compatibility with bundles and templates.

Why this answer

Harmonization to standard CIM DMOs enables pre-built segment templates, calculated insights compatibility, and cross-source profile unification.

61
MCQhard

An enterprise is using Cloud Storage Activation Targets to export daily segments to an AWS S3 bucket. The data engineering team requests that segment files be delivered in Apache Parquet format rather than CSV. How should the consultant configure this?

A.Configure an AWS Lambda function to intercept and convert CSV files after they arrive in S3.
B.Select Parquet as the file format option when configuring the Cloud Storage Activation Target or activation export settings.
C.Write a Calculated Insight that automatically converts CSV strings to Parquet binary code.
D.Modify the Data Stream schema to enforce Parquet ingestion, which automatically formats exports.
AnswerB

Data Cloud allows selecting the output file format (CSV or Parquet) for cloud storage activation targets.

Why this answer

Cloud storage activation targets support configuring file formats like CSV or Parquet during the target setup or activation configuration phase.

62
MCQhard

A Data Cloud consultant is configuring a Data Action to trigger an event in Salesforce Core whenever a high-value customer's calculated insight score crosses a specific threshold. The Data Action fails to trigger when the insight updates. Which component should the consultant inspect first?

A.Check if the activation target's publishing schedule is set to real-time.
B.Ensure the segment has been published at least once today.
C.Verify that the Marketing Cloud connector package is updated to the latest version.
D.Verify that the Data Action Target is correctly mapped and authorized with the destination endpoint.
AnswerD

The Data Action Target handles the delivery mechanism, and incorrect target mapping or authorization will cause failures.

Why this answer

Data Actions rely on Data Action Targets linked to AWS EventBridge or Core triggers; misconfigurations in the Data Action Target mapping or the underlying Calculated Insight schedule are primary points of failure.

63
MCQeasy

A consultant needs to choose a reconciliation rule for the First Name field on the Unified Individual profile so that the value from the system of record with the most recent activity date is retained. Which reconciliation rule should the consultant select?

A.Most Recent
B.Highest Frequency
C.Longest String
D.Source Sequence
AnswerA

Most Recent selects the value from the source record with the most recent timestamp.

Why this answer

The 'Most Recent' reconciliation rule evaluates the last modified or activity date across source records to determine the surviving field value.

64
MCQmedium

An administrator needs to ingest data from an external relational database into Data Cloud on a nightly basis. Which ingestion method is best suited for this requirement?

A.Real-time Data Action target
B.Batch Data Stream using cloud file storage (e.g., Amazon S3 or Google Cloud Storage)
C.Streaming Ingestion via Interaction SDK
D.Manual CSV upload via Data Explorer
AnswerB

Batch data streams via cloud storage are standard for scheduled bulk data ingestion from external databases.

Why this answer

External databases connected via MuleSoft, Amazon S3, or Google Cloud Storage typically use batch ingestion scheduled at regular intervals (like nightly).

65
MCQeasy

What is the primary function of a Data Stream in Data Cloud?

A.Activating data for external systems
B.Ingesting data from source systems
C.Creating segments
D.Unifying profile data
AnswerB

Data Streams ingest data into the platform.

Why this answer

Data Streams are the mechanism used to ingest data into Data Cloud from various connected sources.

66
MCQmedium

A consultant is configuring reconciliation rules and wants to ensure that for customer postal addresses, the address string with the greatest length is kept on the unified profile. Which reconciliation rule should be selected?

A.Most Recent
B.Highest Frequency
C.Source Sequence
D.Longest String
AnswerD

Longest String selects the attribute value with the maximum character length.

Why this answer

Longest String evaluates character length and is designed for scenarios where longer text values (like more complete postal addresses) should take precedence.

67
MCQeasy

What is the primary output of executing an Identity Resolution ruleset?

A.Unified individual profiles and unified link records.
B.Calculated insight KPI tables.
C.External S3 activation files.
D.Cleanse data transform log files.
AnswerA

Identity resolution creates unified profiles and link tables.

Why this answer

The primary output of identity resolution is the creation and updating of Unified Individual profiles and their corresponding Unified Link objects.

68
Multi-Selecthard

A consultant is configuring a Data Action to invoke an external webhook whenever a specific customer data event occurs. Which THREE components are required to successfully configure this Data Action? (Choose three.)

Select 3 answers
A.A configured Data Action Target pointing to the webhook endpoint
B.A published segment with an hourly refresh schedule
C.Authentication credentials or headers required by the webhook endpoint
D.Source data object or calculated insight configured to trigger the action
E.An active Marketing Cloud Journey Builder campaign ID
AnswersA, C, D

A Data Action Target defines the endpoint destination.

Why this answer

Configuring Data Actions requires a Data Action Target (webhook), trigger conditions based on Data Model Objects or Insights, and valid authorization credentials.

69
Multi-Selectmedium

An enterprise is planning its Salesforce Data Cloud deployment strategy and needs to understand how Data Cloud integrates with existing Salesforce clouds. Which THREE statements accurately describe these integration capabilities? (Choose three.)

Select 3 answers
A.Calculated Insights and Data Graphs can be surfaced within Sales and Service Cloud Lightning page layouts.
B.Data Cloud can ingest standard and custom objects from Sales Cloud and Service Cloud using built-in CRM connectors.
C.Data Cloud can directly execute automated Apex code inside external ERP systems without middleware.
D.Data Cloud requires an external ETL tool to synchronize data between Sales Cloud and Data Cloud.
E.Data Cloud segments can be activated to Marketing Cloud Engagement to drive personalized multi-channel journeys.
AnswersA, B, E

Salesforce users can view Data Cloud insights and unified profiles directly within CRM record pages.

Why this answer

Data Cloud integrates natively across the Salesforce Customer 360 ecosystem, enabling data ingestion from CRM, activation to Marketing Cloud, and surfacing insights via Lightning components.

70
MCQhard

A consultant creates a custom Data Model Object (DMO) in Data Cloud and attempts to relate it to the standard Individual DMO. The relationship creation fails. What is the most likely reason?

A.The Individual DMO is locked and does not accept outgoing foreign key relationships.
B.Custom DMOs cannot have relationships with standard DMOs under any circumstances.
C.Standard DMO relationships can only be established using SQL queries in Calculated Insights.
D.The foreign key in the custom DMO does not match the data type and length of the target primary key in the Individual DMO.
AnswerD

Data type and length mismatches between primary and foreign keys will prevent relationship creation in the Data Model.

Why this answer

Relationships between DMOs require specific cardinality configurations (e.g., 1-to-1, 1-to-many, many-to-many) and must link compatible primary and foreign keys with matching data types.

71
Multi-Selecteasy

Which TWO destination types are officially supported for publishing Data Cloud segments via Activation Targets? Choose 2 options.

Select 2 answers
A.Amazon S3 / Cloud File Storage
B.Salesforce Classic desktop app shortcuts.
C.Local SQLite database files stored on the administrator's desktop.
D.Personal email inboxes via SMTP relay.
E.Marketing Cloud Engagement
AnswersA, E

Cloud storage providers like Amazon S3 are supported activation targets.

Why this answer

Data Cloud supports activations to various marketing platforms, cloud storage providers, and CRM instances.

72
MCQmedium

A consultant is configuring an activation for a Meta Custom Audience. The client wants to ensure compliance with privacy regulations by hashing all email addresses before export. How should the consultant configure this in Data Cloud?

A.Data Cloud automatically handles hashing for supported ad network activation targets like Meta during the export process.
B.The consultant must write a custom Apex class to hash emails before segment creation.
C.Data Cloud does not support hashing; unhashed emails must be sent over secure SFTP.
D.Hashing must be performed on the source system before data ingestion into Data Cloud.
AnswerA

Native ad network activation targets in Data Cloud automatically apply the required hashing standards (e.g., SHA-256) upon export.

Why this answer

Data Cloud automatically applies cryptographic hashing (SHA-256) when required by ad network activation targets like Meta and Google, or supports mapping to pre-hashed fields.

73
Multi-Selectmedium

Which TWO best practices should a consultant follow when naming and structuring custom Data Model Objects (DMOs)? (Choose TWO)

Select 2 answers
A.Define clear primary and foreign key relationships with appropriate cardinality.
B.Ingest raw CSV files directly into custom DMOs without creating DSOs.
C.Ensure every custom DMO has at least 50 primary key fields.
D.Check if a standard CIM DMO already exists before creating a custom DMO.
E.Prefix all custom DMO names with 'Apex_' to ensure system compatibility.
AnswersA, D

Proper relationships are essential for accurate segmentation and querying.

Why this answer

When creating custom DMOs, consultants should follow clear naming conventions, avoid duplicate concepts already covered by standard CIM DMOs, and ensure proper relationship cardinality.

74
Multi-Selecthard

Which THREE types of data objects are available in the Data Cloud data model architecture? (Choose THREE)

Select 3 answers
A.Data Model Objects (DMOs)
B.Apex Trigger Objects
C.Insight Objects
D.Data Source Objects (DSOs)
E.Visualforce Page Objects
AnswersA, C, D

DMOs represent harmonized data structured against the CIM.

Why this answer

Data Cloud data model architecture includes Data Source Objects (DSOs), Data Model Objects (Dmos) - which can be standard or custom - and Insight Objects.

75
MCQhard

A consultant has created a complex segment using multiple related objects (Individual -> Order -> Order Product). When publishing the segment, the job fails with a timeout error. What is the most efficient troubleshooting step to resolve this segment publishing failure?

A.Optimize the segment criteria by reducing unnecessary related object hops and ensuring data model relationships are correctly mapped.
B.Rebuild the segment using a Calculated Insight instead of related object filters.
C.Convert the segment into a streaming segment to bypass the batch publishing engine.
D.Increase the Data Cloud tenant storage limit to allow more memory for processing.
AnswerA

Complex multi-object queries can cause performance bottlenecks. Optimizing the criteria and ensuring clean relationship mappings resolves publishing timeouts.

Why this answer

Segment publishing performance can degrade when querying deeply nested or unindexed relationships across massive data volumes. Simplifying the segment criteria, ensuring proper relationships and indexes exist on the underlying DMOs, or breaking the segment into smaller logical parts are recommended troubleshooting steps.

Page 1 of 7

Page 2

All pages