Skip to content

Certified Marketing Cloud Developer

It is designed for professionals who have experience in developing digital marketing solutions. It validates skills in data management, automation, and best practices in Salesforce.

Our Certified Marketing Cloud Developer Certification value proposition.

  • Questions in English and Spanish: Enjoy questions in Spanish and English, adapting to your preferences and needs.
  • Enriched Content: Access over 200 questions with links, videos, and in-depth explanations that will make your learning more comprehensive and versatile.
  • Expert Support: You will have the assistance of a specialised tutor who will review the questions and answers. You will be provided an email address where you can submit your questions.
  • Questions and Real Environment: Experience and familiarise yourself with the real exam environment, practicing and constantly improving your skills and knowledge

Certified Marketing Cloud Developer: Become one of the most sought-after profiles in the market.

Prepare with our specialised resources and dedicated expertise to excel in the Salesforce ‘Marketing Cloud Developer’ certification.

Our Approach

  • Question Selection: Begin with access to carefully chosen and well-organised questions.
  • Focused Learning: Use our learning resources to deepen and perfect the key areas of your certification.
  • Continuous Assessment: Practise under conditions similar to the real exam to enhance and refine your strategies and knowledge.
  • Consistent Support: Our team is here to provide the necessary support at every stage of your preparation.

Your success is our mission

In our Training Centre, we have a demonstration that illustrates what the questions are like.

Which SQL clause can be used in Query Activities to combine rows from two DEs, including duplicates?

A developer is working on cross-channel campaign functions for the email team at Northern Trail Outfitters. They are reviewing available APIs for the different Marketing Cloud applications to determine the most appropriate solution for each. Which application utilizes the REST API?

A developer wants to extract tracking data from the Marketing Cloud to an FTP site. A marketer created a Data Extract Activity in the user interface. Which option would be available to extract the data?

A developer wants to expand the functionality of existing code which was written in AMPscript, but prefers to use Server-Side JavaScript (SSJS) for updates. Which SSJS statement would retrieve the value of the AMPscript variable named subKey?

Northern Trail Outfitters has set up their North American business unit to unsubscribe at the business unit level. Which data view would they query to identify all subscribers who are unsubscribed from that Business Unit?

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)

A developer wants to create a data model in Contact Builder. Which two applications will be able to use this newly-created data model for segmentation? (Choose 2)

NTO mistakenly synced the User_Salesforce object which added to their billable contact count. What should be recommended to remove these contacts?

A developer receives Error Code 5 when performing a SOAP API call: "Cannot Perform ‘Post’ on objects of type 'SentEvent' ". What could be the issue?

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?

NTO puts the word TEST at the beginning of the name for each test email. Which query would return the subscribers who were sent those emails?

A developer wants to implement a newsletter registration form on NTO’s website. Before submission, the email address provided by the visitor should be validated.

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)

Set credentials as environment variables in the application platform

A developer wants to aggregate monthly energy usage data over a four-month period for each subscriber within an email. The monthly usage values are stored in variables like @jan, @feb, etc. How should AMPscript be used to generate the total?

An email requires custom AMPscript to append the subscriber's zip code to a link in the email. A field named zipcode already exists in the sending DE. It is important Marketing Cloud tracks subscribers who click the link. Which two AMPscript functions should be used? (Choose 2)

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 request?

NTO has an Enterprise 2.0 account with 15 BUs. Each BU can access a Shared DE called Inventory, which has a Boolean field InStock. Which AMPscript snippet would return all products available?

NTO wants to ensure underlying database files are encrypted at rest in case physical media is stolen. Which encryption method should be used?

An automation in the US BU queries all records in New York who are members of the BU. Query fails: "MemberData is not a known data extension…" What is the issue?

A developer wants to populate a DE with all emails deployed in the last 7 days, including JobID, EventDate, and counts. Which data view is required?

A DE has two fields populated by a query. A third field was added. Which SELECT statement is optimal to return all columns?

A developer initiated a batch delete of Contacts in Contact Builder due to an import error during implementation. There are over two million records that need to be deleted. Which two factors should be considered when batch deleting large volumes of contacts? Choose 2 answers

A developer is using AMPscript in an email to reference data in a sendable data extension. Which three options could be used? (Choose 3)

A developer is configuring a journey and needs to use a field from the entry source data extension in an email. Which personalization option should be used?

Which two actions could a developer take to configure Sender Authentication Package (SAP)? (Choose 2)

A developer needs to find all subscribers on the customer data extension who made a purchase in the last 30 days. Purchase data is on the Orders data extension which contains a column called 'PurchaseDate'. Contacts are identified in both data extensions by a column called 'ContactKey', and the Orders data extension can contain many instances of the same subscriber. Which SQL keyword should the developer use to achieve the desired result?

A developer needs to import a file into a data extension that contains transactional dat The file includes a column labeled Purchase_Price with values varying from '$.05' to '$100'. What Data Type should be used to prevent loss of data?

A developer is configuring a new Marketing Cloud account and has decided to use a unique 10-digit integer as each customer's Contact Key. Which data type should be used when representing the value of Contact Key?

A marketer is planning a weekly promotional send. Which two types of data extensions could be sent to? Choose 2 answers

What is true regarding exclusion scripts? Choose 2

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? Choose one:

How can AMPScript variables be referenced in SSJS code? Choose one:

NTO has just added a new field to a Data Extension. Which SELECT statement should be used in a SQL Query Activity, to select all fields of this Data Extension? Choose one:

NTO urgently wants to delete two million Contacts records from Marketing Cloud. What could help to speed up the deletion process? Choose 2

NTO wants to share marketing content from CMS with Marketing Cloud Content Builder. Which API should be used for this?

NTO created an email using dynamic content using AMPScript. Which AMPScript function can be used to track the performance of the dynamic Content? Choose one:

Northern Trail Outfitters (NTO) uses a numeric identifier for Subscriber Key. Customer data is stored in a data extension with the Subscriber Key set as a Primary Key. Which step is required for NTO when creating relationships for this data extension in Data Designer?

NTO wants to perform a random query of 20% of all records in the Data Extension for A/B testing. Which SQL query should be used for this?

A developer wants to delete a batch of subscribers from Marketing Cloud. The developer performs a Contact Delete on a batch of records in a data extension in Contact Builder. Which scenario would cause subscriber records to remain in the data extension?

Northern Trail Outfitters' account is configured with two child BU(s): US and Global. The account has a data extension In the Shared Data Extensions folder named 'MemberData'. This data extension contains basic address information, as well as Boolean fields labeled 'US' and 'Global' indicating to which business unit the subscriber belongs. Automation needs to be created in the US business unit to query all records in New York who are members of the business unit US. SELECT * FROM MemberData WHERE State = 'NY' AND US = 1 What would cause this query to report the following error: ""An error occurred while checking the query syntax. Errors: MemberData is not a known data extension or system data view. You can only query existing data extensions or system data views.""?

NTO created a Send Log without a retention policy and noticed that the storage volume increased a lot over time. How can a row-based retention policy be introduced retroactively?

A developer receives a request for tracking data for alt sends associated with a specific JoblD. The developer needs to see Sends, Opens, Clicks, and Bounces. Which two activities could the developer use? Choose 2 answers

What is the difference between Server-to-Server, Web App & Public App integrations? Choose 2

A developer wants to include a comment within an AMPscript code block for the benefit of other developers who will be reviewing the code. Which syntax should the developer use?

Northern Trail Outfitters' legal team is concerned about the daily import process that brings in subscribers to a Sendable Data Extension, even when records have already been targeted for deletion. Which two true expected behaviors for these records occur in the event a send is initiated directly to this Sendable Data Extension? Choose 2 answers

A developer wants to include an AMPscript if/else statement in an email to satisfy the condition "if the subscriber's tier is not premier then display heading encouraging them to upgrade." The tier value has already been set as variable named @level. How should the developer write this AMPscript conditional statement? Choose one:

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? Choose one:

What is true regarding an OAuth token for the legacy package? Choose 2

NTO deleted a Contact in Contact Builder. From which storage locations will the Contact be removed? Choose 3

A developer needs to push real-time updates of the company’s product catalog to a data extension. Which two API options are available? Choose 2 answers

NTO wants to combine tracking data from the Opens and Clicks Data Views and store the output in a Data Extension. which Automation Studio Activity can be used for this?

NTO is reconsidering the requirement to have English, Spanish and French versions of their email campaigns. They request a developer to create a query that aggregates clicks grouped by the language of the recipient. Language is stored in a Profile Attribute. Which two Data Views would be included in the query?

NTO wants to validate the ampscript code in an email message. Which Content Builder tool can be used for this? Choose 2

A developer needs to process a payload from an external system in a CloudPage. What Marketing Cloud Server-Side JavaScript Platform function should be used for converting a string payload in JSON format to a JavaScript object?

When a user clicks Check Preferences as part of a Lightning flow in Salesforce, preferences from an externally hosted RESTful service are to be checked in real time. The RESTful service has OpenAPI 2.0 JSON definitions, responding in data types of Boolean and string values. Which integration pattern and mechanism should be selected to meet the conditions?

After which time do SQL Query activities time out in Marketing Cloud?

A developer receives a request to integrate Marketing Cloud with a lead capture tool. The lead capture tool will call the Marketing Cloud API to create a data extension every time a new lead form is published. The created data extension's name should match the name of the form exactly. Which API feature could the developer use to dynamically create these data extensions?

NTO has requested an OAuth access token using the REST API. How should the token be included in the subsequent API calls?

What should be the next step before using this set of rows within a FOR loop, if a developer used LookupRows to retrieve data while building a dynamic email?

NTO wants to exclude subscribers with a competitor email address from an email send. A Boolean Attribute called IsCompetitor is stored in the sendable data extension. Which of the following is a valid exclusion script for this scenario? Choose 3

Northern 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

What are the best practices related to Marketing Cloud API integrations? Choose 2

What is the difference between a web application and a public application?

A developer needs to create a fully-branded CloudPage that 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 certificates required?

Northern Trails Outfitters (NTO) developers want to use the Transactional Messaging API to send email receipts to customers. What is the first step required to send using the API?

ABC Corp created a package with a Server-to-Server component to integrate an external application with the marketing cloud. What are the secure ways to manage client Id and Client Secret?

NTO sent an email to a sendable Data Extension and personalized the View Email as a Web Page Link. When a subscriber opens the View Email as Web Page link, an error message is displayed. What can be the reason for this?

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?

How can subscriber, system, and sendable Data Extension attributes be referenced for content personalization using SSJS? Choose one:

A developer is troubleshooting the cause of incomplete results in the link tracking data for an email send. How should the RedirectTo AMPscript function be described as it relates to link tracking? Choose one:

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 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? Choose one:

Which values does Contact Builder use to identify Subscribers across Email Studio and other channel applications? Choose 2

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

NTO wants to create a SQL Query activity to replace all line breaks in the Description field of a Data Extension with spaces. How can this be achieved?

A developer wants to create a data model in Contact Builder. Which two applications will be able to use this newly-created data model for segmentation? Choose 2 answers

A developer built a complex dynamic email with many data variants. Rather than create test data manually, they want to use a subset of live data to validate the dynamic aspects of the email. Which SQL function should be used to collect a representative sample from a larger data set?

NTO uses a send log for millions of email sends per day. Which Strategies allow to efficiently query the send log data? Choose one:

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?

Which of the following Marketing Cloud application are considered when deleting Contacts in Contact Builder? Choose 3

NTO wants to share marketing content from CMS with Marketing Cloud Content Builder. Which API should be used for this? Choose one

A developer is creating a CloudPage that 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 apptld. 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 developer needs to display a value which has been calculated using an AMPscript block. This value is stored in the variable named 'Label'. Which two ways should the developer display this value in the body of an email?

Northern Trails Outfitters (NTO) has a sendable data extension with 1,500,000 contact records they want to delete. Which step is required before deleting the contacts?

What are the advantages of SSJS over AmpScript? Choose 2.

What is required to make a Data Extension sendable?

Which two AMPscript HTTP functions allow an OAuth token to be passed in a header? Choose 2:

NTO wants to imports an encrypted CSV file from Marketing Cloud Enhanced FTP Servers. Which File Transfer activity is needed to achieve this?

Which of the following SQL Statements is the most efficient one?

NTO created the following SQL Query activity to store all email opens from last 30 days in a target Data Extension: SELECT o.EventDate, o.EmailAddress, s.subscriberKey FROM[_Open] o JOIN [_Subscriber]s ON o.SubscriberID = s.SubscriberID WHERE o.EventDate>DATEADD(d,-30,GETDATE()) What is causing this Query to fail?

Which of the following statements are correct regarding Send Logs?

NTO wants to combine tracking data from the Opens and Clicks Data Views and store the output in a Data Extension. which Automation Studio Activity can be used for this?

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?

How long is the default suppression period for Contact deletions in Marketing Cloud?

Which SSJS library can be used in landing pages? Choose one:

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?

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 developer receives a request for tracking data for alt sends associated with a specific JobID. The developer needs to see Sends, Opens, Clicks, and Bounces. Which two activities could the developer use? Choose 2 answers

A developer uses an API to send data to a Marketing Cloud data extension once every five minutes using the REST API. They notice data does not always write to the data extension, leading to data loss. Which three best practices are recommended to avoid this issue? Choose 3 answers

A developer wants to retrieve daily JSON data from a customer's API and write it to a data extension for consumption in Marketing Cloud at a later time. What set of Server-Side JavaScript activities should the developer use?

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 developer wants to design a custom subscription center in CloudPages. The developer prefers to code in AMPscript, but is also skilled in Server-Side JavaScript. While the developer is confident their code is of high quality, they would still like to handle unexpected errors gracefully to ensure the best user experience. Which feature should handle this scenario?

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?

NTO uses data extensions to manage the subscriber information used for their email sends, and those sends includes calls to update records with new or different subscriber information. The developer handling these records writes some AMPscript to check and see if the data extension containing those records updated using an InsertDE() call if the record doesn't yet exist. Why would the developer receive an error stating the application cannot insert a duplicate value for the primary key in the data extension?

A marketer is troubleshooting why an email send's tracking information is not available in SalesCloud. The marketer confirms Marketing Cloud Connect is installed properly. What should be confirmed next to continue troubleshooting the send's tracking information?

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 new record is appended to the Orders data extension each time a customer makes a purchase. Which SQL statement would select a unique list of subscribers who have made multiple purchases?

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

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 developer is leveraging the SOAP API to dynamically display Profile and Preference Attributes in a custom profile center. Which method could be used to support the dynamic functionality?

A marketer is sending an email with dynamic content contained in a series of conditionals. Which AMPscript function should be used to track the different versions of the content within the email?

A developer started a Contact Delete process that is now complete. In which two places would the Contact Delete process remove data? Choose 2 answers

A developer is managing the data model programmatically and needs to access Attribute Groupschema via the API. Which API should the developer use?

A developer receives a request to integrate Marketing Cloud with a lead capture tool. The leadcapture tool will call the Marketing Cloud API to create a data extension every time a new lead form is published. The created data extension's name should match the name of the form exactly. Which API feature could the developer use to dynamically create these data extensions?

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 DataExtension? Choose 2 answers

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 developer wants to expand the functionality of existing code that was written in AMPscript, but prefers to use Server-Side JavaScript (SSJS) for updates. Which SSJS statement will retrieve the value of the AMPscript variable named subKey?

A developer wants to set a variable to use a field from a Sendable Data Extension. Which two options could be used in an AMPscript block to set the variable as a 'First Name" fieldfrom a Sendable Data Extension used to send the email? Choose 2 answers

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 developer wants to expand their knowledge of Query Activities. They want to identify emailaddresses 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?

Northern Trail Outfitters (NTO) stores most of their customer data in Marketing Cloud. They do not mind their data being viewed in clear text within SFMC to users who have access, but they want to ensure the underlying database files are encrypted at rest in case the physical media is stolen. Which encryption method should NTO use?

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

A developer needs to configure a process that can store encrypted data from Marketing Cloud as a file on an external server. What steps should the developer take?

Which encryption methods are supported in file imports? Choose 2.

Where can the SSJS Core library be used? Choose 2.

Where can the SSJS Core library be used? Choose 2.

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

Northern Trail Outfitters (NTO) uses a numeric identifier for Subscriber Key. Customer data is stored in a data extension with the Subscriber Key set as a Primary Key. Which step is required for NTO when creating relationships for this data extension in Data Designer?

When appending data to links via Web Analytics Connector, which parameter should be used to track subscriber behavior?

A developer is implementing a custom profile center and using the LogUnsubEvent request. Which parameter is required for the event to be tied to the appropriate send?

From which business unit can the "Delete Contact" function be used in an Enterprise 2.0 account?

Customer data has been imported into a staging data extension and needs to be normalized before being added to the master data extension. A text field named 'birthday' contains date values in various formats. Some of the values are valid dates, but some are not. Which SQL keywords and functions could be used to write the query? Choose 2 answers

A developer is experiencing timeouts when testing a SQL Query Activity in Automation Studio. How should the developer optimize the query?

A developer wants to aggregate monthly energy usage data over a four month period for each subscriber within an email. The monthly usage values are stored in variables for each month in the following way: How should the developer use AMPscript to generate the total?

Northern Trail Outfitters (NTO) wants to prevent competitors from receiving a coupon email. They also want to capture email addresses of competitors who are included in the targeted audience. Which feature could NTO use to prevent the coupon from being sent and report the email addresses skipped?

Landing pages can use which SSJS library?

Which of the following statements are correct about Contacts and Subscribers? Choose 2 answers

Which of the following statements are correct about Populations in Contact Builder? Choose 2.

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 developer is using the legacy endpoint www.exacttargetapis.com and has been asked to switch to Tenant Specific Endpoints (TSEs). What is the benefit of switching to TSEs?

In what order is AMPscript evaluated before an email is sent?

A developer wants to inject a Contact into a journey using API. What method and route would be used to accomplish this?

Northern Trail Outfitters is using a mobile campaign to collect email addresses of interested subscribers. Using AMPScript's API functions they will send a confirmation email when an email istexted into their short code. Which two objects are required to successfully create a TriggeredSend object? Choose 2 answers

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.00ENDIF Why would this IF statement yield unintended results?

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 developer receives Error Code 5 when performing a SOAP API call. The error states: ""CannotPerform 'Post' on objects of type 'SentEvent'. What could be the issue?

New subscribers at Northern Trail Outfitters (NTO) are added to a data extension. NTO would like to send these subscribers a welcome series with Journey Builder. What would allow the data extension to be selected for journey entry'

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 developer wants to retrieve a row of data from a data extension using the SOAP API. Which APIObject should be used for this call?

A developer wants to retrieve daily JSON data from a customer's API and write it to a data extension for consumption in Marketing Cloud at a later time. What set of Server-Side JavaScript activities should the developer use?

A marketing director at Northern Trail Outfitters wants to analyze the Send, Click, and Open DataViews. Which activities should the developer build to generate the data before transferring it to the SFTP?

A developer identified a use case where a triggered send of an email is needed. The developer already successfully set up authentication with a Client ID and Client Secret and 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 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 namedNewSubscribers. Both data extensions contain the unique identifier in a field named CustomerKey. Which AMPscript Syntax would populate the first name personalization as requested?

A developer wants to configure performance tracking of the content dynamically created viaAMPscript in an email. Which two steps should be performed to achieve this objective? Choose 2 answers

A developer is creating a custom preference center and wants to log unsubscribe events from the cloud page. Which set of parameters should be captured and provided to the LongUnsubEventExecute Call to ensure accurate unsubscribe information?

A doctor's office creates Populations for staff patients and vendors. What is the maximum number of Populations that should be created to ensure performance?

NTO uses Marketing Cloud Connect and wants to create a lead capture form on a landing page. When a customer submits the form, a Lead record should be created in Salesforce. Which scripting language can be used for this? Choose 2.

A developer needs to determine why a Query Activity in an Automation has failed. Which three scenarios could have caused this? Choose 3 answers

When do synchronous REST API calls to Marketing Cloud expire? Choose 2

NTO wants to update Contact data stored in a Data Extension using the REST API. What is required to achieve this? Choose 1.

NTO wants to automate the import of zipped files into a Data Extension. The zip files are placed on the Marketing Cloud Enhanced FTP server every night. Which activity is needed before those files can be imported? Choose 1.

NTO 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.

Certification Aid wants to implement a custom profile center using SOAP API. Which SOAP Apl methods are relevant to achieve this? Choose 2.

Which statements are true regarding the Marketing Cloud SOAP API? Choose 2

NTO 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.

NTO wants to import data from a CSV file into a Data Extension. The CSV file contains all relevant data. New records should be added to the Data Extension, and records that are not in the file should be removed from the Data Extension. Which import operation should be chosen for this? Choose 1.

Which programming language should be used in email messages? Choose 1.

Which of the following is a valid comment within an AMPscript code block? Choose 1.

NTO wants to create a file drop automation with a filename pattern. An import file is placed daily on the Marketing Cloud Enhanced FTP server, and the file name always starts with the current month and day (e.g. OCT26). How should the filename pattern be defined? Choose 2.

NTO created following AMPscript code: %%[ SET @var = 10 SET @var2 = 20 SET @var3 =30]%% How can the three variables be summed up to evaluate to 60? Choose 1.

NTO wants to trigger and email send in Marketing Cloud when a purchase is made on their website. Which API should be used for this? Choose 2.

NTO wants to add records to a Data Extension using the SOAP API. Which object can be used for this?

What is the operational order of the Contact Delete process in Marketing Cloud?

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 developer created an email with AMPscript variable as the subject line. The subject line variable was recently updated, but when testing the email, the wrong subject line continues to appear in the inbox. The developer thinks another, outdated, subject line variable is declared within the email. Where could the outdated variable be located?

A developer wants to delete a batch of subscribers from Marketing Cloud. The developer performs a Contact Delete on a batch of records in a data extension in Contact Builder. Which scenario would cause subscriber records to remain in the data extension?

A developer wants to use the RaiseError function in Ampscript when a subscriber does not have the necessary data to build an email. What are the two possible consequences of using this function? Choose 2 answers.

How often should a developer request a new token when making multiple API calls in v1?

A developer wants to transform the date and time 'Data_Enrolled' from Daylight Savings time. How would the developer change the time to fall back one hour?

An email requires a custom AMPscript to append the subscriber's zip code to a link in the email. A field name zipcode already exists in the sending data extension. It is important Marketing Cloud tracks subscribers who click on the link. Which two AMPscript functions should be used in the setup? Choose 2

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 developer is building an integration with the Marketing Cloud API. In which two ways should theClient ID and Client Secret credentials be stored? Choose 2

NTO wants to 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 customer wants to export send data to their SFTP. Which two automations would accomplish this?Choose 2

A developer created a landing page in CloudPages that returns unique content when subscriber data is located on a related data extension. The developer does not know if all subscribers have rows in the related data extension, and want default content to render if no subscriber data is found on the related data extension. Which best practice should the developer follow to control the unique and default content?

In which three ways should a developer optimize a query activity if it is currently timing out? Choose 3

A developer has a text field in a data extension they want to format using the FormatCurrencyAMPscript function. Which two values would return $6.96? Choose 2

A developer needs to configure an Email Send Logging Data Extension for a new business unit. Which option should be used?

A marketer is troubleshooting why an email sends tracking information that is not available in SalesCloud. The marketer confirms Marketing Cloud Connect is installed properly. What should be confirmed next to continue troubleshooting the sent tracking information?

A particular data extension need to be configured to store six months of data. How should data retention be added to the data extension in Email Studio?

A company need to retrieve a large number of rows from a DE via the API. Which two solutions would optimize the performance? Choose 2

A developer wants to programmatically inject Contacts into a journey via REST API. What is the recommended route using POST data extension fields and values?

A developer wants to email a subscriber who is currently being processed for a Contact Deletion request. When could the Contact be reintroduced after a Contact Delete operation has started?

A field value returned from a DE lookup contains a tab-delimited list of values. Which AMPscriptfunctions could easily determine if a specific text string exists anywhere in the list? Choose 2

NTO wants to trigger a receipt email via the SOAP API whenever a customer makes a purchase. Their developer wrote the call using the TriggerSendDefinition object and the Create method, but no emails were sent during his initial testing. Which object and method should the developer use?

A developer wants to populate a data extension with the date of the most recent click for eachsubscriber. Which query would accomplish this?

NTO puts the word TEST at the beginning of the name for each test email. Which query would return the subs who were sent those emails?

Begin your journey towards certification.

By choosing us, you immerse yourself in an effective, up-to-date, and success-focused preparation process.

Take the first step towards your certification now!

25.00Add to cart