Appian ACD101 - Appian Associate Developer
Which statement about local variables is valid?
Review the following expression rule:
union(ri!fruit, ri!vegetables)
The rule inputs are configured as text arrays.
What is the expected output?
-
You need to implement a new column on an existing database table. This table, its Custom Data Types (CDT), and data store entity are currently in use by an Appian application.
How should you implement this change?
Note: To answer, move all steps from the Options list to the Answer List area and arrange them in the correct order.

Which three of the following are valid page types in a site? (Choose three.)
How can you add test data into your rule inputs while editing an interface object?
You are constructing an interface that is used as the form of a User Input Task in a process model.
The data entered on the form must be available in the process after the form is submitted.
Which domain prefix should be used for variables in the interface?
Which statement about editing interfaces and expression rules is true?
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?
Which statement regarding the use of rule inputs for expression rules is true?
What are three ways to start a process from an interface? (Choose three.)

