更新された2023年11月合格させるMarketing-Cloud-Developer試験リアル練習テスト問題 [Q78-Q94]

Share

更新された2023年11月合格させるMarketing-Cloud-Developer試験リアル練習テスト問題

無料ダウンロードSalesforce Marketing-Cloud-Developerリアル試験問題

質問 # 78
Which two ways would a developer write an Exclusion Script to exclude sending an email at send time when comparing against a Boolean field in the Sendable Data Extension?
Choose 2 answers

  • A. %%=Lookup ('Excluded' , SendBoo1'. _Subscribekey'. _Subscribekey) =%%
  • B. %%=Lookup ('Excluded' , SendBoo1'. Subscribekey'. _Subscribekey) =%%
  • C. %%SendBoo1 < 1
  • D. %%SendBoo1%%

正解:B、C


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

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

正解:B、D


質問 # 80
A developer wants to personalize a welcome email with the recipient's first name from the Customers data extension, which is different from the targeted sending data extension named NewSubscribers. Both data extensions contain the unique identifier in a field named CustomerKey. Which AMPscript Syntax would populate the first name personalization as requested?

  • A. %%=Lookup('Customers', 'FirstName', 'CustomerKey', CustomerKey)=%%
  • B. %%=Lookup('Customers','FirstName','CustomerKey', 'CustomerKey')=%%
  • C. %%=Lookup('NewSubscribers','FirstName','ContactID',CustomerKey)=%%
  • D. %%=Lookup('Customers', 'FirstName', 'ContactID', CustomerKey)=%%

正解:A


質問 # 81
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 REST API/asset/v1/content/categories and parse the Description 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 RESTAPI/asset/v1/content/assets and parse the FileProperties parameter

正解:B


質問 # 82
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 does not allow use of GETDATE function. They should define a specific date.
  • B. Marketing Cloud does not allow DateAdd functions in Query Activities. They should define a specific date.
  • C. Marketing Cloud _Bounce data view does not contain EmailAddress. They should join on SubscriberlD.
  • D. Marketing Cloud Data Views only hold 20 days worth of data. They should narrow scope of DateAdd function.

正解:C


質問 # 83
A developer is configuring a File Drop Automation and wants to use a Filename Pattern to allow for timestamps on the file. The file name will always start with the month and day (e.g. MAY15) the file is dropped onto the SFTP site.
Which two configurations should be used for the automation to successfully start? Choose 2 answers

  • A. %%Month%%%%Day%%
  • B. Ends With operator
  • C. Begins With operator
  • D. %%MMMMdd%%

正解:A、C


質問 # 84
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 flieds 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 syncrhonization configuration?

  • A. Phone
  • B. ValidPhone
  • C. PhoneExists
  • D. ContactType

正解:A


質問 # 85
A developer wants to create an AMPscript FOR loop that populates HTML table rows based on the number of rows and data in a target DE. Where should the developer place the FOR keyword to begin the loop?

  • A. Before the <tbody> tag
  • B. Before the <td> tag
  • C. Before the <tr> tag
  • D. Before the <table> tag

正解:C


質問 # 86
A developer, who is new to Marketing Cloud, needs to design a landing page for a new customer. They choose to use Server-Side JavaScript (SSJS) due to their extensive knowledge of JavaScript from previous projects.
Which two features would the developer be able to leverage in their Server-Side code? Choose 2 answers

  • A. External Libraries to extend functionality
  • B. Include Try/Catch blocks within the code
  • C. Wrapping of AMPscript in SSJS code
  • D. Direct modification of the DOM

正解:A、B


質問 # 87
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 REST API/asset/v1/content/assets and parse the FileProperties parameter
  • B. POST to the REST API/asset/v1/content/categories and parse the Description parameter
  • C. GET using the REST API/asset/v1/content/assets and parse the FileProperties parameter
  • D. Use the SOAP API to create a Porfoglio object and idenfity the Source property

正解:C


質問 # 88
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. Query Activity > Tracking Extract
  • B. Query Activity > Data Extension Extract
  • C. Data Views Extract > Filter Activity
  • D. Filter Activity > Data Extension Extract

正解:C


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

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

正解:C


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

正解:C


質問 # 91
From which business unit could the Contact Delete feature be used within an Enterprise 2.0 account?

  • A. Any business unit
  • B. Only in Agency accounts
  • C. The business unit where the contact was introduced
  • D. The Parent account

正解:D


質問 # 92
A company needs to retrieve a large number of rows from a data extension via the API.
Which two solutions would optimize the performance?
Choose 2 answers

  • A. Use the ContinueRequest feature.
  • B. Use the REST API instead of the SOAP API.
  • C. Use the AMPscript API functions on a CloudPage.
  • D. Use a SimpleFilterPart to retrieve small sets of relevant data.

正解:A、C


質問 # 93
A developer is writing a query to select unique subscribers who opened any emails sent since the beginning of the previous day.
Which query would provide that result?
A)

B)

C)

  • A. Option C
  • B. Option A
  • C. Option B

正解:B


質問 # 94
......

Marketing-Cloud-Developer問題集100パー合格保証には最新のサンプル:https://www.goshiken.com/Salesforce/Marketing-Cloud-Developer-mondaishu.html