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

ACD101 Appian Associate Developer Questions and Answers

Questions 4

What is the out-of-the-box behavior that indicates a text input field is required?

Options:

A.

The size of the label font increases to show significance.

B.

An asterisk (*) appears at the end of the label to notify the user that the field must have a rule.

C.

The label font of the field goes from normal text to bold in order to draw attention.

Buy Now
Questions 5

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 6

A business has large amounts of process data that is difficult for humans to analyze. What is the best Appian feature to help this business gain insights on the data?

Options:

A.

Process Modeler

B.

Process Mining

C.

RPA

Buy Now
Questions 7

You need to start a process using an email trigger.

How should you configure this process model using the Process Model Properties dialog?

Options:

A.

Go to File > Properties > Alerts. Configure the Custom Alert settings.

B.

Go to File > Properties Set the proper Process Display Name

C.

Go to File > Properties. Select the Public Events checkbox to allow anyone to fire triggers.

Buy Now
Questions 8

You want to calculate the deadline for a review, which is determined by applying a formula that takes the characteristics of the review into account. This formula for calculating a review deadline is standard across the organization according to policy.

An Appian object was used to apply the calculation on an existing interface 14 months ago.

What should you do to perform the same calculation on a new data collection form?

Options:

A.

Duplicate the existing Appian object and rename it to include the date of the release that will contain the new object.

This follows the best practice of not reusing objects that are more than one (1) year old.

B.

Reuse the existing Appian object to perform the calculation after validating it works properly for your use case.

Reusing the object helps to enforce consistency with application of the formula across the application.

C.

Duplicate the existing Appian object and reuse the same name.

This follows the best practice of maintaining traceability of object creation to developers while avoiding duplication of code.

Buy Now
Questions 9

You are running a process instance and an error occurs on an unattended node.

What happens to your process when this error occurs?

Options:

A.

• The process is not paused.

• Parallel paths in the process continue to proceed.

• An alert is sent to the appropriate recipients (usually admins).

• These nodes are not included in the num_problem_tasks process metric in process reports.

B.

• The process is paused.

• Parallel paths in the process are stopped.

• No alerts are sent.

• These nodes are included in the num_problem_tasks process metric in process reports.

C.

• The process is paused.

• Parallel paths in the process are stopped.

• An alert Is sent to the process initiator.

• These nodes are included in the num_problem_tasks process metric in process reports.

Buy Now
Questions 10

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 11

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 12

You are configuring an employee onboarding User Input Task that will be assigned to the human resources group.

Based on the default behavior for task assignments, which statement is valid?

Options:

A.

Multiple users can accept the task at the same time up until the point that the first user completes it.

B.

For each user in the group, a task is generated and assigned to them to complete.

C.

One user in the group can accept the task for themselves and complete it.

Buy Now
Questions 13

You are updating an interface that is used as part of a User Input Task. The associated process model has an activity chained flow that loops back to the User Input Task. The process follows this flow when the user clicks Save on the interface to submit the task.

You need to retain the user’s selection so that the value remains selected after the user clicks Save.

Review the following process model diagram:

What is the minimum set of variables and/or inputs that need to be configured to keep the user’s selection?

Options:

A.

Rule input, activity class parameter, and a process variable Most Voted

B.

Local variable and a process variable

C.

Task parameter and a process variable

Buy Now
Questions 14

You are constructing an interface that is used as the form of a User Input Task in a process model.

The data entered on the form must be available in the process after the form is submitted.

Which domain prefix should be used for variables in the interface?

Options:

A.

ri!

B.

pv!

C.

local!

Buy Now
Questions 15

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 16

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 17

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

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 20

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 21

You are developing an expression rule. You need to find information on employing an Appian function that you have not used before.

For more information on the Appian function, what should you do first?

Options:

A.

Look up the function in the Appian Documentation.

B.

Search the Appian Knowledge Base Articles.

C.

Post a question on Appian Community.

Buy Now
Questions 22

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 23

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 24

Review the following expression rule:

The updatedDate is of type “Date”, and current datetime is 01/01/2023 5:00 PM GMT+00:00.

What is the output of this expression if the value of updatedDate was saved as today() one(1) hour ago?

Options:

A.

Updated Today

B.

Updated 01/01/2023

C.

Updated 01/01/2023 4:00 PM GMT+00:00

Buy Now
Questions 25

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 26

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 27

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 28

How can you prevent users from accessing Tempo?

Options:

A.

Remove the users from the Tempo Users system group.

B.

Change the default User Start Page.

C.

Ensure the user is in the Application Users group, which by default does not have access to Tempo.

Buy Now
Questions 29

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

You need to retrieve the number of authors for each country.

Review the following basic query expression:

Which code snippet should be added to the fields parameter?

A)

B)

C)

D)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

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

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 32

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 33

You need to configure the database to have a one-to-many relationship between ACME_ORDER and ACME_ORDER_ITEM.

What is a valid method for configuring this relationship in the database?

Options:

A.

Add a new field “ORDER_ID” on the ACME_ORDER_ITEM table and set the field as a foreign key to the ACME_ORDER entry.

B.

Add a new field “ORDER_ITEM_ID” on the ACME_ORDER table and set the field as a foreign key of the ACME_ORDER_ITEM entry.

C.

Add a new field “ORDER ITEM_ID” on the ACME_ORDER table and set the field as a second primary key of the ACME_ORDER_ITEM entry.

Buy Now
Questions 34

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 35

You need to remove an unused field from an existing record type Product, which has data sync enabled and is backed by a database table.

What should you do?

Options:

A.

Delete the field from the record type and optionally delete the column from the database table.

B.

Delete the field from the product Custom Data Type (CDT) and perform a full resync of the record type.

C.

Delete the column from the database table and perform a full resync of the record type.

Buy Now
Questions 36

Which Appian feature helps you access enterprise data quickly, define easily leveraged relationships, and establish custom fields based on available information?

Options:

A.

Task Management

B.

Process Analytics

C.

Record types with data sync enabled

Buy Now
Exam Code: ACD101
Exam Name: Appian Associate Developer
Last Update: Apr 18, 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