ACD101 Practice Questions
Appian Associate Developer
Last Update 1 day ago
Total Questions : 121
Dive into our fully updated and stable ACD101 practice test platform, featuring all the latest Associate Developer exam questions added this week. Our preparation tool is more than just a Appian study aid; it's a strategic advantage.
Our free Associate Developer practice questions crafted to reflect the domains and difficulty of the actual exam. The detailed rationales explain the 'why' behind each answer, reinforcing key concepts about ACD101. Use this test to pinpoint which areas you need to focus your study on.
You have two Custom Data Types (CDT): ACME_invoice and ACME_invoiceItem that have a flat relationship.
The invoice item table has a field that is a foreign key to the invoice table. You are leveraging the database to automatically generate their primary keys.
How should you structure the process model to add a new invoice and the new invoice items to the system?
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 are using a local variable in an expression rule to describe the height of an applicant.
Which statement correctly describes the application of Appian best practices for naming your local variable?
You built a grid field with the data source as a query entity.
You want to add a search box to the grid using Appian’s out-of-the-box functionality. You set the parameter of showSearchBox to “True”, but the search box is still not appearing.
Why is the search box NOT appearing?
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.

Review the following code snippet:
displayvalue(1, {0, 1, 2}, { " Low " , " Medium " , " High " }, " Unknown " )
The definition of displayvalue is:
Tries to match a value in a given array with a value at the same index in a replacement array and returns either the value at the same index or a default value if the value is not found.
What does this code snippet return?
You need to be able to define record type relationships.
What is a required prerequisite in Appian?
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 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?
-
You are starting a process from a process.
Match each use case with the most appropriate method of starting this process.
Note: Each method can be used once or more than once.





