Courseiva

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

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

Page 1

Page 2 of 7

Page 3
76
MCQhard

An enterprise client implements identity resolution across three different data streams: CRM, eCommerce, and POS. The consultant notices that POS records are frequently overwriting verified CRM data on unified profiles. Which configuration adjustment will correct this issue while preserving data integration?

A.Disable the POS data stream from participating in the identity resolution ruleset.
B.Modify the Source Sequence reconciliation rule to rank the CRM data source higher than the POS data source.
C.Switch the reconciliation rule from Source Sequence to Longest String.
D.Delete all POS unified link records using SQL in data transforms.
AnswerB

Adjusting the source priority order in Source Sequence ensures higher-trust systems overwrite lower-trust systems.

Why this answer

Updating the Source Sequence reconciliation rule to rank CRM higher than POS ensures CRM data takes precedence over POS data.

77
Multi-Selectmedium

Which TWO types of schema definitions are required or supported when setting up a batch data stream from Amazon S3? (Choose TWO)

Select 2 answers
A.Field data types and primary key designations.
B.Tableau workbook connection strings.
C.Apex class definitions for data transformation.
D.File format and delimiter specifications (e.g., CSV, comma or pipe delimited).
E.Marketing Cloud Journey Builder canvas IDs.
AnswersA, D

Defining field types and primary keys ensures accurate schema creation in the DSO.

Why this answer

S3 batch data streams require file format definitions (like CSV delimiters) and schema field definitions (data types and primary keys).

78
MCQmedium

A company needs to ensure that when a customer is removed from a segment due to churn, their record is also immediately removed from the active audience list in an external ad platform. How does Data Cloud handle segment removal during an activation publish?

A.Removals are only supported for real-time streaming data actions, not batch activations.
B.Data Cloud automatically deletes the contact record from the external ad platform entirely.
C.Segment removals require a manual CSV export and upload by an administrator.
D.Data Cloud sends a removal or suppression payload to the activation target during the next scheduled activation refresh.
AnswerD

Data Cloud publishes differential updates (additions and removals) during activation refreshes to synchronize the external platform with current segment membership.

Why this answer

When an activation is refreshed, Data Cloud calculates additions and removals (deltas), sending removal signals to supported activation targets to remove users who no longer qualify.

79
MCQeasy

An organization wants to use Data Cloud to unify customer profiles from Sales Cloud and Marketing Cloud Engagement. Which core feature is responsible for merging these disparate records into a single Unified Individual profile?

A.Data Stream Mapping
B.Identity Resolution
C.Activation
D.Data Segmentation
AnswerB

Identity Resolution creates unified profiles by applying match and reconciliation rules.

Why this answer

Identity Resolution is the Data Cloud feature that groups matching profile records into a single unified profile using match rules and reconciliation rules.

80
Multi-Selecthard

Which THREE actions should a consultant take when auditing an identity resolution implementation where records are incorrectly merging across distinct customer households? Choose 3 options.

Select 3 answers
A.Incorporate high-cardinality unique identifiers like distinct account numbers or verified emails.
B.Examine existing match rules for broad criteria (such as shared phone numbers or common last names) that bridge separate households.
C.Switch all reconciliation rules from Most Recent to Longest String.
D.Delete all unified link records manually via Apex.
E.Refine match rules by combining multiple attributes with strict AND logic requirements.
AnswersA, B, E

High-cardinality identifiers prevent false positive matches between different households.

Why this answer

Incorrect cross-household merging (over-merging) requires reviewing broad match rules, adding secondary criteria with strict AND logic, and verifying unique identifiers.

81
MCQmedium

A Data Cloud Consultant is setting up an ingestion pipeline from Marketing Cloud Engagement into Data Cloud. The marketing team requires near-real-time behavioral tracking data to personalize ongoing customer journeys. Which ingestion method should the consultant recommend?

A.Manual CSV uploads daily
B.Cloud File Storage ingestion via Amazon S3
C.Marketing Cloud Connector via SOAP API batch job
D.Marketing Cloud Engagement Data Stream bundle
AnswerD

The Marketing Cloud Engagement bundle natively supports streaming data for interactions and tracking profiles in near-real-time.

Why this answer

The Marketing Cloud Engagement connector utilizes bundle-based data streams that support near-real-time ingestion via API-driven events for tracked interactions.

82
MCQmedium

An enterprise wants to track customer engagement metrics, such as total order amount over the last 90 days, to use as attributes in audience segmentation. Which Data Cloud tool is designed specifically to calculate and store these types of aggregations?

A.Data Model relationship mapping
B.Activation Target filters
C.Calculated Insights
D.Identity Resolution rulesets
AnswerC

Calculated Insights compute metrics and aggregations like totals and averages over specific timeframes.

Why this answer

Calculated Insights allow users to write ANSI SQL or use a builder to create metrics and KPIs that are then available as attributes in segmentation.

83
MCQhard

An organization implementing Data Cloud notices that unified profiles are missing engagement data from mobile push notifications. Upon inspection, the consultant finds that the mobile engagement DMOs are not linked to the Unified Individual. What is the required configuration to ensure mobile engagement data connects to the unified profile?

A.Create a calculated insight that manually injects engagement logs into the Unified Individual table.
B.Configure an activation target specifically for mobile push notifications.
C.Change the reconciliation rule from Most Recent to Source Sequence.
D.Ensure the mobile engagement DMOs have proper foreign key mappings pointing to the Individual DMO so that the Unified Link object can bridge them.
AnswerD

Engagement data associates with unified profiles through proper foreign key mapping to the Individual DMO and subsequent ruleset execution.

Why this answer

Engagement DMOs link to unified profiles through foreign key relationships pointing to the Individual ID / Unified Individual ID established during identity resolution and data modeling.

84
MCQeasy

When configuring a Salesforce CRM data stream, which user profile permissions are typically required for the connected integration user in Salesforce CRM?

A.Manage Users and Authorize Apex
B.Manage Data Cloud Administration permission only
C.API Enabled and Read access to objects and fields being ingested
D.Modify All Data and View Setup and Configuration
AnswerC

The integration user needs API access and read permissions on all source objects and fields.

Why this answer

The integration user connecting Salesforce CRM to Data Cloud requires specific permissions such as 'Api Enabled' and read access to all objects and fields being ingested.

85
Multi-Selecteasy

Which TWO items are part of the core Data Cloud architecture?

Select 2 answers
A.Einstein GPT
B.Experience Cloud Sites
C.Salesforce Flow Builder
D.Data Model Objects (DMOs)
E.Data Streams
AnswersD, E

The storage layer for mapped data.

Why this answer

Data Streams and Data Model Objects (DMOs) are fundamental to the architecture of Data Cloud.

86
MCQhard

A company is ingesting high-volume clickstream data via the Ingestion API. The consultant notices that ingestion jobs are failing with rate-limiting errors. Which strategy should the consultant implement to remediate this issue?

A.Switch the Ingestion API stream to a batch CSV file upload via Amazon S3.
B.Upgrade the Salesforce CRM license to Unlimited edition.
C.Optimize payload sizes and implement exponential backoff retry logic within the calling application.
D.Disable Identity Resolution for clickstream data streams.
AnswerC

Managing payload batch sizes and handling HTTP 429 rate-limit responses with exponential backoff is the standard architectural remedy for API ingestion limits.

Why this answer

The Ingestion API has specific payload size and rate limits. Batching payloads appropriately and respecting concurrency guidelines prevents rate-limiting errors.

87
MCQeasy

A Data Cloud Consultant is tasked with setting up a data stream from an external cloud storage provider (Amazon S3). Which file formats are natively supported for batch ingestion from cloud storage sources in Data Cloud?

A.CSV and Parquet
B.PNG and JPEG
C.EXE and DLL
D.DOCX and XLSX
AnswerA

CSV and Parquet are the standard supported file formats for cloud storage batch data streams.

Why this answer

Data Cloud supports standard file formats such as CSV and Parquet for batch ingestion from cloud storage connectors like Amazon S3, Google Cloud Storage, and Azure Blob Storage.

88
Multi-Selectmedium

Which TWO factors can directly impact the execution time and performance of a batch segment publication? (Choose two.)

Select 2 answers
A.The total volume of records in the source Data Model Objects.
B.The complexity and number of related object joins and container nesting levels in the segment definition.
C.The color theme selected for the Salesforce user interface.
D.The brand of the computer monitor used by the consultant creating the segment.
E.The number of active Salesforce CRM user licenses in the org.
AnswersA, B

Larger data volumes require more processing time during batch segment evaluation.

Why this answer

Batch segment performance is influenced by data volume scale, complexity of multi-object relationship hops, and frequency or concurrent job load.

89
Multi-Selecthard

A consultant is troubleshooting a Calculated Insight that aggregates total purchases per customer over the last year. The metric returns incorrect values for several customers. Which THREE factors should the consultant investigate? (Choose three.)

Select 3 answers
A.Whether the Calculated Insight is scheduled as streaming or batch.
B.Data model object relationship cardinality (e.g., inner vs. outer joins affecting row counts).
C.The activation target format configured for the resulting segment.
D.How null values are handled within aggregate functions like SUM or COUNT.
E.The timezone settings applied in the timestamp filters of the ANSI SQL query.
AnswersB, D, E

Incorrect cardinality can duplicate rows or drop records during aggregation.

Why this answer

Calculated Insight issues often stem from incorrect join relationships, improper time window filtering, or mishandled null values in aggregates.

90
MCQeasy

A Data Cloud user needs to export segment membership to an external AWS S3 bucket for use in a third-party BI tool. Which feature should the consultant configure to achieve this export?

A.Calculated Insight
B.Activation Target and Activation
C.Streaming Transform
D.Data Graph
AnswerB

An Activation Target connects Data Cloud to the external destination (AWS S3), and an Activation publishes the segment members to that target.

Why this answer

To send segment data to external destinations like Amazon S3, Marketing Cloud, or other activation targets, the consultant must set up an Activation and an Activation Target.

91
MCQmedium

A consultant wants to ensure that a segment only includes profiles where the customer's email address is not null and email opt-in is set to true. Where should these filters be applied?

A.Within the Calculated Insight SQL SELECT clause.
B.Inside the Segment Canvas profile criteria container.
C.Inside the Identity Resolution matching rules.
D.At the Data Stream field mapping level.
AnswerB

Profile criteria containers allow filtering on direct profile attributes like email and opt-in status.

Why this answer

Profile attribute filters are applied directly inside the Segment Canvas when defining the audience criteria.

92
MCQhard

A consultant is mapping a custom Data Source Object (DSO) representing loyalty points to the Individual Data Model Object (DMO) in Salesforce Data Cloud. The DMO requires a primary key, but the loyalty source record only contains a compound loyalty program ID and member ID. What is the recommended best practice to satisfy the primary key requirement during the data mapping process?

A.Map only the member ID and accept potential record overwrites for members in multiple loyalty programs.
B.Map both fields as the primary key simultaneously in the mapping canvas.
C.Let Data Cloud automatically generate an internal GUID to act as the primary key.
D.Use a formula field in Data Streams to concatenate the loyalty program ID and member ID into a unique string, then map that formula field to the DMO primary key.
AnswerD

Creating a formula field during ingestion or mapping allows the combination of fields to form a valid, unique primary key.

Why this answer

When mapping data to standard DMOs like Individual where a specific primary key format is expected, or when unique combinations are needed, consultants should use a formula field within the data stream or mapping canvas to concatenate the composite keys into a single unique string identifier.

93
MCQmedium

An administrator is tasked with connecting an external database to Data Cloud. The database does not support direct streaming, but can export CSV files nightly. Which setup approach should the administrator use?

A.Set up a Cloud Storage connector (e.g., Amazon S3) and configure a scheduled batch data stream.
B.Use the Salesforce CRM connector with external object sync.
C.Configure a Real-Time Interaction Collector webhook.
D.Build a custom Marketing Cloud API integration.
AnswerA

Cloud storage connectors handle scheduled batch file ingestion from repositories like S3.

Why this answer

Nightly CSV exports are best ingested using a Cloud Storage connector (such as Amazon S3, Google Cloud Storage, or Azure Blob) where the files are dropped and pulled on a scheduled basis.

94
MCQmedium

A consultant is troubleshooting an activation that has a status of 'Publishing' for an unusually long time. Where should the consultant check to diagnose potential pipeline bottlenecks?

A.The Einstein Studio model training metrics.
B.The Salesforce Core Setup Audit Trail.
C.The Marketing Cloud Journey Builder analytics dashboard.
D.The Activation History and Monitor tab in Data Cloud to review job progress and error logs.
AnswerD

The monitor and history views display status details, error codes, and progress metrics for activation jobs.

Why this answer

The Activation History and Monitor tabs in Data Cloud provide detailed job status, error messages, and execution metrics for ongoing and past activation runs.

95
Multi-Selectmedium

A Data Cloud Consultant is setting up an Activation Target for Marketing Cloud Engagement. Which TWO prerequisites must be completed before creating the activation target?

Select 2 answers
A.Enable Streaming Ingestion on all Marketing Cloud Data Streams.
B.Ensure the Marketing Cloud Engagement tenant is successfully connected and provisioned within Data Cloud Setup.
C.Configure a custom Apex REST service to authenticate requests between Data Cloud and Marketing Cloud.
D.Manually create all target Data Extensions in Marketing Cloud Engagement prior to creating the activation target.
E.Assign the appropriate permissions and licenses for Data Cloud and Marketing Cloud integration to the configuring user.
AnswersB, E

Correct. The tenant connection must be established in Setup before an activation target can reference it.

Why this answer

To connect Data Cloud to Marketing Cloud Engagement, the Marketing Cloud tenant must be properly provisioned and connected via Marketing Cloud Connect or standard Data Cloud provisioning, and the appropriate user permissions must be established.

96
MCQhard

A Data Cloud Consultant is designing an architecture where a high-volume transactional event stream triggers real-time personalization in an external system. Which combination of Data Cloud features should be utilized?

A.Streaming Data Transforms, Data Actions, and Data Action Targets configured as webhooks.
B.Inference Models in Einstein Studio and Tableau CRM Dashboard bindings.
C.Batch Data Streams, Segments, and Marketing Cloud Activation Targets.
D.Identity Resolution Rule Sets, Calculated Insights, and Cloud Storage Activations.
AnswerA

This combination allows real-time ingestion, event evaluation, and immediate webhook transmission to external systems.

Why this answer

Real-time triggers require Streaming Data Transforms, Data Actions, and Data Action Targets configured with webhooks.

97
MCQhard

An enterprise ingests high-frequency clickstream data using the Interaction SDK. The client notices that event timestamps are recorded in local browser time rather than UTC, causing chronological misalignment in sequence analysis. How should the consultant address this?

A.Rebuild the Identity Resolution ruleset to auto-correct timestamps.
B.Change the timezone setting of the Salesforce CRM administrator user.
C.Configure the Interaction SDK payload script to transmit timestamps in UTC or include the explicit ISO 8601 offset.
D.Switch from the Interaction SDK to an Amazon S3 batch CSV upload.
AnswerC

Ensuring timestamps include UTC offsets or are normalized to UTC in the SDK payload resolves chronological misalignment.

Why this answer

When capturing web/mobile events via the Interaction SDK, the consultant must configure the event payload script to capture and transmit ISO 8601 timestamps with explicit UTC offset or convert them to UTC before submission.

98
MCQhard

An administrator has set up a new Data Cloud org and wants to verify that the out-of-the-box Data Model mappings for the Salesforce CRM Sales bundle are correct. Where should the administrator navigate in Data Cloud Setup?

A.Data Cloud Setup > Data Manager > Data Canvas
B.Setup > Platform Tools > Data Mapping
C.Data Cloud Setup > Object Manager
D.Data Cloud Setup > Data Streams > Mappings
AnswerA

The Data Canvas in Data Manager provides a visual representation of Data Source Objects mapped to Data Model Objects.

Why this answer

Mapping data from Data Source Objects to Data Model Objects is managed under the Data Manager section in Data Cloud.

99
MCQmedium

A consultant needs to deliver segment membership data to an external SFTP server on a daily schedule. Which activation target type should the consultant select?

A.Cloud Storage Activation Target
B.Marketing Cloud Activation Target
C.Data Action Target
D.Advertising Activation Target
AnswerA

Cloud storage activation targets allow exporting segment files directly to bucket locations.

Why this answer

Cloud storage or custom SFTP-like delivery paths are supported via Cloud Storage activation targets (such as Amazon S3, Google Cloud Storage, or Azure Blob Storage, or custom file exports depending on packaging).

100
Multi-Selecthard

A consultant is preparing to connect Marketing Cloud Engagement to Data Cloud. Which THREE considerations or prerequisites are essential for a successful integration? (Choose three.)

Select 3 answers
A.Mapping ingested Marketing Cloud data streams to the Data Model Objects (e.g., Individual, Contact Point)
B.Replacing all Sales Cloud data streams with Marketing Cloud data streams
C.Writing custom Apex triggers to handle real-time contact payload synchronization
D.Ensuring the Marketing Cloud Engagement tenant is on an eligible edition and properly provisioned
E.Provisioning the Marketing Cloud Engagement connector within Data Cloud Setup
AnswersA, D, E

Mapping data streams to standard DMOs is necessary for segmentation and activation.

Why this answer

Integrating Marketing Cloud Engagement with Data Cloud requires tenant provisioning, installing the appropriate connection components, and mapping the requisite subscriber and contact data.

101
MCQeasy

Which Salesforce tool should an administrator use to check overall license utilization and data storage consumption for Data Cloud?

A.Data Cloud Setup > Setup Audit Trail
B.Salesforce Optimizer
C.Setup > Company Information > Feature Licenses
D.Data Cloud Setup > Organization Setup / Usage
AnswerD

Data Cloud provides specific usage and capacity tracking in Data Cloud Setup to monitor credit consumption, storage, and ingestion limits.

Why this answer

System Overview and Company Information in Salesforce Setup, alongside Data Cloud specific capacity monitors, show storage and usage.

102
MCQmedium

A consultant needs to include attributes from a custom Calculated Insight into a segment rule. What requirement must be met before the Calculated Insight can be used in Segment Canvas?

A.The Calculated Insight must be exported to an external data warehouse first.
B.The Calculated Insight must have its output mapped to the Unified Individual or relevant profile-level DMO.
C.The Calculated Insight must be set to run on a streaming frequency.
D.The Calculated Insight must use the SQL COUNT DISTINCT function exclusively.
AnswerB

Mapping Calculated Insight output to profile objects makes its metrics available as segment attributes.

Why this answer

Calculated Insights must be configured with specific output profile mapping (such as mapping to Unified Individual) to be usable in segmentation.

103
MCQhard

During the data modeling phase in Data Cloud, a consultant notices that two distinct Data Source Objects need to map to the same Individual Data Model Object, but the primary key formats differ (UUID vs. email hash). How should the consultant resolve this mapping challenge?

A.Use Calculated Insights to overwrite the primary key values.
B.Create a custom DMO for each source object and merge them using an external ETL tool.
C.Map both Data Source Objects to the Individual DMO and assign the respective source primary keys to the Source Id field.
D.Transform the keys using an Apex trigger before ingestion.
AnswerC

Mapping multiple sources to the Individual DMO while properly mapping source keys allows Identity Resolution to process them.

Why this answer

Data Cloud data model mapping allows multiple Data Source Objects to map into a single DMO, provided appropriate primary keys and foreign keys are designated, and Identity Resolution handles merging downstream.

104
MCQeasy

Which type of object must be mapped before an identity resolution match rule can evaluate telephone numbers?

A.Individual DMO Address Object
B.Contact Point Phone DMO
C.Unified Link Individual DMO
D.Contact Point Email DMO
AnswerB

Contact Point Phone holds the telephone attributes used by phone match rules.

Why this answer

Contact Point Phone DMO must be mapped to evaluate telephone numbers in identity resolution match rules.

105
MCQeasy

An enterprise is evaluating Salesforce Data Cloud licensing requirements to understand which editions include foundational capabilities such as data ingestion, data mapping, and identity resolution. Which license level unlocks these core features?

A.Marketing Cloud Engagement Basic Edition only
B.Heroku Enterprise database add-on
C.Sales Cloud Professional Edition without add-ons
D.Salesforce Data Cloud Starter / Growth / Plus editions
AnswerD

Data Cloud is licensed through dedicated tiers such as Starter, Growth, and Plus which provide core ingestion, data mapping, and identity resolution capabilities.

Why this answer

Salesforce Data Cloud requires specific core licensing editions, typically bundled or tiered based on data volume and feature sets, foundational to Enterprise, Unlimited, and specialized Data Cloud editions.

106
MCQeasy

When deploying a Data Cloud Starter Bundle for Marketing, what type of objects are automatically provisioned in Data Cloud?

A.Marketing Cloud Engagement Journey Builder canvases
B.Tableau dashboards and external database connectors
C.Custom Apex triggers for real-time validation
D.Pre-configured Data Streams and Data Model Objects mapped to the CIM
AnswerD

Starter bundles include pre-built data streams and pre-mapped DMOs based on the Cloud Information Model.

Why this answer

Data bundles automatically deploy pre-mapped Data Source Objects, Data Model Objects, and sometimes calculated insights or segments depending on the bundle type.

107
Multi-Selecteasy

Which TWO actions can a consultant perform within the Segment Canvas interface? Choose 2 options.

Select 2 answers
A.Establish real-time API connections to external advertising platforms.
B.Incorporate related engagement attributes and calculated insights into segment rules.
C.Configure Identity Resolution matching rules and precedence settings.
D.Create and schedule raw Data Lake Object ingestion jobs.
E.Combine include and exclude containers to refine audience populations.
AnswersB, E

Related attributes and calculated insights can be dragged into segment criteria.

Why this answer

Segment Canvas allows users to build audience segments by combining profile attributes, engagement data, and exclusion rules.

108
Multi-Selecthard

A Data Cloud Consultant is designing an Identity Resolution ruleset for an enterprise organization with multiple data sources. Which TWO best practices should the consultant follow when configuring match rules and reconciliation rules? (Choose two.)

Select 2 answers
A.Always use fuzzy matching on exact unique identifiers like Social Security Numbers or Account Numbers.
B.Create a separate identity resolution ruleset for every individual data stream without sharing.
C.Apply identity resolution rules directly to raw Data Lake Objects before mapping to Data Model Objects.
D.Test match rules using rule evaluation tools or sample data to understand match volume and avoid over-merging.
E.Configure source priority reconciliation rules to specify which trusted system takes precedence for key attributes.
AnswersD, E

Testing and evaluating match rules prevents unintended over-merging of distinct individuals.

Why this answer

Consultants should test match rules with a subset of data to avoid performance bottlenecks and configure reconciliation rules carefully to define precedence across conflicting source attributes.

109
MCQmedium

An administrator has created a custom Data Source Object (DSO) and mapped it to a standard Data Model Object (DMO). However, the data is not populating into the DMO. What diagnostic step should the administrator take first in Data Manager?

A.Run an execute anonymous Apex script to force sync the DMO.
B.Restart the core Salesforce CRM instance to flush the cache.
C.Delete and recreate the Data Space.
D.Verify the data stream job status and check for mapping errors or failed record counts in Data Manager.
AnswerD

Checking the data stream monitor in Data Manager reveals whether the ingestion job ran successfully and if records passed the mapping rules.

Why this answer

Checking the Data Stream run history and status in Data Manager is the primary step to ensure data flowed from the DSO to the DMO successfully.

110
MCQhard

An enterprise marketing team notices that an activation published successfully to Marketing Cloud Engagement, but contacts are not receiving journeys because the contact keys do not match. What caused this mismatch?

A.The activation target was configured with batch chunking enabled.
B.The identifier mapped as the contact key in Data Cloud does not match the Subscriber Key or Contact Key used in Marketing Cloud Engagement.
C.The segment was published using a Calculated Insight instead of a Unified Individual DMO.
D.The Marketing Cloud Connector user token has expired.
AnswerB

Marketing Cloud Engagement relies on precise matching of the Subscriber/Contact Key; mapping a different ID causes journey entry failures.

Why this answer

Mismatch in contact keys typically occurs when the identifier mapped to the contact point in Data Cloud (e.g., Subscriber Key vs. CRM Contact ID) does not align with the key used in Marketing Cloud Engagement.

111
Multi-Selectmedium

Which THREE statements are true regarding how Data Cloud handles data spaces and identity resolution rulesets? Choose 3 options.

Select 3 answers
A.A single ruleset can automatically synchronize profiles across all global data spaces simultaneously.
B.Data spaces are optional virtual folders that have no impact on identity resolution.
C.Identity resolution rulesets are scoped to operate within a single data space.
D.Unified profiles cannot span across different data spaces natively.
E.Each data space can contain its own distinct identity resolution ruleset configuration.
AnswersC, D, E

Rulesets are contained within individual data spaces.

Why this answer

Rulesets operate within data spaces, profiles cannot cross data space boundaries, and each data space can host its own identity resolution configuration.

112
Multi-Selecthard

A consultant is troubleshooting a Calculated Insight that fails to compile and execute successfully. Which THREE factors commonly cause Calculated Insight SQL execution failures in Data Cloud? (Choose three.)

Select 3 answers
A.Configuring an activation target with an invalid webhook URL.
B.Exceeding the maximum allowed query complexity or join limits.
C.Failing to enable Salesforce Shield Platform Encryption on the user profile.
D.Referencing DMOs or DLOs that have not been properly mapped or populated with data.
E.Using unsupported SQL functions or syntax not included in Data Cloud's ANSI SQL dialect.
AnswersB, D, E

Overly complex queries with excessive joins or subqueries can exceed execution thresholds.

Why this answer

Calculated Insights rely on strict ANSI SQL syntax supported by Data Cloud, valid object relationships, and proper aggregate functions.

113
MCQmedium

A marketer needs to target customers who have purchased Product A AND Product B, but have NOT purchased Product C. How should the consultant configure this logic within the Segment Canvas containers?

A.Place Product A and Product B in separate inclusion criteria with an 'AND' operator, and place Product C in an exclusion container.
B.Use a Calculated Insight with a HAVING clause for all three products.
C.Place all three products in a single inclusion container and set the operator to 'NOT EQUAL'.
D.Create three separate segments and export them to an external database to perform a SQL EXCEPT operation.
AnswerA

Using an inclusion container with AND logic for Products A and B, combined with an exclusion container for Product C, accurately reflects the business requirement.

Why this answer

In the Segment Canvas, inclusion and exclusion containers allow complex boolean logic. Product A and Product B would be placed in inclusion criteria (or separate containers depending on whether they are in the same transaction), and Product C would be placed in an exclusion container.

114
Multi-Selecthard

A Data Cloud consultant is troubleshooting a failing data stream from an external cloud storage bucket. Which TWO steps should the consultant take to diagnose the error? (Choose TWO)

Select 2 answers
A.Review the Data Stream run history and error logs in the Data Cloud UI.
B.Restart the Kafka message broker cluster via the Data Cloud setup menu.
C.Rebuild the Identity Resolution ruleset associated with the data stream.
D.Inspect the source files in the storage bucket for schema and delimiter conformity.
E.Check the Apex Debug Logs in Salesforce Setup.
AnswersA, D

Run history and error logs provide granular details on why ingestion failed.

Why this answer

When cloud storage data streams fail, checking the Data Stream run history for specific error logs and verifying file format compliance against the schema definition are the primary troubleshooting steps.

115
Multi-Selecthard

When planning a Data Cloud implementation project, a consultant must review architectural limits and governance best practices. Which THREE factors should be evaluated during discovery and design? (Choose three.)

Select 3 answers
A.Identity resolution profile scale and matching compute complexity
B.Expected data ingestion volumes and storage consumption rates
C.Custom Apex trigger execution time limits within Data Cloud storage
D.Manual table creation scripts for the core Salesforce CRM database
E.Number of Data Spaces required for regional or departmental logical partitioning
AnswersA, B, E

Identity resolution processing scales with record volume and rule complexity.

Why this answer

Consultants must evaluate data ingestion volumes, profile counts for identity resolution, and storage consumption to ensure alignment with licensing and platform limits.

116
MCQeasy

What is the primary function of a Data Source Object (DSO) in Data Cloud?

A.To export audience segments to external advertising platforms
B.To unify multiple profiles into a single Unified Individual record
C.To store raw, unharmonized data exactly as it arrives from the data source
D.To calculate real-time customer lifetime value scores
AnswerC

DSOs store the raw structure and data of an incoming data stream.

Why this answer

A Data Source Object (DSO) represents the raw schema and data structure of an ingested data stream before it is mapped to the Cloud Information Model.

117
MCQmedium

Northern Trail Outfitters needs to ingest customer profile updates from Sales Cloud in near real-time. Which connector type should the consultant configure to achieve this requirement?

A.Ingestion API with manual hourly triggers
B.Google Cloud Storage bucket integration
C.Marketing Cloud Connect batch sync
D.Salesforce CRM Data Stream using Change Data Capture
AnswerD

The native Salesforce CRM connector supports ingestion via CDC for near real-time updates.

Why this answer

The Salesforce CRM connector leverages Change Data Capture (CDC) events to ingest data near real-time from Sales Cloud into Data Cloud.

118
MCQeasy

What is the primary function of the Customer 360 Data Model in Data Cloud?

A.To store raw, untransformed JSON payloads indefinitely
B.To replace the standard Salesforce CRM database schema
C.To provide a standardized schema for harmonizing data from disparate sources
D.To execute automated Apex business logic on streaming data
AnswerC

The Customer 360 Data Model harmonizes disparate data into standard Data Model Objects (DMOs).

Why this answer

The Customer 360 Data Model provides a standardized schema (DMOs) to harmonize data ingested from disparate source systems.

119
MCQmedium

A consultant is reviewing identity resolution metrics and sees the metric 'Total Unified Individuals'. What does this metric represent?

A.The total number of unique, consolidated individual profiles generated by the ruleset.
B.The number of activation targets successfully configured.
C.The total number of segments created in the data space.
D.The total number of raw source records ingested across all data streams.
AnswerA

It reflects the final count of distinct unified profiles after merging.

Why this answer

Total Unified Individuals represents the count of unique, consolidated profile records resulting from the identity resolution ruleset execution.

120
MCQmedium

A consultant is setting up an activation for an advertising platform and needs to ensure that only opted-out records are excluded. Where is consent typically managed and applied in Data Cloud for activations?

A.Managed exclusively inside the advertising platform's pixel settings
B.Controlled by the Data Stream refresh rate
C.Hardcoded in the activation target settings
D.Filtered directly within the segment definition or through consent-based attributes
AnswerD

Consent criteria are incorporated into segment filters or attribute rules to ensure compliance before activation.

Why this answer

Consent preferences are mapped and enforced through DMOs (like Consent or Contact Point Consent) and applied during segment creation or activation filtering.

121
Multi-Selectmedium

Which THREE behaviors characterize how Data Cloud processes reconciliation rules during identity resolution? Choose 3 options.

Select 3 answers
A.Different reconciliation strategies can be assigned to different attributes (e.g., Most Recent for phone, Source Sequence for name).
B.They execute after the matching engine has grouped source records into unified clusters.
C.They automatically overwrite and update records in the source CRM system.
D.They determine whether two source records are permitted to match based on email addresses.
E.They determine which source attribute values populate the fields on the unified profile.
AnswersA, B, E

Administrators can configure different reconciliation rules per attribute field.

Why this answer

Reconciliation rules determine surviving attribute values, operate after record matching occurs, and can be customized per attribute field.

122
MCQeasy

What is the function of the Data Model canvas in Data Cloud?

A.To visually manage Data Model Objects and their relationships
B.To monitor API call limits and quotas
C.To create Lightning Web Components for CRM pages
D.To design marketing email templates
AnswerA

The Data Model canvas is used for viewing and editing DMO relationships and structure.

Why this answer

The Data Model canvas provides a visual interface for viewing, creating, and managing relationships between Data Model Objects (DMOs).

123
MCQhard

A consultant is designing an architecture where customer records arrive simultaneously via Salesforce CRM CDC, Marketing Cloud Engagement, and an Ingestion API. To prevent duplicate customer profiles from bloating downstream segments, what core Data Cloud feature must be configured after data modeling?

A.Identity Resolution rulesets
B.Calculated Insights aggregation formulas
C.Data Actions export triggers
D.Tableau CRM data prep recipes
AnswerA

Identity Resolution matches and unifies disparate source records into Unified Individuals.

Why this answer

Identity Resolution is required to reconcile and unify multiple customer records arriving from disparate data streams into a single Unified Individual profile.

124
MCQmedium

A consultant wants to share audience segment data with an external marketing system that requires real-time API lookups rather than bulk file exports. Which Data Cloud feature should the consultant leverage alongside segmentation?

A.Data Lake Object exports
B.Bulk CSV S3 Activation Target
C.Data Graphs
D.Streaming Transforms
AnswerC

Data Graphs optimize unified profile and related data for low-latency real-time API queries.

Why this answer

For real-time API lookups of profile attributes and segment membership, Data Graphs are utilized to structure and serve unified profile data efficiently via APIs.

125
MCQeasy

Which DMO represents the relationship between source contact points and unified individuals?

A.Individual Source DMO
B.Activation Target DMO
C.Unified Link Contact Point objects
D.Calculated Insight DMO
AnswerC

Unified Link Contact Point objects maintain the relationship between source contact points and unified profiles.

Why this answer

Unified Link objects bridge source entities to unified profiles.

126
MCQhard

An administrator has configured Identity Resolution with multiple match rules (e.g., Email match and Phone match). After running the ruleset, some profiles are merged incorrectly, combining distinct individuals who share a phone number. How should the administrator adjust the configuration?

A.Disable Identity Resolution permanently and rely solely on Calculated Insights for deduplication.
B.Write an Apex trigger on the Unified Customer object to split merged profiles.
C.Delete the Unified Individual DMO and recreate the entire Data Cloud tenant.
D.Refine the match rules or adjust rule precedence to require stronger combinations of identifiers rather than relying on a single weak identifier.
AnswerD

Refining match rules prevents overly aggressive matching by ensuring rules use robust criteria (e.g., first name + last name + email) rather than a single shared attribute.

Why this answer

Identity resolution match rules must be carefully tuned. If rules are too broad (like matching solely on phone numbers where numbers are shared), administrators should refine the match rules or add filter conditions/precedence.

127
MCQmedium

A consultant is mapping a Salesforce CRM Contact data stream to the Individual DMO. The client wants to ensure that the contact's phone number is harmonized into the standard contact point phone DMO. How should this be structured?

A.Map the phone number to the Contact Point Phone DMO and relate it to the Individual DMO via foreign key.
B.Write a Calculated Insight to extract phone numbers into a separate table.
C.Map the phone number directly as a custom field on the Individual DMO root object.
D.Concatenate all phone numbers into a single text string on the Contact object before ingestion.
AnswerA

Contact points are modeled as separate DMOs related to the Individual DMO.

Why this answer

Contact points (phone, email, address) in the Cloud Information Model are modeled as related child objects to the Individual DMO rather than flat attributes on the Individual DMO.

128
MCQhard

An enterprise is running multiple batch segments that refresh daily. Due to downstream dependency requirements, Segment B must only evaluate after Segment A has finished its publishing run. How should the consultant orchestrate this dependency in Data Cloud?

A.Merge Segment A and Segment B into a single segment using an exclusion container.
B.Set Segment B's refresh schedule to run a few hours after Segment A's scheduled start time, or use orchestration features tied to segment publish completion.
C.Write a Flow in Salesforce CRM that monitors Data Cloud logs and calls the Data Cloud REST API to start Segment B.
D.Configure Segment B with an activation that triggers automatically upon the completion of Segment A's publication.
AnswerB

Managing execution timing via scheduled intervals or leveraging segment publication completion events ensures dependent segments or activations process in the correct sequence.

Why this answer

Data Cloud supports segment orchestration and scheduling. To ensure Segment B runs after Segment A, the consultant can configure segment scheduling or use orchestration tools like Data Cloud triggers / Data Actions, or sequence the batch refresh schedules appropriately, keeping in mind that dependent activation schedules can be triggered upon segment publish completion.

129
MCQhard

An administrator is troubleshooting an Ingestion API stream where payloads are being rejected with a schema validation error. Where can the administrator inspect the expected schema definition required by the Ingestion API?

A.Setup > Apex Classes > IngestionAPIController > Schema
B.Data Cloud Setup > Data Spaces > API Management > Schema Explorer
C.Data Cloud Setup > Ingestion API > select connection / stream bundle to view schema and endpoint details.
D.Setup > Integration > API Schemas > Salesforce Data Cloud
AnswerC

The Ingestion API configuration interface displays the required schema structure and JSON payload format.

Why this answer

The Ingestion API connector configuration in Data Cloud Setup provides the schema definition, OpenAPI specifications, and endpoints for the data stream bundle.

130
MCQhard

An organization has configured a Data Action that triggers a Salesforce Flow whenever a high-value purchase event is ingested. The flow fails intermittently with a concurrency error. What is the underlying reason for this behavior in Data Cloud?

A.The Connected App has exceeded its daily API call allocation.
B.High-volume streaming events from Data Cloud are triggering simultaneous Flow transactions in Salesforce Core, exceeding concurrency limits.
C.Data Cloud batch jobs are conflicting with real-time segment activation schedules.
D.The Identity Resolution ruleset is re-matching profiles while the flow runs.
AnswerB

When streaming data streams ingest large bursts of events, corresponding Data Actions can overwhelm downstream Flow transaction limits in Core CRM.

Why this answer

Data Actions trigger real-time asynchronous or synchronous events in external systems or Core CRM. High-volume streaming data can cause high concurrency on Flow execution in Core, leading to locking or concurrency limits.

131
MCQmedium

When configuring a batch data stream from an external source, what file formats are natively supported by Data Cloud for ingestion?

A.PNG, JPEG, and PDF
B.SQL dump files (.sql) only
C.XML, XLS, and DOCX
D.CSV, JSON, and Parquet
AnswerD

Data Cloud supports CSV, JSON, and Parquet file formats for batch ingestion.

Why this answer

Data Cloud batch ingestion natively supports formats like CSV, JSON, and Parquet from cloud storage providers such as Amazon S3, Google Cloud Storage, and Azure Blob Storage.

132
MCQmedium

A Data Cloud Consultant is setting up an activation for Marketing Cloud Engagement. The marketing team requires subscriber status updates to be reflected in real-time during a flash sale. Which feature must the consultant configure to support near-real-time streaming activation?

A.Set up a Batch Activation that runs every hour via Data Cloud orchestrations.
B.Write a custom Apex trigger in Core CRM to pull segments from Data Cloud.
C.Configure a Streaming Activation targeting Marketing Cloud Engagement with a 15-minute refresh frequency.
D.Use Data Actions to directly push raw DMO records without an activation target.
AnswerC

Streaming activations allow continuous updates to supported activation targets such as Marketing Cloud Engagement.

Why this answer

Streaming activations are designed for near-real-time delivery to supported targets like Marketing Cloud Engagement using the Streaming Activation capability.

133
Multi-Selectmedium

Which TWO statements are true regarding Data Model Object (DMO) relationships in Data Cloud? (Choose TWO)

Select 2 answers
A.Relationships can be established between standard DMOs and custom DMOs.
B.Relationship cardinality (such as 1-to-many) must be defined when creating the relationship.
C.Standard CIM DMO relationships cannot be modified or extended.
D.Relationships require Apex code to enforce referential integrity.
E.Relationships are automatically created by Identity Resolution without user configuration.
AnswersA, B

Custom DMOs can be linked to standard CIM DMOs via foreign key relationships.

Why this answer

DMO relationships define how objects connect (e.g., 1-to-many between Individual and Contact Point), and they are configured visually in the Data Model canvas.

134
MCQhard

An enterprise has streaming interaction data arriving via the Ingestion API. The consultant notices that records are populating the DSO, but the timestamps on the records are off by several hours. What is the most likely cause?

A.The Salesforce CRM user profile timezone setting is incorrect.
B.The Amazon S3 batch schedule is conflicting with the API stream.
C.Identity Resolution rulesets are altering the time values during reconciliation.
D.The incoming JSON payload timestamps lack proper timezone offset indicators or are not in UTC.
AnswerD

Timestamps without timezone offsets default incorrectly, resulting in time shifts.

Why this answer

Streaming timestamps must be provided in UTC or include proper timezone offset indicators in ISO 8601 format. If timestamps are submitted without timezone context, Data Cloud may misinterpret them relative to GMT/UTC.

135
Multi-Selectmedium

A Data Cloud Consultant is configuring batch ingestion from an external cloud storage provider (Amazon S3). Which THREE configurations are required to successfully set up this data stream?

Select 3 answers
A.File format (e.g., CSV, JSON, Parquet)
B.S3 Bucket Name and object path/prefix
C.Salesforce Marketing Cloud Business Unit ID
D.Pre-built Tableau dashboard ID
E.Authentication credentials (such as AWS IAM access keys or IAM role ARN)
AnswersA, B, E

Defining the file format is essential so the parser knows how to read the incoming files.

Why this answer

Setting up an S3 data stream requires specifying the file format, providing authentication credentials/connection details, and selecting the object structure or folder path to locate the source files.

136
MCQmedium

A consultant wants to ensure that a data action triggers immediately when a fraud detection flag is set on an individual in Data Cloud. Which type of target should be configured to handle this near-real-time event streaming?

A.Advertising Platform Activation Target
B.Marketing Cloud Engagement Activation Target
C.Data Action Target configured for Amazon EventBridge or Webhook
D.Cloud Storage Activation Target
AnswerC

Data Action Targets provide real-time event streaming to webhooks, EventBridge, or Salesforce Core.

Why this answer

Data Action Targets support destinations like Amazon EventBridge, Salesforce Core, or webhooks for event-driven streaming.

137
MCQeasy

A business stakeholder wants to know how Data Cloud maintains compliance with data privacy regulations such as GDPR when handling customer data. Which Data Cloud feature allows administrators to manage consent and privacy preferences across unified profiles?

A.Lightning App Builder
B.Salesforce Profiles and Permission Sets
C.Consent Management and Privacy Preferences mapping
D.Salesforce Territory Management
AnswerC

Data Cloud maps and respects consent and privacy preferences associated with data sources and unified profiles.

Why this answer

Data Cloud includes native Consent Management framework capabilities to respect privacy preferences and consent flags across unified profiles.

138
Multi-Selecthard

A consultant is troubleshooting an activation that fails to export files to a Cloud File Storage target. Which TWO factors should the consultant investigate regarding storage permissions and configuration? (Choose two.)

Select 2 answers
A.AWS IAM role trust relationships or bucket write permissions granted to Data Cloud.
B.Einstein Trust Layer generative AI moderation guardrails.
C.Salesforce Core CRM Profile object sharing rules.
D.Marketing Cloud Engagement API connection scopes and OAuth credentials.
E.Cloud storage bucket path, prefix, and folder naming configuration settings.
AnswersA, E

Insufficient bucket permissions or misconfigured IAM roles block Data Cloud from writing export files.

Why this answer

Cloud file storage activation failures are commonly caused by incorrect IAM roles/bucket policies or misconfigured destination paths and prefixes.

139
MCQmedium

A consulting firm is setting up Data Cloud for a multinational enterprise with distinct business units in North America and Europe. The enterprise requires strict data governance and logical separation of customer data between these two regions within a single Data Cloud instance. What should the consultant implement?

A.Individual Data Model Objects with custom formula fields
B.Permission Sets limiting object visibility
C.Multiple Data Cloud instances with Marketing Cloud Connect
D.Data Spaces
AnswerD

Data Spaces provide logical partitioning of data and metadata within a single Data Cloud tenant.

Why this answer

Data Spaces allow an organization to logically partition data, metadata, and insights within a single Data Cloud instance to support distinct business units or regulatory requirements.

140
MCQeasy

Which tool provides a visual representation of all data streams, data source objects, data model objects, and their connections in Data Cloud?

A.Salesforce Optimizer
B.Einstein Discovery Dashboard
C.Data Model Canvas / Data Landscape
D.Marketing Cloud Journey Builder
AnswerC

The Data Model canvas visually displays objects and data stream pathways.

Why this answer

The Data Landscape or Data Model visualization canvas provides an end-to-end view of data streams, DSOs, and DMOs.

141
MCQeasy

Which administrative tool allows an administrator to view a history of configuration changes made within Data Cloud Setup?

A.Data Manager Activity History
B.Salesforce Setup Audit Trail
C.Salesforce Optimizer Change Log
D.Data Cloud System Log Viewer
AnswerB

The Setup Audit Trail records metadata and configuration changes made by users in Salesforce Setup.

Why this answer

The Salesforce Setup Audit Trail tracks configuration changes made across the org, including Data Cloud setup actions.

142
MCQeasy

When reviewing an activation's status in Data Cloud, what does a 'Publishing' status indicate?

A.The activation target connection is offline.
B.The segment criteria is currently being evaluated for new members.
C.The activation has been deleted by an administrator.
D.The activation job is actively processing and sending data to the target system.
AnswerD

Publishing indicates the active transfer of segment records to the activation target.

Why this answer

A 'Publishing' status means the activation job is currently processing and sending records to the activation target.

143
MCQeasy

Which role or permission set is typically required to create and publish segment activations in Data Cloud?

A.Data Cloud Marketing Manager or Data Cloud Admin permission set
B.System Administrator in Core CRM without permission set assignment
C.Salesforce CPQ Advanced Approver profile
D.Marketing Cloud Administrator without Data Cloud permissions
AnswerA

These standard permission sets grant the necessary access to build segments and configure activations.

Why this answer

Users need specific Data Cloud administrator or marketing user permissions, such as the Data Cloud Marketing Manager or Data Cloud Admin permission set, to create activations.

144
Multi-Selecteasy

Which TWO benefits are provided by mapping source data to standard Data Model Objects (DMOs) before identity resolution? Choose 2 options.

Select 2 answers
A.Deletes duplicate source records from external source systems.
B.Facilitates automatic data normalization and formatting during processing.
C.Provision new user permission sets automatically.
D.Automatically exports unified profiles to external data lakes.
E.Enables out-of-the-box identity resolution match rules to evaluate standard attributes.
AnswersB, E

Standard mapping triggers Data Cloud's normalization engine.

Why this answer

Standard DMO mapping enables out-of-the-box matching rules and automatic data normalization.

145
MCQhard

A financial services company is using Data Cloud and must ensure that data from specific high-net-worth accounts cannot be accessed or queried by users in standard regional business units, even within Calculated Insights. Which Data Cloud feature provides the necessary access control granularity?

A.Data Spaces combined with Data Space-aware permission sets
B.Role-Hierarchy Sharing Rules
C.Field-Level Security profiles on the Individual DMO
D.Manual sharing via public groups
AnswerA

Data Spaces isolate data, and user access is governed by Data Space-aware permission sets.

Why this answer

Data Spaces restrict data access across segments, insights, and activations, enforcing secure boundaries for queries and analytics.

146
MCQeasy

Which of the following describes a Data Action Target type?

A.Salesforce CPQ Quote Line Editor
B.REST Webhook
C.Marketing Cloud Engagement Data Extension
D.Tableau CRM Dashboard Component
AnswerB

REST Webhook is a standard Data Action Target type used to push real-time event payloads to external endpoints.

Why this answer

Data Action Targets support destinations such as REST Webhooks and Salesforce Core Event Relays / Platform Events.

147
Multi-Selecteasy

Which TWO statements are true regarding the relationship between Individual DMOs and Unified Individual DMOs? Choose 2 options.

Select 2 answers
A.Unified Individual profiles are stored directly in core Salesforce CRM user tables.
B.Source individual records are mapped into the Individual DMO.
C.The Unified Individual DMO consolidates multiple matched Individual records into a single profile.
D.The Individual DMO is populated directly by activation targets.
E.The Individual DMO cannot be used in identity resolution rulesets.
AnswersB, C

Ingested individual records map to the Individual DMO.

Why this answer

Source individual records map to the Individual DMO, and identity resolution links multiple source individuals into a single Unified Individual DMO.

148
MCQeasy

Which administrative task is performed in the Data Manager area of Data Cloud?

A.Configuring OAuth connected apps for external API integrations.
B.Managing data streams, data model mappings, and identity resolution rulesets.
C.Assigning permission set licenses to new users.
D.Provisioning the initial Data Cloud tenant instance.
AnswerB

Data Manager is where practitioners configure and monitor data ingestion, data models, and data transformations.

Why this answer

Data Manager is the central workspace for managing data streams, data model mappings, identity resolution, and calculated insights.

149
Multi-Selecthard

A consultant is designing an enterprise activation strategy across multiple marketing channels and cloud destinations. Which TWO best practices should be followed to optimize performance and data governance? (Choose two.)

Select 2 answers
A.Disable Identity Resolution when creating activations to maximize export speed.
B.Stagger activation publishing schedules across different time windows to prevent API rate limiting and resource contention.
C.Configure all customer segments to publish in real-time streaming mode regardless of destination.
D.Utilize Data Spaces and permission sets to logically isolate segments and activation targets between different business units.
E.Share a single admin user login across all activation targets to simplify credential management.
AnswersB, D

Stagging schedules distributes system load and prevents overwhelming external target APIs.

Why this answer

Best practices for enterprise activations include staggering schedules to prevent API throttling and utilizing Data Spaces for logical separation.

150
MCQeasy

A consultant is explaining the Data Cloud architecture to a technical steering committee. They describe the layer that holds data mapped to the standard Customer 360 data model. What is the name of this layer?

A.Staging Objects
B.Raw Lake Storage
C.Data Lake Objects (DLOs)
D.Data Model Objects (DMOs)
AnswerD

DMOs represent the harmonized data mapped to the Customer 360 Data Model.

Why this answer

The harmonized data layer in Data Cloud consists of Data Model Objects (DMOs) structured around the Customer 360 Data Model.

Page 1

Page 2 of 7

Page 3

All pages