Join the discussion
Question 1/115
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
Choose 2 answers
Correct Answer: B,C
To write an Exclusion Script to exclude sending an email at send time when comparing against a Boolean field in the Sendable Data Extension, the developer can use:
* %%SendBoo1 < 1 (B)- This script directly checks if the Boolean fieldSendBoo1is less than 1, effectively excluding records where the field is false.
* %%=Lookup('Excluded', 'SendBoo1', 'Subscribekey', _Subscribekey) == false (C)- This script performs a lookup to check the value ofSendBoo1in the 'Excluded' data extension, comparing it against the Subscribekey. If the value is false, the email is excluded.
References:
* AMPscript Guide
* Salesforce Marketing Cloud Documentation
* %%SendBoo1 < 1 (B)- This script directly checks if the Boolean fieldSendBoo1is less than 1, effectively excluding records where the field is false.
* %%=Lookup('Excluded', 'SendBoo1', 'Subscribekey', _Subscribekey) == false (C)- This script performs a lookup to check the value ofSendBoo1in the 'Excluded' data extension, comparing it against the Subscribekey. If the value is false, the email is excluded.
References:
* AMPscript Guide
* Salesforce Marketing Cloud Documentation
Add Comments
- Other Question (115q)
- Q1. Which two ways would a developer write an Exclusion Script to exclude sending an email at ...
- Q2. A developer wants to add an image to Content Builder via the API and retrieve the image's ...
- Q3. A developer is managing the data model programmatically and needs to access Attribute Grou...
- Q4. A developer receives Error Code 5 when performing a SOAP API call. The error states: "Cann...
- Q5. Certification Aid wants to create a file drop automation with a filename pattern. An impor...
- Q6. A developer wants to extract tracking data from the Market Activity in the user interface....
- Q7. A developer wants to create an HTML table where rows will alternate background colors betw...
- Q8. What is the operational order of the Contact Delete process for Marketing Cloud?...
- Q9. Certification Aid wants to create Contacts in Marketing Cloud via API calls. Which API sho...
- Q10. A marketer is planning a weekly promotionalsend. Which two types of data extensions could ...
- Q11. A developer needs to identify all subscribers who were sent Job ID 420 but did not click a...
- Q12. A developer needs to use the 'contacts/ route of the REST API to update records in a data ...
- Q13. Landing pagescan use which SSJS library? 1. Core LibraryZ. Platform Library 3. SSJS Librar...
- Q14. A developer wants to create a complex dynamic email with three different sections and four...
- Q15. Which of the following statements are correct concerning Contacts and Subscribers? Choose ...
- Q16. Certification Aid wants to update Contact data stored in a Data Extension using the REST A...
- Q17. A developer is building an integration with the Marketing Cloud API. In which two ways sho...
- Q18. Certification Aid wants to include SSJS in an email message. Which code block can be used ...
- Q19. Which AMPscript function group could most negatively Impact send processing?...
- Q20. NTO wants to exclude sending an email at send time to those with a record on the 'Exclude'...
- Q21. A developer uses the messageDefinitionSends REST API endpoint to send a triggered send ema...
- Q22. A developer created an email using the fasubjectLine variable as the subject line. Due to ...
- Q23. A developer wants to create an AMPscript FOR loop that populates HTML table rows based on ...
- Q24. NTO wants to exclude sending an email at send time to those with a record on the 'Exclude'...
- Q25. Certification Aid sends an email to a newly imported List with Subscribers who have no ass...
- Q26. A developer is implementing a custom profile center and using the LogUnsubEvent request. W...
- Q27. A developer wants to expand their knowledge of Query Activities. They want to identify ema...
- Q28. How many month of data can a developer query from the tracking data views (_Sent, _Open, _...
- Q29. In what order is AMPscript evaluated before an email is sent?...
- Q30. Northern Trail Outfitters (NTO) wants to prevent competitors fromreceiving a coupon email....
- Q31. A developer needs to create a fully-branded CloudPage which includes images hosted in Cont...
- Q32. A particular data extension need to be configured to store six months of data. How shouldd...
- Q33. A developer is building a landing page in Marketing Cloud and an email with a Call-To page...
- Q34. Northern Trail Outfitters uses a Send Log and sends more than one million emails per day. ...
- Q35. A developer is writing a query to select unique subscribers who opened any emails sent sin...
- Q36. A developer created anemail with AMPscript variable as the subject line. The subject line ...
- Q37. Which activity is required before a compressed file can be imported?...
- Q38. A developer created an email with AMPscript variable as the subject line. The subject line...
- Q39. A developer wants to build an audience by identifying subsceibers who opened a specific em...
- Q40. A developer is configuring a new Marketing Cloud account and has decided touse a unique 10...
- Q41. A developer wants CloudPages to work with a REST API returning data in JavaScript Object N...
- Q42. A developer needs to push real-time updates of the company's product catalog to a data ext...
- Q43. A particular data extension need to be configured to store six months of data. How should ...
- Q44. A developer wants to trigger an SMS message to a subscriber using a form published on Clou...
- Q45. A sendable data extension with a text field named 'Balance'contains the value S6.96 for a ...
- Q46. A company has chosen to use the REST API for triggered sends, but they continue to get the...
- Q47. NTO puts the word TEST at the beginning of the name for each test emai. Which query would ...
- Q48. A developer needs to know how many records are contained in a particular data extension. T...
- Q49. A developer wants to review the available properties for using the DataExtensionField SOAP...
- Q50. A company need to retrieve a large number of rows from a DE via the API. Which two solutio...
- Q51. A developer identified duplicate contacts and initiated a Contact Delete process for 10 mi...
- Q52. A developer needs to determine why a Query Activity in an Automation has failed. Which thr...
- Q53. A developer needs to configure an Email Send Logging Data Extension for a new business uni...
- Q54. Which of the following statements are correct concerning Contacts and Subscribers? Choose ...
- Q55. A company has chosen to use the REST API for triggered sends, but they continue to get the...
- Q56. NTO uses an external CRM which only exports encrypted files. NTO's marketing manager team ...
- Q57. A developer wants to write a query to compile data originating from an HTML form so it can...
- Q58. A developer wants to create a JavaScript Web Token using a key from Key Management. What f...
- Q59. A developer wants to use the Marketing Cloud SOAP API to retrieve which subscribers were s...
- Q60. A developer is creating a CloudPage which accepts secure parameters via an email link and ...
- Q61. Which AMPscript function returns the result of interpreted code within a code block and in...
- Q62. Certification Aid wants to import data from a CSV file into a Data Extension. The CSV file...
- Q63. A developer needs to write AMPscript to ensure the expiration date on a coupon is the last...
- Q64. A developer needs to add From Addresses to Marketing Cloud and wants to ensure they are ve...
- Q65. Which action could the RaiseError AMPscript function be configured to perform?...
- Q66. A developerwants to retrieve daily JSON data from a customer's API and write it to a data ...
- Q67. Certification Aid created following AMPscript code: %%[ SET @var1 = 10 SET @var2 = 20 SET ...
- Q68. Where can the SSJS Core library be used? Choose 2....
- Q69. A developer is troubleshooting why an API client Jd and chent_secret are authenticating ye...
- Q70. A developer wants CloudPages to work with a REST API returning data in JavaScript Object N...
- Q71. NTO is using an asynchronous SOAP API call to the TriggerSend object to send order confirm...
- Q72. From which business unit could the Contact Delete feature be used within an Enterprise 2.0...
- Q73. NTO uses data extensions to manage the subscriber information usedfor their email sends, a...
- Q74. NTO puts the word TEST at the beginning of the name for each test email. Which query would...
- Q75. A developer uses the messageDefinitionSends REST API endpoint to send a triggered send ema...
- Q76. A developer needs to process a payload from an external system in a CloudPage. What Market...
- Q77. A developer wants to include an AMPscript if/else statement in an email to satisfy the con...
- Q78. A developer needs to process a payload from an external system in a CloudPage. What Market...
- Q79. A developer wants to create an HTML table where rows will alternate background colors betw...
- Q80. NTO is using an asyncrhonous SOAP API call to the TriggerSend object to send order confirm...
- Q81. Certification Aid wants to import data from a CSV file into a Data Extension. The CSV file...
- Q82. Which two AMPscript HTTP functions allow an OAuth token to be passed in a header? Choose 2...
- Q83. A developer receives Error Code 5 when performing a SOAP API call. The error states: "Cann...
- Q84. A developer needs to import a file into a data extension which contains transactional dat ...
- Q85. Northern Trails Outfitters (NTO) has a sendable data extension with 1,500,000 contact reco...
- Q86. Which statements are trueregarding the Marketing Cloud SOAP API? Choose 2....
- Q87. A developer wants to use the RaiseError Ampscript function when a subscriber does not have...
- Q88. A developer needs to know how many records are contained in a particular data extension. T...
- Q89. A developer receives a request to integrate Marketing Cloud with a lead capture tool. The ...
- Q90. A field value returned from a DE lookupcontains a tab-delimited list of values. Which AMPs...
- Q91. NTO wants toexclude sends to specific subscribers based on a business rule, which is defin...
- Q92. A developer wants to add an image to Content Builder via the API and retrieve the image's ...
- Q93. A customer wants to export send data to their SFTP. Which two automations would accomplish...
- Q94. Northern Trail Outfitters uses a Send Log and sends more than one million emails per day. ...
- Q95. Certification Aid wants to implement a custom profile center using SOAP API. Which SOAP AP...
- Q96. In what order is AMPscript evaluated before an email is sent?...
- Q97. A developer identified a use case where a triggered send of an email is needed. The develo...
- Q98. A developer is using the REST Authorization Service to obtain an OAuth access token. Which...
- Q99. A developer wants to build an email that dynamically populates the physical address of a c...
- Q100. Northern Trail Outfitters is using a mobile campaign to collect email addresses of interes...
- Q101. Certification Aid wants to include SSJS in an email message. Which code block can be used ...
- Q102. A developer is creating a CloudPage which accepts secure parameters via an email link and ...
- Q103. A developer wants to populate a data extension with the date of the most recent click for ...
- Q104. NTO is reconsidering the requirement to have English, Spanish and French versions of their...
- Q105. Northern Trail Outfitters uses a number to uniquely identify contacts across different mar...
- Q106. A developer is building an integration with theMarketing Cloud API. Which configuration sh...
- Q107. A developer wants to create an AMPscript FOR loop that populates HTML table rows based on ...
- Q108. A developer wants to design a custom subscription center in CloudPages. The developer pref...
- Q109. A developer wants to populate a data extension with the date of the most recent click for ...
- Q110. A company need to retrieve a large number of rows from a DE via the API. Which two solutio...
- Q111. What parameter should a developer include to ensure the MobileConnectContact is tied to th...
- Q112. A sendable data extension with a text field named 'Balance' contains the value S6.96 for a...
- Q113. Northern Trail Outfitters wants to trigger follow upmessages after a subscriber opens an e...
- Q114. Which action could the RaiseError AMPscript function be configured to perform?...
- Q115. A developer is using the legacy endpoint www.exacttargetapis.com and has been asked to swi...

[×]
Download PDF File
Enter your email address to download Salesforce.Marketing-Cloud-Developer.v2025-03-14.q115.pdf