Demo Preview

DEV-201 Safe Question Preview

This public preview shows limited demo-safe questions only. Correct answers, full explanations, paid-only media, private IDs, and attempt data are not included.

Data ManagementAPIMulti SelectMultiple Choice

Preview Questions

Multi SelectData Management
Question 1. NTO wants toexclude sends to specific subscribers based on a business rule, which is defined in an Exclusion Script. Which three types of sends would support this functionality? Choose 3
A. Journey Builder Send Email Activity
B. Content Builder Send Flow
C. Send Marketing Cloud Email in Sales or Service Cloud
D. Journey Builder Send SMS Activity
E. Automation Studio Send Email Activity
Multiple ChoiceAPI
Question 2. A developer receives a request to integrate Marketing Cloud with a lead capture tool. The lead capture toolwill call the Marketing Cloud API to create a data extension every time a new lead form is published. The created data extension's name should match the name of the form exactly. Which API feature could the developer use to dynamically create these data extensions?
A. SOAP API using Create Method and the DataExtension Object
B. REST API using POST on the /interaction/v1/EventDefinitions endpoint with Schema populated
C. REST API using POST on the /data/v1/customobjectdata/ endpoint
D. Creating the data extension using API is not possible
Multiple ChoiceAPI
Question 3. A developer wants to upload a base64-encoded file to Content Builder using an API Installed Package but receives an insufficient Privileges error. What should the developer check to troubleshoot the error?
A. Validate Client Id and Client Secret are correct
B. Verify the Asset Type Id matches the Asset Type Name
C. Confirm the REST Base URI uses the correct subdomain
D. Confirm the Component's Channel options are available
Multiple ChoiceAPI
Question 4. A developer is using the REST Authorization Service to obtain an OAuth access token. Which method should be used to include the access token in the API requests
A. Include the header x-access-token: your_access_token
B. Include as a query parameter access_token=Y0UR_ACCESS_TOKEN
C. Include the header Authorization: Basic your_access_token
D. Include the header Authorization: Bearer YOUR ACCESS TOKEN
Multi SelectAPI
Question 5. When do synchronous REST API calls to Marketing Cloudtime out? Choose 2.
A. 240 seconds for tracking and data retrieve operations.
B. 300 seconds for tracking and data retrieve operations.
C. 120 seconds for non-tracking operations.
D. 240 seconds for non-tracking operations.