Courseiva

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

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

Page 5

Page 6 of 7

Page 7
376
MCQmedium

An administrator needs to ingest customer service case history from a secondary Salesforce CRM org into the same Data Cloud tenant. How should the administrator accomplish this?

A.Export cases from the secondary org via Data Loader and upload them as CSV files to Amazon S3.
B.Configure an additional Salesforce CRM connector pointing to the secondary CRM org and set up a corresponding data stream.
C.Merge the secondary CRM org into the primary CRM org using Salesforce-to-Salesforce.
D.Use Marketing Cloud Connect to bridge the secondary CRM org into Data Cloud.
AnswerB

Data Cloud supports multi-org CRM connections by allowing administrators to configure multiple CRM connectors.

Why this answer

Connecting multiple Salesforce CRM orgs is supported by adding multiple Salesforce CRM connectors in Data Cloud Setup, each pointing to a different CRM org.

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

378
MCQmedium

A Data Cloud consultant is setting up a new S3 data stream for an external system. During the data stream creation wizard, the consultant notices that the date/time fields are not automatically mapping to the correct data type. What is the root cause and the best resolution?

A.AWS S3 does not support date formatting natively, so all dates must be transformed using a formula in Data Cloud after the stream is active.
B.The Cloud Information Model restricts S3 date fields to string data types until harmonization is completed.
C.S3 ingestion treats all incoming CSV columns as Text by default; the user must define and map data types correctly in the DMO mapping step.
D.Data Cloud automatically infers all S3 data types as Text upon initial ingestion, and field types must be manually adjusted in the Data Stream detail page.
AnswerC

CSV data streams from S3 require the user to configure data types during the data stream creation process as they are ingested as strings initially.

Why this answer

Amazon S3 CSV files send all data as strings or unstructured types. The consultant must define or adjust data types either during the data stream creation step or fix the underlying file formatting before ingestion.

379
MCQmedium

A consultant is setting up an activation for a Meta Ads activation target in Data Cloud. When attempting to select the desired audience segment, the consultant notices the segment is unavailable for selection. What is the most likely cause of this issue?

A.The activation target is configured for Marketing Cloud Engagement instead of Meta Ads.
B.The segment was built using a Calculated Insight instead of standard Data Model Objects.
C.The segment does not include the mandatory identity attributes (such as hashed email or phone) required by the Meta activation target.
D.The Data Stream associated with the segment has exceeded its daily ingestion limits.
AnswerC

Correct. Ad network activation targets have strict attribute requirements (e.g., hashed identifiers) for audience matching.

Why this answer

Activations to advertising platforms (such as Meta) require specific attributes like hashed emails or phone numbers to be mapped and available in the segment definition to satisfy platform matching requirements.

380
MCQmedium

A consultant has set up a Salesforce CRM data stream. The data stream shows a status of 'Error' due to an invalid field mapping. After correcting the mapping in the UI, what action should the consultant take to resume data flow?

A.Deactivate the Salesforce CRM connected app and regenerate all OAuth tokens.
B.Rebuild the entire Identity Resolution ruleset.
C.Trigger a manual refresh or wait for the next scheduled ingestion run.
D.Export all DSO records to CSV and re-upload manually.
AnswerC

Manual refresh or the next scheduled run will process the stream with the corrected mapping.

Why this answer

After fixing mapping or configuration errors on a data stream, the consultant can trigger a manual refresh or wait for the next scheduled run to resume ingestion.

381
Multi-Selecthard

Which THREE of the following statements are true regarding Calculated Insights in Data Cloud? (Choose three.)

Select 3 answers
A.Calculated Insights can aggregate data across multiple related Data Model Objects.
B.Calculated Insights automatically modify raw DLO records during execution.
C.Calculated Insights require real-time streaming event handlers for every calculation.
D.Calculated Insights can be used as attributes in batch segment criteria once published with profile dimensions.
E.Calculated Insights are written using ANSI SQL syntax.
AnswersA, D, E

CIs support multi-object joins to compute complex cross-domain metrics.

Why this answer

Calculated Insights use ANSI SQL, support aggregate functions and dimensions, require publishing, and can be used in segmentation.

382
Multi-Selecteasy

Which TWO contact point objects can be utilized in standard identity resolution match rules? Choose 2 options.

Select 2 answers
A.Data Stream Log DMO
B.Calculated Insight DMO
C.Activation Target DMO
D.Contact Point Email DMO
E.Contact Point Phone DMO
AnswersD, E

Contact Point Email is used for email match rules.

Why this answer

Contact Point Email and Contact Point Phone are standard objects used in identity resolution match rules.

383
MCQmedium

A consultant is configuring an identity resolution ruleset and needs to link customer records using Party Identification. Which object must be correctly mapped to support Party Identification matching?

A.Party Identification DMO
B.Account Contact DMO
C.Contact Point Phone DMO
D.Unified Link Individual DMO
AnswerA

The Party Identification DMO holds secondary identifiers required for Party Identification match rules.

Why this answer

Party Identification DMO stores secondary identifiers like loyalty numbers, national IDs, or member IDs, which can be leveraged in match rules.

384
MCQeasy

What is the primary function of the Data Cloud Setup Assistant?

A.To provision Salesforce CRM sandboxes from production.
B.To guide administrators step-by-step through provisioning, licensing, and initial connector setup.
C.To automatically map all custom CRM fields to Data Model Objects without human intervention.
D.To automatically generate SQL code for Calculated Insights based on natural language prompts.
AnswerB

The Setup Assistant provides a guided checklist for initial configuration tasks.

Why this answer

The Data Cloud Setup Assistant guides administrators through the sequential steps required to provision and configure Data Cloud.

385
MCQhard

An administrator needs to ingest data from an external transactional system using the Ingestion API. The API requests are failing with an HTTP 401 Unauthorized error. What is the most likely cause?

A.The Ingestion API stream is not assigned to an active Data Space.
B.The Ingestion API payload exceeds the maximum batch size of 50 megabytes.
C.The OAuth bearer token is missing, expired, or generated using incorrect Connected App scopes.
D.The target Data Model Object primary key contains duplicate values.
AnswerC

HTTP 401 Unauthorized indicates authentication failure, typically due to invalid or expired tokens or missing OAuth scopes.

Why this answer

Ingestion API requests require a valid OAuth 2.0 Bearer token generated via a Connected App configured with the correct OAuth scopes for Data Cloud.

386
MCQhard

An administrator observes that after adding a new Fuzzy Email match rule to an existing ruleset, the Identity Resolution batch job fails with a system memory/timeout exception. What is the most appropriate troubleshooting step?

A.Increase data stream ingestion frequency from hourly to real-time.
B.Remove or refine the newly added fuzzy match rule to reduce computational complexity and prevent Cartesian explosion during matching.
C.Restart the core Salesforce CRM production server.
D.Switch the reconciliation rule to Highest Frequency.
AnswerB

Broad fuzzy match rules on large volumes generate excessive computational load, leading to timeouts.

Why this answer

Fuzzy email matching on massive datasets without proper scoping can cause performance bottlenecks. Reviewing and refining match criteria or breaking down large rulesets is necessary.

387
MCQmedium

An administrator has created a new Data Space named 'APAC'. Users assigned to the APAC permission set can see the data streams, but cannot see segments created in other Data Spaces. Is this expected behavior?

A.No, segments must be manually published to all Data Spaces via Data Manager.
B.No, segments are global across all Data Spaces by default unless explicitly restricted by sharing rules.
C.Yes, Data Spaces logically isolate segments, insights, and data objects, preventing cross-space visibility.
D.Yes, but only if Platform Encryption is enabled on the segment objects.
AnswerC

Data Spaces provide strict logical partitioning between data, segments, and insights for different business units or regions.

Why this answer

Data Spaces isolate segments, insights, and data model objects. Segments created in one Data Space are not visible or accessible in another Data Space, which is expected behavior.

388
MCQhard

A Data Cloud Consultant is configuring a Data Action Target that sends data to an external endpoint via webhook. The external endpoint requires a custom HTTP header for authorization (e.g., 'X-API-Key'). Where is this custom header configured?

A.Inside the activation membership criteria builder.
B.In the Data Action Target configuration screen under custom headers and authentication settings.
C.In the Named Credentials setup within Salesforce Core CRM.
D.Via a custom Ingestion API payload transformation script.
AnswerB

Data Action Targets support defining custom HTTP headers and authentication parameters to securely communicate with external webhooks.

Why this answer

When setting up a Data Action Target in Data Cloud for a webhook, custom headers and authentication tokens are configured directly within the Data Action Target definition setup screen.

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

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

391
MCQmedium

An administrator needs to ingest customer feedback ratings stored as numeric values from 1 to 5. When mapping this field to a custom DMO attribute, which data type should the administrator select?

A.Number (Integer or Decimal)
B.DateTime
C.Boolean (True/False)
D.Text (String)
AnswerA

Numeric data types are required for ratings to support mathematical operations and aggregations.

Why this answer

Numeric ratings (like 1 to 5) should be mapped to a Number (Integer or Decimal) data type in the DMO to allow calculations and aggregations.

392
Multi-Selectmedium

Which THREE features are provided by Data Cloud starter data bundles? (Choose THREE)

Select 3 answers
A.Guaranteed zero latency for batch data streams
B.Pre-mapped Data Model Objects aligned with the CIM
C.Accelerated time-to-value by eliminating manual mapping for standard objects
D.Automatic custom Apex code generation for complex business logic
E.Pre-configured Data Streams for standard source objects
AnswersB, C, E

Bundles handle initial mapping to CIM DMOs automatically.

Why this answer

Starter data bundles provide pre-configured data streams, pre-mapped DMOs, and sometimes sample calculated insights or segments for standard connectors like Salesforce CRM or Marketing Cloud.

393
Multi-Selecthard

Which THREE considerations are critical when an architect plans an identity resolution strategy for an enterprise consolidating customer data from CRM, Commerce, and Marketing systems? Choose 3 options.

Select 3 answers
A.Mandating that all source systems use identical primary key structures before ingestion.
B.Configuring calculated insights to replace identity resolution match rules entirely.
C.Selecting match rules that accommodate varying data formats and identifier types across Commerce, CRM, and Marketing.
D.Establishing a clear source system hierarchy for reconciliation rules (e.g., Source Sequence prioritization).
E.Ensuring data spaces are architected correctly to partition or share data according to business unit requirements.
AnswersC, D, E

Different systems capture data differently, requiring robust exact and fuzzy match rules.

Why this answer

Key considerations include establishing source priority for reconciliation, selecting appropriate match rules for disparate identifiers, and scoping rulesets within data spaces.

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

395
MCQmedium

An administrator needs to grant a user permissions to create and manage calculated insights and identity resolution rules without granting them full administrative rights over data connectors. Which standard permission set should be assigned?

A.Data Cloud Marketing Specialist
B.Data Cloud Analytics User
C.Data Cloud Integration User
D.Data Cloud Admin
AnswerD

Data Cloud Admin provides full access to configure data streams, identity resolution, calculated insights, and data spaces.

Why this answer

Data Cloud provides out-of-the-box permission sets such as Data Cloud Admin, Data Cloud Marketing Specialist, and Data Cloud Admin / Data Cloud User. To manage insights and identity resolution without full admin rights, the Data Cloud Admin or specific functional combinations are used, but Data Cloud Admin covers rules. Let's look at the standard options.

396
MCQeasy

A Data Cloud Consultant needs to configure an Activation Target for Marketing Cloud Engagement. Which permission or credential type is required to authenticate the connection between Data Cloud and Marketing Cloud Engagement?

A.A Connected App with a JSON Web Token (JWT) Bearer Flow configured in Salesforce Setup.
B.A Data Share certificate and private key uploaded via the Security Certificates menu in Data Cloud.
C.An installed package utilizing OAuth 2.0 client credentials with API integrations enabled.
D.A username, security token, and managed package license assigned to a dedicated integration user.
AnswerC

Marketing Cloud Engagement requires an installed package with appropriate API integration scopes to securely authenticate via OAuth 2.0.

Why this answer

An installed package in Marketing Cloud Engagement providing a Client ID, Client Secret, and Authentication Base URI is required to establish the secure connection and authentication for the Marketing Cloud Engagement activation target.

397
MCQhard

A consultant creates a segment using a related Engagement Data Model Object (DMO). The segment size is significantly smaller than expected. Upon troubleshooting, the consultant discovers that many records lack a foreign key relationship to the Unified Individual DMO. What architectural mechanism caused this discrepancy?

A.Calculated Insights stripped out historical records older than 90 days.
B.Unresolved identity links or missing foreign key mappings between the engagement DMO and Unified Individual.
C.Batch segmentation only processes the first 10 million records by default.
D.Streaming segments overwrite batch segment membership automatically.
AnswerB

If engagement records cannot map up to the Unified Individual, they are excluded from profile-based segment attributes.

Why this answer

Data must be properly mapped through Identity Resolution and relationships to the Unified Individual DMO for related engagement data to link correctly to unified profiles.

398
MCQhard

A consultant needs to ingest a nested JSON file from an external API into Data Cloud. The JSON contains an array of transaction items nested inside a customer profile object. How should the consultant configure the data stream to properly handle this nested structure?

A.Configure the data stream parser to handle complex data types, generating separate Data Source Objects for parent and child nodes linked by keys.
B.Use a Calculated Insight to unnest the array after ingestion.
C.Reject the file, because Data Cloud only accepts flat CSV structures.
D.Flatten the entire JSON into a single flat string field within a single DMO.
AnswerA

Data Cloud supports parsing complex nested JSON by breaking them into relational DSOs that map to parent and child DMOs.

Why this answer

When dealing with nested arrays or JSON structures, Data Cloud allows data stream transformations or the use of multiple related DSOs/DMOs where parent-child relationships are maintained through foreign keys generated during parsing.

399
Multi-Selectmedium

Which TWO methods can be used to ingest data into Data Cloud in near real-time? (Choose TWO)

Select 2 answers
A.Data Cloud Interaction SDK (Web and Mobile SDKs)
B.Data Cloud Ingestion API
C.Batch data stream from Amazon S3 scheduled daily
D.Weekly Salesforce CRM data export via Email
E.Manual CSV file upload via Data Explorer
AnswersA, B

Interaction SDKs capture user events in real-time from websites and mobile apps.

Why this answer

Near real-time ingestion in Data Cloud is achieved using the Ingestion API or mobile/web Interaction SDKs.

400
MCQeasy

What is the primary purpose of an Activation Target in Data Cloud?

A.To store the authentication and destination configuration details for an external platform receiving activations.
B.To define the demographic criteria used to build audience segments.
C.To ingest raw data files from an external cloud storage bucket.
D.To merge duplicate customer profiles into a single unified record.
AnswerA

Activation targets define where and how Data Cloud connects to external systems (e.g., Marketing Cloud, S3, ad networks).

Why this answer

An activation target stores the authentication, destination, and configuration details required to connect Data Cloud to an external platform or destination.

401
MCQhard

An organization is using Data Cloud to activate segments to Marketing Cloud Engagement. After updating the segment criteria, the marketing team notices that contacts who no longer qualify are remaining in the Marketing Cloud data extension. What is the most likely cause?

A.The activation was configured as an append-only export rather than a full refresh or differential update supporting removals.
B.Identity Resolution match rules were modified after segment publication.
C.The Data Action Target webhook was disabled.
D.The Marketing Cloud Connector user token has expired.
AnswerA

Append-only configurations add records without sending removal payloads for profiles that exit the segment.

Why this answer

If differential updates or suppression handling are misconfigured, or if the activation is set to append-only rather than refresh/update, removed records may remain in the target system.

402
Multi-Selecteasy

Which TWO attributes are commonly evaluated in identity resolution match rules to establish customer identity? Choose 2 options.

Select 2 answers
A.Email Address
B.Telephone Number
C.Calculated Insight SQL Formula
D.Data Stream Ingestion Schedule
E.Activation Target URL
AnswersA, B

Email address is a primary match attribute.

Why this answer

Email addresses and telephone numbers are primary attributes evaluated in identity resolution match rules.

403
MCQmedium

A Data Cloud Consultant is configuring a Data Stream from Marketing Cloud Engagement. The consultant notices that data is updating via batch runs. What is the default frequency of batch synchronization for Marketing Cloud Engagement data streams once established?

A.Every 15 minutes
B.Hourly
C.Real-time streaming
D.Every 24 hours
AnswerD

The default sync frequency for Marketing Cloud Engagement data streams is every 24 hours.

Why this answer

Marketing Cloud Engagement data streams in Data Cloud typically sync via scheduled batch processes, with a default frequency of every 24 hours, though certain bundles or configurations can support more frequent intervals.

404
MCQhard

A consultant is setting up a data stream from an external database via Amazon S3. The source system generates CSV files with custom delimiters (pipes `|` instead of commas `,`). How should the consultant configure this in Data Cloud?

A.Write an Apex transformation class to replace pipes with commas.
B.Specify the pipe delimiter (`|`) in the file format configuration settings during data stream creation.
C.Rename the file extension from `.csv` to `.pipe` so Data Cloud auto-detects it.
D.Convert all files to JSON because CSV does not support custom delimiters.
AnswerB

Data Cloud's CSV ingestion wizard supports configuring custom delimiters like pipes.

Why this answer

During the S3 data stream creation wizard, Data Cloud allows administrators to specify custom delimiters (such as pipes, tabs, or semicolons) for CSV file parsing.

405
Multi-Selecthard

A consultant is auditing an enterprise Data Cloud deployment and finds performance bottlenecks during segment publishing. Which THREE architectural adjustments can help resolve performance issues? Choose 3 options.

Select 3 answers
A.Converting all batch segments into streaming segments regardless of criteria complexity.
B.Disabling Identity Resolution rule sets permanently across all data spaces.
C.Optimizing Data Model Object cardinality and removing redundant or unused relationships.
D.Reviewing and simplifying segment container logic to reduce excessive nesting and broad OR conditions.
E.Pre-aggregating heavy metrics into Calculated Insights rather than performing complex nested calculations inside segments.
AnswersC, D, E

Clean data models with correct cardinality reduce join complexity during segmentation.

Why this answer

Optimizing Data Cloud architecture for segmentation involves refining data models, streamlining calculated insights, and properly tuning segment definitions.

406
MCQeasy

What is the function of the Identity Resolution Ruleset wizard in Salesforce Data Cloud?

A.To construct marketing segments and publish them to activation targets.
B.To write SQL queries for Calculated Insights.
C.To provision new data spaces and assign user licenses.
D.To guide administrators through creating and configuring match and reconciliation rules for unified profiles.
AnswerD

The wizard provides the interface for defining rulesets, match rules, and reconciliation strategies.

Why this answer

The Identity Resolution Ruleset wizard guides the user step-by-step through selecting match rules, reconciliation rules, and target objects.

407
MCQeasy

What is the primary purpose of the Cloud Information Model (CIM) in Data Cloud?

A.To encrypt data at rest in cloud storage buckets
B.To provide a standard data model structure for harmonizing disparate data sources
C.To manage user permissions and access control across Salesforce products
D.To compile Apex code for real-time data transformations
AnswerB

The CIM defines standard DMOs and attributes to harmonize data across disparate sources.

Why this answer

The Cloud Information Model provides a standardized data model structure that enables different data sources to be harmonized into common objects.

408
MCQeasy

What is the purpose of scheduling an activation in Data Cloud?

A.To determine when Identity Resolution rule sets merge customer profiles.
B.To set the time window for real-time streaming data ingestion streams.
C.To automate how frequently Data Cloud evaluates segment membership and publishes updates to the activation target.
D.To trigger weekly backups of Data Cloud storage buckets.
AnswerC

Activation schedules automate the recurring export of audience data to destination platforms.

Why this answer

Scheduling an activation determines how frequently Data Cloud evaluates the segment and publishes updated audience payloads to the activation target.

409
MCQmedium

A consultant writes a Calculated Insight using ANSI SQL to calculate total spend per customer. When attempting to save, the system throws an error regarding dimensionality. What is the cause?

A.The query is missing a GROUP BY clause corresponding to the primary key of the target entity.
B.Calculated Insights only support Standard SQL, not ANSI SQL.
C.The metric name contains spaces or special characters.
D.The query references fields from more than three distinct data streams simultaneously.
AnswerA

Calculated Insights must properly group by the entity's primary key to maintain correct dimensionality.

Why this answer

Calculated Insights require proper grouping and aggregation matching the primary key of the target data model object, such as Unified Individual.

410
Multi-Selecteasy

Which TWO match rule types are natively available out-of-the-box in Salesforce Data Cloud Identity Resolution? Choose 2 options.

Select 2 answers
A.Einstein LLM Semantic Match
B.Exact Phone
C.Apex Trigger Match
D.Exact Email
E.Custom SQL Regex Match
AnswersB, D

Exact Phone is a standard out-of-the-box match rule.

Why this answer

Exact Email and Exact Phone are standard out-of-the-box match rules available in Data Cloud.

411
MCQhard

A consultant ingests a custom object from Salesforce CRM containing currency fields. When mapped to a DMO, the currency ISO code and amount need to be handled correctly according to Data Cloud standards. How should currency fields be mapped?

A.Convert all currency values into text strings before ingestion to avoid parsing errors.
B.Map both the currency amount field and the associated currency ISO code field to the target DMO attributes.
C.Use an Apex formula to hardcode exchange rates during the data stream creation step.
D.Map only the numerical amount field; Data Cloud automatically defaults to USD.
AnswerB

Proper multi-currency mapping requires both the numeric amount and the ISO currency code attributes.

Why this answer

Data Cloud supports currency conversion and multi-currency handling by mapping both the currency amount and its corresponding currency ISO code attribute to the appropriate DMO fields.

412
Multi-Selecteasy

Which TWO items are required when configuring a new identity resolution ruleset in Salesforce Data Cloud? Choose 2 options.

Select 2 answers
A.Configure at least one match rule.
B.Configure an AWS S3 activation target.
C.Create a custom Apex web service.
D.Select the primary target DMO (such as Unified Individual).
E.Write a Calculated Insight SQL query.
AnswersA, D

Match rules are mandatory to define how records link.

Why this answer

Creating a ruleset requires selecting a target unified object (like Unified Individual) and defining match rules.

413
MCQhard

An administrator has provisioned Data Cloud in a Sandbox org for testing. After refreshing the Sandbox, the administrator notices that the Data Cloud connection is broken and data streams are failing. What is the expected behavior of Data Cloud in Salesforce Sandboxes?

A.Data Cloud configuration is fully preserved and requires no manual intervention after a sandbox refresh.
B.Data Cloud is not provisioned by default in refreshed sandboxes and requires reprovisioning or re-establishing connections.
C.Data Cloud data streams automatically switch to mock test data after a sandbox refresh.
D.Sandbox refreshes automatically clone all data lakes and S3 buckets linked to Data Cloud.
AnswerB

Sandbox refreshes disrupt or wipe Data Cloud provisioning and external connections, requiring reconfiguration.

Why this answer

Data Cloud is not fully supported or automatically preserved across standard sandbox refreshes in the same manner as core CRM configuration, often requiring reprovisioning or special handling.

414
MCQhard

An activation publishing job fails repeatedly with a timeout error when attempting to connect to a custom REST webhook Data Action Target. What is the most robust troubleshooting step?

A.Recreate the Identity Resolution ruleset to clear transaction locks.
B.Increase the Data Cloud activation target chunk size to 1 million records per request.
C.Verify the external endpoint's server performance, response latency, and ensure it acknowledges payloads quickly to prevent gateway timeout.
D.Switch the activation target type from webhook to cloud storage.
AnswerC

External endpoints must process and acknowledge incoming webhook requests promptly to avoid gateway timeouts.

Why this answer

Webhook timeouts occur when the external endpoint takes too long to respond. Checking endpoint availability, server performance, and optimizing endpoint response time resolves timeout issues.

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

416
Multi-Selecthard

When configuring a streaming segment in Data Cloud, which THREE limitations or considerations must a consultant keep in mind? Choose 3 options.

Select 3 answers
A.Streaming segments have limitations on complex multi-object joins and certain SQL operators compared to batch segments.
B.Streaming segments are restricted to a maximum refresh frequency of once every 24 hours.
C.Streaming segments automatically update audience membership as qualifying data changes occur.
D.Streaming segments can only be published to Marketing Cloud Engagement and no other targets.
E.The underlying Data Lake Objects and Data Streams must have streaming enabled.
AnswersA, C, E

Complex joins and heavy aggregations are restricted in streaming segment criteria.

Why this answer

Streaming segments have specific criteria limitations, rely on streaming-enabled data streams, and support specific operators compared to batch segments.

417
MCQhard

An architect is designing an identity resolution ruleset for a client with strict compliance requirements. The client requests that records from two distinct regional business units never be merged into the same unified profile, even if they share the exact same email address. How should the consultant configure Data Cloud to meet this requirement?

A.Add a negative filter condition in the match rule definition for email addresses.
B.Set the reconciliation rule to Source Sequence and rank regional units equally.
C.Use Calculated Insights to drop all matching records before identity resolution runs.
D.Create separate data spaces for each regional business unit, ensuring identity resolution rulesets operate within isolated boundaries.
AnswerD

Data spaces provide strict logical data partitioning, ensuring records across spaces cannot be matched or merged.

Why this answer

Data spaces partition data logically. By isolating the regional business units into separate data spaces, identity resolution rulesets within each space will never cross-merge records between them.

418
MCQeasy

Which DMO is automatically populated as the primary output when an identity resolution ruleset is executed in Salesforce Data Cloud?

A.Unified Individual DMO
B.Unified Account DMO
C.Contact Point DMO
D.Individual Source DMO
AnswerA

The Unified Individual DMO stores the resulting unified profiles.

Why this answer

The Unified Individual DMO is the primary output object generated by running an identity resolution ruleset.

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

420
MCQeasy

A consultant needs to create an activation target for Meta Ads within Data Cloud. Where should the consultant navigate within the Data Cloud setup to establish this connection?

A.Data Cloud > Segments > New Target
B.Setup > Marketing Cloud > Connected Apps
C.Setup > Data Cloud > Activation Targets
D.Setup > Data Streams > External Connections
AnswerC

Activation Targets is the correct navigation path to configure connections to advertising or marketing platforms.

Why this answer

Activation targets are managed under the 'Activation Targets' tab in Data Cloud setup.

421
Multi-Selecteasy

Which TWO attributes or objects are commonly mapped during the configuration of an activation for digital marketing channels? (Choose two.)

Select 2 answers
A.Salesforce Core CPQ Quote Line Item IDs.
B.Contact Point Email or Contact Point Phone for channel delivery.
C.Einstein Studio machine learning model training coefficients.
D.Data Stream Ingestion raw staging table GUIDs.
E.Unified Individual attributes such as First Name and Last Name for personalization.
AnswersB, E

Contact points supply the necessary address identifiers for messaging channels.

Why this answer

Digital marketing activations commonly require contact points (email or phone) and unified individual attributes for personalization.

422
MCQmedium

A consultant notices that an activation publish job completed with partial failures ('Completed with Errors'). Where should the consultant investigate to identify which specific records failed to export?

A.Check the Salesforce Core Setup Audit Trail for login failure events.
B.Review the Activation History log details in Data Cloud to inspect row-level error messages and failure codes.
C.Open the Marketing Cloud Engagement Tracking Report for email sends.
D.Examine the Data Stream Ingestion status dashboard for failed CSV files.
AnswerB

Activation history logs provide detailed error messages and failure reasons for specific records or batches.

Why this answer

Activation execution logs and error details provide row-level error reporting indicating which records failed validation or transmission during export.

423
MCQhard

An enterprise has millions of unified profiles. A complex segment with multiple nested criteria and calculated insights takes an excessively long time to publish. What is a recommended best practice to improve publishing performance?

A.Delete and recreate the Activation Target daily.
B.Switch the segment from batch to streaming mode.
C.Simplify container hierarchies, pre-compute complex aggregations via Calculated Insights, and avoid excessive nested OR conditions.
D.Disable all data stream schema validation rules.
AnswerC

Streamlining criteria and utilizing pre-computed CIs reduces query complexity and execution time.

Why this answer

Simplifying container logic, reducing unnecessary nested sub-queries, and leveraging pre-computed Calculated Insights efficiently speeds up batch publishing.

424
MCQhard

An enterprise organization needs to schedule activations so that they run immediately after the daily Identity Resolution rules complete and the segment membership is updated. How should the Data Cloud Consultant configure the activation timing?

A.Configure the activation frequency to match or follow the segment refresh schedule so it triggers upon segment completion.
B.Set up an external REST API webhook in Data Actions to trigger the activation once Identity Resolution finishes.
C.Configure a Cloud File Storage target with an hourly batch polling interval.
D.Write an Apex trigger on the Activation DMO to execute the export job asynchronously.
AnswerA

Correct. Aligning the activation schedule to trigger after the segment refresh ensures that the latest segment membership and identity resolution results are utilized.

Why this answer

Activations in Data Cloud are dependent on segment publication. By default, segments refresh based on a schedule. To run an activation immediately following segment refresh, the activation must be tied to the segment schedule, or the segment must be refreshed right before the activation window.

425
MCQmedium

A consultant is configuring reconciliation rules and notices that for the Email attribute, multiple valid emails exist across source records. How does Data Cloud handle multiple contact points (like emails or phones) on a unified profile?

A.Reconciliation rules automatically merge all email addresses into a single concatenated text string.
B.Related contact points are linked to the unified individual, allowing multiple valid emails or phones to be associated with a single unified profile.
C.All secondary emails are permanently deleted, leaving only the primary reconciled email.
D.Data Cloud rejects ingestion of any email address after the first one is processed.
AnswerB

Data Cloud preserves associated contact points via the relationship between Unified Individual and Contact Point DMOs, rather than deleting valid secondary emails.

Why this answer

While reconciliation rules dictate survivorship for single attributes on the unified profile object itself, related contact point DMOs retain associated contact points linked to the unified individual.

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

427
MCQmedium

An enterprise is ingesting customer data from two different Salesforce orgs into a single Data Cloud instance. Both orgs contain customer records with overlapping email addresses. What foundational concept ensures that these separate records can be harmonized under a single profile?

A.Creating a Calculated Insight to overwrite duplicate keys
B.Mapping to standard Cloud Information Model (CIM) Data Model Objects and running Identity Resolution
C.Master Data Streams
D.Enabling streaming ingestion on both CRM connectors
AnswerB

Mapping to standard CIM DMOs standardizes the schema, and Identity Resolution unifies the overlapping profiles.

Why this answer

Harmonization maps disparate data sources into standard Cloud Information Model (CIM) DMOs, and Identity Resolution subsequently matches and unifies them into Unified Individuals.

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

429
MCQhard

A consultant is building a Calculated Insight that aggregates web session data. The requirement is to compute the rolling 30-day average of session durations per user. Which SQL clause or construct is essential for handling time-window calculations in Data Cloud Calculated Insights?

A.Apex streaming context variables.
B.Standard ANSI SQL window functions and timestamp filtering expressions.
C.Salesforce SOQL date literals like LAST_N_DAYS:30.
D.Data Graph transformation syntax.
AnswerB

ANSI SQL window functions and timestamp filtering enable rolling and windowed aggregations in Calculated Insights.

Why this answer

Data Cloud Calculated Insights support window functions and time-based aggregation constructs in ANSI SQL to calculate rolling averages, ranks, and partitioned metrics over time.

430
MCQhard

An administrator notices that after a scheduled identity resolution ruleset refresh, several unified profiles split into multiple separate profiles even though no match rules were altered. What is the most likely reason for this occurrence?

A.Source records were updated to remove or modify the shared matching attribute values, breaking the linkage.
B.The reconciliation rule changed from Source Sequence to Most Recent.
C.Data Cloud automatically splits profiles every 30 days for data hygiene.
D.Calculated insights purged the Unified Link Individual table.
AnswerA

If source records no longer share matching attribute values upon re-ingestion and refresh, the matching criteria are no longer met, causing profiles to split.

Why this answer

If records lose their matching attribute values (e.g., an email address is cleared or updated to null in the source system), the bridge connecting them in the Unified Link object is severed, causing profiles to split upon refresh.

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

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

433
Multi-Selectmedium

Which TWO actions should a consultant take when preparing to delete a segment that is no longer needed? (Choose two.)

Select 2 answers
A.Check for and remove any associated active activations that rely on the segment.
B.Reboot all Salesforce CRM servers.
C.Ensure no downstream processes or reporting tools depend on the segment output.
D.Convert the segment into a Calculated Insight prior to deletion.
E.Export the segment schema to a local CSV file using Apex Data Loader.
AnswersA, C

Active activations tied to a segment should be reviewed or deleted before deleting the segment.

Why this answer

Before deleting a segment, a consultant should check for dependent activations and downstream dependencies to ensure no active processes rely on the segment.

434
Multi-Selectmedium

Which THREE features are available within the Data Cloud Segment Builder?

Select 3 answers
A.Cross-database SQL join queries
B.Applying filters based on engagement history
C.Triggering real-time email sends
D.Including related profile attributes
E.Filtering based on calculated insight values
AnswersB, D, E

Engagement data is a core component of segmentation.

Why this answer

The Segment Builder allows for filtering by profile attributes, calculated insights, and engagement data.

435
MCQhard

An architect is reviewing an identity resolution ruleset where customer records from a legacy billing system are frequently failing to link with CRM records because the legacy system stores names in ALL CAPS while CRM uses Title Case. What is the best way to handle this?

A.Ensure data streams map to standard DMO fields, as Data Cloud automatically applies normalization rules (such as case insensitivity and whitespace stripping) during matching.
B.Write a custom SQL data transform to convert all legacy billing names to lowercase before ingestion.
C.Create a calculated insight to concatenate legacy billing names with CRM names.
D.Disable fuzzy matching and switch to Exact Name matching.
AnswerA

Standard DMO mapping enables Data Cloud's built-in normalization engine to handle casing differences automatically.

Why this answer

Data Cloud normalization automatically standardizes text casing and whitespace during ingestion, but consultants should ensure fields are mapped to standard DMO attributes where normalization rules apply.

436
MCQhard

An organization uses Data Cloud to segment high-value customers and activates them to an ad network. The marketing team notices that after a profile is updated in CRM, it takes several hours for the ad network audience to reflect the change. What is the best way to explain this latency to the stakeholders?

A.The latency is governed by the combined schedule intervals of segment refreshes and batch activation publishing jobs.
B.Identity resolution rules only execute once per week, delaying profile updates.
C.Data Cloud streaming data ingestion has a default 24-hour buffer window before activation.
D.Ad networks enforce a strict 48-hour API rate limit freeze on incoming customer updates.
AnswerA

Batch segments and activations run on scheduled intervals, creating cumulative processing latency.

Why this answer

Batch activations depend on the segment refresh schedule and the activation publishing schedule, which introduces processing time compared to real-time streaming.

437
MCQhard

A marketer wants to create a segment of High-Value customers based on a Calculated Insight (CI) named 'Customer_Lifetime_Spend_CI'. The CI calculates total spend per individual. When the consultant attempts to add this Calculated Insight as a filter criteria in the Segment Canvas, the CI is not available for selection. What is the most likely cause?

A.Calculated Insights can only be used in segments if they are aggregated over a streaming DMO.
B.The Calculated Insight has not been published or does not include the Individual DMO as a dimension.
C.The user creating the segment lacks permission to view Calculated Insights metadata.
D.Calculated Insights must be converted to a Data Graph before they can be referenced in segmentation.
AnswerB

For a Calculated Insight to be visible and usable in the Segment Canvas, it must be successfully published and mapped to the Individual (or Profile) data model object.

Why this answer

Calculated Insights must be published and include the Individual or Profile dimension in order to be used in segmentation. If the CI does not include the primary DMO (like Individual) or has not been successfully processed and published, it will not appear as an attribute in the Segment Canvas.

438
MCQhard

During an identity resolution audit, a consultant discovers that a significant number of unified profiles contain blank first names even though the contributing source records populated valid first names. What is the root cause of this issue?

A.The Source Sequence rule placed a data source with blank first name values at the top of the priority list.
B.Data Cloud automatically scrubs all first names for GDPR compliance during identity resolution.
C.The Individual DMO primary key was mapped incorrectly, deleting the first name column.
D.Fuzzy name matching strips out all text strings containing vowels.
AnswerA

If the highest priority source in Source Sequence has a null value for a field, the surviving attribute will be blank unless fallback rules apply.

Why this answer

If the selected reconciliation rule evaluates to null due to rule ordering or if an excluded/unpopulated source is prioritized in Source Sequence, surviving attributes can end up blank.

439
MCQhard

An enterprise client requires that customer data activated to an external marketing platform be automatically scrubbed after 30 days of inactivity in the segment. How should this timing dependency be managed?

A.Write an Apex batch job in Salesforce Core to delete contacts from the activation target daily.
B.Configure a Data Action TTL (Time-To-Live) property in the activation target settings.
C.Manually purge the activation target bucket every 30 days.
D.Incorporate recency criteria within the Segment definition and rely on Data Cloud's differential activation publishing to remove expired profiles.
AnswerD

Segment logic handles membership rules (including time-bound recency), and activation publishing synchronizes additions and removals.

Why this answer

Segment criteria should include recency filters or expiration logic, and activation schedules configured to publish differential removals so the external platform drops unqualified records.

440
MCQeasy

What is the primary function of an activation membership in Data Cloud?

A.It schedules the batch frequency of data stream refreshes from source systems.
B.It tracks which profile records qualify for a segment and are included in an activation export.
C.It defines the structural schema of the Data Model Object used for ingestion.
D.It acts as the encryption key for secure cloud storage activation targets.
AnswerB

Activation memberships represent the specific records that meet segment criteria and are targeted during an activation publish.

Why this answer

Activation memberships determine which specific profile records qualify for a segment at the time of publication, tracking their entry and exit from the segment over time.

441
MCQeasy

Which permission set license allows users to be assigned the 'Data Cloud Marketing Specialist' role?

A.Data Cloud User Permission Set License
B.Customer Data Platform Integration License
C.Salesforce Marketing Cloud Engagement License
D.Platform Analytics License
AnswerA

The Data Cloud User permission set license is required to assign functional permission sets like Data Cloud Marketing Specialist.

Why this answer

Permission set licenses grant users eligibility for permission sets. The Data Cloud user or admin permission set license must be assigned first.

442
MCQmedium

A consultant needs to create a segment based on the total number of website visits recorded in the last 7 days. The source web tracking data is stored in an engagement DMO. How should the consultant approach this?

A.Use Segment Canvas related object criteria with a count aggregate on the web visit DMO filtered by the last 7 days.
B.Create a static segment and manually import website visitor IDs weekly.
C.Configure a Data Action Target to trigger alerts on every web visit.
D.Build an Ingestion API to pre-filter website visits before they enter Data Cloud.
AnswerA

Segment Canvas supports related engagement counts and date filters natively.

Why this answer

Using related object attributes with aggregate count functions within the Segment Canvas allows filtering based on engagement frequency.

443
MCQhard

An administrator has set up a data stream from Marketing Cloud Engagement. After activation, the stream shows a status of 'Error: Invalid DE Schema'. What is the likely cause and remediation?

A.The Marketing Cloud connector user lacks Read permission on the Account object in CRM.
B.The Data Extension name contains spaces and special characters that Data Cloud's streaming engine rejects.
C.The Marketing Cloud Engagement account was disconnected from the CRM org.
D.The Marketing Cloud Data Extension lacks a defined primary key or uses unsupported data types.
AnswerD

Data Cloud requires data streams from Marketing Cloud Data Extensions to have a primary key defined in Marketing Cloud.

Why this answer

Data extensions in Marketing Cloud Engagement must have a primary key and valid data types supported by Data Cloud. If a Data Extension lacks a primary key, the data stream will fail.

444
Multi-Selecthard

An administrator is configuring data streams from an Amazon S3 bucket. Which THREE requirements must be met for successful data ingestion? (Choose three.)

Select 3 answers
A.The data stream configuration must specify the correct file path prefix and naming convention.
B.The S3 bucket must be configured with public read-write access for all external IP addresses.
C.The Cloud Storage connector must be configured with valid authentication credentials (e.g., IAM role or Access Key).
D.Every CSV file must include an Apex trigger definition in the header row.
E.Files must be in a supported format such as CSV, JSON, or Parquet.
AnswersA, C, E

The ingestion engine relies on exact path prefixes and naming patterns to locate source files.

Why this answer

AWS S3 integration requires proper bucket permissions, correct file formats (CSV, JSON, Parquet), and valid connector configuration in Data Cloud.

445
MCQhard

An organization has configured a segment that includes a Calculated Insight metric. When the segment publishes, it completes successfully, but the resulting audience count is unexpectedly lower than expected. What is a recommended investigative step?

A.Change the activation target connector type.
B.Switch the segment type from batch to streaming.
C.Review the Calculated Insight SQL query logic, aggregation filters, and date boundaries to ensure profiles are not being inadvertently filtered out.
D.Double the number of Data Streams in the tenant.
AnswerC

Checking the CI query logic and filters helps identify if restrictive criteria or incorrect date windows caused fewer profiles to meet the threshold.

Why this answer

When segment counts using CIs are lower than expected, the consultant should check the CI's publication status, verify the date ranges or aggregation filters in the CI SQL, and review the join conditions between the CI and the Individual DMO.

446
MCQmedium

A marketing user attempts to include profile attributes in an activation to Marketing Cloud Engagement, but certain attributes from a related Data Model Object (DMO) are greyed out and cannot be added. What is the reason for this restriction?

A.The attributes are stored as Measure data types instead of Dimension data types.
B.Marketing Cloud Engagement only allows up to 5 attributes per activation.
C.The user does not have Field-Level Security on the Core CRM object.
D.The related DMO does not have a valid cardinality relationship mapped back to the segment's root DMO.
AnswerD

Attributes must be reachable via a valid relationship path from the segmented object to be included as activation attributes.

Why this answer

Activation memberships and attributes are governed by the relationships defined in the Data Model, and attributes must maintain a direct or supported cardinality path to the Segment-on object.

447
Multi-Selectmedium

Which TWO options represent valid destinations supported natively as Activation Targets in Data Cloud? (Choose two.)

Select 2 answers
A.Tableau Desktop Workbook files
B.Personalized Email Client plugins
C.Marketing Cloud Engagement
D.Salesforce Core Custom Report Types
E.Amazon S3 (Cloud Storage)
AnswersC, E

Marketing Cloud Engagement is a supported native activation target.

Why this answer

Data Cloud supports native activation targets including Marketing Cloud Engagement and Cloud Storage providers.

448
MCQhard

An administrator needs to configure Data Cloud to ingest streaming data via the Ingestion API. Where does the administrator generate the necessary security credentials and connection parameters, such as tenant-specific endpoints?

A.Setup > Feature Settings > Salesforce Identity > API Access
B.Setup > Apps > Connected Apps
C.Data Cloud Setup > Ingestion API
D.Data Cloud Setup > Data Spaces > API Management
AnswerC

Data Cloud Setup includes a dedicated section for Ingestion API where connectors and data streams are configured and credentials are generated.

Why this answer

Ingestion API setup requires creating an Ingestion API connection and bundle in Data Cloud Setup, which provides the endpoint URLs and authentication details.

449
MCQmedium

A team wants to send promotional emails using Marketing Cloud Engagement based on a Data Cloud segment. However, when creating the activation, the Marketing Cloud Engagement Business Unit is not appearing in the drop-down list. What is the likely cause?

A.Marketing Cloud Engagement does not support Data Cloud activations for child Business Units.
B.The segment has not been published in Data Cloud yet.
C.Data Cloud does not support Marketing Cloud Engagement integrations without a separate Middleware license.
D.The connected Marketing Cloud Engagement user lacks administrative permissions across the target Business Unit, or the installed package needs re-authorization.
AnswerD

Business Unit visibility in Data Cloud depends on the permissions of the authenticated user in the Marketing Cloud installed package.

Why this answer

Marketing Cloud Engagement business units must be correctly mapped and authorized through the connected package and multi-org setup in Data Cloud. Missing permissions or incorrect enterprise administration mapping hides the business unit.

450
MCQhard

An enterprise marketing team needs to publish a segment containing 50 million profiles to an external activation target every morning at 6:00 AM. The data activation job consistently fails due to timeout errors. Which architectural adjustment should the consultant implement?

A.Configure activation publishing with partial batch processing and optimize the segment criteria to reduce unnecessary attribute retrieval.
B.Change the Data Model relationships from Inner Join to Outer Join on the segment criteria.
C.Convert the segment into a static file export executed manually via API.
D.Switch the segment to a streaming segment to distribute the activation load throughout the day.
AnswerA

Optimizing segment attributes and chunking helps large payloads process successfully.

Why this answer

For large activation volumes, segment publishing can be optimized by reviewing activation membership criteria, chunking activations, or ensuring proper indexing and segment design.

Page 5

Page 6 of 7

Page 7

All pages