Real Marketing-Cloud-Developer Dumps - Salesforce Correct Answers updated on 2021 [Q81-Q106]

Share

Use Real Marketing-Cloud-Developer Dumps - Salesforce Correct Answers updated on 2021

Salesforce Developers Marketing-Cloud-Developer Exam Practice Dumps

NEW QUESTION 81
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. Include a variable for the Alias attribute
  • B. Wrap the variable in a v function
  • C. Ensure the Conversion attribute is 'true'
  • D. Wrap the variable in a RedirectTo function

Answer: D

 

NEW QUESTION 82
Northern Trail Outfitters (NTO) uses a numeric identifier for Subscriber Key. Customer data is stored in a data extension with the Subscriber Key set as a Primary Key.
Which step is required for NTO when creating relationships for this data extension in Data Designer'

  • A. Link the Contact ID to the Subscriber Key when creating the relationship
  • B. Link the Contact Key to the Subscriber's email address when creating the relationship
  • C. Use a one-to-one cardinality when creating the relationship
  • D. Set Subscriber Key as a text data type before linking the data extension to Contact Key

Answer: A

 

NEW QUESTION 83
A developer wants to use the Marketing Cloud SOAP API to retrieve which subscribers were sent a particular email. Which SOAP API object should be used?

  • A. ListSend
  • B. SentEvent
  • C. Send
  • D. LinkSend

Answer: B

 

NEW QUESTION 84
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 trobuleshoot the error?

  • A. Confirm the Component's Channel options are available
  • B. Verify the Asset Type Id matches the Asset Type Name
  • C. Validate Client Id and Client Secret are correct
  • D. Confirm the REST Base URI uses the correct subdomain

Answer: B

 

NEW QUESTION 85
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 SubscriberKey FROM Orders GROUP BY SubscriberKey
  • B. SELECT TOP 1 SubscriberKey FROM Orders
  • C. SELECT SubscriberKey FROM Orders GROUP BY SubscriberKey HAVING COUNT(*)>1
  • D. SELECT DISTINCT SubscriberKey FROM Orders

Answer: A

 

NEW QUESTION 86
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

Answer: A

 

NEW QUESTION 87
NTO puts the word TEST at the beginning of the name for each testemai. Which query would return the subs who were sent those emails?

  • A. SELECT * FROM _Job J INNER JOIN _Sent S ON.JobID = S.JobID WHERE J.EmailName LIKE
    'TEST%'
  • B. SELECT * FROM _Job J INNER JOIN _Sent S on J.JobID = JobID = S.JobID WHERE J.EmailName
    = 'TEST%'
  • C. SELECT * FROM _Job J INNER JOIN _Sent S on J.EmailName LIKE 'TEST%'
  • D. SELECT * FROM _Job INNER JOIN _Sent on JobID = JobID WHERE EmailName LIKE 'TEST%'

Answer: A

 

NEW QUESTION 88
Certification Aid wants to import data from a CSV file into a Data Extension. The CSV file contains all relevant dat a. New records should be added to the Data Extension, and records which are not in the file should be removed from the Data Extension. Which import operation should be chosen for this? Choose 1.

  • A. Add only
  • B. Overwrite
  • C. Update only
  • D. Add and update

Answer: B

 

NEW QUESTION 89
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. What is the recommended AMPscript logic to determine the background color of each table row within the loop?

  • A. %%[IF @numerator/2 = 1 THEN SET @color = 'Red' ELSE SET @color = 'White' ENDIF]%%
  • B. %%[IF SUBSTRING(DIVIDE(@numerator,2),1) = 1 THEN SET @color = 'Red' ELSE SET @color = 'White' ENDIF]%%
  • C. %%[IF MOD(@numerator,2) = 1 THEN SET @color = 'Red' ELSE SET @color = 'White' ENDIF]%%
  • D. %%[IF DIVIDE(@numerator,2) =1 THEN SET @color = 'Red' ELSE SET @color = 'White' ENDIF]%%

Answer: D

 

NEW QUESTION 90
Certification Aid created following AMPscript code: %%[ SET @var1 = 10 SET @var2 = 20 SET @var3 =
30 ]%% How can the three variables be summed up to evaluate to 60? Choose 1.

  • A. SET @total = @var1 + @var2 + @var3
  • B. SET @total = Add(@var1, @var2, @var3)
  • C. SET @total = Sum(@var1, @var2, @var3)
  • D. SET @total = Add(@var1, Add(@var2, @var3))

Answer: D

 

NEW QUESTION 91
A developer wants to add an image to Content Builder via the API and retrieve the image's published URL. Which method should the developer use?

  • A. POST to the REST API/asset/v1/content/assets and parse the FileProperties parameter
  • B. POST to the REST API/asset/v1/content/categories and parse the Description parameter
  • C. Use the SOAP API to create a Porfoglio object and idenfity the Source property
  • D. GET using the REST API/asset/v1/content/assets and parse the FileProperties parameter

Answer: D

 

NEW QUESTION 92
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?

  • A. Marketing Cloud automatically handles any error scenario that may occur
  • B. Wrapping the code in a Server-Side JavaScript Try/Catch block
  • C. Wrapping the code in a AMPscript HandleError block
  • D. Using RaiseError AMPscript function when an error occurs

Answer: B

 

NEW QUESTION 93
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?

  • A. Use the Lookup, Row and Field functions
  • B. Use the LookupOrderRows and Row functions
  • C. Use the DataExtensionRowCount function
  • D. Use the RowCount function and an IF statement

Answer: D

 

NEW QUESTION 94
The Contact Delete feature can be used within an Enterprise 2.0 account from which business unit?

  • A. The Parent account
  • B. Only in Agency accounts
  • C. Any business unit
  • D. The business unit where the contact was introduced
  • E. None of these

Answer: D

 

NEW QUESTION 95
Certification Aid wants to create Contacts in Marketing Cloud via API calls. Which API should be used for this? Choose 2.

  • A. Contact object
  • B. REST API
  • C. POST /contacts/v1/contacts route
  • D. SOAP API

Answer: B,C

 

NEW QUESTION 96
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?

  • A. Substring
  • B. BuildRowSetFromString
  • C. Length
  • D. IndexOf

Answer: B

 

NEW QUESTION 97
NTO had an Enterprise 2.0 account; subscribers unsubscribers from the business unit only. A developer is identifying subscribers who unsubscribed from any of the NTO child business units. Which method would identify the most accurate status fro subscribers of each business unit?

  • A. Query status from _ListSusbscribers within the Parent business unit
  • B. Create Data Extracts of All Subscribers within each Child business unit
  • C. Create Data Extract of all Subscribers within the Parent Business unit
  • D. Query unsubscribers from _Subscribers within the Parent business unit

Answer: B

 

NEW QUESTION 98
A developer wants to transform the date and time 'Data_Enrolled' from Daylight Savings time. How would the developer change the time to fall back one hour?

  • A. %%=DataAdd(Date_Enrolled,-1)=%%
  • B. %%=DateDiff(Date_Enrolled, 1, 'H')=%%
  • C. %%=DateAdd(Date_Enrolled,-1 'H')=%%
  • D. %%=FormatDate(Date_Enrolled,-1,'HH','en-us')=%%

Answer: C

 

NEW QUESTION 99
A developer is creating a custom preference center and wants to log unsubcriber events from the CloudPage. Which set of parameters should be captured and provided to the LongUnsubEvent Execute Call to ensure accurate unsubscribe information?

  • A. SubscriberKey and JobID
  • B. SubscriberID and BatchID
  • C. EmailAddress and JobID
  • D. SubscriberKey and BatchID

Answer: A

 

NEW QUESTION 100
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 flieds 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 syncrhonization configuration?

  • A. ContactType
  • B. ValidPhone
  • C. Phone
  • D. PhoneExists

Answer: C

 

NEW QUESTION 101
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 Data Views only hold 20 days worth of data. They should narrow scope of DateAdd function.
  • B. Marketing Cloud does not allow DateAdd functions in Query Activities. They should define a specific date.
  • C. Marketing Cloud does not allow use of GETDATE function. They should define a specific date.
  • D. Marketing Cloud _Bounce data view does not contain EmailAddress. They should join on SubscriberlD.

Answer: D

 

NEW QUESTION 102
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 Data Views only hold 20 days worth of data. They should narrow scope of DateAdd function.
  • B. Marketing Cloud does not allow DateAdd functions in Query Activities. They should define a specific date.
  • C. Marketing Cloud does not allow use of GETDATE function. They should define a specific date.
  • D. Marketing Cloud _Bounce data view does not contain EmailAddress. They should join on SubscriberlD.

Answer: D

 

NEW QUESTION 103
Customer data has been imported into a staging data extension and needs to be normalized before adding into the master data extension. A text field named 'birthday' contains date values in various formats. Some of the values are valid dates, but some are not.
Which SQL keywords and functions could be used to write the query'' Choose 2 answers

  • A. UPDATE, ISDATE, CONVERT
  • B. CASE, ISDATE, CAST
  • C. WHERE, ISDATE, CONVERT
  • D. CASE, ISDATE, CONVERT

Answer: B,D

 

NEW QUESTION 104
A developer initiated a batch delete of Contacts in Contact Builder due to an import error during implementation. There are over two million records that need to be deleted.
Which two factors should be considered when batch deleting large volumes of contacts?Choose 2 answers

  • A. To more quickly remove contact information, use the suppression period length of 14.
  • B. The suppression status does not show for individual contacts until the entire batch processes.
  • C. Thedeletion process supersedes other automated account activities.
  • D. Up to one million records can be deleted in each batch.

Answer: B,C

 

NEW QUESTION 105
How often should a developer request a new token when making multiple API calls in v1?

  • A. Every 15 minutes
  • B. Before every new call
  • C. When changing routes/objects
  • D. Once an hour

Answer: A

 

NEW QUESTION 106
......

Get ready to pass the Marketing-Cloud-Developer Exam right now using our Salesforce Developers  Exam Package: https://www.fast2test.com/Marketing-Cloud-Developer-premium-file.html

Marketing-Cloud-Developer Premium Files Test pdf - Free Dumps Collection: https://drive.google.com/open?id=1txhAFppCql-sj9J1_Nk1EWTmJSbZj4uf

Contact Us

If you have any question please leave me your email address, we will reply and send email to you in 12 hours.

Our Working Time: ( GMT 0:00-15:00 ) From Monday to Saturday

Support: Contact now 

日本語 Deutsch 繁体中文 한국어