無料セールまもなく終了!100%有効Marketing-Cloud-Developer試験問題集に143問題と解答が待ってます [Q28-Q53]

Share

無料セールまもなく終了!100%有効Marketing-Cloud-Developer試験問題集に143問題と解答が待ってます

検証済みMarketing-Cloud-Developer問題集と解答であなたを合格確定させるSalesforce Developers試験解答!

質問 28
A developer needs to write AMPscript to ensure the expiration date on a coupon is the last day of the month.
What would produce the desired result?

  • A. Use the date format stringfor last day of month within FormatDate
  • B. Find the first day of next month and subtract one day
  • C. Add one month using DateAdd to now
  • D. Add 30 days using DateAdd to now

正解: B

 

質問 29
Which statements are true regarding the Marketing Cloud SOAP API? Choose 2.

  • A. More than 2000 SOAP calls can be performed per minute.
  • B. Most SOAP calls can be synchronous or asynchronous.
  • C. Uses XML in request and response body.
  • D. Uses JSON in request and response body.

正解: B,C

 

質問 30
A developer needs to identify all subscribers who were sent Job ID 420 but did not click any links. Which SQL statement would produce the desired results?

  • A.
  • B.
  • C.
  • D.

正解: D

 

質問 31
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
  • B. PhoneExists
  • C. Phone
  • D. ContactType

正解: C

 

質問 32
In which three ways should a developer optimize a query activity if it is currently timing out? Choose 3

  • A. Use SELECT * to include all fields
  • B. Only update records that have changed since last execution
  • C. Use intermediate tables to stage data
  • D. Use Primary key(s) on fields used in joins
  • E. Use intrisic functions in the WHERE clause

正解: B,C,D

 

質問 33
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?

  • A. Lookup ('Exclude','EmailAddress','SubscriberKey',SubscriberKey)
  • B. Rowcount (LookupRows('Exclude',SubsciberKey,_SubscriberKey) >0
  • C. Rowcount (LookupRows('Exclude','SubscriberKey,_SubscriberKey) >1
  • D. Lookup ('Exclude','SubscriberKey', 'EmailAddress', emailddr_)

正解: B

 

質問 34
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 SubsciberKey. How would a developer write the Exclusion Script?

  • A. Lookup ('Exclude','EmailAddress','SubscriberKey',SubscriberKey)
  • B. Rowcount (LookupRows('Exclude',SubsciberKey,_SubscriberKey) >0
  • C. Rowcount (LookupRows('Exclude','SubscriberKey,_SubscriberKey) >1
  • D. Lookup ('Exclude','SubscriberKey', 'EmailAddress', emailddr_)

正解: B

 

質問 35
When do synchronous REST API calls to Marketing Cloud time out? Choose 2.

  • A. 300 seconds for tracking and data retrieve operations.
  • B. 120 seconds for non-tracking operations.
  • C. 240 seconds for non-tracking operations.
  • D. 240 seconds for tracking and data retrieve operations.

正解: A,B

 

質問 36
A developer wants to expand the functionality of existing code which was written in AMPscript, but prefers to use Server-Side JavaScript (SSJS) for updates.
Which SSJS statement will retrieve the value of the AMPscript variable named subKey?

  • A. Variable.GetTValue (''@subKey") ;
  • B. Var.Retrieve("@subKey");
  • C. Variable.SetValue("subKey", "Value");
  • D. Var.Get("subKey");

正解: A

 

質問 37
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?

  • A. Lookup ('Exclude','EmailAddress','SubscriberKey',SubscriberKey)
  • B. Rowcount (LookupRows('Exclude',SubsciberKey,_SubscriberKey) >0
  • C. Rowcount (LookupRows('Exclude','SubscriberKey,_SubscriberKey) >1
  • D. Lookup ('Exclude','SubscriberKey', 'EmailAddress', emailddr_)

正解: B

 

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

正解: C

 

質問 39
A developer is implementing a custom profile center and using the LogUnsubEvent request. Which parameter is required for the event to be tied to the appropriate send?

  • A. Unsub Reason
  • B. SubscriberKey
  • C. JobID
  • D. ListID

正解: C

 

質問 40
What is the purpose of the IF statement below?

  • A. To handle when images are broken
  • B. To handle when no row is returned by the LookupRows function
  • C. To handle when the subscriber is in a held status
  • D. To handle when there are multiple records in the data extension for the subscriber

正解: B

 

質問 41
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

  • A. Store credentials in a key management system (KMS)
  • B. Set credentials as environment variables in the application platform
  • C. Pass credentials in URL parameters over HTTPS
  • D. Set credentials as variables in application source code

正解: A,B

 

質問 42
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. LinkSend
  • C. SentEvent
  • D. Send

正解: C

 

質問 43
A marketer is troubleshooting why an email send's tracking information is not available in Sales Cloud. The marketer confirms Marketing Cloud Connect is installed properly. What should be confirmed next to continue troubleshooting the send's tracking information?

  • A. The audience was a Salesforce Data Extension containing the appropriate SFID
  • B. The tracking destination folder was set to My Tracking
  • C. The audience was built using a Triggered Send Data Extension template
  • D. The email was sent to the All Subscribers list

正解: A

 

質問 44
Which SSJS library can be used in landing pages? Choose 1.

  • A. None
  • B. Platform
  • C. Core
  • D. Both

正解: D

 

質問 45
A sendable data extension with a text field named 'Balance' contains the value S6.96 for a particular record. The following AMPscript statement is included in an email:
IF (Balance > 6.00) THEN
SET @Result = 'Balance is more than $6.00
ENDIF
Why would this IF statement yield unintended results?

  • A. The operands are not the same data type.
  • B. Balance is a protected keyword.
  • C. The comparison should use the < operator.
  • D. Double quotes should be used instead of single quotes.

正解: A

 

質問 46
NTO wants to trigger a receipt email via the SOAP API whenever a customer makes a purchase. Their developer wrote the call using the TriggerSendDefinition object and the Create method, but no emails have been sent during his initial testing. Which object and method should the developer use?

  • A. TriggerSendDefinition object and Update method
  • B. TriggerSend object and Create method
  • C. TriggerSendDefinition object and Execute method
  • D. TriggerSend object and Update method

正解: B

 

質問 47
A developer wants to create a CloudPage which is linked from an email. %%[SET @point = RequestParameter(x) SET @value = 5 IF Length(@point) > 1 THEN SET @value = 1 ELSEIF Length(@point)>2 THEN SET @value = 2 ELSEIF Length(@point) >3 THEN SET@value = 3 ELSEIF Length(@point) >4 THEN SET @value = 4 ENDIF]%% Which is the expected value of @value if x = 'Tacos'?

  • A. 0
  • B. 1
  • C. 2
  • D. 3

正解: A

 

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

  • A. /* comment */
  • B. --comment
  • C. - comment -->
  • D. // comment

正解: A

 

質問 49
Certification Aid wants to update Contact data stored in a Data Extension using the REST API. What is required to achieve this? Choose 1.

  • A. The Data Extension must be in a Population.
  • B. The Data Extension must be in an Attribute Group.
  • C. The Data Extension must be sendable.
  • D. The Data Extension must be created in Email Studio.

正解: A

 

質問 50
A developer is creating a custom preference center and wants to log unsubscribeevents 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 BatchID
  • B. EmailAddress and JobID
  • C. SubscriberID and BatchID
  • D. SubscriberKey and JobID

正解: D

 

質問 51
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.

  • A. Subscriber ID
  • B. Contact ID
  • C. Unique random number
  • D. Email address

正解: D

 

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

  • A. Delete initiated > Final deletion
  • B. Data identified > Suppression phase > Delete initiated > Account page
  • C. Delete initiated > Final deletion >Suppression phase
  • D. Delete initiated > Suppression phase > Final Deletion

正解: D

 

質問 53
......

Marketing-Cloud-Developer試験問題集で100%合格率Marketing-Cloud-Developer試験:https://www.goshiken.com/Salesforce/Marketing-Cloud-Developer-mondaishu.html