ExamGecko
Ask Question

Salesforce Certified Marketing Cloud Developer Practice Test - Questions Answers, Page 5

List of questions

Question 41

Report
Export
Collapse

A developer wants to design a custom subscription center in CloudPages. The developer prefers to code in AMPscript, but is also skilled in Server-Side JavaScript. While the developer is confident their code is of high quality, they would still like to handle unexprected errors gracefully to ensure the best user experience. Which feature should handle this scenario?

Wrapping the code in a Server-Side JavaScript Try/Catch block
Wrapping the code in a Server-Side JavaScript Try/Catch block
Using RaiseError AMPscript function when an error occurs
Using RaiseError AMPscript function when an error occurs
Marketing Cloud automatically handles any error scenario that may occur
Marketing Cloud automatically handles any error scenario that may occur
Wrapping the code in a AMPscript HandleError block
Wrapping the code in a AMPscript HandleError block
Suggested answer: A
asked 23/09/2024
Felix Maroto Roman
46 questions

Question 42

Report
Export
Collapse

A developer wants to configure an automation to import files placed on the SFTP shared by a customer's data vendor. The automation will start when a file matching a specific naming pattern is encountered in the Import folder. The first step of the automation is a File Import Activity referencing a substion string for the matching file. Which substituon string represents the name of the file?

%%FILENAME%%
%%FILENAME%%
%%TRIGGER_FILENAME%%
%%TRIGGER_FILENAME%%
%%FILENAME_FROM_TRIGGER%%
%%FILENAME_FROM_TRIGGER%%
%%FILENAME_FROM_IMPORT%%
%%FILENAME_FROM_IMPORT%%
Suggested answer: C
asked 23/09/2024
Adilet Abdikhamit
33 questions

Question 43

Report
Export
Collapse

What is the operational order of the Contact Delete process for Marketing Cloud?

Delete initiated > Suppression phase > Final Deletion
Delete initiated > Suppression phase > Final Deletion
Delete initiated > Final deletion
Delete initiated > Final deletion
Delete initiated > Final deletion >Suppression phase
Delete initiated > Final deletion >Suppression phase
Data identified > Suppression phase > Delete initiated > Account page
Data identified > Suppression phase > Delete initiated > Account page
Suggested answer: A
asked 23/09/2024
Vinayaka G D
39 questions

Question 44

Report
Export
Collapse

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?

mobilenumbers
mobilenumbers
phonenumbers
phonenumbers
emailaddress
emailaddress
subscribers
subscribers
Suggested answer: A
asked 23/09/2024
Mk Cheng
43 questions

Question 45

Report
Export
Collapse

A developer uses the messageDefinitionSends REST API endpoint to send a triggered send email.

This method returns a 202 (success) response code. How could the developer validate if the email was successfully sent?

Use the messageDefinitionSend/key:(key)/deliveryRecords REST endpoint with GET method
Use the messageDefinitionSend/key:(key)/deliveryRecords REST endpoint with GET method
The 202 response code indicates the message was sent successfully; no further action is required.
The 202 response code indicates the message was sent successfully; no further action is required.
Use the validateEmail REST resource with POST method to obtain the email delivery details from the request.
Use the validateEmail REST resource with POST method to obtain the email delivery details from the request.
Confirm the record was successfully inserted into the associated Triggered Send Data Extension.
Confirm the record was successfully inserted into the associated Triggered Send Data Extension.
Suggested answer: A
asked 23/09/2024
Michael Thornton
43 questions

Question 46

Report
Export
Collapse

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.

Contact ID
Contact ID
Email address
Email address
Subscriber ID
Subscriber ID
Unique random number
Unique random number
Suggested answer: B
asked 23/09/2024
Ahmed Khalifa
47 questions

Question 47

Report
Export
Collapse

Certification Aid wants to create a file drop automation with a filename pattern. An import file is placed daily on the Marketing Cloud Enhanced FTP server, and the file name always starts with the current month and day (e.g. OCT26). How should the filename pattern be defined? Choose 2.

%%Month%%%%Day%%
%%Month%%%%Day%%
%%MMDD%%
%%MMDD%%
Ends With operator
Ends With operator
Begins With operator
Begins With operator
Suggested answer: A, D
asked 23/09/2024
Robinson Santos
38 questions

Question 48

Report
Export
Collapse

Which of the following is a valid comment within an AMPscript code block? Choose 1.

--comment
--comment
// comment
// comment
- comment -->
- comment -->
/* comment */
/* comment */
Suggested answer: D
asked 23/09/2024
Maciej Kozlowski
38 questions

Question 49

Report
Export
Collapse

Which programming language should be used in email messages? Choose 1.

AMPscript only
AMPscript only
Both
Both
Either AMPscript or SSJS
Either AMPscript or SSJS
SSJS only
SSJS only
Suggested answer: C
asked 23/09/2024
mohamed elfateh
34 questions

Question 50

Report
Export
Collapse

Certification Aid wants to import an encrypted CSV file from the Marketing Cloud Enhanced FTP server. Which two File Transfer activities are needed to achieve this? Choose 2.

To decrypt the import file on the Enhanced FTP server.
To decrypt the import file on the Enhanced FTP server.
To move the import file from the Safehouse to Marketing Cloud.
To move the import file from the Safehouse to Marketing Cloud.
To decrypt the import file on the Safehouse.
To decrypt the import file on the Safehouse.
To move the import file from the Enhanced FTP server to the Safehouse
To move the import file from the Enhanced FTP server to the Safehouse
Suggested answer: B, C
asked 23/09/2024
Sebastian Romero
45 questions
Total 197 questions
Go to page: of 20
Search

Related questions