Which activity is required before a compressed file can be imported?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
D
Explanation
:
Q: 2
A developer receives a request to integrate Marketing Cloud with a lead capture tool. The lead
capture tool will 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?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
A
Explanation
:
Q: 3
A developer wants to aggregate monthly energy usage data over a four month period for each
subscriber within an email. The monthly usage values are stored in variables for each month in the
following way:
How should the developer use AMPscript to generate the total?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
C
Explanation
:
Q: 4
Which encryption methods are supported in file imports? Choose 2.
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
A, B
Explanation
:
Q: 5
When do synchronous REST API calls to Marketing Cloud time out? Choose 2.
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
B, C
Explanation
:
Q: 6
NTO puts the word TEST at the beginning of the name for each test email. Which query would return
the subs who were sent those emails?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
C
Explanation
:
Q: 7
What parameter should a developer include to ensure the MobileConnect Contact is tied to the
Email Contact when making a QueueMO call for an existing email subscriber?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
A
Explanation
:
Q: 8
Northern Trail Outfitters' account is configured with two child BU(s): US and Global. The account has
a data extension In the Shared Data Extensions folder named 'MemberData'. This data extension
contains basic address information, as well as Boolean fields labeled 'US' and 'Global' indicating to
which business unit the subscriber belongs. Automation needs to be created in the US business unit
to query all records in New York who are members of the business unit US.
SELECT * FROM MemberData WHERE State = 'NY' AND US = 1
What would cause this query to report the following error: "An error occurred while checking the
query syntax. Errors: MemberData is not a known data extension or system data view. You can only
query existing data extensions or system data views."?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
B
Explanation
:
Q: 9
Certification Aid sends an email to a newly imported List with Subscribers who have no associated
Subscriber Key. Which value will become the Contact Key? Choose 1.
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
B
Explanation
:
Q: 10
A developer is building an integration with the Marketing Cloud API. In which two ways should the
Client ID and Client Secret credentials be stored? Choose 2
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
A, D
Explanation
:
Q: 11
Where can the SSJS Core library be used? Choose 2.
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
B, C
Explanation
:
Q: 12
Northern Trail Outfitters uses a Send Log and sends more than one million emails per day. They want
to execute daily reports on all subscriber activity without impacting send performance.
Which set of best practices should be implemented''
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
B
Explanation
:
Q: 13
How can subscriber, system, and sendable Data Extension attributes be referenced for content personalization using SSJS? Choose 1.
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
A
Explanation
:
Q: 14
A developer wants to use the RaiseError Ampscript function when a subscriber does not have the
necessary data to build an email. Which two outcomes are possible using this function? Choose 2
answer
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
D
Explanation
:
Q: 15
A developer needs to process a payload from an external system in a CloudPage.
What Marketing Cloud Server-Side JavaScript Platform function should be used for converting a
string payload in JSON format to a JavaScript object?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
B
Explanation
:
Q: 16
A developer identified duplicate contacts and initiated a Contact Delete process for 10 million
subscribers. How could the process be expedited?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
D
Explanation
:
Q: 17
Which AMPscript function group could most negatively Impact send processing?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
B
Explanation
:
Q: 18
A developer wants to extract tracking data from the Market Activity in the user interface.
Which option would be available to extract the data"?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
A
Explanation
:
Q: 19
Northtrn Trail Outfitters mistakenly synced the User_Salesforce object which added to their billable
contact count.
What should be recommended to remove these contacts'
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
C
Explanation
:
Q: 20
NTO is reconsidering the requirement to have English, Spanish and French versions of their email
campaigns. They request a developer to create a query which aggregates clicks grouped by language
of the recipient. Language is stored in a Profile Attribute. Which two Data Views would be included in
the query? Choose 2 answer