Practice Free ACD101 Exam Online Questions
Where can you read the release notes for each Appian version?
- A . Appian Community AppMarket
- B . Appian Academy
- C . Appian Documentation
Which variable type is used to store data used within a single node of a process model?
- A . Rule Inputs
- B . Process Variables
- C . Activity Class Parameters
You need to build an expression that takes in a list of values and prefixes the values with “ID:”.
What is a valid definition to the expression?
A)
![]()
B)

C)
![]()
- A . Option A
- B . Option B
- C . Option C
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
Your customer wants to change the name of a field of an existing Custom Data Type (CDT) to match a renamed database field.
The CDT is backed by a database entity, whose data store has the Automatically Update Database Schema option disabled. The old column name was BIRTHDATE and the new column name is DATE_OF_BIRTH.
How should you proceed?
- A . Download the CDT as XSD, make the appropriate changes, and re-upload the XSD. Verify and publish the data store.
- B . Rename the field in the record type in Appian to automatically update the CDT field.
- C . Rename the field in the CDT in Appian. Verify and publish the data store.
HOTSPOT
Match each node to the correct description for the node.
Note: Each description 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.

Which option best describes the primary purpose of the interface design object?
- 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.
What are three ways to start a process from an interface? (Choose three.)
- A . Subprocesses
- B . a!startProcessLink()
- C . a!recordLink()
- D . a!startProcess()
- E . Record Actions
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 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?
- 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.
