ExamGecko
Home / Adobe / AD0-E301 / List of questions
Ask Question

Adobe AD0-E301 Practice Test - Questions Answers, Page 2

List of questions

Question 11

Report
Export
Collapse

You want to export a file containing the Label value for all created emails. Which out-of-the-box resource do you need to query in the Export Activity?

Campaign
Campaign
Messages
Messages
Delivery
Delivery
Logs
Logs
Suggested answer: A

Explanation:

Reference: https://docs.adobe.com/content/help/en/campaign-classic/using/reporting/reporting-in-adobe-campaign/about-adobe-campaign-reporting-tools.html

asked 02/10/2024
Rajesh Tripathy
31 questions

Question 12

Report
Export
Collapse

A marketer wants to segment an audience across multiple campaigns using the Transactions value held in a separate table named Transactions. A profile can have more than one transaction, and the value may change between segments. How can you make this task easier so the marketer can achieve their goal?

Create a filter for Profiles that selects profiles with a transaction that has a value greater than or equal to a specific value.
Create a filter for Profiles that selects profiles with a transaction that has a value greater than or equal to a specific value.
Create a filter for Transactions that selects transactions with a value greater than or equal to a specific value.
Create a filter for Transactions that selects transactions with a value greater than or equal to a specific value.
Create a parameterized filter for Profiles that selects profiles with existing transactions that have a value greater than or equal to a parameter.
Create a parameterized filter for Profiles that selects profiles with existing transactions that have a value greater than or equal to a parameter.
Create a parameterized filter for Transactions that selects transactions with a value greater than or equal to a parameter.
Create a parameterized filter for Transactions that selects transactions with a value greater than or equal to a parameter.
Suggested answer: D
asked 02/10/2024
Angel Luis Cuenca Garcia
33 questions

Question 13

Report
Export
Collapse

Your customer has restricted access to profile data based on Organizational Units. What configuration is required when importing profiles to ensure this is respected?

Extend the Profile resource and select the “add access authorization management fields” option. Reconcile the profile data in the import Load activity with the Organizational Unit resource, then map the reconciled value to ID field ofOrganizational Unit in the profile Update activity.
Extend the Profile resource and select the “add access authorization management fields” option. Reconcile the profile data in the import Load activity with the Organizational Unit resource, then map the reconciled value to ID field ofOrganizational Unit in the profile Update activity.
Extend Profile custom resource to add a custom field called “Org Unit” field of type “string”. Reconcile the profile data in the import Load activity with the Organizational Unit resource, then map the reconciled value to the ID field ofOrganizational Unit in the profile Update activity.
Extend Profile custom resource to add a custom field called “Org Unit” field of type “string”. Reconcile the profile data in the import Load activity with the Organizational Unit resource, then map the reconciled value to the ID field ofOrganizational Unit in the profile Update activity.
Create a new custom resource called “Organizational Units”, define a link to Profile and reconcile the data in the import workflow transition with the custom resource and update field in the Update data activity.
Create a new custom resource called “Organizational Units”, define a link to Profile and reconcile the data in the import workflow transition with the custom resource and update field in the Update data activity.
Update the Organizational unit within each profile from the Profile screen definition.
Update the Organizational unit within each profile from the Profile screen definition.
Suggested answer: A
asked 02/10/2024
Bassem Louati
31 questions

Question 14

Report
Export
Collapse

A customer regularly uses a Query on the eventSubscriptions resource to select all profiles that are subscribed to an event. What is the best practice for creating this Query?

Create a Query on the eventSubscriptions resource and select the email field from the profile link in the explorer view.
Create a Query on the eventSubscriptions resource and select the email field from the profile link in the explorer view.
Create a filter under Administration > Development > Predefined filters and then select the eventSubscriptions resource. Create a filter containing two parameters: email and event, and use it in the Query.
Create a filter under Administration > Development > Predefined filters and then select the eventSubscriptions resource. Create a filter containing two parameters: email and event, and use it in the Query.
Create a Query on the eventSubscriptions resource and select the email and event fields from this resource in the Shortcuts menu.
Create a Query on the eventSubscriptions resource and select the email and event fields from this resource in the Shortcuts menu.
Create a new filter definition for the eventSubscriptions resource containing two parameters: email and event, and use this filter in the Query.
Create a new filter definition for the eventSubscriptions resource containing two parameters: email and event, and use this filter in the Query.
Suggested answer: B
asked 02/10/2024
Asad yaseen
40 questions

Question 15

Report
Export
Collapse

A customer wants a reader-friendly list view of their imported transaction data. Which three can you configure to achieve the requirement? (Choose three.)

Customize the displayed record title with a combination of fields and/or expressions
Customize the displayed record title with a combination of fields and/or expressions
Modify the order of the fields displayed in the list
Modify the order of the fields displayed in the list
Specify the fields to be taken into account in the text search
Specify the fields to be taken into account in the text search
Add an element to display the title of a linked resource
Add an element to display the title of a linked resource
Add an element to display a field from a linked custom resource
Add an element to display a field from a linked custom resource
Suggested answer: A, C, D
asked 02/10/2024
Ruben Dallibor
32 questions

Question 16

Report
Export
Collapse

When are email addresses qualified as Quarantines? (Choose two.)

In case of Blacklisting, immediately
In case of Blacklisting, immediately
In case of Ignored errors, if marked by a user
In case of Ignored errors, if marked by a user
In case of Invalid addresses, immediately
In case of Invalid addresses, immediately
In case of Soft errors, after the counter threshold is exceeded
In case of Soft errors, after the counter threshold is exceeded
In case of Hard errors, immediately
In case of Hard errors, immediately
Suggested answer: D, E

Explanation:

Reference: https://docs.adobe.com/content/help/en/campaign-standard/using/testing-and-sending/monitoring-messages/understanding-quarantine-management.html

asked 02/10/2024
Enrique Jose Lopez Bolivar
43 questions

Question 17

Report
Export
Collapse

What is the Adobe-recommended method to authenticate to the Adobe SFTP servers?

Authentication from a whitelisted IP using username/password authentication
Authentication from a whitelisted IP using username/password authentication
Authentication from a whitelisted IP using OpenSSH key-based authentication
Authentication from a whitelisted IP using OpenSSH key-based authentication
Authentication from a blacklisted IP using SSH2 key-based authentication D. Authentication from a whitelisted IP using SSH1 key-based authentication
Authentication from a blacklisted IP using SSH2 key-based authentication D. Authentication from a whitelisted IP using SSH1 key-based authentication
Suggested answer:

Explanation:

Reference: https://docs.adobe.com/content/help/en/analytics/export/ftp-and-sftp/secure-file-transfer-protocol/ftp-sftp-dw.html

asked 02/10/2024
JAVIER MALDONADO
31 questions

Question 18

Report
Export
Collapse

How will you write a query to target all profiles that have been created in the current month and year?

Year(@created) = Year(FindDate()) AND Month(@created) = Month(FindDate())
Year(@created) = Year(FindDate()) AND Month(@created) = Month(FindDate())
Year(@created) = Year(GetDate()) AND Month(@created) = Month(GetDate())
Year(@created) = Year(GetDate()) AND Month(@created) = Month(GetDate())
Year(@created) = Year(TodayDate()) AND Month(@created) = Month(TodayDate())
Year(@created) = Year(TodayDate()) AND Month(@created) = Month(TodayDate())
Year(@created) LIKE Year(GetDate()) AND Month(@created) LIKE Month(GetDate())
Year(@created) LIKE Year(GetDate()) AND Month(@created) LIKE Month(GetDate())
Suggested answer: B

Explanation:

Reference: https://docs.adobe.com/content/help/en/campaign-standard/using/managing-processes-and-data/filtering-data/advanced-expression-editing.html

asked 02/10/2024
Mariusz Lewandowski
38 questions

Question 19

Report
Export
Collapse

Your client wants an automatic export of new logs every day. What is the correct sequence to achieve this?

Incremental Query, Extract file, Transfer file
Incremental Query, Extract file, Transfer file
Scheduler, Incremental Query, Transfer file, Extract file
Scheduler, Incremental Query, Transfer file, Extract file
Incremental Query, Transfer file, Extract file
Incremental Query, Transfer file, Extract file
Scheduler, Incremental Query, Extract file, Transfer file
Scheduler, Incremental Query, Extract file, Transfer file
Suggested answer: D

Explanation:

Reference: https://docs.adobe.com/content/help/es-ES/campaign-standard/using/managing-processes-and-data/importing-and-exporting-data/exporting-logs.translate.html

asked 02/10/2024
Arlind Tereziu
41 questions

Question 20

Report
Export
Collapse

During a business process, which activity would trigger an event transactional message?

Create event API and publish it.
Create event API and publish it.
An external event, matching the internal RT event name hits the Message Center Execution.
An external event, matching the internal RT event name hits the Message Center Execution.
Personalize the message, test it, and publish it.
Personalize the message, test it, and publish it.
After a Workflow completes, the transactional message service is triggered.
After a Workflow completes, the transactional message service is triggered.
Suggested answer: C

Explanation:

Reference: https://docs.adobe.com/content/help/en/campaign-standard/using/communication-channels/transactional-messaging/about-transactional-messaging.html

asked 02/10/2024
Robert Thompson
45 questions
Total 50 questions
Go to page: of 5

Related questions