Courseiva

CCNA Data Cloud Overview Questions

75 of 88 questions · Page 1/2 · Data Cloud Overview · Answers revealed

1
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.

2
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).

3
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.

4
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.

5
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.

6
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.

7
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.

8
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.

9
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.

10
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.

11
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.

12
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.

13
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.

14
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.

15
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.

16
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.

17
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.

18
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.

19
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.

20
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.

21
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.

22
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.

23
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.

24
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.

25
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.

26
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.

27
MCQmedium

A Data Cloud Consultant is configuring a segment of high-value customers who made a purchase in the last 30 days. The marketing team requires this segment to be updated and pushed to an external advertising platform every 15 minutes. How should the consultant configure this activation?

A.Configure a Calculated Insight to trigger the activation webhook instantly.
B.Set the segment publish frequency to manual export.
C.Use a Salesforce Flow triggered by Data Actions.
D.Set the activation schedule to run on a streaming or frequent schedule supported by the target.
AnswerD

Depending on the activation target, segments can be refreshed frequently to meet near real-time requirements.

Why this answer

Streaming activations or frequent batch activations support near real-time publishing of segments to supported activation targets.

28
Multi-Selecthard

A consultant is designing an architecture where Salesforce Service Cloud cases need to trigger immediate actions in Data Cloud. Which TWO mechanisms can be used to stream or ingest Service Cloud data into Data Cloud? (Choose two.)

Select 2 answers
A.Printing physical case summaries and scanning them via OCR data streams
B.Manual weekly export of cases to an external hard drive and courier delivery
C.Standard Salesforce CRM Connector with streaming enabled
D.Salesforce Platform Events and Change Data Capture (CDC) integrated via Data Cloud streaming connectors
E.Direct SQL queries executed from Data Cloud against the Service Cloud production database
AnswersC, D

The standard CRM connector supports near-real-time streaming of CRM objects using Change Data Capture.

Why this answer

Service Cloud data can be ingested into Data Cloud via the standard CRM connector (batch/near-real-time streaming enabled) and Platform Events / Change Data Capture (CDC).

29
Multi-Selecthard

Which TWO factors directly impact the performance of Identity Resolution?

Select 2 answers
A.The number of activation targets
B.The total volume of records in the profile
C.The number of segments created
D.The frequency of data stream refreshes
E.The complexity of the matching ruleset
AnswersB, E

Volume directly correlates to processing time.

Why this answer

The number of records and the complexity of the rulesets (matching logic) significantly impact resolution speed.

30
Multi-Selecthard

An architect is planning the identity resolution strategy for a global retail brand combining data from e-commerce, retail POS, and loyalty applications. Which THREE elements should the architect consider when designing match rules and reconciliation rules? (Choose three.)

Select 3 answers
A.The specific order in which match rules are evaluated in the ruleset
B.Reconciliation rule strategies (e.g., Most Recent, Most Frequent) for selecting attribute values
C.Tableau Pulse dashboard refresh intervals
D.Data hygiene and standardization of matching fields (e.g., trimming whitespace, lowercasing emails)
E.The physical location of the cloud data warehouse underlying the source system
AnswersA, B, D

Match rules execute sequentially; rule order directly impacts unification results.

Why this answer

Identity resolution design requires careful selection of match rule criteria (e.g., email, phone), ordering of match rules, and choosing reconciliation rules (e.g., most recent, most frequent) for profile attributes.

31
Multi-Selecthard

An enterprise organization is planning its Data Cloud deployment and needs to understand how Data Spaces and Data Governance features assist with compliance and data segregation. Which TWO capabilities do Data Spaces provide? (Choose two.)

Select 2 answers
A.Logical separation of data streams, segments, and insights for different business units or regions.
B.Automatic physical deletion of data across all global data centers within 1 second of a consent revocation.
C.Elimination of all credit consumption limits within partitioned environments.
D.Automatic generation of encryption keys for HIPAA compliance.
E.Scoped access control ensuring users only see data and segments associated with their assigned Data Space.
AnswersA, E

Data Spaces provide logical partitioning to isolate data assets between business units or regions.

Why this answer

Data Spaces partition data streams, segments, and insights, and allow organizations to scope access for different business units or geographic regions.

32
MCQmedium

A company is utilizing Service Cloud as its primary customer support platform and has integrated it into Data Cloud. The support team wants to trigger real-time alerts in an external system whenever a high-priority case is created for a VIP customer. Which Data Cloud feature enables this capability?

A.Activation Targets
B.Batch Segmentation
C.Calculated Insights
D.Data Actions
AnswerC, D

Calculated Insights run on a schedule and are not real-time event triggers.

Why this answer

Data Actions allow organizations to trigger real-time streaming events and actions (such as sending a webhook or creating a task) based on data entering Data Cloud.

33
Multi-Selecthard

An organization is designing an activation strategy using Data Cloud to reach audiences across multiple channels. Which THREE destination types are supported natively as Activation Targets in Data Cloud? (Choose three.)

Select 3 answers
A.Cloud File Storage (e.g., Amazon S3)
B.Direct Access to Salesforce CRM standard object tables without synchronization
C.Local on-premise tape backup drives
D.Advertising networks like Meta and Google Ads (via Advertising/Audience connectors)
E.Marketing Cloud Engagement
AnswersA, D, E

Cloud File Storage is supported as an activation target for file-based segment exports.

Why this answer

Data Cloud supports various native activation targets including Marketing Cloud Engagement, advertising platforms (Meta, Google), and cloud storage buckets or webhook endpoints.

34
MCQmedium

When configuring a data stream from an external S3 bucket, what file format is mandatory for the file to be ingested successfully?

A.CSV or Parquet
B.JSON
C.XML
D.Excel (XLSX)
AnswerA

CSV and Parquet are the standard supported formats.

Why this answer

Data Cloud requires files to be in CSV or Parquet format for S3 ingestion.

35
MCQeasy

A multinational enterprise is provisioning Salesforce Data Cloud and needs to ensure that data residing in the APAC regional operational silo is strictly partitioned from the EMEA region, restricting administrative visibility and data stream ingestion per region. Which Salesforce Data Cloud core feature should the consultant configure to achieve this isolation?

A.Data Spaces
B.Business Units
C.Data Streams
D.Permission Sets
AnswerA

Data Spaces are specifically designed to segment data, identity resolution, insights, and activations within a single tenant to meet regional or business unit boundaries.

Why this answer

Data Spaces in Salesforce Data Cloud allow organizations to partition data and metadata within a single Data Cloud instance, enabling logical separation for different regions, business units, or brands.

36
Multi-Selecthard

An enterprise architect is evaluating Data Cloud licensing and consumption models. Which TWO components directly contribute to Data Cloud credit consumption? (Choose two.)

Select 2 answers
A.Creation of custom Lightning record page layouts in Sales Cloud
B.Number of standard Salesforce CRM user licenses assigned in Sales Cloud
C.Identity Resolution processing jobs and segmentation runs
D.Data Ingestion volume (number of records and file sizes processed)
E.Number of Salesforce reports created in the CRM reporting tab
AnswersC, D

Running identity resolution and evaluating segments consumes processing credits.

Why this answer

Data Cloud consumption is driven by data ingestion volume, storage, identity resolution processing, segmentation runs, and query executions.

37
Multi-Selectmedium

Which TWO capabilities are provided by Data Spaces within Data Cloud? (Choose two.)

Select 2 answers
A.Built-in machine learning model training pipelines
B.Physical isolation of data centers across different global continents
C.Scoped access control for segments, activations, and calculated insights
D.Logical partitioning of data, metadata, and insights within a single Data Cloud instance
E.Automatic bidirectional data synchronization with external relational databases
AnswersC, D

Data Spaces enforce scoping for downstream items like segments and insights.

Why this answer

Data Spaces partition data and metadata logically and allow administrators to scope user access, segments, and insights within a multi-tenant or multi-BU enterprise.

38
MCQmedium

A consultant is creating a Calculated Insight to track the Lifetime Value (LTV) of customers. In which interface is the logic for this aggregation built?

A.Segment Builder
B.Activation Target configuration
C.Data Mapping canvas
D.Calculated Insights Builder
AnswerD

The builder is the dedicated workspace for CI creation.

Why this answer

Calculated Insights are built using the 'Calculated Insights' builder interface which supports both UI-based point-and-click or SQL.

39
MCQmedium

A support manager using Service Cloud wants agents to view a customer's real-time calculated lifetime value directly on the Case page layout. Which Data Cloud feature should the consultant leverage to display this insight in Service Cloud?

A.Batch CSV exports attached to the Account record
B.Marketing Cloud Engagement Data Extensions
C.Tableau Pulse embedded dashboards only
D.Calculated Insights exposed via Lightning Web Components or related lists
AnswerD

Calculated Insights can be brought into Salesforce CRM using standard components or custom LWCs on record pages.

Why this answer

Data Cloud related lists or Lightning Web Components powered by Data Cloud can expose Calculated Insights directly within Sales and Service Cloud console views.

40
MCQhard

A Data Cloud Consultant is reviewing storage consumption. They notice that the Identity Resolution ruleset has created a large number of Unified Individuals from disparate source records. Which component consumes the primary processing capacity during identity resolution runs?

A.Data Stream ingestion frequency settings
B.Calculated Insights aggregation queries
C.Activation publishing jobs to external endpoints
D.Identity Resolution ruleset execution (match and reconciliation rules)
AnswerD

Running match and reconciliation rules to resolve profiles is the core compute-heavy task in Identity Resolution.

Why this answer

Identity Resolution executes match rules and reconciliation rules to combine multiple individual records into a single unified profile, which is a resource-intensive batch process.

41
MCQeasy

A Data Cloud Consultant is reviewing the architecture of a new implementation. The client asks which Salesforce edition is strictly required to provision Salesforce Data Cloud. What should the consultant explain?

A.Data Cloud requires a standalone platform with no connection to Salesforce CRM editions.
B.Data Cloud is available as an add-on license that can be provisioned on supported Salesforce Enterprise or Unlimited editions.
C.Data Cloud is only available on Developer Edition for testing.
D.Data Cloud is included automatically in all Professional Edition orgs without extra cost.
AnswerB

Data Cloud requires specific CRM editions (such as Enterprise, Unlimited, or Performance) along with the Data Cloud add-on license.

Why this answer

Data Cloud requires specific enterprise-level or higher Salesforce editions and licensing, typically built on the Enterprise, Unlimited, or Performance editions of Salesforce CRM.

42
MCQmedium

A consultant is configuring a Marketing Cloud Connector for Data Cloud. The client wants to ensure that specific synchronized data extensions are available for segmentation in Data Cloud. What is the mandatory prerequisite to enable this integration?

A.Provision the Data Cloud for Marketing SKU
B.Create an API User in Marketing Cloud
C.Configure a Data Space for Marketing
D.Enable Marketing Cloud Connect in Sales Cloud
AnswerA

A valid SKU is required to enable the connector functionality.

Why this answer

The Marketing Cloud connector requires the 'Data Cloud for Marketing' SKU and the appropriate user permissions to establish the connection before data streams can be configured.

43
MCQhard

An administrator has configured a Data Stream from Marketing Cloud Engagement to Data Cloud. The data stream is running successfully, but the fields are not appearing when attempting to map them to the Data Model Objects (DMOs). What is the most likely reason for this issue?

A.Data Model mapping has not yet been completed for the Data Source Object.
B.Calculated Insights must be created first to expose fields.
C.The Data Stream needs to be paused and resumed to refresh metadata cache.
D.The streaming platform requires manual schema publication via API.
AnswerA

Data Model mapping explicitly connects the fields of the underlying Data Source Object (DSO) to the Data Model Objects (DMO).

Why this answer

Before fields from a Data Stream can be mapped to a DMO, the DSE (Data Source Object) must be mapped to the Data Model using the Data Model mapping canvas.

44
MCQmedium

An administrator needs to ingest transactional data from a custom legacy database into Salesforce Data Cloud. The data arrives as raw JSON files placed into an enterprise S3 bucket on an hourly basis. Which connection type should the consultant configure in Data Cloud?

A.Informatica Cloud Data Integration (CDI) Zero Copy
B.Salesforce CRM Connector
C.Cloud File Storage Data Stream
D.Ingestion API via Custom SDK
AnswerC

Cloud File Storage supports connecting to external storage providers like Amazon S3 to ingest batch files such as JSON.

Why this answer

Cloud File Storage integration allows Data Cloud to connect to external S3-compatible buckets and ingest CSV, JSON, or Parquet files on a scheduled batch basis.

45
MCQhard

An administrator has set up an Identity Resolution ruleset in Data Cloud. After running the job, they notice that matching is failing for records where the email address is populated in uppercase in one system and lowercase in another. How should the consultant troubleshoot this?

A.Rewrite the Identity Resolution ruleset to use a fuzzy match rule instead of exact match for email.
B.Ensure data transformation formulas are applied during data stream mapping or normalization to lowercase email addresses prior to matching.
C.Increase the Match Confidence threshold to 100%.
D.Recreate the Data Space to reset the ruleset index.
AnswerB

Applying transformation formulas to standardize string fields like email to lowercase ensures exact match rules successfully evaluate records from mixed-case systems.

Why this answer

Identity Resolution match rules are case-sensitive by default unless standardized or normalized during ingestion/mapping or handled via appropriate match rule definitions.

46
MCQmedium

A consultant is setting up Segmentation in Data Cloud and wants to include customers who reside in California or New York AND have made a purchase greater than $100. How should the consultant configure this in the Segmentation Canvas?

A.Use Calculated Insight SQL queries exclusively for all segmentation.
B.Write an Apex trigger to evaluate the segment criteria.
C.Use nested container logic (AND/OR containers) on the Segmentation Canvas.
D.Create a separate Data Space for each state.
AnswerC

Nested containers allow mixing AND and OR conditions for precise audience filtering.

Why this answer

The Segmentation Canvas supports complex boolean logic (AND/OR containers) to combine demographic and behavioral criteria.

47
MCQmedium

A consultant is creating a segment in Data Cloud based on unified individuals who have both an active subscription and an open support case. When building the segment, which object should the consultant use as the primary base object?

A.Calculated Insight DLO
B.Activation Target Object
C.Unified Individual DMO
D.Case DLO
AnswerC

The Unified Individual DMO represents the consolidated customer profile and serves as the primary base object for customer segmentation.

Why this answer

Segments in Data Cloud are typically built using the Unified Individual DMO as the primary base object to target unified customer profiles.

48
MCQmedium

A company wants to leverage Salesforce CRM data (Accounts, Contacts, and Leads) inside Data Cloud. Which native mechanism should the consultant use to ingest this data?

A.Salesforce CRM Connector (Standard Connector)
B.Marketing Cloud Connect
C.Third-party ETL tool via REST API
D.Bulk CSV Data Loader
AnswerA

The standard Salesforce CRM connector natively ingests Sales and Service Cloud objects directly into Data Cloud.

Why this answer

The CRM connector is the native, zero-ETL integration tool used to ingest standard and custom objects from Salesforce CRM into Data Cloud.

49
MCQeasy

Which Salesforce Edition is required to access Data Cloud features?

A.Professional Edition
B.Enterprise Edition and higher
C.Group Edition
D.Only Performance Edition
AnswerB

Enterprise and Unlimited are the supported editions for Data Cloud.

Why this answer

Data Cloud is available as an add-on across various Salesforce editions, including Enterprise and Unlimited, through the 'Data Cloud' SKU.

50
MCQmedium

A Data Cloud Consultant has ingested customer records from two different source systems. During Identity Resolution, records are matching successfully, but the first name field on the unified profile is populated with a lowercase name from System A instead of the capitalized name from System B. Which feature should the consultant configure to control which source attribute value populates the unified profile?

A.Calculated Insight SQL
B.Reconciliation Rules
C.Match Rules
D.Data Stream Transformation Formulas
AnswerB

Reconciliation rules (such as Most Recent, Least Recent, or Source Priority) control attribute-level precedence for unified profiles.

Why this answer

Reconciliation Rules determine which attribute values from contributing source records populate the fields on the Unified Individual profile.

51
Multi-Selectmedium

A Data Cloud Consultant is configuring data stream mappings from a raw Data Lake Object (DLO) to the Individual Data Model Object (DMO). Which THREE components or concepts are critical during this mapping process? (Choose three.)

Select 3 answers
A.Manual execution of SQL Server stored procedures on the source database.
B.Direct deployment of Apex triggers to transform data during mapping.
C.Target Data Model Object (DMO) selection
D.Data type compatibility and transformation formulas
E.Primary key and foreign key relationship mapping
AnswersC, D, E

Consultants must select the appropriate target DMO (e.g., Individual, Contact Point Email).

Why this answer

Data stream mapping requires selecting the target DMO, mapping matching primary/foreign keys, and ensuring attribute data types align properly.

52
MCQhard

An administrator has set up identity resolution with match rules based on Email and Phone Number. After running the ruleset, they notice that records with different spelling variations of names were not merged despite sharing the same email. What is the correct way to incorporate name matching into the identity resolution process?

A.Export the data to Tableau, merge the profiles, and re-import via API.
B.Modify the Data Model Object primary key to be a composite name key.
C.Write an Apex trigger to normalize names prior to data stream ingestion.
D.Add a fuzzy match rule for Party Identification or Name to the existing Identity Resolution ruleset.
AnswerD

Fuzzy match rules can be added to Identity Resolution rulesets to capture variations in names.

Why this answer

Identity Resolution rulesets support multiple match rules, including fuzzy match rules for names, which can be added to the ruleset alongside exact match rules.

53
MCQmedium

A company needs to isolate data ingestion, segmentation, and activation for two distinct business units (Retail and B2B) within a single Data Cloud instance to ensure data governance and security. Which feature should the consultant implement?

A.Data Spaces
B.Identity Resolution Rulesets
C.Data Streams
D.Permission Sets
AnswerA

Data Spaces provide the necessary logical isolation for different business units.

Why this answer

Data Spaces allow you to partition data, metadata, and activation targets within a single Data Cloud instance to ensure logical separation for different business units.

54
MCQeasy

A company wants to share calculated customer lifetime value metrics from Data Cloud back to Sales Cloud so sales reps can view them directly on the Account page layout. Which feature enables this integration?

A.Manual CSV Export and Import via Data Loader
B.Data Cloud Related Lists / Lightning Components for Salesforce CRM
C.Marketing Cloud API webhooks
D.Salesforce Outbound Messaging
AnswerB

Data Cloud provides native Lightning components and features to display unified customer insights directly within Salesforce CRM record pages.

Why this answer

Data Cloud allows calculated insights and unified profile attributes to be surfaced in Salesforce CRM using data sharing or direct integration features.

55
Multi-Selecthard

A Data Cloud Consultant is configuring Identity Resolution to unify disparate customer records from multiple source systems into a single golden record. Which TWO actions must the consultant perform during this configuration? (Choose two.)

Select 2 answers
A.Create manual database constraints in the underlying Data Lake Object storage.
B.Execute a batch SOQL query via Data Loader to export merged profiles.
C.Write a custom Apex trigger to merge duplicate contact records in Sales Cloud.
D.Configure Reconciliation Rules to determine survivorship rules for unified profile attributes.
E.Define Match Rules to evaluate criteria such as email address or phone number matching.
AnswersD, E

Reconciliation rules establish precedence (like most recent or source priority) for populating attributes on the unified profile.

Why this answer

Identity Resolution requires defining Match Rules to determine which records represent the same individual and Reconciliation Rules to select attribute values for the unified profile.

56
MCQmedium

A retail organization is setting up Data Cloud and needs to bring in transactional order data from Salesforce Commerce Cloud using the standard connector. Which configuration step must be performed first before creating the Commerce Cloud data stream?

A.Establish and authorize the Commerce Cloud connection in Data Cloud Setup.
B.Build an activation target for Commerce Cloud.
C.Define an Identity Resolution ruleset for order items.
D.Create custom Data Lake Objects for orders.
AnswerA

Establishing the connection provides the required permissions and authorization for Data Cloud to discover and ingest Commerce Cloud data.

Why this answer

Before configuring standard connectors like Commerce Cloud, Marketing Cloud, or Salesforce CRM, the connector must be authenticated and established in Data Cloud Setup.

57
MCQmedium

An administrator needs to ingest transactional log files from an Amazon S3 bucket into Data Cloud on a recurring schedule. Which setup steps are required to establish this connection?

A.Enable Change Data Capture on the S3 bucket properties.
B.Write an inbound REST API script to push S3 files row-by-row.
C.Configure an Amazon S3 Cloud File Storage source connector and create a Data Stream.
D.Set up Marketing Cloud Connect to proxy the S3 files.
AnswerC

Cloud File Storage connectors are designed specifically for pulling batch files from cloud storage repositories like S3 into Data Streams.

Why this answer

Connecting Amazon S3 to Data Cloud requires configuring a Cloud File Storage connector with the appropriate authentication credentials, bucket details, and file format definitions.

58
MCQeasy

An administrator needs to check the total consumption of credits, data storage, and query usage in Data Cloud. Which tool within Salesforce Setup should they access?

A.Salesforce Optimizer
B.Process Automation settings
C.Data Cloud Setup and Home dashboard
D.Company Information page
AnswerC

Data Cloud Home provides usage metrics, credit consumption, and overall system status.

Why this answer

Data Cloud Home and the Data Cloud Setup menu provide centralized dashboards for monitoring credit consumption, storage, and system limits.

59
MCQeasy

A marketer wants to use Data Cloud audience segments directly inside Marketing Cloud Engagement journeys. Which feature enables this integration?

A.Data Cloud REST API polling
B.Bulk API extraction into a shared SFTP folder
C.Activation Target and Activation
D.Marketing Cloud Connect
AnswerC

An Activation Target defines the destination (like Marketing Cloud Engagement), and an Activation publishes the segment.

Why this answer

Activation Targets and Activations allow segments built in Data Cloud to be published to Marketing Cloud Engagement as Data Extensions.

60
MCQhard

A user in Sales Cloud wants to see Data Cloud insights (like calculated insights) directly on the Account record page. Which tool should the consultant use to enable this?

A.Custom API calls
B.Visualforce Page
C.Data Cloud Related List Component
D.Salesforce Flow
AnswerC

This component is specifically designed to embed Data Cloud data in CRM records.

Why this answer

The Data Cloud Related List component allows administrators to surface Data Cloud insights directly in the Salesforce CRM UI.

61
MCQhard

An enterprise customer has implemented Data Cloud and configured multiple data streams. They notice that a specific data stream is consistently skipping records because the timestamp format in the source file does not match the expected ISO 8601 format. How should the consultant fix this issue?

A.Apply a transformation formula during data stream mapping to parse and convert the date format.
B.Disable date validation in the Identity Resolution ruleset.
C.Modify the source system database schema to remove timestamps.
D.Increase the batch size of the data stream.
AnswerA

Data stream transformation formulas allow consultants to manipulate, format, and convert field values during ingestion mapping.

Why this answer

Transformation formulas can be applied during data stream mapping to parse and convert non-standard date/timestamp formats into valid ISO 8601 timestamps.

62
MCQhard

A Data Cloud Consultant is designing an architecture where Sales Cloud users need to view calculated insights generated in Data Cloud directly on the Account page layout. Which mechanism enables this capability?

A.Marketing Cloud Engagement Journey Builder API integration
B.Direct SOQL query from Sales Cloud triggers
C.Batch CSV export imported nightly via Data Loader
D.Real-Time Data Graph rendered via Lightning Web Components
AnswerD

Data Graphs and associated metrics can be surfaced inside Sales Cloud Lightning page layouts using dedicated Data Cloud LWC components.

Why this answer

Data Cloud Calculated Insights and Related Lists can be exposed in Sales Cloud using Data Cloud-powered Lightning Web Components or direct integration features like Data Cloud Related Lists.

63
MCQhard

An organization is using Data Cloud and wants to export unified profile data to an enterprise data warehouse (Snowflake) for advanced reporting. Which feature should the consultant configure to establish this connection?

A.Marketing Cloud Engagement Activation Target
B.Webhooks via Data Actions
C.Salesforce CRM Outbound Message
D.Snowflake Direct Share / Zero Copy Integration
AnswerD

Data Cloud provides native Zero Copy integrations with Snowflake, enabling secure querying and data sharing.

Why this answer

Direct shares or Zero Copy integrations with Snowflake allow Data Cloud data to be queried securely without physical data duplication.

64
Multi-Selectmedium

A consultant is designing an architecture to ingest offline point-of-sale (POS) transaction files into Data Cloud. Which TWO components must be configured to successfully ingest and map this batch data? (Choose two.)

Select 2 answers
A.Change Data Capture event trigger
B.Data Stream to ingest the raw file schema into a Data Source Object
C.Real-Time Data Graph builder
D.Marketing Cloud Connect API bridge
E.Cloud File Storage source connector (e.g., Amazon S3, Google Cloud Storage, or Azure Blob)
AnswersB, E

A Data Stream is required to process the incoming files from the connector into a DSO.

Why this answer

Batch file ingestion requires a Cloud File Storage or Ingestion API source connector, and the resulting Data Stream must be mapped to the Data Model.

65
MCQmedium

A consultant is integrating marketing engagement data from Marketing Cloud Engagement into Data Cloud. They want to ensure that subscriber email opens and clicks are correctly associated with the corresponding Individual DMO records. What is the correct sequence of configuration steps?

A.Create a Calculated Insight, run Identity Resolution, and map to DLOs.
B.Publish an activation, map DMOs to DLOs, and set up Data Actions.
C.Build an activation target, ingest raw data, and create a segment.
D.Ingest data into DLOs, map DLOs to DMOs, and configure Identity Resolution rules.
AnswerD

The standard pipeline requires ingestion (DLO), harmonization (DMO mapping), and unification (Identity Resolution).

Why this answer

To link marketing data to individuals, data must first be ingested into DLOs, mapped to relevant DMOs (like Contact Point Email and Individual), and then unified via Identity Resolution.

66
MCQhard

An enterprise customer has multiple business units operating in different countries. They want to ensure that users in the UK Data Space cannot view customer records or segments belonging to the French Data Space. How does Data Cloud enforce this boundary?

A.By applying Sharing Rules and Role Hierarchies from Sales Cloud.
B.By enforcing Data Space-level permissions that restrict access to objects, segments, and insights associated with that specific Data Space.
C.By configuring IP restriction ranges in Network Access settings.
D.By setting up Custom Profiles with Read-Only field-level security.
AnswerB

Data Spaces provide logical partitioning where users can be granted access to specific data spaces, isolating data and assets.

Why this answer

Data Spaces enforce strict multi-tenant boundaries within a single Data Cloud org, restricting access to data streams, segments, and insights based on assigned user permissions and data space configurations.

67
Multi-Selectmedium

Which TWO actions are necessary when preparing to ingest data from an external Salesforce CRM organization into Data Cloud?

Select 2 answers
A.Authenticate the CRM source using a dedicated integration user
B.Install the Marketing Cloud package in the CRM
C.Configure a private cloud gateway
D.Define the Data Stream for the specific Salesforce objects
E.Create a sandbox for the Data Cloud environment
AnswersA, D

Authentication is required for secure data transfer.

Why this answer

The consultant must first establish the connection via the CRM connector and then select the specific objects to ingest.

68
Multi-Selectmedium

Which TWO methods can be used to bring data from external AWS services into Data Cloud? (Choose two.)

Select 2 answers
A.Utilizing the Data Cloud Ingestion API for custom streaming integrations from AWS compute instances
B.Enabling Salesforce CRM Change Data Capture on AWS RDS
C.Installing Marketing Cloud Connect on an AWS EC2 instance
D.Establishing a direct SQL Server replication tunnel
E.Configuring an Amazon S3 Cloud File Storage Data Source Connector
AnswersA, E

Custom applications running on AWS can push data via the Ingestion API.

Why this answer

External AWS data can be ingested into Data Cloud using Cloud File Storage connectors (like S3) or via custom integrations utilizing the Ingestion API.

69
Multi-Selectmedium

A Data Cloud Consultant is reviewing the available connectors and ingestion capabilities in Data Cloud. Which THREE data sources are natively supported for direct integration and ingestion without requiring custom middleware? (Choose three.)

Select 3 answers
A.Amazon S3 (Cloud Storage)
B.A custom on-premise relational database via direct ODBC driver installation.
C.Salesforce CRM (Sales and Service Cloud)
D.A legacy local file server accessed via FTP without intermediate cloud storage.
E.Marketing Cloud Engagement
AnswersA, C, E

Amazon S3 is natively supported for batch data ingestion.

Why this answer

Data Cloud provides robust native connectors for Salesforce CRM, Marketing Cloud Engagement, and cloud storage providers like Amazon S3.

70
MCQhard

An enterprise customer has configured a data stream from an external transactional database. After running the data stream, the consultant notices that records containing special characters are failing ingestion due to encoding mismatches. Where should the consultant verify or adjust the encoding settings?

A.In the Activation Target authentication parameters.
B.In the Data Stream configuration settings where file format and character encoding are defined.
C.In the Identity Resolution reconciliation ruleset.
D.In the Salesforce CRM Company Information settings.
AnswerB

Data stream configuration settings allow administrators to specify character set encodings like UTF-8 during setup.

Why this answer

When creating a data stream from cloud storage or external connectors, specifying the correct file encoding (such as UTF-8) is critical to prevent ingestion parsing errors.

71
MCQhard

A financial services organization is leveraging Salesforce Data Cloud and requires that queries executed by Marketing Cloud against Data Cloud data models do not incur heavy compute latency or duplicate storage overhead. The tables reside in Snowflake. Which feature should the consultant implement?

A.Standard Data Stream bundle with scheduled syncs
B.Ingestion API push streaming
C.Zero Copy Query Federation with Snowflake
D.Amazon S3 Cloud File Storage batch connector
AnswerC

Zero Copy query federation allows Data Cloud to federate queries directly to Snowflake without duplicating the underlying data storage.

Why this answer

Snowflake Zero Copy Share or Snowflake Direct Share allows Data Cloud to query Snowflake data directly without duplicating the storage or running heavy ETL batch pipelines, leveraging Zero Copy architecture.

72
MCQmedium

A consultant needs to ensure that Data Cloud ingestion for a Salesforce CRM object does not overwhelm the CRM API. Which feature should they configure?

A.Apex Trigger
B.Data Space exclusion
C.Incremental Refresh
D.Formula fields
AnswerC

Incremental refresh limits the volume of data pulled by only fetching changed records.

Why this answer

Ingestion from Salesforce CRM objects can be optimized using the 'Data Cloud CRM Connector' settings to respect API limits and batching.

73
MCQhard

After mapping data to the Cloud Information Model (CIM) in Data Cloud, the consultant notices that profiles are not merging as expected. Upon inspection, the Identity Resolution Ruleset is configured correctly, but data is missing from the unified profile. What is the most likely cause?

A.The data was mapped to custom objects instead of standard CIM objects
B.The data streams were not refreshed
C.The identity rule is set to 'Manual'
D.The Data Space was not set to active
AnswerA

Identity Resolution relies on standard CIM objects to identify and unify profiles.

Why this answer

Data must be mapped to the correct DMOs (Data Model Objects) that are included in the 'Unified Profile' object mapping to be considered in Identity Resolution.

74
MCQmedium

A customer wants to bring in real-time clickstream data from their website into Data Cloud. Which ingestion method provides the lowest latency for this data?

A.Salesforce CRM Connector
B.S3 Connector
C.Marketing Cloud Connector
D.Data Cloud Web SDK
AnswerD

The Web SDK is the standard for real-time interaction data ingestion.

Why this answer

The Data Cloud Web SDK (or Interaction SDK) is designed to capture event data in real-time directly from a browser or application.

75
MCQmedium

A Data Cloud Consultant is configuring a new Data Space for a regional subsidiary in Europe. The subsidiary must operate under strict data residency constraints and isolated analytics. Which architectural component should the consultant configure to ensure that data ingestion and identity resolution are strictly bounded within this specific Data Space?

A.Map the Ingestion API Data Streams directly to the specific Data Space during creation.
B.Enable Private Connect for the European region.
C.Configure a Segment-level override in Setup.
D.Modify the global Identity Resolution ruleset to ignore European records.
AnswerA

When creating data streams or managing them, administrators assign them to a specific Data Space to isolate ingestion and processing.

Why this answer

Data Spaces in Data Cloud allow organizations to partition data and restrict operations such as data streams, identity resolution, and insights to a specific boundary, addressing regional compliance and multi-tenant requirements.

Page 1 of 2 · 88 questions totalNext →

Ready to test yourself?

Try a timed practice session using only Data Cloud Overview questions.