Fast2test Marketing-Cloud-Developer問題集PDFで100%合格保証付き
Marketing-Cloud-Developerブレーン問題集でリアル試験最新問題2023年05月09日には200問題
Salesforce Marketing-Cloud-Developer 認定試験の出題範囲:
| トピック | 出題範囲 |
|---|---|
| トピック 1 |
|
| トピック 2 |
|
| トピック 3 |
|
| トピック 4 |
|
| トピック 5 |
|
| トピック 6 |
|
| トピック 7 |
|
| トピック 8 |
|
質問 17
A developer wants to configure an automation to import files placed on the SFTP shared by a customer's data vendor. The automation will start when a file matching a specific naming pattern is encountered in the Import folder. The first step of the automation is a File Import Activity referencing a substion string for the matching file. Which substituon string represents the name of the file?
- A. %%FILENAME%%
- B. %%FILENAME_FROM_IMPORT%%
- C. %%TRIGGER_FILENAME%%
- D. %%FILENAME_FROM_TRIGGER%%
正解: D
質問 18
Northern Trail Outfitters (NTO) wants to determine the best identifier for subscribers across all channels.
What should be recommended5
- A. Subscriber ID
- B. Email Address
- C. Contact Key
- D. Mobile ID
正解: C
質問 19
From which business unit could the Contact Delete feature be used within an Enterprise 2.0 account?
- A. The business unit where the contact was introduced
- B. The Parent account
- C. Only in Agency accounts
- D. Any business unit
正解: A
質問 20
Clock Kicks would like to encrypt and store formdata submitted from a CloudPage in a data extension using AMPscript. Which three encryption options could be used when creating a new key in Key Management?
Choose 3
- A. Symmetric
- B. Salt
- C. SAML
- D. Asymmetric
- E. RSA
正解: D
質問 21
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. Balance is a protected keyword.
- B. The operands are not the same data type.
- C. Double quotes should be used instead of single quotes.
- D. The comparison should use the < operator.
正解: B
質問 22
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 _Bounce data view does not contain EmailAddress. They should join on SubscriberlD.
- B. Marketing Cloud does not allow use of GETDATE function. They should define a specific date.
- C. Marketing Cloud does not allow DateAdd functions in Query Activities. They should define a specific date.
- D. Marketing Cloud Data Views only hold 20 days worth of data. They should narrow scope of DateAdd function.
正解: A
質問 23
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. SOAP does not support POST; use REST
- B. The authentication token has expired.
- C. It may be a temporary network issue.
- D. 'SentEvent' is not able to be updated using SOAP.
正解: A
質問 24
NTO puts the word TEST at the beginning of the name for each test emai. Which query would return the subs who were sent those emails?
- A. SELECT * FROM _Job J INNER JOIN _Sent S on J.JobID = JobID = S.JobID WHERE J.EmailName = 'TEST%'
- B. SELECT * FROM _Job J INNER JOIN _Sent S ON.JobID = S.JobID WHERE J.EmailName LIKE '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%'
正解: B
質問 25
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. Set credentials as variables in application source code
- B. Store credentials in a key management system (KMS)
- C. Pass credentials in URL parameters over HTTPS
- D. Set credentials as environment variables in the application platform
正解: B,D
質問 26
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. Using RaiseError AMPscript function when an error occurs
- B. Wrapping the code in a Server-Side JavaScript Try/Catch block
- C. Wrapping thecode in a AMPscript HandleError block
- D. Marketing Cloud automatically handles any error scenario that may occur
正解: B
質問 27
A developer is managing the data model programmatically and needs to access Attribute Group schema via the API. Which API should the developer use?
- A. REST
- B. Bulk
- C. SOAP
- D. XML
正解: A
質問 28
A developer wants to populate a data extension with the date of the most recent click for each subscriber. Which query would accomplish this?
- A. SELECT c.SubscriberKey, MAX(c.eventDate) AS eventDate FROM _Click c GROUP BY c.SubscriberKey
- B. SELECT c.SubscriberKey, c.eventDate FROM _Click c WHERE c.IsUnique = 1
- C. SELECT TOP 1 c.SubscriberKey, c.eventDate FROM _Click c ORDER BY c.eventDate DESC
- D. SELECT c.SubscriberKey, MIN (c.eventDate) AS eventDate FROM _Click c GROUP BY c.SubscriberKey
正解: A
質問 29
When appending data to links via Web Analytics Connector, which parameter should be used to track subscriber behavior?
- A. Subscriber Key
- B. Email Address
- C. Subscriber ID
- D. Contact Key
正解: C
質問 30
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 subscibers 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 pratice should the developer follow to control the unique and default content?
- A. Use the LookupOrderRows and Row functions
- B. Use the Lookup, Row and Field functions
- C. Use the DataExtensionRowCount function
- D. Use the RowCount function and an IF statement
正解: D
質問 31
A marketing director at Northern Trail Outfitters wants to analyze the Send, Click, and Open Data Views. Which activities should the developer build to generate the data before transferring it to the SFTP?
- A. Data Views Extract > Filter Activity
- B. Query Activity > Data Extension Extract
- C. Query Activity > Tracking Extract
- D. Filter Activity > Data Extension Extract
正解: A
質問 32
Clock Kicks would like to encrypt and store form data submitted from a CloudPage in a data extension using AMPscript. Which three encryption options could be used when creating a new key in Key Management? Choose 3
- A. Symmetric
- B. Salt
- C. SAML
- D. Asymmetric
- E. RSA
正解: D
質問 33
......
Marketing-Cloud-Developer問題集には100%厳密検証された問題と解答で合格保証付きもしくは全額返金:https://jp.fast2test.com/Marketing-Cloud-Developer-premium-file.html
最新Marketing-Cloud-DeveloperPDF問題集リアル無料テスト本日更新です:https://drive.google.com/open?id=1HBsH4QD1h-PveMm4mDZxaW2Zy19PdY43