Courseiva

CCNA Act ON Data Questions

75 of 99 questions · Page 1/2 · Act ON Data · Answers revealed

1
Multi-Selectmedium

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

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

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

Why this answer

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

2
MCQeasy

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

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

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

Why this answer

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

3
Multi-Selectmedium

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

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

Timeouts indicate network reachability issues or unresponsive target servers.

Why this answer

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

4
MCQhard

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

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

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

Why this answer

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

5
MCQmedium

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

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

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

Why this answer

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

6
Multi-Selectmedium

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

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

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

Why this answer

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

7
MCQmedium

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

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

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

Why this answer

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

8
MCQmedium

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

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

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

Why this answer

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

9
MCQmedium

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

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

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

Why this answer

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

10
MCQhard

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

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

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

Why this answer

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

11
MCQeasy

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

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

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

Why this answer

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

12
MCQhard

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

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

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

Why this answer

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

13
MCQhard

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

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

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

Why this answer

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

14
MCQhard

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

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

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

Why this answer

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

15
MCQhard

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

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

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

Why this answer

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

16
Multi-Selecthard

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

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

A Data Action Target defines the endpoint destination.

Why this answer

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

17
MCQmedium

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

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

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

Why this answer

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

18
MCQmedium

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

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

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

Why this answer

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

19
MCQmedium

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

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

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

Why this answer

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

20
Multi-Selectmedium

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

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

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

Why this answer

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

21
MCQhard

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

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

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

Why this answer

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

22
MCQmedium

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

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

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

Why this answer

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

23
MCQhard

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

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

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

Why this answer

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

24
MCQmedium

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

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

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

Why this answer

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

25
MCQhard

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

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

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

Why this answer

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

26
MCQmedium

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

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

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

Why this answer

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

27
MCQmedium

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

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

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

Why this answer

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

28
Multi-Selecthard

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

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

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

Why this answer

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

29
MCQeasy

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

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

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

Why this answer

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

30
MCQeasy

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

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

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

Why this answer

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

31
MCQeasy

Which of the following describes a Data Action Target type?

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

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

Why this answer

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

32
Multi-Selecthard

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

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

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

Why this answer

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

33
Multi-Selectmedium

Which TWO actions can a Data Cloud consultant perform when configuring an Activation Target? (Choose two.)

Select 2 answers
A.Define complex SQL segment criteria directly inside the target configuration.
B.Establish Cloud Storage targets like Amazon S3 buckets for file exports.
C.Configure Identity Resolution rulesets for merging customer profiles.
D.Configure connection parameters to Marketing Cloud Engagement accounts.
E.Set up batch ingestion data streams from external relational databases.
AnswersB, D

Cloud storage buckets are standard activation targets for file-based exports.

Why this answer

Activation targets allow configuring destinations such as Marketing Cloud Engagement and Cloud Storage locations.

34
MCQmedium

A consultant is configuring an activation for a Meta Ads activation target. When mapping fields, the consultant notices that standard identifiers like hashed email are required. Why does Data Cloud enforce these specific identifier mappings for ad targets?

A.Ad platforms require specific hashed contact points to perform secure audience matching and identity resolution on their side.
B.Salesforce requires all ad activations to be encrypted with AES-256 before transit.
C.It enables Marketing Cloud Engagement to send push notifications.
D.It prevents the segment from exceeding 100,000 records.
AnswerA

Hashed emails and phone numbers are mandatory for ad network matching algorithms.

Why this answer

Ad platforms require standardized hashed identifiers for secure matching against their user graphs.

35
Multi-Selecthard

A consultant is troubleshooting an activation that is failing to publish records to a cloud storage activation target. Which TWO areas should the consultant check during the investigation? (Choose two.)

Select 2 answers
A.Verify that the IAM role or storage bucket permissions allow Data Cloud to write files.
B.Confirm that the Tableau CRM license is active for all segment users.
C.Ensure that the CRM user has System Administrator profile assigned.
D.Check activation run logs and error messages in Data Cloud for specific failure codes.
E.Check if the Marketing Cloud connector package is paused.
AnswersA, D

Insufficient storage permissions will cause export failures.

Why this answer

Troubleshooting cloud storage publishing failures requires verifying target bucket permissions and connection status.

36
Multi-Selectmedium

Which THREE attributes or details are typically required when setting up an Activation for an advertising platform (e.g., Meta Ads or Google Ads)? (Choose three.)

Select 3 answers
A.A custom Apex controller class for payload generation
B.Contact Point identifiers (such as hashed email or phone)
C.An active published Segment
D.An Advertising Activation Target
E.A Marketing Cloud Engagement journey canvas ID
AnswersB, C, D

Ad networks require matching identifiers like hashed emails.

Why this answer

Advertising activations require selecting a segment, mapping contact point identifiers, and linking an ad activation target.

37
MCQeasy

Which of the following is a valid activation platform natively supported by Data Cloud?

A.Meta Ads
B.Custom On-Premises Oracle Database
C.Local Excel CSV file viewer
D.Legacy desktop email client
AnswerA

Meta Ads is a fully supported native activation platform in Data Cloud.

Why this answer

Meta Ads is one of the native ad platform activation targets supported out-of-the-box in Data Cloud.

38
MCQmedium

A marketer wants to include attributes from a related Related Data Object (e.g., Total Lifetime Spend from Orders) in an activation destined for an ad network. How should the consultant configure this?

A.Include the attributes as Additional Attributes (Activation Attributes) within the Activation configuration.
B.Create a new Segment for every possible spending bracket.
C.Export the raw data via Data Share and write a custom script on the ad network side.
D.Write a custom Apex trigger on the Unified Individual object to push attributes to the ad network API.
AnswerA

Activation attributes allow marketers to append related DMO attributes (like order totals or preferred store) to the segment export.

Why this answer

Contact points and additional attributes can be added as activation attributes directly within the Activation creation wizard, drawing from related DMOs linked to the Unified Individual.

39
MCQhard

A Data Cloud Consultant is troubleshooting a scheduled batch activation to an Amazon S3 activation target. The activation job completes with partial success, and some records are missing from the destination file. Where should the consultant check to diagnose the root cause of the export failure?

A.Review the Apex Job Queue for batch processing failures.
B.Examine the Streaming Ingestion monitor in Data Cloud.
C.Review the Activation History and related run details in the Data Cloud Setup UI for specific error logs and record-level failures.
D.Check the Setup Audit Trail in the core Salesforce CRM org.
AnswerC

Correct. Activation History provides detailed status logs for each activation run, showing records processed and failure reasons.

Why this answer

Data Cloud provides monitoring tools such as the Activation History and History logs within the platform setup to view execution status, error messages, and metrics on exported records.

40
MCQeasy

What role do Activation Mappings play in Data Cloud?

A.They map machine learning model predictions to Einstein Studio endpoints.
B.They map Data Cloud profile and attribute fields to the corresponding fields expected by the activation target.
C.They map raw source data streams to the Customer 360 Data Model.
D.They map user permissions to specific Salesforce CRM roles.
AnswerB

Activation mappings ensure data fields align correctly with the target platform's schema expectations.

Why this answer

Activation Mappings define how attributes from the Unified Profile and related DMOs map to the fields required by the external activation target schema.

41
MCQhard

An organization has multiple business units sharing a single Data Cloud instance. They want to ensure that activation targets and segments created by Marketing Team A are not visible or editable by Marketing Team B. How should the administrator configure this?

A.Create separate Salesforce Core orgs for each marketing team and link them via Marketing Cloud Connect.
B.Assign all users the Data Cloud Admin permission set and use naming conventions.
C.Rely on sharing rules configured on the Salesforce Core Contact object.
D.Utilize Data Spaces and targeted permission sets to isolate segments, activation targets, and data access between teams.
AnswerD

Data Spaces provide logical partitioning of data, segments, and activations within a single Data Cloud instance.

Why this answer

Data Cloud leverages Data Space access controls and permission sets to partition data, segments, and activation targets between different business units or teams.

42
Multi-Selecteasy

Which TWO ad platforms are natively supported as activation targets in Data Cloud? (Choose two.)

Select 2 answers
A.Local Desktop CSV Spreadsheet Viewer
B.Legacy On-Premises Email Server
C.Google Ads
D.Meta Ads
E.Standalone Word Processor Application
AnswersC, D

Google Ads is a native activation target supporting customer match integrations.

Why this answer

Meta Ads and Google Ads are prominent advertising platforms natively supported as activation targets in Data Cloud.

43
MCQmedium

An enterprise marketing team wants to publish audience segments to Meta Ads via Data Cloud. When setting up the Activation Target for Meta, what specific identifier type must be mapped from the Data Cloud profile space to successfully match and target users on the ad platform?

A.Hashed email address or hashed phone number
B.Device Advertising ID (IDFA or GAID) exclusively
C.Data Cloud Unified Individual ID
D.Salesforce CRM Contact ID
AnswerA

Meta Ads requires hashed PII (SHA-256) to securely match customer lists for custom audience activation.

Why this answer

Meta Ads activation targets require hashed identifiers such as hashed email addresses or hashed phone numbers to perform deterministic matching against user profiles on the platform.

44
MCQmedium

A consultant is setting up an activation to Marketing Cloud Engagement and needs to include additional attributes alongside the subscriber key. Where are these attributes configured during the activation creation wizard?

A.Inside the Marketing Cloud Contact Builder attribute group setup
B.Directly inside the Data Stream configuration settings
C.In the Attributes selection step of the activation creation wizard
D.Within the Identity Resolution ruleset mapping canvas
AnswerC

Additional profile or related attributes are added in the Attributes section of the activation workflow.

Why this answer

Activation attributes are selected in the Attributes step of the Activation creation workflow after selecting the segment and activation target.

45
MCQmedium

A marketing team needs to deliver daily targeted campaigns to Google Ads using a Data Cloud segment. The ad platform requires the audience file to be refreshed every 24 hours. How should the consultant configure the activation schedule?

A.Rely on manual activation republishing triggered by an administrator every morning.
B.Set the Activation to stream in real-time to Google Ads using webhooks.
C.Configure the Data Stream refresh rate to 24 hours.
D.Configure the Activation schedule to run daily, immediately following the Segment refresh schedule.
AnswerD

Aligning the activation schedule to run after the segment refresh ensures the ad network receives the most up-to-date audience daily.

Why this answer

Activation schedules can be configured to run daily or at specific intervals following the segment publish schedule to ensure timely delivery to the target platform.

46
MCQhard

An enterprise organization is activating segment data to an external S3 bucket via an Activation Target. The downstream analytics team reports that files are missing or incomplete when processing runs immediately after segment publication. What is the most likely cause of this issue?

A.The S3 bucket IAM role lacks write permissions for Data Cloud.
B.The downstream system is attempting to consume data before the activation export job has finished publishing all chunks.
C.Data Cloud only supports JSON format, while S3 requires Parquet.
D.The segment criteria evaluated evaluated too many records, causing Data Cloud to abort the export.
AnswerB

Downstream systems must account for timing dependencies where activation files are generated asynchronously.

Why this answer

Timing dependencies between segment publication and activation completion mean that downstream consumers must wait for the activation publishing job to fully finish writing all files to the target.

47
MCQeasy

Which object relationship is essential when activating attributes alongside a segment in Data Cloud?

A.A Tableau CRM dashboard binding string.
B.An Apex trigger linking the Data Source Object to the Case object.
C.A hardcoded foreign key constraint in the raw CSV ingestion file.
D.A valid relationship between the attribute's DMO and the Unified Individual DMO.
AnswerD

Data Cloud requires a defined path back to the Unified Individual to associate attributes with the segment audience.

Why this answer

Activation attributes must be related to the Unified Individual object either directly or via related Data Model Objects (DMOs) linked by foreign keys.

48
MCQmedium

A consultant is setting up an activation for Google Ads. The marketing team wants to verify how many user records were successfully matched by Google during the audience upload. Where can the consultant review this match rate information?

A.In the Salesforce Core CRM Campaign Statistics report.
B.In the destination ad platform's audience manager interface (e.g., Google Ads UI), as match rates are calculated post-upload by the platform.
C.In the Data Stream ingestion health dashboard.
D.In the Data Cloud Activation Monitor audit log under 'Match Rate Percentage'.
AnswerB

Ad platforms calculate match rates after receiving the customer list, displaying the match percentage in their native UI.

Why this answer

While Data Cloud reports successful export publication, detailed match rate statistics (how many records matched platform user bases) are typically viewed within the ad platform's audience manager dashboard (e.g., Google Ads UI).

49
MCQmedium

A Data Cloud Consultant is asked to set up an activation that targets specific contacts who have abandoned a shopping cart within the last 2 hours. Which activation approach best fits this requirement?

A.Schedule an hourly Calculated Insight batch job.
B.Export daily SFTP files to an external email service provider.
C.Configure a streaming Data Action targeting a webhook that triggers a real-time abandoned cart message.
D.Create a batch segment with a 24-hour refresh schedule activated to Marketing Cloud.
AnswerC

Real-time abandonment scenarios rely on Data Actions listening to streaming events for immediate action.

Why this answer

Shopping cart abandonment within 2 hours requires near real-time responsiveness, which is best achieved using Data Actions and streaming data rather than batch-scheduled segment activations.

50
MCQhard

An organization has configured an activation to Marketing Cloud Engagement. Marketing users report that while new profiles are added successfully, profile updates (such as email address changes) are not propagating to the target data extension. What should the consultant investigate?

A.Ensure that the segment uses an append-only publishing policy.
B.Increase the batch size of the Data Stream ingestion job.
C.Check if the Marketing Cloud connector user has View All permissions on the Contact object.
D.Verify that the primary key and upsert behavior on the target Marketing Cloud Data Extension match the activation membership key.
AnswerD

If the primary key or update configuration on the data extension does not support upserts, updates will fail or result in duplicate rows rather than refreshing existing records.

Why this answer

For profile updates to reflect properly in Marketing Cloud Engagement data extensions during activations, the primary key and update behavior (such as upsert keys) on the target data extension must be correctly aligned with the activation primary key.

51
MCQeasy

What artifact must be associated with an Activation to determine the communication channel (eんに, email address or phone number) used to reach the audience?

A.Data Stream Ingestion Object
B.Calculated Insight Summary Table
C.Identity Resolution Rule Set
D.Contact Point Object
AnswerD

Contact Point objects supply the specific address, email, or phone number required to reach the unified individual.

Why this answer

Contact Point objects (such as Contact Point Email or Contact Point Phone) must be linked and selected during activation setup to provide the necessary communication channels.

52
MCQhard

An organization experiences an issue where an activation targeting Marketing Cloud Engagement stops updating data extensions. Upon investigation, the connected app credentials used by the activation target were recently rotated by the security team. What is the correct remediation step?

A.Run a full Identity Resolution rebuild job.
B.Update the Activation Target authentication credentials within Data Cloud setup to reflect the new client secret.
C.Recreate all segments associated with the activation target from scratch.
D.Restart the Data Cloud instance via Salesforce Core Setup.
AnswerB

Rotating credentials externally requires updating the corresponding authentication settings in the Data Cloud Activation Target.

Why this answer

When external credentials or connected app secrets are rotated, the corresponding activation target authentication configuration in Data Cloud must be updated to re-establish trust.

53
MCQhard

An enterprise client requires that all data exported via activation to an ad network be subjected to a final attribute masking rule to obscure sensitive demographics. How can this requirement be met?

A.Write an Apex trigger on the Unified Individual object to intercept and scrub outbound activation payloads.
B.Configure an encryption mask in the Activation Target configuration screen.
C.Create derived attributes or transformed DMO fields upstream before segment activation to ensure sensitive values are obscured or masked prior to export.
D.Enable Salesforce Shield Platform Encryption specifically for activation exports.
AnswerC

Masking and transformation should be done upstream via Data Transforms or calculated fields since activation targets export mapped data as-is.

Why this answer

Data transformations, calculated insights, or masked attribute mappings should be applied upstream or via derived data model fields before activation export, as activation targets export mapped attributes directly.

54
MCQeasy

A retail organization wants to push segment membership data to Google Cloud Storage on a nightly basis. Which type of Activation Target should the consultant create?

A.Data Action Target
B.Ad Platform Activation Target
C.Cloud File Storage Activation Target
D.Marketing Cloud Activation Target
AnswerC

Correct. Cloud File Storage supports targets like Amazon S3 and Google Cloud Storage for file-based exports.

Why this answer

Cloud File Storage activation targets, such as Amazon S3, Google Cloud Storage, or Azure Blob Storage, allow organizations to export batch segments to file storage systems.

55
MCQhard

An organization is setting up a streaming activation to Google Cloud Storage. They notice that records are being delayed significantly before appearing in the destination bucket. What is the most likely architectural bottleneck causing this latency?

A.The Google Cloud Storage bucket has reached its maximum file count limit per directory.
B.The Connected App token has expired, requiring manual re-authentication.
C.The activation target is configured for batch publishing rather than real-time streaming, or the micro-batch window is queueing records.
D.The Data Model Object relationships lack primary key definitions, causing full table scans.
AnswerC

Cloud storage targets typically process data in micro-batches or scheduled intervals, introducing latency compared to real-time API webhooks.

Why this answer

Streaming activations in Data Cloud rely on streaming data transforms and micro-batching intervals. If the source data stream has high latency or if batch publication windows are large, publishing is delayed.

56
Multi-Selecthard

A consultant needs to configure a Data Action Target that connects to an external REST API webhook. Which TWO configuration steps or security features should be implemented? (Choose two.)

Select 2 answers
A.Map Salesforce Core Case assignment rules to the webhook payload.
B.Upload a Parquet encryption key for AWS S3 bucket storage.
C.Configure custom authorization headers or API keys required by the external endpoint.
D.Set the Data Stream ingestion batch refresh interval to 24 hours.
E.Specify a secure HTTPS endpoint URL capable of handling incoming JSON payloads.
AnswersC, E

External APIs typically require API keys or bearer tokens in request headers for authorization.

Why this answer

Configuring a REST webhook Data Action Target requires setting the endpoint URL, specifying secure HTTPS communication, and providing authentication headers or tokens.

57
MCQeasy

When configuring a Data Action, what are the two main components that must be linked together?

A.An Identity Resolution Ruleset and a Calculated Insight
B.A Segment and an Activation Target
C.A Data Source/Event and a Data Action Target
D.An Ingestion API connection and an SFTP server
AnswerC

Data Actions require a triggering source event and a defined target destination.

Why this answer

A Data Action connects a data event source (such as a streaming data transform or data model object) to a Data Action Target (such as a webhook or Salesforce Core feature).

58
MCQmedium

A Data Cloud Consultant is configuring a Data Cloud Activation to send audience segments to Marketing Cloud Engagement via Contact Builder. The consultant notices that the activation is failing because the Contact Key mapping is missing. What is the required step to resolve this issue in Data Cloud?

A.Create a Calculated Insight that aggregates the Contact Key before creating the activation segment.
B.Modify the Data Stream ingestion mapping to automatically designate the Subscriber Key as the primary key.
C.Map the Data Cloud Primary Key to the Marketing Cloud Contact Key within the Activation Target configuration.
D.Rebuild the Segment definition to include the Subscriber Key attribute as an inclusion criterion.
AnswerC

Correct. The Activation Target must explicitly map the primary identifier to the target platform key field.

Why this answer

To activate data to Marketing Cloud Engagement, the Activation Target must correctly map the Data Cloud Individual or Contact DMO primary key to the Subscriber Key or Contact Key in Marketing Cloud Engagement.

59
MCQmedium

A consultant is setting up a Data Action to trigger a notification when a high-value customer profile is updated. When testing the Data Action, no events are triggering. What should the consultant verify first?

A.Increase the batch size of the cloud storage activation target.
B.Verify that the streaming data source is actively receiving events and that the Data Action filter criteria correctly match the incoming payload values.
C.Rebuild the Identity Resolution ruleset from scratch.
D.Check the Marketing Cloud Engagement activation history logs.
AnswerB

Data Actions require active streaming data flow and precise filter criteria to trigger successfully.

Why this answer

Troubleshooting Data Actions begins with verifying that the streaming data source is actively receiving events and that the Data Action filter criteria match incoming payload values.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Page 1 of 2 · 99 questions totalNext →

Ready to test yourself?

Try a timed practice session using only Act ON Data questions.