Spring Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: pass65

ACD101 Appian Associate Developer Questions and Answers

Questions 4

Which two scenarios are ideal for using Appian Portals? (Choose two.)

Options:

A.

A manager wants to obtain a view of their team ' s performance.

B.

A retail customer wants to conduct a public survey for their recently launched product.

C.

An employee who does not have an account wants to register for their company ' s vehicle fleet a management system.

D.

A user needs to submit support requests when they are using their mobile device in areas with bad network coverage.

Buy Now
Questions 5

Which condition must be true in order to establish record type relationships?

Options:

A.

The record types must have many-to-many relationships.

B.

All record types in the relationship must be backed by an integration.

C.

Data sync must be enabled for the record types.

Buy Now
Questions 6

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?

Options:

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.

Buy Now
Questions 7

After selecting a record, a user wants to initiate an activity in the context of that selected record.

You start by creating the process model that implements this activity.

What should you do next?

Options:

A.

Add the process model as a record list action to that record.

B.

Configure a site page as an action to kick off the process model.

C.

Add the process model as a record related action to that record.

Buy Now
Questions 8

HOTSPOT -

Review the following variables:

ACD101 Question 8

Match each expression rule to the expected output.

Note: Each output will be used once or not at all. To change your responses, you may deselect your response by clicking the blank space at the top of the selection list.

ACD101 Question 8

Options:

Buy Now
Questions 9

You are creating a new customer onboarding application. Documents are required from customers for verification and onboarding purposes. You need to store these documents within Appian.

Which two areas in Appian should you configure? (Choose two.)

Options:

A.

Knowledge Center

B.

Decision Object

C.

Folder

D.

Feed

Buy Now
Questions 10

Which three of the following are valid page types in a site? (Choose three.)

Options:

A.

Record List

B.

Tempo

C.

News Feed

D.

Interface

E.

Action

Buy Now
Questions 11

A user wants to view a bulleted list of information on an interface.

Which component should you use?

Options:

A.

paragraphField

B.

textField

C.

richTextDisplayField

Buy Now
Questions 12

Where can you read the release notes for each Appian version?

Options:

A.

Appian Community AppMarket

B.

Appian Academy

C.

Appian Documentation

Buy Now
Questions 13

You want to prevent a user from submitting a form when an invalid value is entered.

What should you do?

Options:

A.

Wrap the Text field in an if statement and display a red card layout when the value is not valid.

B.

Use a rich text display field with “STRONG” style and “NEGATIVE” color when the value is not valid.

C.

In the validations parameter, use an if statement that returns a text string when the value is not valid.

Buy Now
Questions 14

When applying a default filter to a record type, what is a true statement for excluded data?

Options:

A.

The data does not show up in the record list. End-users are unable to clear the filter condition to view the data.

B.

The data does not show up in the record list, but can be accessed by end-users using a direct link to a record view.

C.

The data does not show up in the record list, but end-users can clear the filter condition to view the data.

Buy Now
Questions 15

Which statement regarding the use of rule inputs for expression rules is true?

Options:

A.

Only basic data types should be used for rule inputs. Custom Data Types (CDTs) or records should always be queried within the expression rule rather than passed in via rule input.

B.

The data type for rule inputs should be set only for Custom Data Types (CDTs).

C.

If the value passed in via rule input may be a list of numbers, the rule input must be configured as an “Array”.

Buy Now
Questions 16

You are creating a new application with the prefix ACM.

Which four default folders are created by Appian when you select " Generate groups and folders to secure and organize objects " ? (Choose four.)

Options:

A.

ACM Users

B.

ACM Knowledge Center

C.

ACM Process Models

D.

ACM Rules & Constants

E.

ACM Application Documentation

Buy Now
Questions 17

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

How should you configure this?

Options:

A.

Set security on the process model.

B.

Set permissions directly on the user object.

C.

Set security on the record action.

Buy Now
Questions 18

You select the " Generate groups and folders to secure and organize objects " option while creating a new application, Acme, with the prefix ACM.

By default, which two groups are generated by Appian? (Choose two.)

Options:

A.

ACM Administrators

B.

ACM Designers

C.

ACM Viewers

D.

ACM Users

Buy Now
Questions 19

Match each scenario to the correct relationship type in your data model design.

Note: Each relationship type will be used once. To change your responses, you may deselect your response by clicking the blank space at the top of the selection list.

ACD101 Question 19

Options:

Buy Now
Questions 20

Review the following expression rule:

union(ri!fruit, ri!vegetables)

The rule inputs are configured as text arrays.

What is the expected output?

Options:

A.

All items in ri!fruit followed by items in ri!vegetables, including duplicate values.

B.

Only items that are in both ri!fruit and ri!vegetables.

C.

All items in ri!fruit and ri!vegetables combined, with duplicates removed.

Buy Now
Questions 21

You have a record type, ABC_Author , backed by a database table.

You need to retrieve the total number of authors without loading all the data.

According to Appian best practices, which code snippet accomplishes this goal in the most efficient way?

A)

ACD101 Question 21

B)

ACD101 Question 21

C)

ACD101 Question 21

Options:

A.

Option A

B.

Option B

C.

Option C

Buy Now
Questions 22

A customer wants to display a small toolbar with three icons - a " sad face, " a " face with neutral expression, " and a " happy face " - on the bottom of every page in their application.

Users will be instructed to use the icon that best expresses their current experience using the application. This will allow the customer to collect valuable data about users.

Which object type should be called from each page to implement this feature?

Options:

A.

An interface, because the component must render user interface elements.

B.

An expression rule, because the component captures expressions of user sentiment for analysis.

C.

A decision, because the component captures a choice that users select from an array of custom selection components, rather than a standard dropdown or radio button.

Buy Now
Questions 23

You are given a list of VM_Vehicles Custom Data Types (CDT).

Which smart service offers the best performance to write the values to the database?

Options:

A.

Write to Data Store Entity Most Voted

B.

Write to Multiple Data Store Entities

C.

Sync Records

Buy Now
Questions 24

According to best practices, what is Appian ' s recommendation for updating Test environments?

Options:

A.

Make the same update manually both in Dev and Test environments.

B.

Make the update in the Dev environment, then compare, and deploy the update to the Test environment.

C.

Make the update directly in the Test environment.

Buy Now
Questions 25

Which step can be critical in passing information from a form back to a process model?

Options:

A.

Configure the Data Management tab.

B.

Configure the activity class parameters of a Write to Data Store Entity node, a

C.

Configure inputs on the Data tab of a User Input Task.

Buy Now
Questions 26

You created a user interface that has a text field. After you type into the text field, you notice the text disappears when you click out of the text field.

What could be the issue?

Options:

A.

The “Display value” and “saveInto” parameters are incorrectly mapped.

B.

The “readOnly” parameter is set to “True”.

C.

The “refreshAfter” parameter is incorrectly set.

Buy Now
Questions 27

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?

Options:

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.

Buy Now
Questions 28

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

Options:

A.

Appian Learning Paths via Appian Academy

B.

Appian Knowledge Base

C.

Appian Community discussions

Buy Now
Questions 29

You want to grant permission for a group to move a file from an old folder to a new folder.

Which security configuration should you set for this group?

Options:

A.

Viewer permission for the process model that will move the document.

B.

Administrator permission for both folders.

C.

Editor permission for the file.

Buy Now
Questions 30

You are creating a new interface object to display a pie chart.

The data for the chart is stored in a local variable in the parent interface object which references your child interface.

In terms of performance, what is the most efficient method to access the data required for the pie chart?

Options:

A.

Create a rule input on the child interface and pass the local variable data from the parent interface.

B.

Reference the local variable directly from the child Interface using a process report.

C.

Query the data separately in the child interface to avoid passing it from the parent interface.

Buy Now
Questions 31

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

Which interface component can be used to support this goal?

Options:

A.

Button

B.

Record Link

C.

Card Layout with a link

Buy Now
Questions 32

What is the prerequisite configuration for adding a process model into site as a tab?

Options:

A.

Configure Process Model Data Management settings.

B.

Add process variables into the process model.

C.

Include a start form in the process model.

Buy Now
Questions 33

Actual exam question from Appian ' s ACD101

Question #: 15

Topic #: 1

[All ACD101 Questions]

ACD101 Question 33

What is the expected output?

Options:

A.

Maria

B.

0

C.

1

Buy Now
Questions 34

What is the Appian Dev environment used for?

Options:

A.

Making updates to the app.

B.

Providing end users access to the finished product.

C.

User acceptance testing.

Buy Now
Questions 35

You are using a local variable in an expression rule to describe the height of an applicant.

Which statement correctly describes the application of Appian best practices for naming your local variable?

Options:

A.

local!hoaa - This employs the naming convention of abbreviating " Height of an applicant " to minimize both the typing required by developers and the length of code Appian is required to parse.

B.

local!applicantHeight - This employs the naming convention of specifically describing the value contained by the variable.

C.

local!x - This employs the naming convention of using algebraic variables for a value that may either change over time or be used by future developers for other purposes.

Buy Now
Questions 36

You created and published a new process model.

The process model has a start form with two synchronous subprocesses with 40 and 66 nodes each. All nodes are chained from the start node through the subprocesses to the end node. After the tasks and subprocesses, there is a second User Input Task in which the user can confirm the entries and add a comment.

When testing as a normal Acme business user, you see that the confirmation screen is not shown to you.

What might be the reason for this behavior?

Options:

A.

The maximum number of activity chained nodes is exceeded and breaks.

B.

The second User Input Task is assigned to the process initiator.

C.

The second User Input Task is assigned to the Acme business user group.

Buy Now
Exam Code: ACD101
Exam Name: Appian Associate Developer
Last Update: May 10, 2026
Questions: 121

PDF + Testing Engine

$63.52  $181.49

Testing Engine

$50.57  $144.49
buy now ACD101 testing engine

PDF (Q&A)

$43.57  $124.49
buy now ACD101 pdf