[2023年更新]Marketing-Cloud-Developerまとめセット試験ガイド練習からあなたのMarketing-Cloud-Developer試験を合格させます! [Q113-Q137]

Share

[2023年更新]Marketing-Cloud-Developerまとめセット試験ガイド練習からあなたのMarketing-Cloud-Developer試験を合格させます!

準備Marketing-Cloud-Developer試験2023年最新のSalesforce Developers無制限200問題

質問 # 113
A marketer from Cloud Kicks wants to make sure no email from their welcome journey gets sent to their competitor at Rainbow Run.
Which two best practices should the developer use when setting up the Send Email Activity in the welcome journey?
Choose 2 answers

  • A. Create a Suppression List with all possible email addresses from Rainbow Run
  • B. Create an Exclusion Script with the Rainbow Run domain for use In the activity
  • C. Create a data extension with the Rainbow Run domain for use with a Domain Exclusion
  • D. Create a Filter Activity In the journey that removes the Rainbow Run domain

正解:A、B


質問 # 114
A developer is creating a CloudPage which accepts secure parameters via an email link and will submit those parameters to another CloudPage for data upsert. The page currently captures an Appointment ID parameter passed into it and sets the value to the variable caapptld. The developer does NOT want the Appointment ID to be visible to anyone using the form.
What is the best method to ensure the parameters are passed successfully to the data upsert page?

  • A. <form action="%%=MicrositeURL(123,,apptId",@apptId)a%%" method="post">
  • B. <input id="apptld" type="textarea" value="%%v(@>apptld)a%%" readonly>
  • C. <form action="%%=CloudPagesURL(123,'apptId',@apptId)a%%" methods "post">
  • D. <lnput ld=MapptId" type="textarea" value="%%v(@apptld)a%%" hldden>

正解:C


質問 # 115
A developer identified duplicate contacts and initiated a Contact Delete process for 10 milion subscribers. How could the process be expedited?

  • A. Manually delete subscribers in All Contacts
  • B. Change the Suppression value to a larger value
  • C. Stop current delete process and delete smaller groups
  • D. Delete any unnecessary Sendable Data Extensions

正解:C


質問 # 116
Northtrn Trail Outfitters (NTO) wants to import a data file. It will be uploaded at regular intervals to their Enhanced FTP Account where an automation will import the file Into a data extension. NTO requires the file to be encrypted.
Which two file encryption options are supported when importing data files to Marketing Cloud?
Choose 2 answers

  • A. PGP encryption
  • B. RSA encryption
  • C. GPG encryption
  • D. AES encryption

正解:A、C


質問 # 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','EmailAddress','SubscriberKey',SubscriberKey)
  • C. Rowcount (LookupRows('Exclude',SubsciberKey,_SubscriberKey) >0
  • D. Lookup ('Exclude','SubscriberKey', 'EmailAddress', emailddr_)

正解:C


質問 # 118
Adeveloper 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 flied 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 synchronization configuration?

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

正解:A


質問 # 119
A data extension contains two fields which are being populated by a query activity. A third field has recently been added to the data extension.
Which SELECT statement is optimal for returning all of the columns in the data extension?

  • A. SELECT field*
  • B. SELECT*
  • C. SELECT 22SE, field2, field3
  • D. SELECT *, field1, field2, field3

正解:C


質問 # 120
A developer is querying data from the _Bounce data view and storing it in a data extension. They have found that sometimes the fields SMTPBounceReason and SMTPCode exceed the 4000-character limits for each field as specified in the DE schem a. After consulting with the original requestor, it was decided that they could simply store the first 4000 characters for each of those fields.
Which SQL function could be used for this purpose?

  • A. RIGHT
  • B. LEFT
  • C. FIRST

正解:B


質問 # 121
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. LookupRows
  • B. Lookup
  • C. Row
  • D. LookupOrderedRows

正解:A、D


質問 # 122
Northern Trail Outfitters uses a number to uniquely identify contacts across different marketing channels.
Which two actions should the developer take to ensure the contacts relate across channels in Marketing Cloud when working with the data model?
Choose 2 answers

  • A. store the numeric unique identifier value as a Text data type In data extensions.
  • B. Link the numeric field value to the Contact ID in Attribute Groups in Contact Builder.
  • C. Create Attribute Groups linking the unique identifier to the Contact for each channel.
  • D. Use a unique identifier spec fie to each channel and automatically connect then-..

正解:A、B


質問 # 123
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. Any business unit
  • D. Only in Agency accounts

正解:B


質問 # 124
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. File transfer activity to the Import directory for decryption
  • B. File drop to the SFTP Root directory
  • C. Import definition to the necessary data extension
  • D. File drop to the SFTP Import directory
  • E. File transfer activity to the Safehouse for decryption

正解:C、D、E


質問 # 125
A developer is troubleshooting why a parent-level data extension cannot be accessed by a child business unit.
What should the developer check to validate the data available can be accessed for child business unit queries?

  • A. The data extension is in the Shared Data Extensions folder and the query includes the ENT. prefix
  • B. The data extension is in the Shared Items root folder and is accessible to the child business unit
  • C. The data extension is in the Synchronized Data Extensions folder and the query includes the ENT. prefix
  • D. The data extension is in the Salesforce Data Extensions folder and Is accessible to the child business unit

正解:A


質問 # 126
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. Verifying all data extensions have a sendable value
  • B. Normalizing data to reduce redundancy
  • C. Assigning data relationships and primary keys across all channels
  • D. Verifying each data extension has the required Email Address field populated
  • E. Verifying data address marketing needs

正解:A、C、E


質問 # 127
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. SAML
  • B. RSA
  • C. Asymmetric
  • D. Salt
  • E. Symmetric

正解:C


質問 # 128
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. %%MMMMdd%%
  • B. %%Month%%%%Day%°/o
  • C. Ends With operator
  • D. Begins With operator

正解:B、D


質問 # 129
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. Verifying all data extensions have a sendable value
  • B. Normalizing data to reduce redunancy
  • C. Assigning data relationships and primary keys across all channels
  • D. Verifying each data extension has the required Email Address field populated
  • E. Verifying data address marketing needs

正解:A、C、E


質問 # 130
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. Confirm the record was successfully inserted into the associated Triggered Send Data Extension.
  • B. Use the messageDefinitionSend/key:(key)/deliveryRecords REST endpoint with GET method
  • C. Use the validateEmail REST resource with POST method to obtain the email delivery details from the request.
  • D. The 202 response code indicates the message was sent successfully; no further action is required.

正解:B


質問 # 131
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. CreateSMSConservation AMPscript function
  • C. InsertData AMPscript function to add the subscriber to a MobileConnect list
  • D. Outbound SMS template and Automation Send Method

正解:A


質問 # 132
A developer created an email using the fasubjectLine variable as the subject line. Due to revisions, the developer declared <>subjectLine in multiple locations throughout the email, including:

Which subject line will be used at the time of deployment?

  • A. Enjoy 20% off today
  • B. Enjoy 10% off today
  • C. Enjoy 15% off today

正解:A


質問 # 133
A developer is building an integration with the Marketing Cloud API. Which configuration should be used for the API integration component in the associated Installed Package?

  • A. Select the 'Admin-approved users are pre-authorized' option under Permitted Users.
  • B. Select all available options to enable package reuse for the future integrations
  • C. Select the minimum required scope for the integration
  • D. Select the 'Require Secret for Web Flor' option

正解:C


質問 # 134
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 audience was a Salesforce Data Extension containing the appropriate SFID
  • B. The tracking destination folder was set to My Tracking
  • C. The email was sent to the All Subscribers list
  • D. The audience was built using a Triggered Send Data Extension template

正解:A


質問 # 135
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 RedirectTo function
  • B. Include a variable for the Alias attribute
  • C. Ensure the Conversion attribute is 'true'
  • D. Wrap the variable in a v function

正解:A


質問 # 136
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. Subscriber ID
  • B. Email address
  • C. Unique random number
  • D. Contact ID

正解:B


質問 # 137
......


Salesforce Marketing-Cloud-Developerの認定試験は、Salesforce Marketing Cloudプラットフォームを使用してマーケティングオートメーションソリューションを開発および実装する能力をテストするために設計されています。この認定は、マーケティングオートメーションソリューションを扱っている経験があり、Salesforce Marketing Cloudプラットフォームを使用して複雑なマーケティングキャンペーンを作成および管理するスキルに熟練している個人を対象としています。


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

トピック出題範囲
トピック 1
  • Determine how to programmatically exclude a subscriber at email send time
  • Differentiate the various types and uses of data extensions in Marketing Cloud
トピック 2
  • Given a scenario, apply best practices for send logs
  • Describe how Marketing Cloud handles AMPscript processing
トピック 3
  • Given a scenario, describe how data is affected by the Contact delete process
  • Explain the Contact Delete process
トピック 4
  • Given a scenario, describe API objects, methods, and routes
  • Explain the different ways to extract data from Marketing Cloud
トピック 5
  • Describe SQL best practices for managing data in Marketing Cloud
  • Given a scenario, apply SQL to produce the desired results
トピック 6
  • Configure import activity using various file formats within Marketing Cloud
  • Identify different options to secure data in Marketing Cloud
トピック 7
  • Describe security best practices in Marketing Cloud
  • Describe how Contact Records relate across channels
トピック 8
  • Demonstrate knowledge of AMPscript and SSJS language syntax and functions
  • Describe the OAuth authentication flow and how an access token is used in SOAP and REST headers

 

注目のMarketing-Cloud-Developerまとめセット試験ガイドは最速合格できます:https://www.goshiken.com/Salesforce/Marketing-Cloud-Developer-mondaishu.html