Browse all practice questions for the Marketing Cloud Developers Certification Practice Test. Search by topic, open any question and review its full explanation, then test yourself in the practice quiz.

Marketing Cloud Developers Certification Practice Test course image
All questions

These questions are part of the practice quiz. Start practicing

  • In optimization, where should you use the primary key field in a query against data extensions?
  • What is the REST API route for sending transactional messages?
  • SetSuperContent is intended for what purpose in the editor?
  • What is the default timeout for a query activity?
  • What is the maximum payload for any REST call?
  • In Enhanced Packages, true or false: After you add an API Integration component, it can't be removed.
  • What is the purpose of Triggered Send in Marketing Cloud SSJS?
  • REST calls have different timeout values depending on operation. Which of the following is correct?
  • In ContentArea, which parameters are required?
  • What does ListID represent in Marketing Cloud data sends?
  • For handling errors at scale, what approach is recommended instead of RaiseError?
  • Which function is restricted to use in landing pages, microsites, CloudPages, or an SMS message in MobileConnect?
  • What fields are typically returned in a Marketing Cloud access token response?
  • What does ContentAreaByName do, in terms of return behavior?
  • In the Data View: Bounce example, what does left(smtpbouncereason, 4000) accomplish?
  • Which statement about the AMPscript Lookup function is true?
  • What does FTAF stand for in Marketing Cloud terminology?
  • Which data view would you use to view the subscription history for SMS sends?
  • Which data view would you query to view subscriber profile attributes added in Enterprise 2.0 accounts?
  • When deleting records created by child business units in Enterprise 2.0, which MID should be used in the request?
  • Which data view provides behavioral information related to email messages forwarded to friends (FTAF)?
  • After you add an API Integration component to a package, can you remove it?
  • Which SQL statement retrieves tracking information for a triggered send by querying the tracking data view?
  • What context does getUserData(callback) provide about the currently authenticated user?
  • Which data view provides tracking data on content shared from your Marketing Cloud sends via Social Forward?
  • Which statement best describes the InsertDE function in Marketing Cloud?
  • Which scenario best illustrates REST's suitability for extensive back-and-forth messaging?
  • Which data view lets you view subscribers in your Marketing Cloud account and their statuses, with no access to subscriber attributes?
  • Which account type isolates deletions to that account, regardless of other accounts in the structure?
  • Using SELECT * in a Query Activity can cause which behavior regarding fields added after the query is saved?
  • In the example usage of BuildRowSetFromString, how many values are produced?
  • The LookupOrderedRows example returns which of the following?
  • If Field-Level Encryption is enabled, exporting data via a data extension export to an FTP location results in what?
  • Which statement about LookupRows is correct?
  • What is emphasized about deleting contacts in Marketing Cloud?
  • What is the purpose of intermediate tables in query design?
  • Which SSJS statement adds a new row to a Data Extension?
  • GROUP BY is a supported SQL construct.
  • How should you add custom Journey Builder events or activities to an existing Marketing Cloud app?
  • What does JobID represent in the context of an email send?
  • The AttributeValue AMPscript function can pull values from which data sources? (Select the most complete option.)
  • What is the effect of calling triggerAuth(appID)?
  • What does DataExtensionRowCount return?
  • How is a transactional message accessed in the SOAP API?
  • Which data view lets you view subscribers in your Enterprise Marketing Cloud account and their profile attributes?
  • Which function would you use to fetch a content block by its name (another phrasing)?
  • In a Marketing Cloud app integration, what is the Endpoint URL used to load assets and define the base path for resources?
  • Which data view provides tracking data on content shared from your Marketing Cloud sends via Social Forward?
  • According to best practices, what should you do when working with Triggered Send Definitions?
  • Understand the Contact Record Deletion Process
  • What is a fundamental property of REST that contrasts with SOAP's statefulness?
  • What does SMTPBounceReason represent in Marketing Cloud data fields?
  • True or false: You can't URL-encode a redirect URI in Enhanced Packages, as part of API Integration.
  • Which data view provides information about publication lists and can be used with SMS messages?
  • What does getData(callback) retrieve for a custom block?
  • Which statement about the OAuth 2.0 integration in the enhanced Marketing Cloud App is true?
  • Which operator should be avoided in a WHERE clause to improve performance?
  • What is a potential risk of passing a partial data object to setData?
  • Which pair best describes the core elements of a triggered send definition?
  • Which data view contains data on Marketing Cloud email send jobs?
  • Which statement correctly describes the InvokeCreate operation?
  • Which statement best describes REST API capabilities?
  • To identify the Triggered Send Definition for an email activity in a Marketing Cloud journey, which data view would you join to the email tracking system data views?
  • CASE statements are supported for conditional statements.
  • Which statement about using setContent is correct?
  • Which statement reflects best practice for triggered send definitions?
  • Which authentication method does an enhanced Marketing Cloud App package use to acquire an access token on behalf of a user?
  • Regarding the content passed to the callback versus the Super Content, is it always identical?
  • Data View _Unsubscribe is used to:
  • What does ContentAreaByName do?
  • In best practices, which statement is correct regarding Publish vs Pause/Start?
  • Which statement about redirect URIs in Enhanced Packages is true?
  • Which data view provides information about publication lists in Marketing Cloud, including SMS opt-ins?
  • Which statement describes a benefit of explicitly listing column names in the SELECT clause rather than using SELECT *?
  • Open-ended comment designations such as -- to comment out a line are not supported.
  • Which of the following is true about the UpsertDE function?
  • Which function would you use to retrieve a content block by its numeric identifier?
  • An Installed Package Component is described as:
  • If you want to fetch a content block by its name, which function should you call?
  • Which grant type does not provide a refresh token?
  • Public App Integration describes which of the following?
  • Which data view would you query to view emails sent from your Marketing Cloud account?
  • When enabling Field-Level Encryption for your Marketing Cloud account, which statement correctly describes how data is handled after import?
  • Which of the following is a valid redirect URI for local testing in Enhanced Packages?
  • For Field-Level Encryption Data Imports, which option is used for Triggered Sends?
  • In Case 1, REST focuses on resource-based operations inherited from HTTP. Which verbs are commonly used to manage resources?
  • Which condition is a primary reason to use SOAP?
  • What is the effect of splitting a long query into multiple component queries that each have timeouts of 30 minutes?
  • Which statement about LookupRows is correct?
  • Which data format is predominantly used in REST to support browser clients?
  • Which statement about REST API requests is false?
  • Data View _SurveyResponse is used to:
  • The Forward To A Friend data view stores what kind of information?
  • Which data view is used to view email open events in Marketing Cloud?
  • MobileConnect and MobilePush Contact Deletion
  • What base URLs are accessed with the access token?
  • Which statement correctly describes the four components of a REST request?
  • What does the baseUrl represent in a Marketing Cloud integration?
  • Which HTTP verbs are typically used for CRUD operations in REST?
  • Which API supports username and password authentication?
  • What is a practical outcome of REST tooling and browser extensions for developers?
  • What happens when you uninstall a package installed from AppExchange across the enterprise?
  • Which of the following is NOT a field when creating a Triggered Send Definition?
  • For On-Your-Behalf accounts, deletions originate in the parent account and cascade to which accounts?
  • In server-to-server integrations, which credentials are used to request the access token in the client credentials flow?
  • When should you use SELECT DISTINCT queries?
  • To create and install packages in Marketing Cloud, which permission is required?
  • Does the width set by setBlockEditorWidth persist across sessions?
  • Which function counts the rows in a data extension?
  • To view click data for links in emails, which data view should you query?
  • Which pattern is not permitted when combining data joins with column selection?
  • CAST and CONVERT functions are supported.
  • JourneyActivityObjectID corresponds to which field in the _Sent, _Open, _Bounce, and _Unsubscribe data views?
  • Which statement best describes what a triggered send definition does?
  • LookupOrderedRowsCS returns a specified number of rows.
  • Which statement describes a key characteristic of SOAP?
  • What is the content of the Public App Integration examples?
  • Which attribute is used to specify the execution context name in a Server-Side JavaScript block?
  • Which statement accurately describes REST in contrast to SOAP?
  • Which statement best describes the UpsertData function?
  • In Field-Level Encryption Data Imports, which API calls are available?
  • Web Apps make API requests in the context of an end user and are issued what credentials?
  • What is the recommended action to improve performance when business-critical functions rely on data extensions used in a query activity?
  • Which of the following describes how the RaiseError function behaves with its second parameter?
  • In Enterprise 2.0 accounts, deletions must originate from which account?
  • What does the scope field represent in the access token request?
  • To view data related to spam complaints from subscribers, which data view should you query?
  • MIN and MAX functions are supported.
  • Which query pattern is not permitted in this environment?
  • What is a recommended approach to improve performance for a poorly running query in Automation Studio?
  • Which statement accurately describes SOAP's support for formal contracts and reliability features?
  • What is a recommended practice for data view queries to improve performance?
  • What is the host in the sample request for the token endpoint?
  • In AMPScript, what is the correct order of operations for composing and sending an email?
  • To retrieve a content image by its ID, which function is used?
  • Which type of integration performs tasks without an end-user context?
  • Agency and Agency Client accounts deletions?
  • To add custom Journey Builder events or activities to an existing Marketing Cloud app, what must you do?
  • For data views, what cap is recommended to optimize performance?
  • Which statement best characterizes REST in terms of complexity and transparency?
  • LookupRowsCS returns a maximum of 2000 rows.
  • When assigning scopes for a Legacy Package API Integration, what is recommended?
  • Which method exports data as encrypted data only when Field-Level Encryption is enabled?
  • What is AMPScript usage for transactional messages?
  • Nested Queries are supported.
  • The Journey data view provides information about journeys, including status, created and last modified date, and other general journey information. Which option matches this description?
  • What does setData(dataObject, callback) do, and what risk does a partial data object introduce?
  • REST calls are which of the following?
  • Which clause should you specify with TOP queries to avoid unpredictable results?
  • What is a key REST advantage in terms of developer response and testing?
  • Email tracking data extensions allow only SELECT statements to data extensions or data views.
  • What is the lifetime of an access token in this system?
  • Which statement about the Data View _SubscriberSMS is true?
  • UNION is a supported SQL construct.
  • InsertData is used in which scenarios?
  • Which data view lets you view impression data for content shared from your Marketing Cloud sends via Social Forward?
  • When creating an API Integration in Legacy Packages, which option is automatically selected for the integration type?
  • Which data view is used to confirm which subscribers were sent emails from your account?
  • Which function retrieves a content block by its Key?
  • Which function retrieves a content image by its Key?
  • Where is the triggered send definition located in the UI?
  • In the AMPscript example %%=Lookup('PostalCode','City','PostalCode',46016)=%%, what value is returned?
  • Which description best characterizes LookupOrderedRows in AMPscript?
  • What are the components of a triggered send?
  • Which SQL expression removes both carriage return and line feed characters from a string?
  • Which statement best describes the SOAP API in Marketing Cloud?
  • To find subscribers on lists in your Marketing Cloud account, which data view should you query?
  • What does the ContentArea AMPscript function return?
  • True or false: In Enhanced Packages, the API Integration component cannot be removed once added.
  • Which function retrieves a content image by its Key?
  • JOIN is a supported SQL construct.
  • Who can install packages and apps in Marketing Cloud?
  • Lock-and-Publish accounts deletions?
  • In Enterprise 2.0 accounts, when profile attributes are created, which data view can return profile attribute columns in addition to the standard columns?
  • Which statement is true about EnterpriseAttribute data view limitations?
  • Which function would you use to retrieve a content image by its ID?
  • Which statement best describes the relationship between REST and browser clients regarding data formats?
  • Which function allows you to retrieve a content block by its numeric identifier?
  • UpsertDE can add a new row if no match is found. Which option reflects this behavior?
  • Who can delete a package or app in Marketing Cloud?
  • Which data view does not support MobileConnect?
  • What fields are included in the token request for server-to-server integration?
  • In an access token, the token grants access to which services?
  • Which AMPscript functions are listed for Field-Level Encryption Data Imports?
  • What is the primary purpose of calling setSuperContent on a custom block in the editor?
  • Which account type isolates deletions to that account regardless of the larger structure?
  • Which data view lets you view subscribers in your Marketing Cloud account and their statuses (note that subscriber attributes are not available)?
  • LookupOrderedRowsCS treats strings as case-sensitive.
  • When re-importing a MobileConnect contact, which status must be re-imported?
  • IF constructs are supported for conditional statements.
  • Which is a valid Server-Side JavaScript block declaration?
  • What happens when you delete a contact related to Email Studio?
  • What are the valid width constraints when using setBlockEditorWidth(width, callback())?
  • What is the endpoint to request an access token in the v2 token flow?
  • Which is an efficient search for last names starting with H?
  • What does URI stand for in REST APIs, and what does it specify?
  • Which data view provides SMS message tracking information for MobileConnect SMS sends, including send and receive history?
  • If a query activity is part of a program or automation, what should you not do on the same step?
  • Block widgets interact with the editor using what mechanism?
  • What does the Content Builder SDK cross-document wrapper provide?
  • To provide a real-time update experience, how should a custom block update the canvas when a user makes changes?
  • LookupOrderedRowsCS supports specifying multiple additional field-value pairs as part of an AND clause.
  • Which data view provides subscription history for MobileConnect SMS sends, such as which mobile numbers are subscribed to a keyword?
  • Which SSJS call adds a subscriber to a List?
  • What is the recommended practice for storing client credentials in an API Integration?
  • Which statement about JSON in REST payloads is true?
  • Why should you always select a list under subscriber management when creating a Triggered Send Definition?
  • Which account type isolates deletions to that account, no matter which accounts exist in the larger structure?
  • On-Your-Behalf accounts deletions originate in?
  • How can AttributeValue be used with Lookup to retrieve an attribute's value?
  • When using setContent, which statement about the source of truth for content is correct?
  • For Enterprise 2.0 accounts, where does Enable Contact Delete occur?
  • What does the InsertData function return when inserting a row into a data extension?
  • Which statement is true about the InsertDE function's scope?
  • In Marketing Cloud, what tool is used to run queries against data views?
  • Data views such as _open and _click have what limitations?
  • What is the account ID in a token request typically referred to as?
  • Which statement correctly describes SOAP's support for reliability and security features?
  • Public Apps are issued which credential(s) because they cannot maintain the confidentiality of a client secret?
  • Which statement describes REST + JSON as an easy way to expose web services?
  • SOAP can benefit developers when there is a high need for transactional reliability due to support for which features?
  • LookupRowsCS returns a rowset from a data extension where the field matches the specified value.
  • To persist user-selected configuration separately from the block content, which method should you use?
  • Which statement best describes the use of Super Content in the block preview?
  • In the example BuildRowSetFromString('123|456|789', '|'), how many rows are returned in the rowset?
  • Which statement best describes the JourneyActivity data view?
  • What token flow is used for server-to-server integrations to obtain an access token?
  • What is a potential side effect of using intermediate tables when you have many joins?
  • What does the getContent(callback) method do in a Marketing Cloud block?
  • Which of the following is a correct example of a component of a triggered send?
  • Which statement best describes the communication mechanism used by block widgets?
  • In the SMS message tracking data view, which values are currently represented as static GUIDs?
  • Which of the following lists the HTTP methods used by REST in this context?
  • Agency and Agency Client account deletions behave how?
  • What does AttributeValue return if the requested attribute is not available in the current data source context?
  • Which data view would you query to view subscriber statuses in your account?
  • Contact Delete removes contact information across the entire enterprise for Enterprise 2.0 accounts.
  • What is the requirement to uninstall a package or app in Marketing Cloud?
  • To view coupons used in your Marketing Cloud account, which data view should you query?
  • Data View _UndeliverableSms is used to view:
Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy