Which two solutions would optimize the performance?

A company need to retrieve a large number of rows from a DE via the API . Which two solutions would optimize the performance? Choose 2A . Use a SimpleFilterPart to retrieve small sets of relevant data. B. Use AMPscript API functions on a CloudPage C. Use the ContinueRequest feature...

September 20, 2022 No Comments READ MORE +

Why would the developer receive an error stating the application cannot insert a duplicate value for the primary key in the data extension?

NTO uses data extensions to manage the subscriber information used for their email sends, and those sends includes calls to update records with new or different subscriber information. The developer handling these records writes some AMPscript to check and see if the data extension containing those records updated using an...

September 20, 2022 No Comments READ MORE +

Which object and method should the developer use?

NTO wants to trigger a receipt email via the SOAP API whenever a customer makes a purchase. Their developer wrote the call using the TriggerSendDefinition object and the Create method, but no emails have been sent during his initial testing . Which object and method should the developer use?A ....

September 20, 2022 No Comments READ MORE +

Which two AMPscript functions would return a suitable rowset?

A developer wants to retrieve all records in the OrderDetails data extension which are associated with a particular customer. Which two AMPscript functions would return a suitable rowset? Choose 2 answersA . LookupRows B. LookupOrderedRows C. Row D. LookupView AnswerAnswer: A,B

September 19, 2022 No Comments READ MORE +

What is the recommended AMPscript logic to determine the background color of each table row within the loop?

A developer wants to create an HTML table where rows will alternate background colors between white and red. The developer does not know how many rows will be sent within each email, and decides to use a loop and assigns the RowCount() of the table rows to the variable @numerator...

September 19, 2022 No Comments READ MORE +

Which of the following statements are correct concerning Populations in Contact Builder? Choose 2.

Which of the following statements are correct concerning Populations in Contact Builder? Choose 2.A . Populations are used to create large subgroups Contacts. B. Populations need to be added to an Attribute Group. C. No more than three Populations should be created. D. Populations should be used for segmentationView AnswerAnswer:...

September 19, 2022 No Comments READ MORE +

What is the first step required to send using the API?

Northern Trails Outfitters (NTO) developers want to use the Transactional Messaging API to send email receipts to customers. What is the first step required to send using the API?A . POST to /messaging/vl/email/messages/ with clientjd B. Request a token using the vl/requestToken endpoint C. Request a token using the v2/authorize...

September 19, 2022 No Comments READ MORE +

How could the process be expedited?

A developer identified duplicate contacts and initiated a Contact Delete process for 10 million subscribers . How could the process be expedited?A . Change the Suppression value to a larger value B. Manually delete subscribers in All Contacts C. Stop current delete process and delete smaller groups D. Delete any...

September 19, 2022 No Comments READ MORE +

Which two Data Views would be included in the query?

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

September 18, 2022 No Comments READ MORE +

Which object can be used for this?

Certification Aid wants to add records to a Data Extension using the SOAP API . Which object can be used for this? Choose 1.A . DataExtensionObject object B. Subscriber object C. Attribute object D. DataExtension objectView AnswerAnswer: A

September 18, 2022 No Comments READ MORE +