Courseiva

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

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

Page 4

Page 5 of 7

Page 6
301
MCQeasy

Which component in Salesforce Data Cloud connects source individual records to their corresponding unified individual record?

A.Unified Link Individual object
B.Contact Point Email object
C.Calculated Insight object
D.Activation Target object
AnswerA

The Unified Link object maintains the many-to-one relationship between source individual records and the unified individual.

Why this answer

The Unified Link Individual object bridges the source individual records to the unified individual profile.

302
MCQhard

A consultant is setting up a streaming data stream using the Ingestion API. The API returns an HTTP 400 Bad Request error. What is the most likely cause of this error?

A.The Connected App authentication token has expired and needs to be refreshed.
B.The incoming JSON payload structure violates the defined schema contract or contains invalid JSON syntax.
C.The Salesforce Data Cloud org has exceeded its total storage limit.
D.The Identity Resolution ruleset is currently locked during a batch run.
AnswerB

Schema validation failures or malformed JSON syntax generate 400 Bad Request errors.

Why this answer

An HTTP 400 Bad Request from the Ingestion API typically indicates that the incoming payload does not match the defined schema structure or contains malformed JSON.

303
Multi-Selecthard

Which THREE actions can be performed when utilizing formula functions during field mapping in Data Cloud? (Choose THREE)

Select 3 answers
A.Execute complex SOQL queries against external database servers.
B.Concatenate first and last name fields into a single full name attribute.
C.Transform date string formats into standard ISO date types.
D.Convert text strings to uppercase or lowercase.
E.Deploy custom Apex classes to handle business logic execution.
AnswersB, C, D

String concatenation formulas combine multiple source fields into a single target attribute.

Why this answer

Mapping formulas support string manipulation (concatenation, uppercase/lowercase), date parsing, and arithmetic calculations during ingestion mapping.

304
MCQhard

An administrator needs to modify the primary key of a custom Data Model Object (DMO) that already has active data streams mapped to it. What must the administrator do first?

A.Export the DMO schema as XML, edit the primary key tag, and re-import.
B.Disable the Data Space associated with the DMO temporarily.
C.Switch the DMO type from Custom to Standard in Object Manager.
D.Delete all data stream mappings connected to the DMO before modifying the primary key.
AnswerD

Schema modifications like primary keys require removing data mappings and sometimes purging data depending on the exact structural change.

Why this answer

Data Model Objects with active mappings or data flowing into them cannot have their primary keys or core schema structures modified without first removing the dependencies or mappings.

305
Multi-Selectmedium

Which TWO key components are required when defining a batch data stream from Google Cloud Storage? (Choose TWO)

Select 2 answers
A.The source bucket path and file format specifications (e.g., CSV, delimiter).
B.An active Apex trigger class deployed in Google Cloud.
C.A pre-built Marketing Cloud journey canvas.
D.Authentication credentials / IAM configuration linking Google Cloud to Data Cloud.
E.A physical SFTP server bridge.
AnswersA, D

Specifying the bucket path and file format tells Data Cloud where and how to read the files.

Why this answer

Configuring a GCS data stream requires authenticating with cloud storage credentials (or IAM) and specifying the file location/bucket path along with file format settings.

306
Multi-Selectmedium

An administrator needs to partition data and restrict visibility between different regions in Data Cloud. Which TWO features or configuration steps should be used? (Choose two.)

Select 2 answers
A.Data Spaces
B.Permission sets tied to specific Data Spaces
C.Global Organization-Wide Defaults (OWD) set to Private
D.Enterprise Business Unit mapping tables in Marketing Cloud Engagement
E.Core Salesforce Sharing Rules and Territory Management hierarchies
AnswersA, B

Data Spaces partition data model objects, insights, and segments logically.

Why this answer

Data Spaces and permission sets are the core tools used to partition data and restrict visibility in Data Cloud.

307
MCQmedium

An administrator is setting up a new Salesforce CRM data stream and wants to filter out inactive contacts during the ingestion process to save storage. Where can the administrator configure data filtering?

A.Create a Sharing Rule in CRM to block inactive contacts from syncing.
B.Write an Apex trigger on the Data Model Object after ingestion.
C.Apply filter criteria during the Data Stream creation wizard under the filter step.
D.Configure a validation rule in Salesforce CRM Setup.
AnswerC

Data streams allow administrators to define filter conditions so that only relevant records are ingested into Data Cloud.

Why this answer

Data streams support filter criteria during the data stream creation wizard or configuration, allowing administrators to filter records before ingestion.

308
MCQhard

An enterprise is ingesting web tracking events via the Interaction SDK. Some event payloads contain nested arrays of product interactions. During mapping, the consultant needs to ensure these nested items are correctly associated with the parent event DMO. How is this handled?

A.Write a Calculated Insight to unpack the array after ingestion.
B.Discard nested arrays because Data Cloud only supports flat tabular data structures.
C.Flatten the array into a comma-separated string inside a single text field.
D.Map the nested array to a related child DMO using the parent event primary key as the foreign key.
AnswerD

Nested arrays are mapped to related child DMOs linked via foreign keys to the parent event.

Why this answer

Nested arrays in streaming or batch ingestion are mapped to related child DMOs using defined foreign key relationships between the parent event and child item DMOs.

309
MCQmedium

A consultant is configuring a segment that needs to update hourly to capture real-time high-value cart abandoners. Which segment type supports this requirement?

A.Batch Segment
B.Streaming Segment
C.Calculated Insight Segment
D.Static Segment
AnswerB

Streaming segments allow continuous evaluation of data for near real-time audience updates.

Why this answer

Streaming segments evaluate incoming data changes in near real-time, unlike batch segments which run on a scheduled frequency like daily.

310
Multi-Selectmedium

Which TWO attributes are typically tracked in the Segment Publish History log? (Choose two.)

Select 2 answers
A.Job status (e.g., Success, Failed)
B.The Wi-Fi network strength of the user
C.Marketing Cloud email open rates
D.Segment member counts resulting from the run
E.The administrator's login IP address
AnswersA, D

Publish history displays whether each run completed successfully or failed.

Why this answer

Publish History logs track execution status, timestamps, record counts, and error details for segment runs.

311
MCQeasy

What is the function of the Data Cloud Setup Home page for an administrator?

A.To manage core Salesforce CRM user profiles and permission sets.
B.To write SQL queries for Calculated Insights.
C.To provide an overview of provisioning status, guided setup steps, and quick links to core configuration tasks.
D.To create marketing segments and activation targets.
AnswerC

Setup Home acts as the central dashboard for administrators to monitor provisioning and access configuration tools.

Why this answer

Data Cloud Setup Home provides a centralized dashboard showing setup progress, key metrics, quick links, and guidance for provisioning and configuring Data Cloud.

312
Multi-Selectmedium

Which TWO features or components can be leveraged when building complex audience criteria in the Segment Canvas? (Choose two.)

Select 2 answers
A.Inclusion and exclusion containers
B.Embedded Apex trigger logic
C.Related object attributes and filters
D.Direct SQL code editing window
E.Custom Visualforce pages
AnswersA, C

Containers are fundamental building blocks for segment logic in the canvas.

Why this answer

The Segment Canvas supports inclusion containers, exclusion containers, related object filters, and relative date criteria.

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

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

315
MCQhard

An administrator needs to ensure that historical data ingestion for a large Salesforce CRM data stream does not impact peak system usage hours. How can the administrator manage the ingestion schedule?

A.Configure the refresh schedule on the Data Stream properties to run during off-peak hours.
B.Set up a Flow in core CRM to pause Data Cloud sync jobs when CPU load is high.
C.Enable asynchronous batch locking in Data Cloud Setup > Performance.
D.Use Salesforce Governor Limits Setup to throttle API calls during peak hours.
AnswerA

Administrators can edit the refresh schedule of data streams to control when batch synchronization occurs.

Why this answer

Data streams created from Salesforce CRM allow administrators to set ingestion frequency and schedules (e.g., hourly, daily) during creation or by editing stream properties.

316
MCQmedium

An administrator is configuring a Google Cloud Storage batch data stream. The data stream runs successfully, but zero records are ingested, and the error log indicates a file permission denial. What must the administrator check in Google Cloud?

A.Verify that the Salesforce service account has correct IAM read permissions on the Google Cloud storage bucket.
B.Check that the Google Cloud storage bucket has public internet access enabled for all IP addresses.
C.Rewrite all filenames to remove uppercase letters.
D.Switch the ingestion format from CSV to XML.
AnswerA

Permission denials are caused by incorrect IAM roles or bucket access policies preventing Data Cloud from reading the files.

Why this answer

Cloud storage integration requires granting appropriate read permissions (IAM roles and service account access) to the Salesforce Data Cloud service principal.

317
MCQhard

A consultant is troubleshooting an identity resolution implementation where multiple source records from an e-commerce platform are failing to merge with CRM records despite having matching email addresses. Upon investigation, what is the most likely cause?

A.Reconciliation rules were set to Most Recent instead of Source Sequence.
B.The e-commerce email field was mapped to a custom attribute instead of the standard Contact Point Email DMO with proper primary key/foreign key relationships.
C.Data Cloud requires manual SQL triggers to activate e-commerce data streams.
D.The Unified Individual DMO is missing an activation target assignment.
AnswerB

Identity resolution match rules evaluate standard DMO fields like Contact Point Email; unmapped or custom-mapped fields are ignored by match rules.

Why this answer

If matching fails despite matching data, checking data mapping, data space segregation, or normalization discrepancies is crucial. Specifically, unmapped email fields or mapping to the wrong Contact Point Email type will prevent matching.

318
MCQmedium

A consultant is building a segment and needs to exclude employees whose email addresses end with '@company.com'. Where should this condition be applied?

A.By deleting the employee records from the Data Lake Object ingestion stream.
B.By modifying the Identity Resolution ruleset match keys.
C.By writing an Apex trigger in Salesforce CRM.
D.In an exclusion container using the Individual email attribute with the operator 'Ends With' equal to '@company.com'.
AnswerD

Using an exclusion container with attribute filters removes profiles matching internal email domains.

Why this answer

Excluding specific profile attributes (like internal employee email domains) is achieved by adding an exclusion container or an exclusion filter based on email attributes on the Individual DMO.

319
Multi-Selecteasy

A consultant is setting up batch segments in Salesforce Data Cloud. Which TWO characteristics are true regarding batch segments? Choose 2 options.

Select 2 answers
A.They update audience membership in near real-time as individual events stream in.
B.They evaluate all unified profiles against the defined criteria during each run.
C.They cannot be used with Activation Targets.
D.They process and refresh on a scheduled recurring frequency (e.g., daily).
E.They are restricted to a maximum of 1,000 profiles per segment.
AnswersB, D

Batch segments evaluate the full population or scheduled refresh scope.

Why this answer

Batch segments evaluate criteria across all unified profiles on a scheduled recurring basis.

320
Multi-Selecthard

A consultant is configuring segment activation for a batch segment. Which TWO settings or options must be configured when setting up the activation? (Choose two.)

Select 2 answers
A.The underlying raw SQL query used to create the Activation Target.
B.The specific contact attributes and enrichment fields to include in the activation payload.
C.The Apex trigger class that will process the activation file.
D.The CRM profile password for authentication.
E.The target Activation Target representing the external destination system.
AnswersB, E

Activations allow consultants to include attribute fields alongside the segment member IDs.

Why this answer

When creating an activation, the consultant must select the target destination (Activation Target) and choose which profile attributes to include as enrichment alongside the segment membership list.

321
MCQmedium

A consultant is configuring a data stream from a Salesforce CRM org. The client requests that records older than 2 years be excluded from ingestion to conserve storage. Where should this filter be applied?

A.Apply a filter criterion in the Salesforce CRM data stream configuration wizard.
B.Modify the global retention policy in Salesforce CRM Setup.
C.Write a nightly Apex batch job in CRM to delete historical records.
D.Configure a Calculated Insight to drop old records from the DMO.
AnswerA

Data stream configuration wizards allow criteria-based filtering during ingestion setup.

Why this answer

Salesforce CRM data streams support filter criteria (WHERE clauses) during data stream setup to restrict ingestion based on date or field conditions.

322
Multi-Selectmedium

Which THREE data categories are supported when classifying Data Model Objects in Data Cloud? (Choose THREE)

Select 3 answers
A.Engagement
B.Apex Controller
C.Profile
D.Transactional Trigger
E.Other
AnswersA, C, E

Engagement objects represent time-series interactions like web clicks, purchases, or emails.

Why this answer

Data Cloud categorizes DMOs into specific categories such as Profile, Engagement, and Other (or primarilly Profile and Engagement categories for customer data modeling).

323
Multi-Selectmedium

Which THREE components are necessary to successfully configure and publish a batch segment activation in Data Cloud? (Choose three.)

Select 3 answers
A.An active Einstein Studio predictive scoring model.
B.A published Segment defining the audience criteria.
C.A real-time Data Action Target configured with a webhook URL.
D.An active Activation Target storing destination and authentication details.
E.Contact Point mapping to ensure communication identifiers are included.
AnswersB, D, E

A published segment is required to establish the target population for the activation.

Why this answer

Publishing a batch segment activation requires a published segment, an activation target, and mapped contact points/attributes.

324
MCQmedium

A consultant is designing identity resolution for an organization that receives customer data from both a B2C retail app and a B2B corporate portal. The client wants separate unified profile structures for consumers versus business buyers. How should this be structured in Data Cloud?

A.Partition the B2C and B2B data into separate data spaces and configure dedicated identity resolution rulesets for each space.
B.Create a single ruleset with conflicting match rules to automatically separate them.
C.Map both B2C and B2B data streams to the same exact unmapped DLO without data transforms.
D.Use Calculated Insights to delete B2B profiles from the B2C unified individual table.
AnswerA

Data spaces provide the logical boundary needed to maintain separate identity resolution strategies and profile structures for distinct business units.

Why this answer

Different profile structures or distinct business domains with strict separation requirements should be partitioned into separate data spaces, each housing its own identity resolution ruleset.

325
MCQmedium

A consultant is setting up a data stream from Marketing Cloud Engagement. The data stream successfully ingests subscriber data, but campaign tracking events are not appearing. What should the consultant verify?

A.Restart the Kafka message broker.
B.Rewrite all tracking data into CSV format and upload to S3.
C.Check the Salesforce CRM Connected App OAuth scopes.
D.Verify that the tracking data bundle or corresponding event data streams were selected and enabled during setup.
AnswerD

Marketing Cloud Engagement requires individual tracking streams to be enabled alongside subscriber streams.

Why this answer

When configuring Marketing Cloud Engagement data streams, specific data bundles or individual data streams (such as tracking data streams) must be explicitly selected and enabled during setup.

326
MCQeasy

What is required to publish an activation to an ad network like Google Ads or Meta Ads from Data Cloud?

A.A manual export of CSV files uploaded via SFTP by a system administrator.
B.An active Activation Target with valid ad network authentication credentials and a published Segment mapped to required identifiers.
C.A custom Apex web service callout written in Salesforce Core.
D.An Enterprise license for Salesforce CPQ and Billing.
AnswerB

Ad network activations require configured targets, valid credentials, and properly mapped segment criteria.

Why this answer

Publishing to ad networks requires a valid Activation Target configured with appropriate credentials and an activated Segment mapped to the target's required schema.

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

328
MCQmedium

A consultant is configuring an activation to an AWS S3 bucket. The target system requires files to be delivered in compressed GZIP format. How should the consultant configure this?

A.Rely on AWS S3 bucket lifecycle rules to automatically compress incoming files.
B.Select GZIP compression within the file format settings of the Cloud File Storage Activation Target configuration.
C.Configure compression settings in the Data Stream ingestion mapping screen.
D.Write an Apex compression utility before generating the activation export.
AnswerB

Cloud storage targets allow configuring output compression formats such as GZIP during target setup.

Why this answer

Cloud storage activation targets support output file format configurations, including compression options like GZIP or uncompressed formats.

329
MCQeasy

Which Salesforce feature provides pre-built data streams and data model mappings for Marketing Cloud Account Engagement (Pardot)?

A.Heroku Connect Data Connector
B.Salesforce Classic CTI Adapter
C.Commerce Cloud Order Management Bundle
D.Marketing Cloud Account Engagement Data Bundle
AnswerD

The Account Engagement bundle provides pre-built streams and mappings.

Why this answer

Data Cloud provides standard data bundles for Marketing Cloud Account Engagement to ingest prospects, campaigns, and visitor data automatically.

330
MCQhard

A consultant has created a custom Data Model Object (DMO) and needs to relate it to the standard Individual DMO. The relationship type chosen is N:1 (Many custom DMO records to One Individual). When configuring this relationship in Data Cloud, what is a mandatory requirement for the foreign key field in the custom DMO?

A.It must be indexed using a SOQL custom index.
B.It must be mapped directly to a Data Source Object formula field.
C.It must be configured as a measure data type.
D.It must have the exact same data type (Text) and precision as the primary key of the parent DMO.
AnswerD

Foreign keys must match the parent primary key's data type and attributes for relational integrity.

Why this answer

When establishing relationships between DMOs in Data Cloud, the foreign key field in the child object must match the data type and length of the primary key field in the parent object (Individual ID) to ensure successful joins and identity resolution.

331
MCQmedium

An organization wants to target customers who abandoned their cart more than 24 hours ago but have not completed a purchase since then. How should the consultant configure this time-based criteria in the Segment Canvas?

A.Export cart events to Marketing Cloud and handle the 24-hour delay in Journey Builder.
B.Write a custom SQL script in the Segment Setup menu.
C.Use a Calculated Insight that runs every minute to evaluate cart abandonment.
D.Configure relative time filters on the Cart Event object (greater than 24 hours ago) combined with an exclusion of Purchase Events within that same timeframe.
AnswerD

Relative time filters on event attributes allow practitioners to easily specify windows like 'older than 24 hours' and exclude subsequent actions.

Why this answer

Time-based relative filters (e.g., event occurred greater than X days/hours ago) are configured directly within the attribute filters on related event objects (like Cart Event and Purchase Event) inside the segment container.

332
MCQmedium

An administrator is setting up user access in Data Cloud and notices that a user with the 'Data Cloud User' permission set cannot view calculated insights. What is the reason for this?

A.The user must have a Salesforce CRM Administrator profile to view calculated insights.
B.Calculated insights must be manually published to the user's Chatter feed.
C.Calculated insights are automatically encrypted and require Platform Encryption keys assigned to the user.
D.The 'Data Cloud User' permission set only grants base access; specific Calculated Insight viewing/managing permissions or Data Space assignments are required.
AnswerD

Base user permission sets grant minimal access; specific features like calculated insights require appropriate administrative or functional permissions and data space mapping.

Why this answer

Calculated insights require specific functional permissions (such as Data Cloud Admin or specific insight viewing permissions) and access to the corresponding Data Space.

333
MCQeasy

What is the primary purpose of configuring Data Spaces in Salesforce Data Cloud?

A.To logically partition data, insights, and segments within a single tenant for different business units.
B.To increase the maximum data storage capacity of the Data Cloud tenant.
C.To accelerate data stream ingestion speeds from external cloud storage providers.
D.To connect multiple production Salesforce CRM orgs to Data Cloud simultaneously.
AnswerA

Data Spaces provide logical separation of data within a single Data Cloud instance.

Why this answer

Data Spaces allow organizations to partition their data, segments, and insights for security, organizational separation, or multi-brand management.

334
MCQeasy

What is the primary function of the Unified Individual DMO in Salesforce Data Cloud?

A.To generate machine learning models for lead scoring.
B.To act as a single, consolidated profile representing multiple source records that match based on defined rules.
C.To store raw, unmapped data directly from marketing connectors.
D.To log user authentication events and login history for identity verification.
AnswerB

The Unified Individual DMO represents the merged profile built via identity resolution.

Why this answer

The Unified Individual DMO stores the consolidated profile data resulting from identity resolution rulesets.

335
MCQeasy

What role do match rules play within an Identity Resolution ruleset in Salesforce Data Cloud?

A.They dictate which field values survive on the unified profile.
B.They export unified profiles to external marketing platforms.
C.They cleanse raw data streams prior to ingestion.
D.They define the criteria used to determine which source records represent the same individual and should be linked.
AnswerD

Match rules specify the attributes (like email, phone, name) evaluated to group records together.

Why this answer

Match rules define the criteria used to identify whether multiple source records refer to the same individual.

336
MCQmedium

A consultant is setting up match rules in a Data Cloud ruleset and wants to use a phone number match. Which standard match rule type should be selected?

A.Party Phone Identification
B.Fuzzy Phone
C.Contact Point String Match
D.Exact Phone
AnswerD

Exact Phone matches standardized telephone number strings.

Why this answer

Exact Phone is the standard match rule type used for evaluating telephone number attributes.

337
MCQmedium

An organization wants to ingest data from an external relational database using a zero-ETL integration approach if possible. Which Salesforce feature integrates external data sources into Data Cloud without heavy ETL pipelines?

A.Zero Copy Data Federation (e.g., Snowflake or Redshift Zero Copy)
B.Manual CSV file export and upload
C.Marketing Cloud FTP drops
D.Heroku Connect replication triggers
AnswerA

Zero Copy allows Data Cloud to query external data stores directly without traditional ETL batch loads.

Why this answer

Zero Copy integrations (such as Snowflake Zero Copy or Amazon Redshift/BigQuery integrations) allow Data Cloud to query external data warehouses directly without duplicating or moving the data physically.

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

339
MCQmedium

A consultant creates a data stream from a custom Salesforce CRM object. After activation, the client adds new custom fields to the source object in Salesforce CRM. How can the consultant ensure these new fields are ingested into Data Cloud?

A.Edit the data stream configuration to select and add the newly created fields.
B.Delete the entire data stream and recreate it from scratch.
C.Write a SOQL query in Data Cloud Query Editor to pull the new fields.
D.New fields are automatically detected and ingested without any administrative action.
AnswerA

Data streams must be updated manually or via schema refresh actions to include newly added source fields.

Why this answer

When source schema changes occur in connected CRM objects, the consultant must edit the data stream configuration to include the newly added fields.

340
MCQeasy

Which permission set is required for a user to create and run segments in Data Cloud?

A.Data Cloud Integration User
B.Data Cloud Stream Viewer
C.Data Cloud Data Engineer
D.Data Cloud Marketing Specialist
AnswerD

The Data Cloud Marketing Specialist permission set grants users the ability to create segments, activate audiences, and work with marketing-related features.

Why this answer

Users who build and manage segments need the Data Cloud Marketing Specialist permission set or equivalent functional access.

341
MCQmedium

A multinational enterprise is setting up Data Cloud and needs to isolate data visibility between their North American and European business units while sharing the same Data Cloud tenant. What feature should the administrator configure?

A.Sharing Rules
B.Territory Management
C.Business Units
D.Data Spaces
AnswerD

Data Spaces are used to partition Data Cloud objects, insights, and segments for security and organizational isolation.

Why this answer

Data Spaces in Data Cloud allow administrators to partition data and segment criteria logically to restrict data access and management to specific business units or regions within a single tenant.

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

343
MCQeasy

Where can a consultant review the status and details of ongoing data stream ingestion runs in Data Cloud?

A.Data Stream Detail page under the Run History tab
B.Salesforce CRM Setup Audit Trail
C.Marketing Cloud Connect dashboard
D.Tableau Server connection manager
AnswerA

Run History on the Data Stream detail page provides job status and metrics.

Why this answer

The Data Stream detail page provides a run history tab showing the status, record counts, and error details of each ingestion job.

344
MCQmedium

A business unit requires a segment to include individuals who have either browsed a product category or abandoned a cart, but explicitly exclude anyone who purchased in the last 7 days. Which Segment Canvas feature should be used?

A.Data Stream filter criteria
B.Identity Resolution suppression lists
C.Containers with include and exclude criteria steps
D.Calculated Insight dimensional filters
AnswerC

Containers and exclusion criteria allow combining include rules with explicit exclusion filters.

Why this answer

Segment Canvas supports containers with AND/OR logic and exclusion steps to refine audience membership accurately.

345
MCQhard

A Data Cloud Consultant is troubleshooting an activation that is failing to publish segments to an AWS S3 bucket activation target. The activation membership count is high, but the export job consistently returns an authentication error. Which component should the consultant inspect first?

A.The Connected App callback URL and OAuth scopes
B.The Marketing Cloud Connector user profile settings
C.The Identity and Access Management (IAM) role trust policy and bucket access permissions
D.The Einstein Trust Layer activation guardrails
AnswerC

Authentication errors with cloud storage activation targets like AWS S3 are typically caused by misconfigured IAM roles, missing trust relationships, or insufficient bucket write permissions.

Why this answer

AWS S3 bucket activation targets rely heavily on IAM role assumption or correct AWS access key/secret key pairs along with S3 bucket policy permissions. Checking the IAM policy and trust relationship is the primary step for authentication failures.

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

347
MCQmedium

An organization has successfully created a data stream, but data is not appearing in the corresponding Data Model Object. What is the most likely step that was missed?

A.Mapping the Data Source Object (DSO) fields to the Data Model Object (DMO)
B.Running an activation target publish job
C.Configuring an ingestion API token
D.Enabling Change Data Capture on the Data Model Object
AnswerA

Data streaming creates the DSO, but data does not populate the DMO until mapping is completed.

Why this answer

After creating a data stream and establishing the DSO, the consultant must map the DSO fields to the target Data Model Object (DMO) before data flows into the harmonized model.

348
MCQhard

An activation target to a commercial CRM is failing because the payload size exceeds the target system's maximum API request limit. How should the Data Cloud Consultant resolve this issue?

A.Disable Identity Resolution to reduce the number of linked profile attributes.
B.Increase the Data Cloud heap size limit in the org-wide governor settings.
C.Convert the activation into a streaming Data Action target.
D.Adjust the batch size or chunking configuration settings on the activation target to reduce payload volume per request.
AnswerD

Configuring smaller batch sizes or chunking ensures payloads stay within external API limits.

Why this answer

When payload limits are exceeded during activation exports, adjusting the batch size or chunking configuration on the activation target helps reduce the volume per request.

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

350
MCQmedium

An organization requires that unified profiles retain the longest available phone number string when multiple conflicting phone numbers exist across systems. Which reconciliation rule should the consultant configure?

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

Longest String specifically evaluates the length of the attribute values and retains the longest one.

Why this answer

The 'Longest String' reconciliation rule evaluates character length and selects the longest text value among the matching records.

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

352
Multi-Selecthard

A Data Cloud Consultant is configuring a Data Action to trigger a Salesforce Platform Event when a customer service case status changes to 'Escalated'. Which THREE components are required to successfully configure this Data Action?

Select 3 answers
A.A nightly batch activation schedule to process the case records.
B.A Data Action Target pointing to the connected Salesforce CRM organization.
C.A pre-configured Calculated Insight to calculate the escalation rate.
D.Field mappings that map Data Cloud DMO fields to the target Platform Event payload fields.
E.A streaming-enabled Data Model Object (DMO) or Case event source.
AnswersB, D, E

Correct. A Data Action Target specifies the destination system (Salesforce CRM) where the event will be sent.

Why this answer

Configuring a Data Action requires selecting the source Data Model Object, setting up the Data Action Target (pointing to Salesforce), and defining the trigger conditions or mappings.

353
MCQeasy

What is the purpose of assigning the 'Data Cloud Admin' permission set to an administrator?

A.To enable Salesforce CRM platform customization like custom objects and Apex triggers.
B.To allow the user to approve marketing email campaigns sent from Marketing Cloud.
C.To grant full administrative access to configure and manage all Data Cloud features and settings.
D.To manage AWS cloud infrastructure settings directly from Salesforce.
AnswerC

Data Cloud Admin provides comprehensive access to manage data streams, data spaces, identity resolution, and insights.

Why this answer

The Data Cloud Admin permission set grants full administrative control over Data Cloud features, including setup, connectors, data streams, and data spaces.

354
Multi-Selectmedium

A consultant needs to troubleshoot a Calculated Insight that is not returning expected results. Which TWO areas should the consultant check? Choose 2 options.

Select 2 answers
A.Verify that the Activation Target authorization token is active.
B.Check that the underlying Data Stream ingestion schedule is set to streaming mode.
C.Ensure the Calculated Insight output is mapped to the appropriate profile data model objects if used for segmentation.
D.Confirm that the Segment Canvas refresh schedule matches the Calculated Insight run time.
E.Verify that the ANSI SQL syntax and group by clauses align with the target object's primary key.
AnswersC, E

Output mapping is required to expose Calculated Insight metrics to segmentation.

Why this answer

Troubleshooting Calculated Insights involves validating SQL syntax/aggregations and ensuring correct profile mappings.

355
MCQhard

A consultant needs to ingest transactional data where each transaction record contains nested line items in a JSON array. How should the consultant configure the data stream to handle this hierarchical structure?

A.Flatten the JSON file into a single-level tabular CSV before uploading to cloud storage.
B.Write an Apex class to parse the JSON array and insert records into custom DMOs.
C.Define a hierarchical schema utilizing object and array data types within the data stream configuration.
D.Nested JSON is not supported; line items must be ingested as a completely separate data stream.
AnswerC

Data Cloud supports hierarchical JSON parsing by defining nested object and array types in the schema.

Why this answer

Data Cloud supports ingestion of nested JSON structures by defining complex data types (objects and arrays of objects) during schema definition in batch or streaming ingestion.

356
MCQmedium

A consultant wants to ensure that a segment refreshes every Monday morning before the weekly marketing email campaign launches. How should this be scheduled?

A.Rely on streaming ingestion to automatically schedule the batch run.
B.Manual execution is the only option; weekly schedules are not supported.
C.Configure a weekly segment publish schedule set to run on Monday prior to the campaign start time.
D.Configure an API callout script that triggers every minute on Monday.
AnswerC

Weekly segment publishing schedules ensure refreshed data is ready before campaigns execute.

Why this answer

Batch segments support flexible recurrence schedules, including weekly schedules on specific days and times.

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

358
Multi-Selecthard

An administrator notices that segment counts fluctuate wildly between consecutive batch runs. Which THREE potential root causes should the consultant investigate? Choose 3 options.

Select 3 answers
A.Expiration of the Activation Target OAuth connection token.
B.Unintentional modifications to segment filter criteria or container logic in Segment Canvas.
C.Automatic conversion of batch segments into static lists by the system.
D.Changes or updates to Identity Resolution rules merging or splitting profile clusters.
E.Delays or failures in source Data Stream ingestion resulting in missing engagement data during evaluation.
AnswersB, D, E

Editing rule definitions directly changes the resulting audience size.

Why this answer

Sudden segment population changes are often caused by identity resolution updates, data stream ingestion gaps, or altered segment criteria.

359
Multi-Selecthard

When designing an activation strategy in Data Cloud, which THREE factors should a consultant consider regarding timing dependencies and performance? (Choose three.)

Select 3 answers
A.Batch activation schedules can be configured to run hourly or daily depending on business needs.
B.Downstream systems must allow sufficient time for asynchronous file generation and export completion.
C.Streaming activations execute instantly without any underlying data dependency checks.
D.Segment refresh frequency must precede the activation publishing schedule.
E.Data actions execute synchronously and block CRM transactions until complete.
AnswersA, B, D

Batch activations support flexible scheduling intervals.

Why this answer

Designing activation strategies requires considering segment refresh timing, activation publishing schedules, and downstream consumption dependencies.

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

361
MCQhard

A consultant is designing identity resolution for a global enterprise operating in multiple data spaces. What is a key architectural consideration regarding identity resolution and data spaces?

A.Data spaces replace the need for identity resolution rulesets by automatically merging records on ingestion.
B.Configuring identity resolution requires super-user access to the core Salesforce CRM multitenant database.
C.Identity resolution rulesets operate within the boundaries of a single data space and process data contained within that specific space.
D.A single identity resolution ruleset can automatically merge profiles across multiple disparate data spaces simultaneously.
AnswerC

Data spaces partition data in Data Cloud, meaning identity resolution rulesets are scoped per data space.

Why this answer

Identity resolution rulesets and unified profiles are scoped within a single data space and cannot span across multiple data spaces natively without sharing mechanisms.

362
MCQhard

A consultant notices that after modifying an identity resolution ruleset's match rules, the Unified Individual counts and links did not update immediately. What is the correct explanation for this behavior?

A.The data space must be deleted and re-provisioned for rule changes to take effect.
B.Match rule changes only apply to newly ingested data and cannot re-evaluate historical profiles.
C.Identity resolution rulesets require a manual run or scheduled execution to re-process records after rule modifications.
D.Unified profiles are cached for exactly 30 days and cannot be cleared manually.
AnswerC

Changes to rulesets do not instantly re-calculate existing unified profiles until the ruleset is run again.

Why this answer

Identity resolution rulesets run as batch processes; changes require a manual trigger or scheduled refresh of the ruleset to re-evaluate the data.

363
MCQeasy

What is the primary benefit of using containers in the Segment Canvas?

A.They generate API tokens for external developers.
B.They allow practitioners to group and organize complex inclusion, exclusion, and related object criteria with clear logical relationships.
C.They automatically encrypt customer PII before activation.
D.They convert batch segments into streaming segments instantly.
AnswerB

Containers provide a visual and logical grouping mechanism for complex segment criteria.

Why this answer

Containers in the Segment Canvas allow practitioners to group inclusion, exclusion, and related object criteria together to build sophisticated audience definitions with precise boolean logic.

364
MCQmedium

An administrator wants to ensure that a specific group of marketing users can only view data associated with the 'EMEA' Data Space. How should the administrator enforce this requirement?

A.Update the organization-wide defaults (OWD) for Data Cloud objects to Private for EMEA.
B.Create a custom profile for EMEA users and disable read access to all non-EMEA data streams.
C.Assign the users a permission set that includes access to the 'EMEA' Data Space.
D.Configure a sharing set in Data Cloud Setup pointing to the EMEA region.
AnswerC

Data Space permissions are granted via permission sets, restricting user visibility to data partitioned within that Data Space.

Why this answer

Data Spaces restrict access to data model objects, insights, and segments. Users must be assigned permission sets tied to specific Data Spaces to view data within them.

365
MCQhard

An enterprise has multiple data streams bringing in customer data from different legacy systems. Some systems use 'Customer_ID' while others use 'Cust_Num'. When mapping these to the Individual DMO, how should the consultant ensure proper harmonization?

A.Merge the data streams into a single file in Amazon S3 before ingestion.
B.Map both 'Customer_ID' and 'Cust_Num' to the appropriate identifier attribute in the target Individual DMO.
C.Use an Apex trigger to standardize source schema names during ingestion.
D.Create a calculated insight to rename the fields prior to mapping.
AnswerB

Different source fields can be mapped to the same target attribute in the DMO during the mapping stage.

Why this answer

Harmonization involves mapping disparate fields from different DSOs to the corresponding standard fields (or custom attributes) within the same target DMO so they can be recognized uniformly.

366
MCQmedium

A Data Cloud consultant needs to ingest clickstream data that updates constantly throughout the day with high volume and low latency requirements. Which ingestion mechanism should be used?

A.Batch Data Stream scheduled every hour
B.Streaming Ingestion via Ingestion API or Interaction SDK
C.Salesforce CRM Connector with changed data capture enabled
D.Manual CSV file upload via the Data Cloud UI
AnswerB

Streaming Ingestion is built for high-volume, real-time event data like clickstreams.

Why this answer

Streaming Ingestion (via Ingestion API or interaction SDKs) is designed for high-frequency, low-latency data streams compared to batch ingestion.

367
MCQeasy

Which of the following is a primary capability of Data Actions?

A.Triggering real-time actions or events in external or internal systems based on data changes
B.Merging duplicate customer records based on matching rules
C.Building visual audience segments using drag-and-drop criteria
D.Ingesting batch CSV files from an SFTP server
AnswerA

Data actions evaluate streaming data or insights to trigger real-time actions.

Why this answer

Data actions enable real-time event-driven triggers based on data changes or threshold crossings.

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

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

370
MCQeasy

What is the primary function of a Data Action Target in Data Cloud?

A.To define the destination endpoint (such as an external webhook or Salesforce Core feature) for real-time Data Actions.
B.To ingest batch CSV files from an external SFTP server.
C.To manage Identity Resolution match rule thresholds.
D.To store segment audience files before exporting to ad networks.
AnswerA

Data Action Targets store endpoint URLs, authentication, and connection parameters for real-time events.

Why this answer

A Data Action Target specifies the destination endpoint (such as a webhook URL, Event Relay, or Salesforce Org) where Data Actions send real-time payloads.

371
MCQmedium

A consultant needs to configure a match rule that compares first names, last names, and postal codes simultaneously. How should this be configured within the Identity Resolution ruleset?

A.Create three separate rulesets, one for each attribute.
B.Use Calculated Insights to generate a composite key for matching.
C.Create a single match rule containing multiple criteria attributes (First Name, Last Name, and Postal Code) evaluated together.
D.Write an Apex trigger to combine the fields before ingestion.
AnswerC

Match rules allow bundling multiple attributes into a composite rule.

Why this answer

Match rules can combine multiple attributes to form composite matching criteria requiring all specified fields to align.

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

373
MCQhard

An architect is designing an identity resolution strategy for an organization with frequent record updates and high data velocity. The business requires unified profiles to reflect changes as close to real-time as possible. What should the architect keep in mind regarding identity resolution processing?

A.Real-time identity resolution requires configuring an external Apache Kafka streaming cluster.
B.Batch processing for identity resolution can only be executed once per calendar year.
C.Identity resolution runs continuously in real-time for every single streaming data ingestion event without exception.
D.Identity resolution rulesets execute via batch processing jobs on a scheduled or manual basis, rather than real-time continuous streaming.
AnswerD

Identity resolution runs as batch jobs, meaning unified profiles are updated when the ruleset runs, not instantaneously upon every single streaming event.

Why this answer

Identity resolution rulesets run as batch processes rather than continuous streaming events.

374
Multi-Selectmedium

Which TWO methods can a consultant use to monitor the status and health of segment publishing jobs in Data Cloud? (Choose two.)

Select 2 answers
A.Checking the Data Cloud Home dashboard and monitor tools for system-wide job status.
B.Reviewing the Publish History section on the specific segment's detail page.
C.Checking the browser's JavaScript console logs while logged into Salesforce.
D.Reviewing the Email Deliverability report in Marketing Cloud.
E.Running a SOQL query against the standard User object in Salesforce CRM.
AnswersA, B

System monitoring tools provide visibility into background processing and job statuses.

Why this answer

Consultants can monitor segment publishing using the Publish History tab within the segment detail page and via system monitoring tools / Data Cloud dashboards.

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

Page 4

Page 5 of 7

Page 6

All pages