Exam4Training

Adobe AD0-E313 Adobe Campaign Classic Developer Certified Professional Online Training

Question #1

A Campaign developer wants to create a drop-down listing cities .

Which enumeration should they use?

  • A . Dbenum Enumeration
  • B . Free Enumeration
  • C . Set Enumeration
  • D . Open list Enumeration

Reveal Solution Hide Solution

Correct Answer: C
Question #2

Adobe Campaign has out-of-the-box namespaces .

What are two of these namespaces? Choose the two correct answers.

  • A . xtn
  • B . ncm
  • C . xkt
  • D . xtk
  • E . nca

Reveal Solution Hide Solution

Correct Answer: A,D
Question #3

What is the correct way to define enumeration?

A)

B)

C)

D)

  • A . Option A
  • B . Option B
  • C . Option C
  • D . Option D

Reveal Solution Hide Solution

Correct Answer: D
Question #4

A developer wishes to merge the value of two different columns within the target dimension. @firstChild & ©secondChild, into one column separated by a space .

What is the tight expression for this use case?

  • A . concat(@»firstChild. ©secondChild)
  • B . concat(@firstChild. ©secondChild. " ")
  • C . JuxtWords(@firstChild, ©secondChild)
  • D . JuxtWords2(@firstChild, ©secondChild)

Reveal Solution Hide Solution

Correct Answer: A
Question #5

When following Content Management creation principles, what is the best practice when defining the identification key of the schema, form, and publication template?

  • A . Use the same namespace
  • B . Use the same namespace and internal
  • C . Use the same label and internal name
  • D . Use the same label

Reveal Solution Hide Solution

Correct Answer: A
Question #6

A Campaign developer notices that targeting approval and content approval notifications are not being sent.

What should the developer verify to resolve this situation?

  • A . The Jobs on deliveries in campaigns workflow is running.
  • B . The target of the approval message is in the recipient table.
  • C . The notification reminders are configured in the delivery approvals tab.
  • D . The approval message is using a notification typology.

Reveal Solution Hide Solution

Correct Answer: A
A

Explanation:

Reference: https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-QUESTION NO: s/reason-for- not-sending-targeting-and-content-approval/qaq-p/312620/comment-id/1909

Question #7

What is the purpose of the Jump activity?

  • A . To improve the readability of the workflow
  • B . To call a subworkflow
  • C . To create branching in the workflow
  • D . To trigger a workflow

Reveal Solution Hide Solution

Correct Answer: A
A

Explanation:

Reference: https://docs.adobe.com/content/help/en/campaign-classic/using/automating-with-workflows/flow- control-activities/jump–start-point-and-end-point-.html

Question #8

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 a user enumeration that specifies system as the type
  • D . Create an enumeration within the schema definition using the type=”userDef” syntax

Reveal Solution Hide Solution

Correct Answer: B
Question #9

A developer has added an additional attribute named "countryCode* to an extension of the nms;delitfery schema inside an element named "madcet". The attribute is required to be configurable through the nm&delivery input form .

What is the correct XPattt syntax to access the attribute from an input element?

  • A . <inputxpath:"©countryCode”/>
  • B . <lnput xpath=’delivery/@countryCode’’/>
  • C . <input Xpath=* ‘market/@countryCcde’’/>
  • D . <inputxpath=’deliveries/@countryCode’’/>

Reveal Solution Hide Solution

Correct Answer: A
Question #10

While uploading a file in Campaign, a developer needs to ensure that the rejects from the input file are captured in the external file .

How would they do this?

  • A . White using data loading (die) option, choose Reject Management and add the reject file name
  • B . Use Auto Detect format and the rejection will be added automatically
  • C . Select Click here to change the file format use Error Processing, and add the reject file name
  • D . Define the file name in the target database using default or external database option

Reveal Solution Hide Solution

Correct Answer: C

Question #11

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.
  • B . Extend the nmsOperation schema and add brandName attribute. In the campaign workflows, include an “update activity” to update the nmsOperation’s brandName attribute.
  • C . Extend the nmsOperation schema and add brandName attribute. Modify the form for nmsOperation 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.

Reveal Solution Hide Solution

Correct Answer: A
Question #12

What configuration would allow a folder to display records that are physically stored in one or more folders of the same type?

  • A . Make this folder a system folder
  • B . Make this folder a view
  • C . Give the read data access right
  • D . Hide this folder from the lists

Reveal Solution Hide Solution

Correct Answer: D
Question #13

How should a Campaign developer restrict users from entering only one of three possible data values in a column called customerstatus?

  • A . Create an onChange JavaScript trigger to alert the end user to the invalid value
  • B . Leverage the enableif keyword with an expression that evaluates the values for customerstatus
  • C . Leverage Enumerations in drop-down lists for the three allowed values
  • D . Apply a sysfilter to the form and filter on the values for customer status

Reveal Solution Hide Solution

Correct Answer: C
C

se the audit logs of the campaign

D. Duplicate the workflow and re-

Question #14

A daily campaign has sent out 0 emails to customers this week when it should be sending over 1000 emails a day. None of the activities are flashing red 10 indicate they are showing an error.

What would be a developer’s first step in troubleshooting the failed workflow?

  • A . Close the Adobe Campaign program and restart it
  • B . Check the logs for each individual activity to identify any errors
  • C . Check the workflows Journal to analy run It

Reveal Solution Hide Solution

Correct Answer: C
Question #15

Which two attributes need to be configured in order to create an External Account of type 5FTP? Choose the two correct answers.

  • A . Access Key
  • B . Encryption
  • C . Server
  • D . Account
  • E . Channel

Reveal Solution Hide Solution

Correct Answer: A,B
Question #16

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
  • B . In the delivery properties > advanced, edit the proof properties to append the current date time stamp when sending the proof
  • C . While sending proofs, manually change the subject line to include the current date time
  • D . Code the email delivery to dynamically append the date time in the subject line if a proof is being sent

Reveal Solution Hide Solution

Correct Answer: B
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

Question #17

What would a developer use to trigger one workflow from another?

  • A . Scheduler activity
  • B . Option
  • C . PostEvent method
  • D . Jump activity

Reveal Solution Hide Solution

Correct Answer: D
Question #18

If a user is to receive email notifications regarding alerts from campaign workflows, which default operator group is required?

  • A . Workflow execution
  • B . Campaign managers
  • C . Delivery operators
  • D . Workflow supervisors

Reveal Solution Hide Solution

Correct Answer: D
Question #19

What monitoring log should a Campaign developer look at for a database error in a query activity?

  • A . web
  • B . wfserver
  • C . mta
  • D . inMail

Reveal Solution Hide Solution

Correct Answer: C
Question #20

A new column is added to the recipient schema via a schema extension. The extension is called recipientExt in namespace abc. This new column is called CustomerDecile and is of type long.

What is the database location of the new column?

  • A . NmsRecipient.iCustomerDecile
  • B . abcRecipient.CustomerDecile
  • C . NmsRecipientExt.CustomerDecile
  • D . abcRecipientExt.iCustomerDecile

Reveal Solution Hide Solution

Correct Answer: C

Question #21

Which type of External Account should be used to connect to the mid-sourcing instance in a hybrid installation?

  • A . HTTP
  • B . Routing
  • C . External Database
  • D . Execution Instance

Reveal Solution Hide Solution

Correct Answer: B
B

Explanation:

Reference: https://docs.adobe.com/content/help/en/campaign-classic/using/installing-campaign-classic/additional-configurations/mid-sourcing-server.html

Question #22

How should a Campaign developer allow a marketing user to start a workflow?

  • A . Add the user to the Workflow Supervisor group
  • B . Add the user to the Administrator Operator group
  • C . Add the user to the Delivery Operator group
  • D . Add the user to the Campaign Manager Operator group

Reveal Solution Hide Solution

Correct Answer: C
C

Explanation:

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

Question #23

What is the primary benefit of utilizing a platform option?

  • A . To reference and update a parameter across multiple workflow executions
  • B . To automatically create an incremental counter to maintain a consistent sequence
  • C . To standardize the values of a field and help with data input or use within queries
  • D . To communicate with external applications

Reveal Solution Hide Solution

Correct Answer: D
D

Explanation:

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

Question #24

A diem warts to know If Message Center’s transactional messages are linked with the Recipient record .

What is the most accurate response from a Campaign developer?

  • A . Message Center communications are only used when the target is not In the Recipient table
  • B . Message Center communications are not linked lo Recipients by default, but can be if required
  • C . Message Center communications must be linked to a Recipient record
  • D . Message Center communications are linked to Recipients by default

Reveal Solution Hide Solution

Correct Answer: C
Question #25

An Adobe Campaign operator is included in the Workflow Supervisors Operator Group, and is required to have Administrator access for one week only .

What would be the best practice to overload the operator’s existing rights?

  • A . Assign the admin named right
  • B . Remove all rights from the operator
  • C . Remove the operator from the Workflow Supervisors
  • D . Add the operator to the admin Operator Group

Reveal Solution Hide Solution

Correct Answer: C
Question #26

A client has two separate recipient folders for its English and Chinese speaking recipients, and each folder has its respective user group .

How should the developer set up the user rights for a manager if they wish to see both recipient folders?

  • A . Assign the named right MERGE to the operator
  • B . Assign the named right FILES ACCESS to the operator
  • C . Assign the operator to each language group
  • D . Assign the new operator to the Administrator group

Reveal Solution Hide Solution

Correct Answer: C
Question #27

Out of the following variables, which has the widest range of visibility within the platform?

  • A . event variable
  • B . option variable
  • C . platform variable
  • D . instance variable

Reveal Solution Hide Solution

Correct Answer: C
Question #28

An Adobe Campaign developer uses an Import workflow to load data from an external source, but finds that duplicate entries are created in the recipient table .

What are the two likely causes of the error? Choose the two correct answers.

  • A . The Update data activity is set to the ‘insert’ option.
  • B . The file was not deduplicated before the importing workflow.
  • C . A deduplication step is missing in the workflow.
  • D . The identifier was not configured property.
  • E . The reconciliation option in the Update data is set up improperly.

Reveal Solution Hide Solution

Correct Answer: A,D
Question #29

What are four valid typology rule types in Adobe Campaign?

  • A . Target Capacity. Control, Pressure
  • B . Filtering, Optimal. Control. Pressure
  • C . Filtering, Capacity, Control, Market
  • D . Filtering, Capacity, Control. Pressure

Reveal Solution Hide Solution

Correct Answer: D
Question #30

Which out-of-the-box schema would contain a seed address?

  • A . nms:seedUser
  • B . nmsiseedbst
  • C . nmsiseedData
  • D . nms:seed Member

Reveal Solution Hide Solution

Correct Answer: D
Exit mobile version