[2022年09月12日] あなたを合格させるMarketing-Cloud-Developer無料最新問題集でSalesforce練習テスト [Q65-Q82]

Share

[2022年09月12日] あなたを合格させるMarketing-Cloud-Developer無料最新問題集でSalesforce練習テスト

無料でゲット!高評価Salesforce Marketing-Cloud-Developer試験問題集を今すぐダウンロード!

質問 65
A marketer is sending an email with dynamic content contained in a series of conditionals.
Which AMPscript function should be used to track the different versions of the content within the email?

  • A. ContentArea
  • B. ContentBlockName
  • C. ContentAreaByName
  • D. BeginImpressionRegion

正解: D

 

質問 66
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 TOP 1 SubscriberKey FROM Orders
  • C. SELECT SubscriberKey FROM Orders GROUP BY SubscriberKey
  • D. SELECT SubscriberKey FROM Orders GROUP BY SubscriberKey HAVING COUNT(*)>1

正解: C

 

質問 67
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. Limit custom fields in the data extension to 10 or fewer.
  • B. Use Data Retention to limit the amount of data captured.
  • 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.

正解: B,C

 

質問 68
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 tracking destination folder was set to My Tracking
  • B. The email was sent to the All Subscribers list
  • C. The audience was a Salesforce Data Extension containing the appropriate SFID
  • D. The audience was built using a Triggered Send Data Extension template

正解: C

 

質問 69
Which of the following statements are correct concerning Contacts and Subscribers? Choose 2.

  • A. A Contact is subscribed to a specific channel.
  • B. Each Contact is also a Subscriber.
  • C. Each Subscriber is also a Contact.
  • D. A Contact is subscribed to any channel.

正解: C,D

 

質問 70
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. REST calls do not require an access token.
  • B. Access tokens expire after one hour.
  • C. Access tokens expire after 24 hours.
  • D. Each API call requires a new access token.

正解: B

 

質問 71
A developer receives a request for tracking data for alt sends associated with a specific JoblD. The developer needs to see Sends, Opens, Clicks, and Bounces.
Which two activities could the developer use? Choose 2 answers

  • A. Server-Side JavaScript Activity
  • B. SQL Query Activity
  • C. Campaign Data Extract
  • D. Tracking Extract Activity

正解: B,D

 

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

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

正解: A,B

 

質問 73
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. Subscribers
  • B. Attribute
  • C. Contact
  • D. TriggeredSendDefinition

正解: C,D

 

質問 74
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. Query status from _ListSusbscribers within the Parent business unit
  • B. Query unsubscriber from _Subscribers within the Parent business unit
  • C. Create Data Extract of all Subscribers within the Parent Business unit
  • D. Create Data Extracts of All Subscribers within each Child business unit

正解: D

 

質問 75
Northtrn Trail Outfitters has set up their North American business unit to unsubscribe at the business unit level.
Which dataview would they query to identify all subscribers who are unsubscribed from that Business Unit?

  • A. .Subscribers
  • B. _BusinessUnitUnsubscribes
  • C. ListSubscribers
  • D. ENT._Subscribers

正解: B

 

質問 76
A developer wants to retrieve daily JSON data from a customer's API and write it to a data extension for consumption in Marketing Cloud at a later time.
What set of Server-Side JavaScript activities should the developer use?

  • A. Platform.Function.HTTPGet(); Platform.Function.ParseJSON(); Platform.Function.UpsertData();
  • B. Platform.Function.InvokeRetrievef); Platform.Function.Stringify(); Platform.Function.UpsertDE();
  • C. Platform.Function.HTTPGe(); Platform.Function.Stringify(); Platform.Response.Write();
  • D. Platform.Function.InvokeRetrieve(); Platform.Function.ParseJSON(); Platform.Function.UpsertData();

正解: B

 

質問 77
A developer used LookupRows to retrieve data when building a dynamic email.
What should be the next step before using this rowset within a FOR loop?

  • A. Set the rowset to a new array variable
  • B. Use Row to return a specific row of the rowset
  • C. Close the delimited AMPscrlpt Code Block
  • D. Use RowCount to ensure the rowset contains data

正解: D

 

質問 78
A developer needs to configure a process that can store encrypted data from Marketing Cloud as a file on an external server. What steps should the developer take?

  • A. Data Extract > File Transfer with Marketing Cloud Public Key
  • B. Data from Marketing Cloud cannot be encrypted
  • C. Shield Platform Encryption is required for encrypted data export
  • D. Create PGP Key > Data Extract > File Transfer with PGP checked

正解: A

 

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

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

正解: D

 

質問 80
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
  • B. The InsertDE function comes after the system added the row as part of the email send
  • C. The InsertDE function cannot be used at send time
  • D. The InsertDE function cannot be used with name and value pairs

正解: B

 

質問 81
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. REST API, /address/v1/validateEmail route
  • B. SOAP API, Perform method with ValidationAction object
  • C. REST API, /messaging/v1/domainverification route
  • D. SOAP API, Describe method with EmailAddress object

正解: A

 

質問 82
......

一発合格の秘訣は無料でゲット!Marketing-Cloud-DeveloperCertified 試験エンジンPDF:https://www.passtest.jp/Salesforce/Marketing-Cloud-Developer-shiken.html

Marketing-Cloud-Developer試験問題集合格には最新なテスト問題集:https://drive.google.com/open?id=15gphkhwa4K3Nx3c-v1H8BDNvrJJQslDr