
[2023年11月18日] 究極のMarketing-Cloud-Developer準備ガイド!無料最新のSalesforce練習テスト問題集
今すぐゲットせよ!高評価Salesforce Marketing-Cloud-Developer試験問題集
マーケティング・クラウド・デベロッパー認定試験は、Salesforceプラットフォームでの作業経験があるプロフェッショナルで、同プラットフォームの各種モジュールに精通していることが望ましいです。また、主要なマーケティング自動化の概念を強く理解し、マーケティングクラウドの様々なツールと機能を熟知していることが求められます。
質問 # 101
When appending data to links via Web Analytics Connector, which parameter should be used to track subscriber behavior?
- A. Subscriber ID
- B. Email Address
- C. Subscriber Key
- D. Contact Key
正解:D
質問 # 102
A developer needs to use the 'contacts/ route of the REST API to update records in a data extension.
What should the developer verify before making the API call?
- A. Each contact should already exist in All Subscribers.
- B. Journey Builder should be configured to use the data extension.
- C. The data extension should be linked in an Attribute Group in Contact Builder.
- D. Contact Key should be equal to Subscriber Key in the underlying data extensions to ensure proper joining.
正解:C
質問 # 103
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. Shield Platform Encryption is required for encrypted data export
- C. Data from Marketing Cloud cannot be encrypted
- D. Create PGP Key > Data Extract > File Transfer with PGP checked
正解:D
質問 # 104
A developer receives Error Code 5 when performing a SOAP API call. The error states: "Cannot Perform 'Post' on objects of type 'SentEvent'".
What could be the issue?
- A. The authentication token has expired.
- B. It may be a temporary network issue.
- C. SOAP does not support POST; use REST
- D. 'SentEvent' is not able to be updated using SOAP.
正解:A
質問 # 105
A company need to retrieve a large number of rows from a DE via the API. Which two solutions would optimize the performance? Choose 2
- A. Use the ContinueRequest feature
- B. Use a SimpleFilterPart to retrieve small sets of relevant data.
- C. Use the REST API instead of the SOAP API
- D. Use AMPscript API functions on a CloudPage
正解:A、D
質問 # 106
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/eventDefinitions/key:{key} or /eventDefinitions/{id}
- B. POST /interaction/v1/events
- C. POST /interaction/v1/interactions/contactentry
- D. GET /eventDefinitions/key:{key}
正解:B、C
質問 # 107
A developer started a Contact Delete process that is now complete.
In which two places would the Contact Delete process remove data? Choose 2 answers
- A. Mobile Lists
- B. Sendable Data Extensions
- C. Non-Sendable Data Extensions
- D. Import Files on the Enhanced SFTP
正解:A、B
質問 # 108
A developer uses the messageDefinitionSends REST API endpoint to send a triggered send email. This method returns a 202 (success) response code. How could the developer validate if the email was successfully sent?
- A. Use the messageDefinitionSend/key:(key)/deliveryRecords REST endpoint with GET method
- B. The 202 response code indicates the message was sent successfully; no further action is required.
- C. Use the validateEmail REST resource with POST method to obtain the email delivery details from the request.
- D. Confirm the record was successfully inserted into the associated Triggered Send Data Extension.
正解:A
質問 # 109
A developer is configuring a new Marketing Cloud account and has decided to use a unique 10-digit integer as each customer's Contact Key.
Which data type should be used when representing the value of Contact Key?
- A. Text
- B. Number
- C. Decimal
正解:A
質問 # 110
A developer wants to set a variable to use a field from a Sendable Data Extension.
Which two options could be used in an AMPscript block to set the variable as a 'First Name" field from a Sendable Data Extension used to send the email? Choose 2 answers
- A. SET @firstName = ''First Name'']
- B. SET @firstName = [First Name]
- C. SET @firstName = %%First Name%%
- D. SET @firstName = attributeValue (''First Name'')
正解:D
質問 # 111
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
質問 # 112
A developer wants to programmatically inject Contacts into a journey via REST API. What is the recommended route using POST data extension fields and values?
- A. /contacts/v1/contactEvents
- B. /interaction/v1/interactions
- C. /interaction/v1/eventDefinitions
- D. /interaction/v1/events
正解:D
質問 # 113
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 DataExtensionRowCount function
- C. Use the RowCount function and an IF statement
- D. Use the LookupOrderRows and Row functions
正解:C
質問 # 114
Northtrn Trail Outfitters mistakenly synced the User_Salesforce object which added to their billable contact count.
What should be recommended to remove these contacts'
- A. Put the synced records into a sendable data extension and use Contact Delete.
- B. Use the REST API to delete the contacts from the All Subscribers table.
- C. Update the sync to remove these contacts from the All Contacts table.
- D. Use the SOAP API to delete the contacts from the All Contacts table.
正解:A
質問 # 115
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. CASE, ISDATE, CONVERT
- B. UPDATE, ISDATE, CONVERT
- C. WHERE, ISDATE, CONVERT
- D. CASE, ISDATE, CAST
正解:A、D
質問 # 116
* 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. SSJS to create Salesforce record, AMPscript for form handling.
- B. SSJS for whole functionality.
- C. AMPscript to create Salesforce record, SSJS for form handling.
- D. AMPscript for whole functionality.
正解:C、D
質問 # 117
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. Rowcount (LookupRows('Exclude','SubscriberKey,_SubscriberKey) >1
- B. Lookup ('Exclude','SubscriberKey', 'EmailAddress', emailddr_)
- C. Lookup ('Exclude','EmailAddress','SubscriberKey',SubscriberKey)
- D. Rowcount (LookupRows('Exclude',SubsciberKey,_SubscriberKey) >0
正解:D
質問 # 118
From which business unit could the Contact Delete feature be used within an Enterprise 2.0 account?
- A. Only in Agency accounts
- B. The Parent account
- C. Any business unit
- D. The business unit where the contact was introduced
正解:D
質問 # 119
A developer wants to build an audience by identifying subscribers who opened a specific email. Which query should the developer use?
- A. SELECT SubscriberKey FROM _Open WHERE JobID = '1234'
- B. SELECT SubscriberID FROM _Open WHERE JobID = "1234"
- C. SELECT * FROM _Open WHERE ListID = '1234'
- D. SELECT * FROM_Open WHERE JobID = "1234"
正解:A
質問 # 120
......
合格率取得する秘訣はMarketing-Cloud-Developer認定試験エンジンPDF:https://jp.fast2test.com/Marketing-Cloud-Developer-premium-file.html
Marketing-Cloud-Developer試験問題集で合格できるには更新されたテスト問題集:https://drive.google.com/open?id=1RAiEYyIUUV64UfqgnH1KSrWrqMBtGQeN