Pre-Summer Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Appian ACD101 - Appian Associate Developer

Page: 1 / 4
Total 121 questions

You created an expression rule that was deployed to production on January 12, 2022.

The object has “form type” as a rule input, as well as several other rule inputs for characteristics describing the logged in user. Given values for these inputs, the rule returns a set of form instructions for the specified type of form as applicable to the logged in user.

What is the most important action to take with regards to the object description?

A.

Set an object description that reads: “Returns a set of form instructions to display, given the type of form and characteristics of the logged in user”.

B.

Save a rule input of type ‘text’ for the object called ‘objectDescription’, and set a text value that generally describes the object such that other developers could quickly gain understanding of the object’s purpose.

C.

Set an object description that includes any notes you may need if you were to become responsible for providing Production Support on that area of the application in the future. You should also include “BP – 1/12/2022 – Created” somewhere in the description.

Review the following expression rule:

ri!name is defined as " Maria " .

ri!directory is defined as the following:

What is the expected output?

A.

Maria

B.

0

C.

1

A user needs to navigate from a record summary to an external URL.

Which interface component can be used to support this goal?

A.

Button

B.

Record Link

C.

Card Layout with a link

You are configuring a Related Action for an entity-backed record type.

What is the proper domain prefix to reference the record data that will be passed into the Process Model as context for the Record Action?

A.

ac!

B.

pv!

C.

rv!

A process model is currently being used to handle job applications.

For each new applicant, a User Input Task is assigned to the human resources (HR) Recruiter group for initial processing.

Later in the process, users in the HR Supervisor group are sent an email instructing them to schedule the candidate’s final interview. The process is working as expected.

Today, users in the HR Recruiter group requested that they do not receive email notifications for the initial processing of job applications. It is, however, critical for those in the HR Supervisor group to continue receiving e-mails.

How should you address this requirement?

A.

Update the user input node in the process model to disable notifications for task assignments.

B.

Update the settings in the Admin Console to disable outbound email from Appian.

C.

Update the HR Recruiter group settings to disable email notifications.

You configured a Custom Data Type (CDT), ACME_video. You need to set up a node in your process model to write a new video as a row in the CDT ' s corresponding database table.

Which set of inputs must you configure on your Write to Data Store smart service node?

A.

The data store and an input corresponding to each field of the ACME_video CDT.

B.

The data store entity and an input of type ACME_video.

C.

The data store and an input of type ACME_video.

Where can an Appian Developer connect with and share their expertise with other Appian Developers?

A.

Appian Learning Paths via Appian Academy

B.

Appian Knowledge Base

C.

Appian Community discussions

What is an Appian best practice for calling interface rules on your interface?

A.

Call the interface rule on a rule input.

B.

Use keyword syntax.

C.

Always use consistent ordering of rule parameters.

You have a record action that should only be visible to certain users under conditions specified by an expression.

How should you configure this?

A.

Set security on the process model.

B.

Set permissions directly on the user object.

C.

Set security on the record action.

How do you refer to metadata of a process model object within process model expressions? For example: the creator, name, or description.

A.

Process Properties, referred to in process model expressions using the pp! domain.

B.

Process Variables, referred to in process model expressions using the pv! domain.

C.

Process Model Properties, referred to in process model expressions using the pm! domain.