A developer wants CloudPages to work with a REST API returning data in JavaScript Object Notation.The developer wants to efficiently ingest the data and write it to a data extension. Which function should be used?
A. Server-Side 3avaScript function Stringify
B. Server-Side JavaScript function ParseJSON
C. AMPscript function BuildRowsetFromXML
D. AMPscript function BuildRowsetFromString
A developer wants to build out aseries of CloudPages that will interact with several REST APIs. Which Marketing Cloud supported scripting tool should be used?
A. AMPscript
B. GTL
C. SSJS
A developer needs to import a file nightly that will be used for multiple SQL Query Activities. The file could arrive any time between 2 a.m. and 5 a.m., and one of the requirements is that there is a unique file name for each import, rather than overwriting the file on the FTP site. Which action should be configured?
A. File Drop Automation
B. Scheduled Automation
C. Dynamic File Import
A developer wants to extract tracking data from the Market Activity in the user interface. Which option would be available to extract the data"?
A. Automation Studio
B. Journey Builder
C. REST API
A developer is building a landing page in Marketing Cloud and an email with a Call-To page will display personal information about the subscriber.In which way could the developer create the CTA link?
A. Use the AMPscript CloudPagesURLfunction.
B. Append EmailAddress to the URL as an encoded parameter.
C. Append SubscnberKey to the URL as an encoded parameter.
A developer wants to create an AMPscript FOR loop that populates HTML table rows based on the number ofrows and data in a target DE. Where should the developer place the FOR keyword to begin the loop?
A. Before the <table> tag
B. Before the <td> tag
C. Before the <tbody> tag
D. Before the <tr> tag
A developer built a complex dynamic email with many datavariants. Rather than create test data manually, they want to use a subset of live data to validate the dynamic aspects of the email. Which SQL function should be used to collect a representative sample from a larger data set?
A. HAVING
B. OVER
C. NTILE
Adeveloper wants to programmatically inject Contacts into a journey via REST API. What is the recommended route using POST data extension fields and values?
A. /interaction/v1/interactions
B. /interaction/v1/events
C. /interaction/v1/eventDefinitions
D. /contacts/v1/contactEvents
How many month of data can a developerquery from the tracking data views (_Sent, _Open, _Click)?
A. Six Months
B. One Month
C. 12 Months
D. There is no limit
Northtrn Trail Outfitters (NTO) wants toimport a data file. It will be uploaded at regular intervals to their Enhanced FTP Account where an automation will import the file Into a data extension. NTO requires the file to be encrypted. Which two file encryption options are supported when importing data files to Marketing Cloud? Choose 2 answers
A. PGP encryption
B. RSA encryption
C. GPG encryption
D. AES encryption