Unique Top-selling AD0-E312 Exams - New 2021 Adobe Pratice Exam
Adobe Campaign Dumps AD0-E312 Exam for Full Questions - Exam Study Guide
NEW QUESTION 10
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
- B. Create an enumeration within the input form definition
- C. Create an enumeration within the schema definition using the type="userDef" syntax
- D. Create a user enumeration that specifies system as the type
Answer: B
NEW QUESTION 11
A Campaign developer needs to run a newly created campaign workflow. The workflow fails with the following error: "The schema specified in the transition is not compatible with schema "nms:recipient" specified in the delivery - they must be identical".
Which steps should the Campaign developer take to resolve this error?
- A. Create a new target that matches the default schema of the workflow.
- B. Delete the email delivery and re-add it into the workflow.
- C. Unconditionally stop and restart the workflow.
- D. Change the targeting dimension to the recipient schema prior to the delivery.
Answer: A
NEW QUESTION 12
An instance is configured for high availability and redundancy.
Which two areas allow the Adobe Campaign Classic Developer to determine the number of workflow servers set up for this instance? (Choose 2)
- A. Processes list in the Monitoring page
- B. 'Xtk_WorkflowServer' option
- C. 'default affinity' attribute in Workflow properties
- D. Workflow HeatMap tab of the Monitoring page
- E. Deployment wizard
Answer: C,D
NEW QUESTION 13
A Campaign developer must configure a campaign hierarchy. Campaign configurations are as follows:
* Campaigns are budgeted and planned quarterly (Example: 2017 Q1)
* Campaigns are divided into three types: Product Promotional, Communication, Account Maintenance Campaigns run weekly (Example: Week1, Week2...) How should the Campaign developer configure the campaign hierarchy?
- A. Plan Level based on the quarter of the year (2017 Q1) Program based on campaign type (Product Promotion) Campaign Level based on the week of the campaign run (Week1)
- B. Program Level based on the specific instance of the campaign run (Week1) Campaign Level based on the campaign type (Product Promotion) Plan Level based on the quarter of the year (2017 Q1)
- C. Program Level based on the quarter of the year (2017 1) Plan based on campaign type (Product Promotion) Campaign based on weekly run (Week1)
- D. Delivery Level based on the quarter of the year (2017 Q1) Plan based on the weekly run on the campaign (Week1) Program based on campaign type (Product Promotion)
Answer: D
NEW QUESTION 14
A workflow is using two Query activities that select recipients who have bought specific products. Each Query activity stores the product as additional data. Both Query activities are then added into a Union activity joining using the keys only option.
What should be the expected results of the Union activity?
- A. Recipients and products common to both queries
- B. Distinct recipients and the products from both queries
- C. Distinct recipients from both queries
- D. All records from both queries
Answer: D
NEW QUESTION 15
An alert from the /nl/jsp/monitor.jsp web page is shown below:
"Alert concerning the memory consumption of a process; nlserver web -noconsole -tracefile:web@default
-instance:default -detach -tomcat -autorepair"
Which command should be used to recover the system to a healthy state?
- A. nlserver restart web@default
- B. nlserver start web@default
- C. nlserver restart watchdog@default
- D. nlserver restart webmdl@default
Answer: B
NEW QUESTION 16
A Campaign developer must store a dynamically created email subject line code from a campaign workflow.
How should the Campaign developer meet this requirement?
- A. Extract subject line code to a file from the campaign workflow and use the file in reports or re-marketing workflows
- B. Write a custom JavaScript code in the campaign workflow to store subject line code in custom schema
- C. Modify the email delivery to write the subject line code to a custom schema
- D. Modify the target mapping used in delivery to log subject line code as "additional parameter" in the delivery logs
Answer: C
NEW QUESTION 17
How should a developer increase the number of days that the delivery logs are kept?
- A. Delivery information is kept indefinitely: no need to increase the number of days.
- B. Increase the Online resources Validity Period.
- C. Change the associated setting in the instance configuration.
- D. Develop the campaign to target the same individual at least once every 60 days.
Answer: B
NEW QUESTION 18
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. Create a new Email delivery each day
- B. Leverage a Continuous delivery
- C. Create an Email delivery and re-execute each day
- D. Leverage a Recurring delivery
Answer: C
NEW QUESTION 19
Which two services are deployed only on a mid-sourcing instance in a hybrid installation setup? (Choose two.)
- A. Delivery Service (mta)
- B. Workflow engine (wfserver)
- C. Bounce email management Service (inMail)
- D. Redirection Service (webmdl)
Answer: A,C
NEW QUESTION 20
A campaign developer installs the transactional message control package, but NOT the transactional message execution package.
What is the reason for this decision?
- A. Message templates are created in the transactional message control.
- B. Transactional message execution packages are installed by default.
- C. Transactional message control sends the message.
- D. Direct mail messages are managed in the transactional message control.
Answer: A
NEW QUESTION 21
Which type of External Account should be used to connect to the mid-sourcing instance in a hybrid installation?
- A. Execution Instance
- B. HTTP
- C. Routing
- D. External Database
Answer: C
NEW QUESTION 22
A Campaign developer is configuring an exclusion that takes two queries as input.
Query 1: Select customers with email address
Query 2: Select customers who do not want to be contacted
Customers who do not wish to be contacted must be removed. In a test run of the exclusion, the workflow raises the following error:
"You must define the main set for exclusion 'Remove Suppressions'." How should the campaign developer solve this issue?
- A. Configure a delivery for use with the target audience
- B. Only connect one query activity to the exclusion
- C. Create the list called Remove Suppressions before running the exclusion
- D. Ensure a primary set is selected on the exclusion tab in the exclusion activity
Answer: C
NEW QUESTION 23
An Adobe Campaign Classic Developer needs to decide on the best approach to integrate with an external recipient table from a SQLServer database. The solution needs to be able to do a daily data sync of the newly detected recipient records into the Adobe Campaign database and append additional data fields.
The IT department of the external database is able to provide the database connection details but does not have enough capacity to implement any other custom processing solution.
Which integration option should the Developer choose for this scenario?
- A. Federated Data Access
- B. S3 bucket
- C. File Transfer Protocol
- D. API integration
Answer: A
NEW QUESTION 24
A customer prefers to implement Single Sign-On on all Adobe product-based solutions that they have so far, including Adobe Campaign Classic. What protocol is supported by Adobe IMS to integrate with Adobe Campaign to meet the requirement?
- A. OAuth 2.0
- B. LDAP
- C. HTTP
- D. SAML2.0
Answer: D
NEW QUESTION 25
How should a Campaign developer prepare an encrypted flat file for use with a campaign workflow as the starting population?
- A. No action is needed; encrypted flat files are automatically detected and decrypted by Adobe Campaign.
- B. No action is needed. Encrypted data should be stored as encrypted.
- C. Specify a pre-processing decryption command in the Data Loading (file)activity.
- D. Specify the public and private keys as the options under Administration > Platform > Options.
Answer: C
NEW QUESTION 26
A Campaign developer is creating an expression that requires use of SQL Code to execute. The SQL expression must reference segmentCode of the target audience.
How should the Campaign developer reference the Adobe Campaign internal segmentCode attribute in a SQL expression?
- A. iSegmentCode
- B. targetData/segmentCode
- C. targetData/@SegmentCode
- D. sSegmentCode
Answer: B
NEW QUESTION 27
An Adobe Campaign Classic Developer is creating a web service to communicate with a website. The Developer needs to create a SOAP call. Which XML code should the Campaign Classic Developer use to set up this call?
A)
B)
C)
D)
- A. Option D
- B. Option B
- C. Option A
- D. Option C
Answer: B
NEW QUESTION 28
A Campaign must exclude anyone who has received a different email sent from Adobe.
Which table should a Campaign developer query to find the people that have received the other email?
- A. nms:broadLogRcp
- B. nms:trackingLogRcp
- C. xtk:broadLog
- D. nms:broadLog
Answer: D
NEW QUESTION 29
Which statement is true regarding campaign hierarchy?
- A. A campaign plan folder is required to create a campaign.
- B. A campaign folder is required to create a campaign.
- C. A campaign program folder is required to create a campaign.
- D. A campaign workflow folder is required to create a campaign.
Answer: C
NEW QUESTION 30
How should a Campaign developer restrict users from entering only one of three possible data values in a column called customerstatus?
- A. Apply a sysfilter to the form and filter on the values for customer status
- B. Leverage Enumerations in drop-down lists for the three allowed values
- C. Leverage the enableif keyword with an expression that evaluates the values for customerstatus
- D. Create an onChange JavaScript trigger to alert the end user to the invalid value
Answer: B
NEW QUESTION 31
Email marketers notice that all of their email deliveries are being placed into an undeliverable state or retry pending status.
After performing the preliminary analysis on the Adobe Campaign instance, the entry below is found in the log file.
Fri Jul 19 13:12:08 UTC 2019 Critical Error: AC Mid Server not responding.
Which two steps should the Campaign Classic Developer take to understand more about the situation and the root cause of the failures? (Choose 2)
- A. Check the status of the marketing instance from /nl/jsp/monitor.jsp
- B. Restart mid-sourcing instances
- C. Check the status of the mid-sourcing instance from /nl/jsp/monitor.jsp
- D. Troubleshoot network connectivity between marketing and mid-sourcing instances
- E. Restart the marketing instance
Answer: C,D
NEW QUESTION 32
A developer configures two split activities (Split1 and Split2). Each split has only one resulting segment. The population of the first split is the input population of the second. The segmentCode is configured on the splits as follows:
Split 1
Name: Split1
segmentCode = 'segment1' Split 2
Name: Split2
segmentCode = 'segment2'
All splits and subsequent segments result in records. The Campaign developer turns on the Concatenate the code of each segment with the code found in the input population option of the second split What is the resulting segmentCode value?
- A. segment1segment2
- B. segment2
- C. @ID of the recipient record + 'Segment2'
- D. split1segment1split2segment2
Answer: D
NEW QUESTION 33
A Campaign developer configures a delivery with 100 records. After executing the delivery, the developer goes to approve the targeting. The developer sees 100 records as the target count and 90 records as the To Send count.
The Campaign developer needs a detailed listing of the individual records dropped and the reason for exclusion before approving the target.
After opening the delivery, how should the campaign developer perform this task?
- A. Go to Tracking
- B. Go to Delivery -> Exclusions
- C. Go to Audit -> Causes of Exclusions
- D. Go to To: -> Exclusions. Select Allow Excluded Addresses.
Answer: B
NEW QUESTION 34
......
Best way to practice test for Adobe AD0-E312: https://www.test4cram.com/AD0-E312_real-exam-dumps.html