SALESFORCE CERTIFICATIONS MARKETING-CLOUD-DEVELOPERSalesforce Certified Marketing Cloud Developer - Practice Questions - Post 19
1. Clock Kicks would like to encrypt and store form data submitted from a CloudPage in a data extension using AMPscript. Which three encryption options could be used when creating a new key in Key Management? Choose 3
Page: Page 1
Option A: SAML
Option B: Asymmetric
Option C: RSA
Option D: Salt
Answer(s): 2
Explanation: Not available
SEO Keywords: SEO keywords not available
2. 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
Page: Page 1
Option A: _Subscribers
Option B: _Subscribers
Option C: _AllSubscribers
Option D: _Click
Answer(s): 1,2
Explanation: Not available
SEO Keywords: SEO keywords not available
3. 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?
Page: Page 1
Option A: mobilenumbers
Option B: phonenumbers
Option C: emailaddress
Option D: subscribers
Answer(s): 1
Explanation: Not available
SEO Keywords: SEO keywords not available
4. A developer wants to create an AMPscript FOR loop that populates HTML table rows based on the number of rows and data in a target DE. Where should the developer place the FOR keyword to begin the loop?
Page: Page 1
Option A: Before the
tagOption B: Before the
tagOption D: Before the
tagAnswer(s): 4
Explanation: Not available
SEO Keywords: SEO keywords not available
5. How can SSJS variables be referenced for content personalization? Choose 1.
Page: Page 2
Option A:
Option B:
Answer(s):
Explanation: Not available
SEO Keywords: SEO keywords not available
6.
Page: Page 2
Answer(s):
Explanation: Not available
SEO Keywords: SEO keywords not available
7.
Page: Page 2
Answer(s):
Explanation: Not available
SEO Keywords: SEO keywords not available
8.
Page: Page 2
Answer(s):
Explanation: Not available
SEO Keywords: SEO keywords not available
9. NTO puts the word TEST at the beginning of the name for each test emai. Which query would return the subs who were sent those emails?
Page: Page 3
Option A: SELECT * FROM _Job J INNER JOIN _Sent S on J.EmailName LIKE 'TEST%' /Marketing-Cloud-Developer.html
Option B: SELECT * FROM _Job INNER JOIN _Sent on JobID = JobID WHERE EmailName LIKE 'TEST%'
Option C: SELECT * FROM _Job J INNER JOIN _Sent S ON.JobID = S.JobID WHERE J.EmailName LIKE 'TEST%'
Option D: SELECT * FROM _Job J INNER JOIN _Sent S on J.JobID = JobID = S.JobID WHERE J.EmailName = 'TEST%'
Answer(s): 3
Explanation: Not available
SEO Keywords: SEO keywords not available
10. A developer identified duplicate contacts and initiated a Contact Delete process for 10 million subscribers. How could the process be expedited?
Page: Page 3
Option A: Change the Suppression value to a larger value
Option B: Manually delete subscribers in All Contacts
Option C: Stop current delete process and delete smaller groups
Option D: Delete any unnecessary Sendable Data Extensions
Answer(s): 3
Explanation: Not available
SEO Keywords: SEO keywords not available
11. NTO is using an asynchronous SOAP API call to the TriggerSend object to send order confirmation email to their customers. Which API object and attribute should be used to retrieve the status of the API call?
Page: Page 3
Option A: Result Object and EmailAddress
Option B: Result Object and ConservationID
Option C: ResultItem Object and OrderID
Option D: ResultItem Object and RequestID
Answer(s): 4
Explanation: Not available
SEO Keywords: SEO keywords not available
12. A field value returned from a DE lookup contains a tab-delimited list of values. Which AMPscript function could easily determine if a specific text string exist anywhere in the list?
Page: Page 3
Option A: Substring
Option B: BuildRowSetFromString /Marketing-Cloud-Developer.html
Option C: IndexOf
Option D: Length
Answer(s): 2
Explanation: Not available
SEO Keywords: SEO keywords not available
13. A developer want to email a subscriber who is currently being processed for a Contact Deletion request. When could the Contact be reintroduced after a Contact Delete operation has started?
Page: Page 4
Option A: Never
Option B: 14 days after deletion process is complete
Option C: After deletion is fully complete
Option D: Anytime
Answer(s): 3
Explanation: Not available
SEO Keywords: SEO keywords not available
14. A developer wants to programmatically inject Contacts into a journey via REST API. What is the recommended route using POST data extension fields and values?
Page: Page 4
Option A: /interaction/v1/interactions
Option B: /interaction/v1/events
Option C: /interaction/v1/eventDefinitions
Option D: /contacts/v1/contactEvents
Answer(s): 2
Explanation: Not available
SEO Keywords: SEO keywords not available
15. A company need to retrieve a large number of rows from a DE via the API. Which two solutions would optimize the performance? Choose 2
Page: Page 4
Option A: Use a SimpleFilterPart to retrieve small sets of relevant data.
Option B: Use AMPscript API functions on a CloudPage
Option C: Use the ContinueRequest feature
Option D: Use the REST API instead of the SOAP API
Answer(s): 2,3
Explanation: Not available
SEO Keywords: SEO keywords not available
16. NTO wants to exclude sending an email at send time to those with a record on the 'Exclude' Data Extension. The primary key on this data extension is Subscriber Key. How would a developer write the Exclusion Script?
Page: Page 4
Option A: Lookup ('Exclude','EmailAddress','SubscriberKey',SubscriberKey)
Option B: Lookup ('Exclude','SubscriberKey', 'EmailAddress', emailddr_)
Option C: Rowcount (LookupRows('Exclude',SubsciberKey,_SubscriberKey) >0
Option D: Rowcount (LookupRows('Exclude','SubscriberKey,_SubscriberKey) >1
Answer(s): 3
Explanation: Not available
SEO Keywords: SEO keywords not available
17. NTO wants to exclude 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
Page: Page 5
Option A: Journey Builder Send Email Activity
Option B: Content Builder Send Flow
Answer(s):
Explanation: Not available
SEO Keywords: SEO keywords not available
18.
Page: Page 5
Answer(s):
Explanation: Not available
SEO Keywords: SEO keywords not available
19.
Page: Page 5
Answer(s):
Explanation: Not available
SEO Keywords: SEO keywords not available
20.
Page: Page 5
Answer(s):
Explanation: Not available
SEO Keywords: SEO keywords not available
21. A developer has a text field in a data extension they want to format using the FormatCurrency AMPscript function. Which two values would return $6.96? Choose 2
Page: Page 6
Option A: 6,961
Option B: 6.96
Option C: $6.96
Option D: 6.96
Answer(s): 3,4
Explanation: Not available
SEO Keywords: SEO keywords not available
22. In which three ways should a developer optimize a query activity if it is currently timing out? Choose
Page: Page 6
Option A: Use intrisic functions in the WHERE clause
Option B: Use SELECT * to include all fields
Option C: Use Primary key(s) on fields used in joins
Option D: Use intermediate tables to stage data
Answer(s): 3,4,5
Explanation: Not available
SEO Keywords: SEO keywords not available
23. A developer created a landing page in CloudPages which return unique content when subscriber data is located on a related data extension. The developer does not know if all subscribers have rows in the related data extension, and want default content to render if no subscriber data is found on the related data extension. Which best practice should the developer follow to control the unique and default content?
Page: Page 6
Option A: Use the RowCount function and an IF statement
Option B: Use the Lookup, Row and Field functions
Option C: Use the LookupOrderRows and Row functions
Option D: Use the DataExtensionRowCount function
Answer(s): 1
Explanation: Not available
SEO Keywords: SEO keywords not available
24. NTO is using a mobile campaign to collect an email addresses of interested subscribers. Using AMPscript's API functions they will send a confirmation email when an email is texted into their short code. Which two objects are required to successfully create a TriggerSend object? Choose 2
Page: Page 6
Option A: Attribute
Option B: TriggerSendDefinition
Option C: Contact
Option D: Subscribers
Answer(s): 1,3
Explanation: Not available
SEO Keywords: SEO keywords not available
25. 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
Page: Page 7
Option A: Set credentials as environment variables in the application platform
Option B: Pass credentials in URL parameters over HTTPS
Option C: Set credentials as variables in application source code
Option D: Store credentials in a key management system (KMS)
Answer(s): 1,4
Explanation: Not available
SEO Keywords: SEO keywords not available
26. How many month of data can a developer query from the tracking data views (_Sent, _Open, _Click)?
Page: Page 7
Option A: Six Months
Option B: One Month
Option C: 12 Months
Option D: There is no limit
Answer(s): 1
Explanation: Not available
SEO Keywords: SEO keywords not available
27. A developer wants to create a Synchronized Data Extension containing Lead data from Sales Cloud. They only want to include record which contain a phone number. Each of the following flied contains this information per these rules: -Phone is not black (Data Type = Phone) -PhoneExist is true (Data Type = Boolean) -ValidPhone is 'true' (Data Type = Formula(Boolean)) -ContactType equals 'Phone' (Data Type = Text). Which field could be used to select a subset of records in the synchronization configuration?
Page: Page 7
Option A: ValidPhone
Option B: Phone
Option C: ContactType
Option D: PhoneExists
Answer(s): 2
Explanation: Not available
SEO Keywords: SEO keywords not available
28. A developer receives a 401 Unathorized HTTP status message from a REST API request. What is the reason for this error?
Page: Page 7
Option A: The account lacks the privileges necessary to perform the request
Option B: The access token was not found in the request, or it is invalid or expired
Option C: OAuth is not supported for the requested resource
Option D: API requests are temporarily blocked due to too many concurrent requests.
Answer(s): 2
Explanation: Not available
SEO Keywords: SEO keywords not available
29. 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?
Page: Page 8
Option A: Validate Client Id and Client Secret are correct
Option B: Verify the Asset Type Id matches the Asset Type Name
Answer(s):
Explanation: Not available
SEO Keywords: SEO keywords not available
30.
Page: Page 8
Answer(s):
Explanation: Not available
SEO Keywords: SEO keywords not available
tag Option C: Before the |
Post a Comment