Practice Free ACD101 Exam Online Questions
You need to quickly view the structure of an application, its packages, and supporting documentation.
Which Appian Designer view should you use?
- A . Monitor
- B . Deploy
- C . Explore
Which step can be critical in passing information from a form back to a process model?
- A . Configure the Data Management tab.
- B . Configure the activity class parameters of a Write to Data Store Entity node, a
- C . Configure inputs on the Data tab of a User Input Task.
Which condition must be true in order to establish record type relationships?
- A . The record types must have many-to-many relationships.
- B . All record types in the relationship must be backed by an integration.
- C . Data sync must be enabled for the record types.
You are creating a new customer onboarding application. Documents are required from customers for verification and onboarding purposes. You need to store these documents within Appian.
Which two areas in Appian should you configure? (Choose two.)
- A . Knowledge Center
- B . Decision Object
- C . Folder
- D . Feed
You have a record type ABC_Author, backed by a database table. You created a process that allows the user to modify an existing author.
When configuring the Write Records smart service, what should you consider regarding the record ID?
- A . The Write Records smart service will always update an existing record item.
- B . You have to call the a!getExistingRecordId() function to get the value for the primary key field.
- C . The primary key field must hold the ID of the existing author record item.
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?
- A . An interface, because the component must render user interface elements.
- B . An expression rule, because the component captures expressions of user sentiment for analysis.
- C . A decision, because the component captures a choice that users select from an array of custom selection components, rather than a standard dropdown or radio button.
Review the following expression rule:
union(ri!fruit, ri!vegetables)
The rule inputs are configured as text arrays.
What is the expected output?
- A . All items in ri!fruit followed by items in ri!vegetables, including duplicate values.
- B . Only items that are in both ri!fruit and ri!vegetables.
- C . All items in ri!fruit and ri!vegetables combined, with duplicates removed.
Which statement about editing interfaces and expression rules is true?
- A . Once created, both expression rules and interfaces cannot be renamed.
- B . Expression rules containing more than 4,000 characters should be converted to interfaces.
- C . When editing an expression rule, interface components do not render for display.
You need to view a record type relationship diagram.
Where should you look in the record type?
- A . List
- B . Views
- C . Data model
You need to be able to define record type relationships.
What is a required prerequisite in Appian?
- A . The record types must have data sync enabled.
- B . The record types must be on a virtualized data source.
- C . The record types must be stored in the local Appian business database.
