Practice Free ACD101 Exam Online Questions
According to best practices, what is Appian’s recommendation for updating Test environments?
- A . Make the same update manually both in Dev and Test environments.
- B . Make the update in the Dev environment, then compare, and deploy the update to the Test environment.
- C . Make the update directly in the Test environment.
How can you prevent users from accessing Tempo?
- A . Remove the users from the Tempo Users system group.
- B . Change the default User Start Page.
- C . Ensure the user is in the Application Users group, which by default does not have access to Tempo.
A user wants to view a bulleted list of information on an interface.
Which component should you use?
- A . paragraphField
- B . textField
- C . richTextDisplayField
Which set of out-of-the-box features is only available when data sync is enabled on a record type?
- A . Generate record actions
Define record type object security
Add custom record fields - B . Define record type relationships
Add custom record fields
Configure record-level security - C . Define record type relationships
Add hidden record fields
Configure record-level security
You receive a bug ticket that states "After selecting a value for the drop-down field, the value disappears."
You investigate and notice that when you select the drop-down, the proper choice labels display.
When you select an option, the value updates properly in the corresponding rule input.
What is the issue and how can you fix this bug?
- A . The value parameter is improperly configured on the drop-down component. You need to map the value to the proper rule input or variable.
- B . The user group for the lookup table is incorrect. You need to add the user to the proper group.
- C . The choice labels parameter of the drop-down field is not configured as a list. You need to wrap the value with curly brackets.
According to Appian user interface best practices, which data type should be right-aligned on grids? Assume the use of the English language.
- A . Numbers
- B . Text
- C . Icons
You have a Custom Data Type (CDT), ABC_book, with a constant that refers to its data store entity, ABC_DSE_BOOK.
You need to write a query filter for all ABC_book items whose title contains “Guide”.
Which code snippet accomplishes this goal?
A)

B)

C)

- A . Option A
- B . Option B
- C . Option C
Which three of the following are valid page types in a site? (Choose three.)
- A . Record List
- B . Tempo
- C . News Feed
- D . Interface
- E . Action
What is the out-of-the-box behavior that indicates a text input field is required?
- A . The size of the label font increases to show significance.
- B . An asterisk (*) appears at the end of the label to notify the user that the field must have a rule.
- C . The label font of the field goes from normal text to bold in order to draw attention.
In an expression you see the following two code snippets A and B.

Do the two code snippets return the same result?
- A . No, A returns the text “true” or “false”, while B returns the Boolean values TRUE or FALSE.
- B . No, A returns the Boolean values TRUE or FALSE, while B returns the strings “true” or “false”.
- C . Yes, both code snippets return the exact same Boolean value.
