What is the out-of-the-box behavior that indicates a text input field is required?
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?
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?
You need to start a process using an email trigger.
How should you configure this process model using the Process Model Properties dialog?
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?
You are running a process instance and an error occurs on an unattended node.
What happens to your process when this error occurs?
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?
Which step can be critical in passing information from a form back to a process model?
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?
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?
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?
Where can an Appian Developer connect with and share their expertise with other Appian Developers?
Actual exam question from Appian ' s ACD101
Question #: 15
Topic #: 1
[All ACD101 Questions]

What is the expected output?
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?
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.)
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?
You want to prevent a user from submitting a form when an invalid value is entered.
What should you do?
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?
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.)
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?
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?
Review the following expression rule:
union(ri!fruit, ri!vegetables)
The rule inputs are configured as text arrays.
What is the expected output?
You write an expression that checks the validity of an email address.
Which three scenarios should you configure as test cases? (Choose three.)
Review the following interface definition:

The interface does not display, and you get an error message.
What is the cause of the error?
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)
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?
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?
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?
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?
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?
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?
Which Appian feature helps you access enterprise data quickly, define easily leveraged relationships, and establish custom fields based on available information?