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

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

List of questions

Question 31

Report
Export
Collapse

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

How should a Campaign developer make sure this is enforced?

Create a delivery template with an exclusion rule to remove recipients in other domains
Create a delivery template with an exclusion rule to remove recipients in other domains
Update non-company domain emails to NULL
Update non-company domain emails to NULL
Create a default workflow template with an exclusion activity to exclude recipients in other domains
Create a default workflow template with an exclusion activity to exclude recipients in other domains
Create a typology rule to exclude recipients in other domains
Create a typology rule to exclude recipients in other domains
Suggested answer: C
asked 02/10/2024
MOHD SAIFUL SYAHMI SAIFUDDIN
37 questions

Question 32

Report
Export
Collapse

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?

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

Explanation:

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

asked 02/10/2024
Adam Burdett
31 questions

Question 33

Report
Export
Collapse

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

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

Explanation:

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

asked 02/10/2024
ML MASANE
46 questions

Question 34

Report
Export
Collapse

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

Redirection Service (webmdl)
Redirection Service (webmdl)
Workflow engine (wfserver)
Workflow engine (wfserver)
Delivery Service (mta)
Delivery Service (mta)
Bounce email management Service (inMail)
Bounce email management Service (inMail)
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

asked 02/10/2024
Sergey Aleksandrov
50 questions

Question 35

Report
Export
Collapse

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?

Leverage a Continuous delivery
Leverage a Continuous delivery
Leverage a Recurring delivery
Leverage a Recurring delivery
Create an Email delivery and re-execute each day
Create an Email delivery and re-execute each day
Create a new Email delivery each day
Create a new Email delivery each day
Suggested answer: C
asked 02/10/2024
Krzychu Kn
42 questions

Question 36

Report
Export
Collapse

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?

In the delivery properties > advanced, edit the proof properties and define a JavaScript block to calculate the current timestamp
In the delivery properties > advanced, edit the proof properties and define a JavaScript block to calculate the current timestamp
In the delivery properties > advanced, edit the proof properties to append the current date time stamp when sending the proof
In the delivery properties > advanced, edit the proof properties to append the current date time stamp when sending the proof
While sending proofs, manually change the subject line to include the current date time
While sending proofs, manually change the subject line to include the current date time
Code the email delivery to dynamically append the date time in the subject line if a proof is being sent
Code the email delivery to dynamically append the date time in the subject line if a proof is being sent
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

asked 02/10/2024
Ronald de Groot
40 questions

Question 37

Report
Export
Collapse

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?

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

Explanation:

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

asked 02/10/2024
Mi Ko
23 questions

Question 38

Report
Export
Collapse

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?

Create a user enumeration that specifies open as the type
Create a user enumeration that specifies open as the type
Create an enumeration within the input form definition
Create an enumeration within the input form definition
Create a user enumeration that specifies system as the type
Create a user enumeration that specifies system as the type
Create an enumeration within the schema definition using the type=”userDef” syntax
Create an enumeration within the schema definition using the type=”userDef” syntax
Suggested answer: B
asked 02/10/2024
Bruno Piovan
27 questions

Question 39

Report
Export
Collapse

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?

Enable trusted IP
Enable trusted IP
Forbid web access
Forbid web access
Use LDAP integration
Use LDAP integration
Use Adobe ID login
Use Adobe ID login
Suggested answer: B
asked 02/10/2024
Eric Jones
43 questions

Question 40

Report
Export
Collapse

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?

Extend the nmsPlan schema and add brandName attribute. Modify the form for nmsPlan to include the brandName as input field.
Extend the nmsPlan schema and add brandName attribute. Modify the form for nmsPlan to include the brandName as input field.
Extend the nmsOperation schema and add brandName attribute. In the campaign workflows, include an “update activity” to update the nmsOperation’s brandName attribute.
Extend the nmsOperation schema and add brandName attribute. In the campaign workflows, include an “update activity” to update the nmsOperation’s brandName attribute.
Extend the nmsOperation schema and add brandName attribute. Modify the form for nmsOperation to include the brandName as input field.
Extend the nmsOperation schema and add brandName attribute. Modify the form for nmsOperation to include the brandName as input field.
Extend the nmsPlan schema and add brandName attribute. Modify the form for nmsProgram to include the brandName as input field.
Extend the nmsPlan schema and add brandName attribute. Modify the form for nmsProgram to include the brandName as input field.
Suggested answer: A
asked 02/10/2024
Baljit Bhadare
39 questions
Total 60 questions
Go to page: of 6
Search

Related questions