You are building an interface that displays flight departure times. The data must update automatically every minute and without user interaction.
How should this be configured?
While testing, the process consumes at least 2000 AMU of process memory for each instance.
What are four ways to reduce the overall memory footprint of your process instances? (Choose four.)
Where can an Appian Developer connect with and share their expertise with other Appian Developers?
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?
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?
You are working on an existing process model with three process variables:
1. pv!vehicleID (integer)
2. pv!vehicle(Custom Data Type (CDT)
3. pv!dealershipName (text)
You have a script task with an output variable, defined as rule!VIM_getVehicle(vehicleID: pv!vehicleID). The result is saved to pv!vehicle.
The rule VIM_getDealershipName() accepts the dealership ID, which is a field on the vehicle CDT, and returns the dealership name.
What should you update in the process model to set the value for pv!dealershipName?
Actual exam question from Appian ' s ACD101
Question #: 15
Topic #: 1
[All ACD101 Questions]

What is the expected output?
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?