Marketing-Cloud-Developer更新された試験問題集で[2022年最新] 練習有効な試験問題集 [Q11-Q35]

Share

Marketing-Cloud-Developer更新された試験問題集で[2022年最新] 練習有効な試験問題集

Marketing-Cloud-Developerサンプルには正確で更新された問題

質問 11
A developer wants to populate a data extension with information about all emails deployed in the last seven days. The data extension needs to contain JobID, EventDate, and the counts of how many emails were sent with each JobID.
Which data view is required to gather this information?

  • A. Job
  • B. Sent
  • C. Journey
  • D. Subscribers

正解: B

 

質問 12
A developer wants a link to be dynamic based on subscriber attributes. Rather than create numerous links, the developer uses AMPscript to set the link's value as a variable. The variable will be used within the <a> tag. What should the developer do within the <a> tag to ensure clicks are tracked for the variable? Choose 2

  • A. Wrap the variable in a v function
  • B. Ensure the Conversion attribute is 'true'
  • C. Include a variable for the Alias attribute
  • D. Wrap the variable in a RedirectTo function

正解: D

 

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

正解: B

 

質問 14
A customer wants to export send data to their SFTP. Which two automations would accomplish this? Choose 2

  • A. Tracking Extract
  • B. Query (Data Views) > File Transfer
  • C. Tracking Extract > File Transfer
  • D. Query (Data Views) > Data Extension Extract > File Transfer

正解: C,D

 

質問 15
A developer wants to add an image to Content Builder via the API and retrieve the image's published URL.
Which method should the developer use?

  • A. POST to the RESTAPI/asset/v1/content/assets and parse the FileProperties parameter
  • B. GET using the RESTAPI/asset/v1/content/assets and parse the FileProperties parameter
  • C. Use the SOAP API to create a Porfoglio object and idenfity the Source property
  • D. POST to the REST API/asset/v1/content/categories and parse the Description parameter

正解: B

 

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

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

正解: C,D

 

質問 17
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 audience was a Salesforce Data Extension containing the appropriate SFID
  • C. The email was sento to the All Subscribers list
  • D. The audience was built using a Triggered Send Data Extension template

正解: B

 

質問 18
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 created in Email Studio.
  • B. The Data Extension must be in a Population.
  • C. The Data Extension must be in an Attribute Group.
  • D. The Data Extension must be sendable.

正解: B

 

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

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

正解: C

 

質問 20
A developer wants to trigger an SMS message to a subscriber using a form published on CloudPages. How should the SMS message be triggered once the subscriber submits the form?

  • A. requestToken and messageContact REST API objects
  • B. Outbound SMS template and Automation Send Method
  • C. InsertData AMPscript function to add the subscriber to a MobileConnect list
  • D. CreateSMSConservation AMPscript function

正解: A

 

質問 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. Double quotes should be used instead of single quotes.
  • B. The operands are not the same data type.
  • C. Balance is a protected keyword.
  • D. The comparison should use the < operator.

正解: B

 

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

正解: B

 

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

正解: A

 

質問 24
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 MOD(@numerator,2) = 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]%%
  • C. %%[IF DIVIDE(@numerator,2) =1 THEN SET @color = 'Red' ELSE SET @color = 'White' ENDIF]%%
  • D. %%[IF @numerator/2 = 1 THENSET @color = 'Red' ELSE SET @color = 'White' ENDIF]%%

正解: C

 

質問 25
A developer identified a use case where atriggered send of an email is needed. The developer already successfully set up authentication with a Client ID and Client Secret has used them in several REST calls.
When the REST call is made, a "401 Unauthorized" error is returned. What is the first thing the developer should check?

  • A. The email interaction has been started
  • B. The automation permissions have been granted for the Client ID and ClientSecret within Installed Packages.
  • C. The send permissions have been granted for the Client ID and Client Secret within Installed Packages.
  • D. The email interaction has been published.

正解: C

 

質問 26
Northern Trail Outfitters uses a Send Log and sends more than one million emails per day. They want to execute daily reports on all subscriber activity without impacting send performance.
Which set of best practices should be implemented''

  • A. Copy new Send Log records to an Archive data extension, then run reports from the Send Log dataextension.
  • B. Add a data retention policy to the Send Log. then run reports from the Send Log data extension.
  • C. Add a data retention policy to the SendLog. then run reports from the _Opens data view.
  • D. Copy new Send Log records to an Archive data extension, then run reports from the Archive data extension.

正解: C

 

質問 27
Certification Aid wants to import an encrypted CSV file from the Marketing Cloud Enhanced FTP server.
Which two File Transfer activities are needed to achieve this? Choose 2.

  • A. To decrypt the import file on the Safehouse.
  • B. To move the import file from the Enhanced FTP server to the Safehouse
  • C. To decryptthe import file on the Enhanced FTP server.
  • D. To move the import file from the Safehouse to Marketing Cloud.

正解: A,D

 

質問 28
A developer wants CloudPages to work with a REST API returning data in JavaScript Object Notation. The developer wants to efficiently ingest the data and write it to a data extension.
Which function should be used?

  • A. Server-Side JavaScript function ParseJSON
  • B. AMPscript function BuildRowsetFromString
  • C. Server-Side 3avaScript function Stringify
  • D. AMPscript function BuildRowsetFromXML

正解: C

 

質問 29
A developer wants to create a complex dynamic email with three different sections and four different possible content blocks In each section. The email will be sent to an audience of over one million contacts.
Which best practice should the developer use to ensure a blank email will not be sent?

  • A. Review every possible version using Subscriber Preview
  • B. Send a test of every possible version using Test Send
  • C. Confirm every version has default content
  • D. Create separate emails for each version

正解: C

 

質問 30
NTO is using a mobile campaign to collect an 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 TriggerSend object? Choose 2

  • A. Contact
  • B. Attribute
  • C. TriggerSendDefinition
  • D. Subscribers

正解: A,B

 

質問 31
A developer wants to write a query to compile data originating from an HTML form so it can be exported in CSV format. However, the source data extension may contain line breaks within the Comments field, which makes it difficult to read and sort the resulting CSV.
Which SQL functions could be used to change each line break to a single space?

  • A. REPLACE and CHAR
  • B. REPLICATE and NCHAR
  • C. FORMAT and SPACE
  • D. LTRIM and RTRJM

正解: A

 

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

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

正解: D

 

質問 33
A developer wants to retrieve all records in the OrderDetails data extension which are associated with a particular customer.
Which two AMPscript functions would return a suitable rowset?
Choose 2 answers

  • A. Lookup
  • B. LookupRows
  • C. Row
  • D. LookupOrderedRows

正解: B,D

 

質問 34
A developer is using the REST Authorization Service to obtain an OAuth access token. Which method should be used to include the access token in the API requests

  • A. Include the header x-access-token: your_access_token
  • B. Include the header Authorization: Bearer YOUR ACCESS TOKEN
  • C. Include as a query parameter access_token=Y0UR_ACCESS_TOKEN
  • D. Include the header Authorization: Basic your_access_token

正解: B

 

質問 35
......


Salesforce Marketing-Cloud-Developer 認定試験の出題範囲:

トピック出題範囲
トピック 1
  • シナリオを前提として、ログの送信にベストプラクティスを適用します
  • MarketingCloudがAMPscript処理を処理する方法を説明します
トピック 2
  • シナリオを前提として、応答処理の重要性を評価します
  • MarketingCloudでアカウント連絡先モデルを構成します
トピック 3
  • AMPscriptおよびSSJS言語の構文と機能に関する知識を示します
  • OAuth認証フローと、SOAPおよびRESTヘッダーでのアクセストークンの使用方法について説明します
トピック 4
  • Marketing Cloudでデータを管理するためのSQLのベストプラクティスを説明する
  • シナリオを前提として、SQLを適用して目的の結果を生成する
トピック 5
  • シナリオを前提として、APIオブジェクト、メソッド、ルートを説明します
  • MarketingCloudからデータを抽出するさまざまな方法を説明します
トピック 6
  • メール送信時にサブスクライバーをプログラムで除外する方法を決定する
  • MarketingCloudのデータ拡張機能のさまざまなタイプと使用法を区別する

 

合格させるSalesforce Marketing-Cloud-Developerプレミアムお試しセットテストエンジンPDFで無料問題集セット:https://jp.fast2test.com/Marketing-Cloud-Developer-premium-file.html

Marketing-Cloud-Developer試験情報と無料練習テスト:https://drive.google.com/open?id=1hGC_yHyju2Jlli-MS4W0-9UVYFnOkD8M


弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어