ExamGecko
Home Home / Adobe / AD0-E308

Adobe AD0-E308 Practice Test - Questions Answers, Page 4

Question list
Search
Search

List of questions

Search

Related questions











During development, the client must only send emails to their company domain.

How should a Campaign developer make sure this is enforced?

A.
Create a delivery template with an exclusion rule to remove recipients in other domains
A.
Create a delivery template with an exclusion rule to remove recipients in other domains
Answers
B.
Update non-company domain emails to NULL
B.
Update non-company domain emails to NULL
Answers
C.
Create a default workflow template with an exclusion activity to exclude recipients in other domains
C.
Create a default workflow template with an exclusion activity to exclude recipients in other domains
Answers
D.
Create a typology rule to exclude recipients in other domains
D.
Create a typology rule to exclude recipients in other domains
Answers
Suggested answer: C

A Campaign developer is setting up a new API to query the recipient table from an external application. The developer is setting up an Operator for use specifically with the new API. In doing so, the developer selects the option “forbid access from the rich client”

What impact does this have on the API?

A.
The Operator will authenticate via external accounts for API access.
A.
The Operator will authenticate via external accounts for API access.
Answers
B.
The Operator has access via the API.
B.
The Operator has access via the API.
Answers
C.
‘The Operator can issue API calls from within the rich client.
C.
‘The Operator can issue API calls from within the rich client.
Answers
D.
The Operator is denied access via the API.
D.
The Operator is denied access via the API.
Answers
Suggested answer: D

Explanation:

Reference: https://docs.adobe.com/content/help/en/campaign-classic/using/getting-started/administration-basics/access-management.html

What should a Campaign developer change to update the default time zone of the instance?

A.
Modify the default time zone of the admin operator
A.
Modify the default time zone of the admin operator
Answers
B.
Update the default country on the deployment wizard
B.
Update the default country on the deployment wizard
Answers
C.
Update the xtk:common schema with the desired time zone
C.
Update the xtk:common schema with the desired time zone
Answers
D.
Modify the WdbcTimeZone platform option with the desired time zone
D.
Modify the WdbcTimeZone platform option with the desired time zone
Answers
Suggested answer: D

Explanation:

Reference: https://docs.adobe.com/content/help/en/campaign-classic/using/installing-campaign-classic/additional-configurations/time-zone-management.html

Which two services are deployed only on a mid-sourcing instance in a hybrid installation setup? (Choose two.)

A.
Redirection Service (webmdl)
A.
Redirection Service (webmdl)
Answers
B.
Workflow engine (wfserver)
B.
Workflow engine (wfserver)
Answers
C.
Delivery Service (mta)
C.
Delivery Service (mta)
Answers
D.
Bounce email management Service (inMail)
D.
Bounce email management Service (inMail)
Answers
Suggested answer: C, D

Explanation:

Reference: https://docs.adobe.com/content/help/en/campaign-classic/using/installing-campaign-classic/deployment-types-/mid-sourcing-deployment.html

A developer is building a campaign that selects recipients the day after recipients contact customer support and send the same email content regardless of day of execution.

A different delivery ID must be associated with each day's send for campaign analysis.

How should the Campaign developer meet the analysis requirements with the minimum daily maintenance?

A.
Leverage a Continuous delivery
A.
Leverage a Continuous delivery
Answers
B.
Leverage a Recurring delivery
B.
Leverage a Recurring delivery
Answers
C.
Create an Email delivery and re-execute each day
C.
Create an Email delivery and re-execute each day
Answers
D.
Create a new Email delivery each day
D.
Create a new Email delivery each day
Answers
Suggested answer: C

A Campaign developer is sending proofs for an email delivery. The Campaign developer must indicate what time the proof was generated in the proof email subject line.

How should the Campaign developer accomplish this task?

A.
In the delivery properties > advanced, edit the proof properties and define a JavaScript block to calculate the current timestamp
A.
In the delivery properties > advanced, edit the proof properties and define a JavaScript block to calculate the current timestamp
Answers
B.
In the delivery properties > advanced, edit the proof properties to append the current date time stamp when sending the proof
B.
In the delivery properties > advanced, edit the proof properties to append the current date time stamp when sending the proof
Answers
C.
While sending proofs, manually change the subject line to include the current date time
C.
While sending proofs, manually change the subject line to include the current date time
Answers
D.
Code the email delivery to dynamically append the date time in the subject line if a proof is being sent
D.
Code the email delivery to dynamically append the date time in the subject line if a proof is being sent
Answers
Suggested answer: B

Explanation:

Reference: https://docs.adobe.com/content/help/en/campaign-classic/using/sending-messages/key-steps-when-creating-a-delivery/steps-validating-the-delivery.html

A Campaign developer must create a new table in Adobe Campaign. None of the fields in the new table have unique values.

What should the Campaign developer do?

A.
Create a composite key of multiple columns
A.
Create a composite key of multiple columns
Answers
B.
Create a primary key using autopk
B.
Create a primary key using autopk
Answers
C.
Create a primary key on one of the available fields
C.
Create a primary key on one of the available fields
Answers
D.
Create a table without a primary key
D.
Create a table without a primary key
Answers
Suggested answer: B

Explanation:

Reference: https://docs.adobe.com/content/help/en/campaign-classic/using/configuring-campaign-classic/schema-reference/database-mapping.html

A Campaign developer wants to allow users to pick values from a drop-down list within a form and allow users to enter values that may not be in the drop-down list.

How should the Campaign developer meet this requirement using enumeration?

A.
Create a user enumeration that specifies open as the type
A.
Create a user enumeration that specifies open as the type
Answers
B.
Create an enumeration within the input form definition
B.
Create an enumeration within the input form definition
Answers
C.
Create a user enumeration that specifies system as the type
C.
Create a user enumeration that specifies system as the type
Answers
D.
Create an enumeration within the schema definition using the type=”userDef” syntax
D.
Create an enumeration within the schema definition using the type=”userDef” syntax
Answers
Suggested answer: B

A client has a user created specifically for making API calls. The client does NOT want to create a new session token for each call.

How should the Campaign developer configure the operator to accomplish this request?

A.
Enable trusted IP
A.
Enable trusted IP
Answers
B.
Forbid web access
B.
Forbid web access
Answers
C.
Use LDAP integration
C.
Use LDAP integration
Answers
D.
Use Adobe ID login
D.
Use Adobe ID login
Answers
Suggested answer: B

With every marketing campaign for a client that has several brands, a Campaign developer must associate the brand with the campaign for reporting purposes.

What changes should the Campaign developer recommend?

A.
Extend the nmsPlan schema and add brandName attribute. Modify the form for nmsPlan to include the brandName as input field.
A.
Extend the nmsPlan schema and add brandName attribute. Modify the form for nmsPlan to include the brandName as input field.
Answers
B.
Extend the nmsOperation schema and add brandName attribute. In the campaign workflows, include an “update activity” to update the nmsOperation’s brandName attribute.
B.
Extend the nmsOperation schema and add brandName attribute. In the campaign workflows, include an “update activity” to update the nmsOperation’s brandName attribute.
Answers
C.
Extend the nmsOperation schema and add brandName attribute. Modify the form for nmsOperation to include the brandName as input field.
C.
Extend the nmsOperation schema and add brandName attribute. Modify the form for nmsOperation to include the brandName as input field.
Answers
D.
Extend the nmsPlan schema and add brandName attribute. Modify the form for nmsProgram to include the brandName as input field.
D.
Extend the nmsPlan schema and add brandName attribute. Modify the form for nmsProgram to include the brandName as input field.
Answers
Suggested answer: A
Total 60 questions
Go to page: of 6