ExamGecko
Home Home / Salesforce / Certified Marketing Cloud Developer

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

Question list
Search
Search

List of questions

Search

Related questions











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?

A.
ValidPhone
A.
ValidPhone
Answers
B.
Phone
B.
Phone
Answers
C.
ContactType
C.
ContactType
Answers
D.
PhoneExists
D.
PhoneExists
Answers
Suggested answer: B

A developer receives a 401 Unathorized HTTP status message from a REST API request. What is thereason for this error?

A.
The account lacks the privileges necessary to perform the request
A.
The account lacks the privileges necessary to perform the request
Answers
B.
The access token was not found in the request, or it is invalid or expired
B.
The access token was not found in the request, or it is invalid or expired
Answers
C.
OAuth is not supported for the requested resource
C.
OAuth is not supported for the requested resource
Answers
D.
API requests are temporarily blocked due to too many concurrent requests.
D.
API requests are temporarily blocked due to too many concurrent requests.
Answers
Suggested answer: B

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
A.
Validate Client Id and Client Secret are correct
Answers
B.
Verify the Asset Type Id matches the Asset Type Name
B.
Verify the Asset Type Id matches the Asset Type Name
Answers
C.
Confirm the REST Base URI uses the correct subdomain
C.
Confirm the REST Base URI uses the correct subdomain
Answers
D.
Confirm the Component's Channel options are available
D.
Confirm the Component's Channel options are available
Answers
Suggested answer: B

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)=%%
A.
%%=DataAdd(Date_Enrolled,-1)=%%
Answers
B.
%%=DateAdd(Date_Enrolled,-1 'H')=%%
B.
%%=DateAdd(Date_Enrolled,-1 'H')=%%
Answers
C.
%%=DateDiff(Date_Enrolled, 1, 'H')=%%
C.
%%=DateDiff(Date_Enrolled, 1, 'H')=%%
Answers
D.
%%=FormatDate(Date_Enrolled,-1,'HH','en-us')=%%
D.
%%=FormatDate(Date_Enrolled,-1,'HH','en-us')=%%
Answers
Suggested answer: B

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

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

A developer wants to use the RaiseError Ampscript function when a subscriber does not have the necessary data to build an email. Which two outcomes are possible using this function? Choose 2 answer

A.
The send fails
A.
The send fails
Answers
B.
The email is not sent to the particular subscriber
B.
The email is not sent to the particular subscriber
Answers
C.
An error message is sent to the From Address used in the email
C.
An error message is sent to the From Address used in the email
Answers
D.
The send is retried
D.
The send is retried
Answers
Suggested answer: A, B

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 InsertDE() call if the record doesn't yet exist. Why would the developer receive an error stating the application cannot insert a duplicate value for the primary key in the data extension?

A.
The InsertDE function will always insert two rows into a data extension as part of the call
A.
The InsertDE function will always insert two rows into a data extension as part of the call
Answers
B.
The InsertDE function cannot be used with name and value pairs
B.
The InsertDE function cannot be used with name and value pairs
Answers
C.
The InsertDE function comes after the system added the row as part of the email send
C.
The InsertDE function comes after the system added the row as part of the email send
Answers
D.
The InsertDE function cannot be used at send time
D.
The InsertDE function cannot be used at send time
Answers
Suggested answer: C

A developer wants to delete a batch of subscribers from Marketing Cloud. The developer performs a Contact Delete on a batch of records in a data extension in Contact Builder. Which scenario would cause subscriber records to remain in the data extension?

A.
Sendable data extension with SubscriberKey and EmailAddress fields
A.
Sendable data extension with SubscriberKey and EmailAddress fields
Answers
B.
Non-sendable data extension with SubscriberKey field
B.
Non-sendable data extension with SubscriberKey field
Answers
C.
Contact Delete process does not delete rows from data extensions
C.
Contact Delete process does not delete rows from data extensions
Answers
D.
Sendable data extension with SubsciberKey field
D.
Sendable data extension with SubsciberKey field
Answers
Suggested answer: B

NTO had an Enterprise 2.0 account; subscribers unsubscribes 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 for subscribers of each business unit?

A.
Create Data Extract of all Subscribers within the Parent Business unit
A.
Create Data Extract of all Subscribers within the Parent Business unit
Answers
B.
Create Data Extracts of All Subscribers within each Child business unit
B.
Create Data Extracts of All Subscribers within each Child business unit
Answers
C.
Query unsubscriber from _Subscribers within the Parent business unit
C.
Query unsubscriber from _Subscribers within the Parent business unit
Answers
D.
Query status from _ListSusbscribers within the Parent business unit
D.
Query status from _ListSusbscribers within the Parent business unit
Answers
Suggested answer: B

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 DIVIDE(@numerator,2) =1 THEN SET @color = 'Red' ELSE SET @color = 'White' ENDIF]%%
A.
%%[IF DIVIDE(@numerator,2) =1 THEN SET @color = 'Red' ELSE SET @color = 'White' ENDIF]%%
Answers
B.
%%[IF SUBSTRING(DIVIDE(@numerator,2),1) = 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]%%
Answers
C.
%%[IF @numerator/2 = 1 THEN SET @color = 'Red' ELSE SET @color = 'White' ENDIF]%%
C.
%%[IF @numerator/2 = 1 THEN SET @color = 'Red' ELSE SET @color = 'White' ENDIF]%%
Answers
D.
%%[IF MOD(@numerator,2) = 1 THEN SET @color = 'Red' ELSE SET @color = 'White' ENDIF]%%
D.
%%[IF MOD(@numerator,2) = 1 THEN SET @color = 'Red' ELSE SET @color = 'White' ENDIF]%%
Answers
Suggested answer: A
Total 197 questions
Go to page: of 20