Summer Certification Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: clap70

ACD101 Appian Associate Developer Questions and Answers

Questions 4

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 5

Which variable type is used to store data used within a single node of a process model?

Options:

A.

Rule Inputs

B.

Process Variables

C.

Activity Class Parameters

Buy Now
Questions 6

You are configuring a local variable on an interface to store the date and time that the username field was last modified. The local variables are currently configured as follows:

Which a!refreshVariable configuration should be added so that local!usernameLastModified stores the correct timestamp?

Options:

A.

refreshInterval: 0

B.

refreshOnVarChange: local!username

C.

refreshAlways: true

Buy Now
Questions 7

You are reviewing a timesheet submission on a form.

The buttons on the form are: “Cancel”, “Deny”, and “Approve”. Most of the time, users will approve the timesheet.

According to Appian best practices, which button styling is most appropriate on the button labelled “Approve”?

Options:

A.

Primary

B.

Secondary

C.

Destructive

Buy Now
Questions 8

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?

Options:

A.

ac!

B.

pv!

C.

rv!

Buy Now
Questions 9

You have two record types: ACME_Student and ACME_Class.

You need to add a many-to-many relationship between these two record types.

What should you do?

Options:

A.

Create a new record type with data sync enabled, then add a one-to-many relationship from each record type (ACME_Student and ACME_Class) to the new mapping record type.

B.

This relationship cannot be modeled using record type relationships.

C.

Add the relationship from either ACME_Student or ACME_Class, then select Many-to-Many under Relationship Type, and add the corresponding keys.

Buy Now
Questions 10

According to Appian user interface best practices, which data type should be right-aligned on grids? Assume the use of the English language.

Options:

A.

Numbers

B.

Text

C.

Icons

Buy Now
Questions 11

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 12

Which statement reflects an Appian user interface design best practice?

Options:

A.

Create and use reusable interfaces.

B.

Use red text to highlight important information.

C.

Use a section layout within a section layout.

Buy Now
Questions 13

Review the following interface definition:

The interface does not display, and you get an error message.

What is the cause of the error?

Options:

A.

localinput needs to be configured with a!refreshVariable().

B.

len() is not a valid function and length() should be used instead.

C.

localinput is being referenced outside the scope it is defined in.

Buy Now
Questions 14

An interface references an expression rule.

What are the relationships between these objects?

Options:

A.

Dependents and Reliants

B.

Dependents and Precedents

C.

Inheritance and Association

Buy Now
Questions 15

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 16

You are creating a large, complex interface

Which statement describes a best practice for strategizing code organization?

Options:

A.

Create individual interface objects for each chunk of code that is logically grouped, especially for those that may be reused in other areas of the application.

B.

Create only one interface object per developer assigned to the feature. This balances the performance cost of calling additional interface objects with the need to prevent developers from overwriting each other.

C.

Since the components are related, all code should be centralized in a single interface object. This minimizes the performance cost incurred by Appian calling multiple interface objects.

Buy Now
Questions 17

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

You are using the Delete Records smart service to delete an author record.

What are the minimum parameters that need to be passed to the Delete Records smart service?

Options:

A.

You must pass the following data structure:

B.

The passed ABC_Author record must be the complete record.

C.

The passed ABC_Author record data must at least contain the primary key value.

Buy Now
Questions 18

Review the following variables:

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.

Options:

Buy Now
Questions 19

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 20

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 21

ACME Automobile uses Appian to manage their vehicle fleet. Vehicle records can have a status of either " active " or " inactive " .

Users are primarily concerned with active vehicles and want to see only those records by default when viewing the Vehicle records list. However, it is important for users to be able to see the unfiltered list of Vehicle records on demand to address occasional auditing requests from managers.

Which configuration supports the desired Vehicle record list behavior?

Options:

A.

Visibility on the Status column in the Vehicle record list set with conditional logic.

B.

A source filter set to exclude vehicles with status " inactive " .

C.

A user filter for the status field with a default option corresponding to " active " .

Buy Now
Questions 22

How do you pass information from a process model to a form?

Options:

A.

Configure the rule inputs table on the Forms/Process Start Form tab to correctly refer to the values from your process model.

B.

Configure the interface so that the local variables refer directly to values in the ac! (activity class) domain.

C.

Configure the process properties on the Data Management tab to correctly refer to your form rule inputs.

Buy Now
Questions 23

You need to create a record type of only active Products using an existing database table: PRODUCT.

The PRODUCT table consists of the following columns:

• ID(INT(11))

• NAME (VARCHAR(255))

• DESCRIPTION (VARCHAR(1000))

• IS_ACTIVE (BIT)

• CREATED_BY (VARCHAR(255))

• CREATED_ON (TIMESTAMP)

• MODIFIED_BY (VARCHAR(255))

• MODIFIED_ON (TIMESTAMP)

What is a valid way to create this record type?

Options:

A.

Create a record type with data sync enabled using the PRODUCT table, and apply a source filter on IS_ACTIVE to filter out inactive products.

B.

Create a record type with data sync enabled using the PRODUCT table, and create a user filter using IS_ACTIVE.

C.

Create a record type without data sync enabled using the PRODUCT table, and apply record-level security to filter out inactive products.

Buy Now
Questions 24

You are making changes to a record type named Support Case which has an existing related action titled Update Case.

Your customer requests an enhancement to make the update case action easily accessible when viewing the summary of a support case record.

What should you do?

Options:

A.

Configure the Summary record view and add a shortcut to the Update Case-related action.

B.

Set the visibility of the Update Case-related action to the Summary view.

C.

Add a new record relationship between the Support Case record type, Summary view, and Update Case-related actions.

Buy Now
Questions 25

-

Match each a!refreshVariable configuration to the appropriate refresh behavior.

Note: Each refresh behavior will be used once, more than once, or not at all.

Options:

Buy Now
Questions 26

The “Create Vehicle” process model writes a new vehicle to the database using the Write to Data Store Entity smart service. You provide a null value for the primary key, and the database manages the primary key id as an auto-incremented integer.

You need the value of the primary key for the new vehicle to use later in the process model.

How should you get the value?

Options:

A.

Reference AC!StoredValues in the Outputs tab of the Write to Data Store Entity node.

B.

Add a script task to query for the most recently updated vehicle using loggedInUser().

C.

Dot notate into the ID field of the process variable written to the database, which is automatically updated by the Write to Data Store Entity smart service.

Buy Now
Questions 27

-

You need to implement a new column on an existing database table. This table, its Custom Data Types (CDT), and data store entity are currently in use by an Appian application.

How should you implement this change?

Note: To answer, move all steps from the Options list to the Answer List area and arrange them in the correct order.

Options:

Buy Now
Questions 28

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
Questions 29

You are working on a process model " VIM Update Vehicle. "

You want to call another process " VIM Get Service Date " that accepts pv!vehicleId as a process parameter and sets a value for pv!serviceDate. The next node in VIM Update Vehicle depends on the value of pv!serviceDate.

Which node should you use to execute " VIM Get Service Date " from VIM Update Vehicle?

Options:

A.

Start Process smart service

B.

Asynchronous subprocess with activity chaining

C.

Synchronous subprocess with input and output variables configured

Buy Now
Questions 30

Actual exam question from Appian ' s ACD101

Question #: 15

Topic #: 1

[All ACD101 Questions]

What is the expected output?

Options:

A.

Maria

B.

0

C.

1

Buy Now
Questions 31

Which statement about editing interfaces and expression rules is true?

Options:

A.

Once created, both expression rules and interfaces cannot be renamed.

B.

Expression rules containing more than 4,000 characters should be converted to interfaces.

C.

When editing an expression rule, interface components do not render for display.

Buy Now
Questions 32

You write an expression that checks the validity of an email address.

Which three scenarios should you configure as test cases? (Choose three.)

Options:

A.

An invalid email address that is missing the @-character: " john.doeexample.com " .

B.

An invalid email address: null.

C.

A valid email address: " jane.doe@example.com " .

D.

The mail server is unavailable.

Buy Now
Questions 33

Which option best describes the primary purpose of the interface design object?

Options:

A.

Provides a method for an Appian application to interact with an external application or service.

B.

Provides a method for end users to interact with an Appian application.

C.

Provides a method for an Appian application to interact with a database.

Buy Now
Questions 34

What is the impact of reordering fields in a record type backed by a database table?

Options:

A.

Attributes in Custom Data Types (CDT) will change.

B.

There is no impact from the change.

C.

Column ordering in the database table will change.

Buy Now
Questions 35

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 36

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 37

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
Exam Code: ACD101
Exam Name: Appian Associate Developer
Last Update: Jul 12, 2026
Questions: 121
ACD101 pdf

ACD101 PDF

$25.5  $84.99
ACD101 Engine

ACD101 Testing Engine

$30  $99.99
ACD101 PDF + Engine

ACD101 PDF + Testing Engine

$40.5  $134.99