[Jan-2023] Marketing-Cloud-Developer Free Sample Questions to Practice One Year Update
Download Marketing-Cloud-Developer exam with Salesforce Marketing-Cloud-Developer Real Exam Questions
Marketing Cloud Developer Certification Exam certified salary below
The average Salary of a Marketing Cloud Developer Certified Expert in
- England - 7,924 POUND
- Europe - 9,380 EURO
- India - 40,945 INR
- United State - 10,400 USD
NEW QUESTION 59
Which encryption methods are supported in file imports? Choose 2.
- A. GPG
- B. PGP
- C. SSH
- D. AES
Answer: A,B
NEW QUESTION 60
A new record is appended to the Orders data extension each time a customer makes a purchase. Which SQL statement would select a unique list of subscribers who have made multiple purchases?
- A. SELECT DISTINCT SubscriberKey FROM Orders
- B. SELECT SubscriberKey FROM Orders GROUP BY SubscriberKey
- C. SELECT TOP 1 SubscriberKey FROM Orders
- D. SELECT SubscriberKey FROM Orders GROUP BY SubscriberKey HAVING COUNT(*)>1
Answer: B
NEW QUESTION 61
A developer wants a link to be dynamic based on subscriber attributes. Rather than create numerous links, the developer uses AMPscript to set the link's value as a variable. The variable will be used within the <a> tag. What should the developer do within the <a> tag to ensure clicks are tracked for the variable? Choose 2
- A. Ensure the Conversion attribute is 'true'
- B. Include a variable for the Alias attribute
- C. Wrap the variable in a v function
- D. Wrap the variable in a RedirectTo function
Answer: D
NEW QUESTION 62
When do synchronous REST API calls to Marketing Cloud time out? Choose 2.
- A. 240 seconds for non-tracking operations.
- B. 240 seconds for tracking and data retrieve operations.
- C. 300 seconds for tracking and data retrieve operations.
- D. 120 seconds for non-tracking operations.
Answer: C,D
NEW QUESTION 63
A developer wants to build an audience by identifying subscribers who opened a specific email. Which query should the developer use?
- A. SELECT * FROM _Open WHERE ListID = '1234'
- B. SELECT * FROM _Open WHERE JobID = "1234"
- C. SELECT SubscriberKey FROM _Open WHERE JobID = '1234'
- D. SELECT SubscriberID FROM _Open WHERE JobID = "1234"
Answer: C
NEW QUESTION 64
A developer needs to display a value which has been calculated using an AMPscript block. This value is stored in the variable named 'Label'.
Which two ways should the developer display this value in the body of an email? Choose 2 answers
- A. %%-v(@Label) -%%
- B. %%@Label%%
- C. %%(Write (@Label1) 1%%
- D. <ctrl:vr name=@Label />
Answer: A,B
NEW QUESTION 65
Which activity is required before a compressed file can be imported?
- A. Data Extract
- B. File Transfer
- C. Import File
- D. Decompress File
Answer: C
NEW QUESTION 66
A developer is making an API REST call to trigger an email send. An access token is used to authenticate the call.
How long are Marketing Cloud v1 access tokens valid?
- A. Access tokens expire after one hour.
- B. Each API call requires a new access token.
- C. REST calls do not require an access token.
- D. Access tokens expire after 24 hours.
Answer: D
NEW QUESTION 67
Certification Aid created a journey and event definition in Marketing Cloud. Which of the following resources are relevant to inject Contacts into the journey using the REST API? Choose 2.
- A. POST /interaction/v1/interactions/contactentry
- B. GET /eventDefinitions/key:{key}
- C. POST /interaction/v1/events
- D. POST /eventDefinitions/key:{key} or /eventDefinitions/{id}
Answer: A,C
NEW QUESTION 68
An email requires custom AMPscript to append the subscriber's zip code to a link in the email. A field name zipcode already exist in the sending data extension. Its important Marketing Cloud tracks subscribers who click on the link. Which two AMPscript functions should be used in the setup? Choose
- A. HTTPGet
- B. 2Lookup
- C. Contact
- D. RedirectTo
Answer: C,D
NEW QUESTION 69
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?
- A. Validate Client Id and Client Secret are correct
- B. Confirm the REST Base URI uses the correct subdomain
- C. Confirm the Component's Channel options are available
- D. Verify the Asset Type Id matches the Asset Type Name
Answer: D
NEW QUESTION 70
A developer wants to create a Send Log Data Extension to increase efficiency with tracking email sends.
Which two best practices should the developer remember when configuring the Send Log Data Extension? Choose 2 answers
- A. Use Data Retention to limit the amount of data captured.
- B. Limit custom fields in the data extension to 10 or fewer.
- C. Create a number of fields equal to the fields in the source data extension.
- D. Maximize the field size to accommodate all incoming data.
Answer: A,C
NEW QUESTION 71
A developer is leveraging the SOAP API to dynamically display Profile and Preference Attributes in a custom profile center. Which method could be used to support the dynamic functionality?
- A. Configure
- B. Describe
- C. Perform
- D. Extract
Answer: B
NEW QUESTION 72
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. Journey Builder
- B. Automation Studio
- C. REST API
Answer: B
NEW QUESTION 73
A developer is notified the View Email As Web Page (VAWP) link, when clicked, displays the message, The system is temporarily unavailable. We apologize for any inconvenience. Please try again later.
What could be a possible cause for the error
- A. The data in the data extensions used at the time of send was overwritten.
- B. The email used at the time of send was deleted, updated, or moved.
- C. The data extension used at the time of send was moved to another folder.
- D. The sender profile used at the time of send was overwritten.
Answer: A
NEW QUESTION 74
Northern Trail Outfitters is using a mobile campaign to collect 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 TriggeredSend object? Choose 2 answers
- A. TriggeredSendDefinition
- B. Subscribers
- C. Contact
- D. Attribute
Answer: A,C
NEW QUESTION 75
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?
- A. subscribers
- B. phonenumbers
- C. mobilenumbers
- D. emailaddress
Answer: C
NEW QUESTION 76
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?
- A. Stringify
- B. CreateObject
- C. Base64Decode
- D. ParseJSON
Answer: D
NEW QUESTION 77
Certification Aid uses Marketing Cloud Connect and wants to create a lead capture form on a landing page.
When a customer submits the form, a Lead record should be created in Salesforce. Which scripting language can be used for this? Choose 2.
- A. AMPscript to create Salesforce record, SSJS for form handling.
- B. SSJS for whole functionality.
- C. SSJS to create Salesforce record, AMPscript for form handling.
- D. AMPscript for whole functionality.
Answer: A,D
NEW QUESTION 78
A developer identified duplicate contacts and initiated aContact Delete process for 10 million subscribers.
How could the process be expedited?
- A. Delete anyunnecessary Sendable Data Extensions
- B. Stop current delete process and delete smaller groups
- C. Change the Suppression value to a larger value
- D. Manually delete subscribers in All Contacts
Answer: B
NEW QUESTION 79
A developer wants to expand their knowledge of Query Activities. They want to identify email addresses that have bounced in the last 30 days, along with the Bounce Reason and some additional subscriber specific data; however, the SQL they have written does not return any records. Below is the SQL statement:
What updates should be made to ensure this SQL statement returns the desired results?
- A. Marketing Cloud does not allow use of GETDATE function. They should define a specific date.
- B. Marketing Cloud _Bounce data view does not contain EmailAddress. They should join on SubscriberlD.
- C. Marketing Cloud Data Views only hold 20 days worth of data. They should narrow scope of DateAdd function.
- D. Marketing Cloud does not allow DateAdd functions in Query Activities. They should define a specific date.
Answer: B
NEW QUESTION 80
A developer identified a use case where atriggered send of an email is needed. The developer already successfully set up authentication with a Client ID and Client Secret has used them in several REST calls.
When the REST call is made, a "401 Unauthorized" error is returned. What is the first thing the developer should check?
- A. The automation permissions have been granted for the Client ID and ClientSecret within Installed Packages.
- B. The email interaction has been published.
- C. The send permissions have been granted for the Client ID and Client Secret within Installed Packages.
- D. The email interaction has been started
Answer: C
NEW QUESTION 81
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. Dynamic File Import
- C. Scheduled Automation
Answer: C
NEW QUESTION 82
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
- A. Symmetric
- B. SAML
- C. Salt
- D. Asymmetric
- E. RSA
Answer: D
NEW QUESTION 83
A developer wants to implement a newsletter registration from on NTO's website. Prior to form submission, an email address provided by the visitor should be validated. Which option could be used to support this scenario?
- A. SOAP API, Describe method with EmailAddress object
- B. REST API, /messaging/v1/domainverification route
- C. SOAP API, Perform method with ValidationAction object
- D. REST API, /address/v1/validateEmail route
Answer: D
NEW QUESTION 84
......
Real exam questions are provided for Salesforce Developers tests, which can make sure you 100% pass: https://www.dumpsquestion.com/Marketing-Cloud-Developer-exam-dumps-collection.html
Marketing-Cloud-Developer Exam with Guarantee Updated 200 Questions: https://drive.google.com/open?id=1V8aL0D1kvToRqPkdiWI_tH9CgXwN7NoI