合格させるMarketing-Cloud-Developerブレーン問題集で更新されたのは認定サンプル問題 [Q82-Q105]

Share

合格させるMarketing-Cloud-Developerブレーン問題集で更新されたのは認定サンプル問題

オンラインMarketing-Cloud-Developerテストブレーン問題集とテストエンジン


Salesforce Certified Marketing Cloud Developerになるには、マーケティングクラウドプラットフォームとそのさまざまなツールや機能について強い理解力が必要です。また、プラットフォームの機能を使用して効果的なマーケティングキャンペーンを設計および実装できる能力も必要です。この認定資格は、開発者、コンサルタント、マーケター、および管理者など、マーケティングクラウドを定期的に使用する個人に最適です。


Salesforce Marketing-Cloud-Developer は、Salesforce Marketing Cloud プラットフォームを使用したマーケティングオートメーションソリューションの開発および実装における個人の専門知識をテストする認定試験です。この試験は、マーケティングオートメーションに経験を有するプロフェッショナルが、雇用主やクライアントに対して自身のスキルを証明することを目的としています。


Salesforce Marketing-Cloud-Developer認定試験は、Salesforce Marketing Cloudで働くプロフェッショナルの知識とスキルをテストするために設計されています。この認定は、個人が複雑なマーケティングオートメーションプロセスや統合を作成し、管理するために必要な専門知識を持っていることを証明します。

 

質問 # 82
A developer needs to create a fully-branded CloudPage which includes images hosted in Content Builder. The developer wants to secure the page and its elements using the SSL protocol.
What is the minimum number of SSL certificates required?

  • A. Two
  • B. One
  • C. None
  • D. Three

正解:A


質問 # 83
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. POST to the RESTAPI/asset/v1/content/assets and parse the FileProperties parameter
  • D. Use the SOAP API to create a Porfoglio object and idenfity the Source property

正解:B


質問 # 84
A company has chosen to use the REST API for triggered sends, but they continue to get the following error during their testing: "Unable to queue Triggered Send request. There are no valid subscribers." They were informed that the SOAP API provides more information about the error, and found that their payload did not include a required data extension field.
Which element of the SOAP API response provides this level of detail?

  • A. OverallStatus
  • B. ErrorCode
  • C. ErrorDescription

正解:B


質問 # 85
Certification Aid wants to add new customers to a cross-channel welcome campaign when they register on the company website. Which API should be used for this? Choose 1.

  • A. Personalization Builder API
  • B. Event Notification API
  • C. Transactional Messaging API
  • D. Journey Builder API

正解:C


質問 # 86
Contact Builder can be used to create a relational model of an organization's data within Marketing Cloud. Which three factors should be taken into consideration when preparing data to be used in Contact Builder? Choose 3 answer

  • A. Normalizing data to reduce redundancy
  • B. Verifying each data extension has the required Email Address field populated
  • C. Verifying data address marketing needs
  • D. Assigning data relationships and primary keys across all channels
  • E. Verifying all data extensions have a sendable value

正解:C、D、E


質問 # 87
An UpdateDE AMPscript function is used to update a column value in a data extension row when an email is sent. The email is being sent to 250,000 subscribers, but the user decides to cancel the send during the sending process and only 400 emails are sent.
How many subscriber rows would be affected by the UpdateDE function?

  • A. Only subscribers who exist in All Subscribers
  • B. All 250,000 subscribers
  • C. No rows are updated
  • D. 400 subscribers who were sent the email

正解:D


質問 # 88
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. Each API call requires a new access token.
  • C. Access tokens expire after one hour.
  • D. Access tokens expire after 24 hours.

正解:C


質問 # 89
NTO wants use Personally Identifiable Information (PII) data to personalize email communications, but does not want to store PII data in Marketing Cloud. Which feature could they use to personalize emails from an external data source?

  • A. Tokenized Sending
  • B. Salesforce Shield
  • C. External Objects
  • D. Single Sign-On

正解:A


質問 # 90
A developer wants to build an email that dynamically populates the physical address of a company's locations using the variable address. The deployment goes to millions of subscribers and the developer wants the fastest possible performance.
Which AMPscript solution should be recommended?

  • A. %% [ SET @address - field(Row(LookupRows("Building_Locations", "Address","Id"), 1),"Address") ]%%
  • B. %%; SET @address = LookupRows(Building_Locations", "Address", "Id") ]%%
  • C. %%[ SET @address = field(Lookcup("Building_Locations"/ "Address", "Id",@Id), "Address") ]%%
  • D. %: SET @address = Lookup(''Building_locations'', Address'', ''id''@id) ] %%

正解:C


質問 # 91
Which activity is required before a compressed file can be imported?

  • A. File Transfer
  • B. Decompress File
  • C. Data Extract
  • D. Import File

正解:A


質問 # 92
NTO is using an asynchronous SOAP API call to the TriggerSend object to send order confirmation email to their customers. Which API object and attribute should be used to retrieve the status of the API call?

  • A. Result Object and ConservationID
  • B. ResultItem Object and RequestID
  • C. ResultItem Object and OrderID
  • D. Result Object and EmailAddress

正解:B


質問 # 93
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 INNER JOIN _Sent on JobID = JobID WHERE EmailName LIKE 'TEST%'
  • B. SELECT * FROM _Job J INNER JOIN _Sent S on J.JobID = JobID = S.JobID WHERE J.EmailName = 'TEST%'
  • C. SELECT * FROM _Job J INNER JOIN _Sent S ON.JobID = S.JobID WHERE J.EmailName LIKE 'TEST%'
  • D. SELECT * FROM _Job J INNER JOIN _Sent S on J.EmailName LIKE 'TEST%'

正解:C


質問 # 94
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 automation permissions have been granted for the Client ID and ClientSecret within Installed Packages.
  • B. The email interaction has been published.
  • C. The send permissions have been granted for the Client ID and Client Secret within Installed Packages.
  • D. The email interaction has been started

正解:C


質問 # 95
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. Maximize the field size to accommodate all incoming data.
  • B. Use Data Retention to limit the amount of data captured.
  • C. Limit custom fields in the data extension to 10 or fewer.
  • D. Create a number of fields equal to the fields in the source data extension.

正解:B、D


質問 # 96
Which aspect should a developer consider before creating an Server-to-Server Installed Package and associated API Integration i* Marketing Cloud?

  • A. Using an Installed Package, APIs will have access to resources in all Business Units.
  • B. Scope (Permissions) must be specifically granted when creating an API Integration component inside an Installed Package.
  • C. Scope (Permissions) will be granted based on the User who is creating the Installed Package.

正解:B


質問 # 97
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. Contact Key should be equal to Subscriber Key in the underlying data extensions to ensure proper joining.
  • C. The data extension should be linked in an Attribute Group in Contact Builder.
  • D. Journey Builder should be configured to use the data extension.

正解:A


質問 # 98
A developer is building a landing page in Marketing Cloud and an email with a Call-To page will display personal information about the subscriber.
In which way could the developer create the CTA link?

  • A. Use the AMPscript CloudPagesURL function.
  • B. Append SubscnberKey to the URL as an encoded parameter.
  • C. Append EmailAddress to the URL as an encoded parameter.

正解:A


質問 # 99
Certification Aid sends an email to a newly imported List with Subscribers who have no associated Subscriber Key. Which value will become the Contact Key? Choose 1.

  • A. Email address
  • B. Unique random number
  • C. Subscriber ID
  • D. Contact ID

正解:A


質問 # 100
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 a SimpleFilterPart to retrieve small sets of relevant data.
  • C. Use the AMPscript API functions on a CloudPage.
  • D. Use the REST API instead of the SOAP API.

正解:A、C


質問 # 101
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 /interaction/v1/events
  • B. POST /interaction/v1/interactions/contactentry
  • C. GET /eventDefinitions/key:{key}
  • D. POST /eventDefinitions/key:{key} or /eventDefinitions/{id}

正解:A、B


質問 # 102
Where can the SSJS Core library be used? Choose 2.

  • A. SMS messages
  • B. Marketing Cloud apps
  • C. Landing pages
  • D. Email messages

正解:B、C


質問 # 103
A developer is notified the View Email As Web Page (VAWP) link, when clicked, displays the message, The system is temporarily unavailable. We apologize for any inconvenience. Please try again later.
What could be a possible cause for the error

  • A. The sender profile used at the time of send was overwritten.
  • B. The data in the data extensions used at the time of send was overwritten.
  • C. The data extension used at the time of send was moved to another folder.
  • D. The email used at the time of send was deleted, updated, or moved.

正解:B


質問 # 104
NTO uses an external CRM which only exports encrypted files. NTO's marketing manager team wants to use some of the subscriber data found in the CRM for future marketing sends. Which three actions should be included in an automation given these requirements? Choose 3

  • A. Import definition to the necessary data extension
  • B. File transfer activity to the Safehouse for decryption
  • C. File drop to the SFTP Import directory
  • D. File transfer activity to the Import directory for decryption
  • E. File drop to the SFTP Root directory

正解:A、B、C


質問 # 105
......

リアルSalesforce Marketing-Cloud-Developer試験問題集には正解200問題と解答があります:https://www.goshiken.com/Salesforce/Marketing-Cloud-Developer-mondaishu.html