Weekend Sale 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sale65best

Free Adobe AD0-E327 Practice Exam with Questions & Answers

Questions 1

An Adobe Campaign business practitioner needs to access a specific set of data including quarantined addresses, untargeted recipients, a specific age range, etc. on a regular basis. Data can change but conditions will remain the same.

How should the practitioner approach this to minimize the coding effort every time a similar request is made?

Options:
A.

Create a Predefined Filter

B.

Create a Temporary Schema

C.

Save data in a List

Adobe AD0-E327 Premium Access
Questions 2

When creating a new workflow, the operator wants to display the result of activities on their outbound transitions, followed by the label of the result as defined in the activity properties.

Which is the correct method to enable this?

Options:
A.

The Display progress information option

B.

Examining Task notifications in the tracking tab

C.

Viewing the workflow logs, once it has completed

Questions 3

In the Tracking Indicators report, which metric identifies how many of the targeted recipients opened a delivery?

Options:
A.

Sum of opens for the population reached

B.

Distinct opens for the population reached

C.

Distinct clicks for the population reached

D.

Recipient clicks for the population reached

Questions 4

A business practitioner needs to configure a monthly email newsletter so that subscribers that are considered minors never receive them.

Which type of typology rule should be used to accomplish this task?

Options:
A.

Filtering

B.

Capacity

C.

Pressure

D.

Control

Questions 5

An Adobe Campaign business practitioner has been given the following form and needs to make changes.

<form name="book" namespace="cus" type="contentForm">

<input xpath="@name"/>

<input xpath="@date"/>

<input xpath="@language"/>

</form>

Which attribute does the practitioner need to change to fix the layout of the form?

Options:
A.

namespace="cus"

B.

xpath="@name"

C.

type="contentForm"

Questions 6

During development or testing, what are two ways a business practitioner can avoid leaving a workflow in a paused state? (Choose two.)

Options:
A.

Right click on the workflow palette and choose "Purge History"

B.

Add a Stop activity to the final transition of a workflow

C.

Under Admin/Workflows, select "stop all workflows"

D.

Click on the Stop icon on the workflow task bar

E.

Add an End activity to the final transition of a workflow

Questions 7

A customer wants to trigger an email on a specified frequency based on the customer journey.

Given that the customer wants the delivery statistics consolidated, what kind of email delivery should the business practitioner configure in this scenario?

Options:
A.

Recurring delivery with email content pulled from the delivery template

B.

Continuous delivery with email content pulled from the delivery template

C.

Continuous delivery with email content configured in the email delivery activity

D.

Recurring delivery with email content configured in the email delivery activity

Questions 8

A customer has a requirement to build a web form, which can be translated to multiple languages depending on the different regions.

What kind of configuration is required to achieve the requirement in web form?

Options:
A.

Create multiple contents with different languages

B.

Set the option Translate to Yes in Localization

C.

Apply javascript code to change the language

Questions 9

A business team is sending out a promotional email and would like to automatically send a follow-up email two hours later to the recipients who did not open the initial email.

What are the workflow activities needed to do this?

Options:
A.

Query, EmaiM. Wait, Fork, Email2, End

B.

Query, Email!, Wait, Enrichment, Email2, End

C.

Query, Emaill. Wait, Update Date, Email2, End

D.

Query, Email!, Wait, Segmentation, Email2, End

Questions 10

An insurance company wants to send an email delivery labeled "New Offers" to all the customers with Car and PackageA to inform them about new offers that they can purchase. After one week they want to send a follow-up to those that did not open the delivery.

How would the business practitioner achieve that?

Options:
A.

Product (delivery/@product) = "Car" and

Package (delivery/package) = "PackageA" and

Label (delivery/@label) = "New Offers" and

Type (url/type) <> "Open"

B.

Product (delivery/@product) = "Car" and

Package (delivery/package) = "PackageA" and

Label (delivery/@label) = "New Offers" and

Tracking Logs (trackingLog): do not exist

C.

Product (delivery/@product) = "Car" and

Package (delivery/package) = "PackageA" and

Label (delivery/@label) = "New Offers" and

Tracking Logs (trackingLog): exist such as: "Not Open"

D.

Product (delivery/@product) = "Car" and

Package (delivery/package) = "PackageA" and

Label (delivery/@label) = "New Offers" and

Type (url/type) = "Not Open*