Exam Questions and CORRECT Answers
In a record list, how do you display two field values in the same column using a record link? -
CORRECT ANSWER - fv!row[recordType!recordType.field1]& " " &
fv!row[redcordType!recordType.field2]
What data types are valid elements of a Custom Data Type? - CORRECT ANSWER -
Text, Integer, Decimal, Date and Time, User, Boolean
What's the proper naming convention for an application rule that returns a user's manager. -
CORRECT ANSWER - <App Initials>_GetManager
Basic users can have access to how many sites? - CORRECT ANSWER - Unlimited
If an app isn't published, what statement is true? - CORRECT ANSWER - A business user
with permissions to see the app can view Actions in a Site
A user with editor rights to a process model cannot perform which if the following actions? -
CORRECT ANSWER - Publish the process model
In what scenario should an Appian Site User Experience be used? - CORRECT
ANSWER - When an independent, customized User Experience is focused on a specific
set of functionalities
If a business user is able to see a record, but not a related action on that record, what could be the
issue? - CORRECT ANSWER - The business user does not have permission to see the
datastore
When testing your new text field, you notice that the value is being saved on your form, but not
in the process model. What's the cause? - CORRECT ANSWER - The node inputs within
the Data tab of your user input form is not configured properly
, Within a PM node, in what order are the input values evaluated? - CORRECT ANSWER -
There's no guarantee which order the node input values are evaluated
A record for Employee has been created, with a related action to update an employee. This action
should only be accessible to a certain user group. How can you manage access to the related
action? - CORRECT ANSWER - In the Visibility setting of the Related Action
A table has been created using the following SQL command: CREATE TABLE color( color__Id
int(11) NOT NULL PRIMARY KEY AUTO INCREMENT, color_name varchar(50) DEFAULT
NULL ); What statement is valid about the color table? - CORRECT ANSWER - Every
row in the table must contain a text value for the color_name column
After an app is deployed for over a year, you realize there is an extra column in a CDT that is
unused, what should you do? - CORRECT ANSWER - Nothing, CDTs can contain unused
fields
What things are true regarding a!localVariables() function? - CORRECT ANSWER - 1.
Variables defined inside the a!localVariables() function are defined by the value of the variable at
any given time. 2. Variables defined inside a!localVariables() function use the local! domain
prefix. 3. The a!localVariables() function can be used to connect to other design objects, similar
to rule inputs.
A non-admin user with edit permissions has modified the Account CDT. How can this user
publish the CDT changes to the database? - CORRECT ANSWER - Choose the Create
tables automatically option in the Data store object and ignore all warnings.
You need to set up a new app and its group structure. Which statement is a best practice for
Groups? - CORRECT ANSWER - Only create groups that you need for security & tasks
What is true in relation to the XOR Gateway? - CORRECT ANSWER - Only one outgoing
flow from an XOR is activated