Appian ACD101 Practice Exams
Last updated on Apr 07,2025- Exam Code: ACD101
- Exam Name: Appian Associate Developer
- Certification Provider: Appian
- Latest update: Apr 07,2025
You need to add a new attribute to your database-backed synced Acme employee record.
What should you do?
- A . Add the new field manually to the ACME_Employee database table and run a database script to resync the Acme employee record.
- B . In the record data model, you add the new field in the ADD SOURCE FIELDS. Save the field with the Update Table checkbox active.
- C . In the record data model, you add the new field with ADD RELATIONSHIPS. Save the newly created relationship and use the field.
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.)
- A . ACM Administrators
- B . ACM Designers
- C . ACM Viewers
- D . ACM Users
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.)
- A . ACM Administrators
- B . ACM Designers
- C . ACM Viewers
- D . ACM Users
You are configuring a local variable on an interface to store the date and time that the username field was last modified. The local variables are currently configured as follows:
Which a!refreshVariable configuration should be added so that local!usernameLastModified stores the correct timestamp?
- A . refreshInterval: 0
- B . refreshOnVarChange: local!username
- C . refreshAlways: true
Write to Data Store Entity smart service (Writing to the ACME_invoiceItem table).
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
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
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?
- A . Look up the function in the Appian Documentation.
- B . Search the Appian Knowledge Base Articles.
- C . Post a question on Appian Community.
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?
- A . local!hoaa – This employs the naming convention of abbreviating "Height of an applicant" to minimize both the typing required by developers and the length of code Appian is required to parse.
- B . local!applicantHeight – This employs the naming convention of specifically describing the value contained by the variable.
- C . local!x – This employs the naming convention of using algebraic variables for a value that may either change over time or be used by future developers for other purposes.
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?
- A . local!hoaa – This employs the naming convention of abbreviating "Height of an applicant" to minimize both the typing required by developers and the length of code Appian is required to parse.
- B . local!applicantHeight – This employs the naming convention of specifically describing the value contained by the variable.
- C . local!x – This employs the naming convention of using algebraic variables for a value that may either change over time or be used by future developers for other purposes.