APPIAN LEVEL 1 EXAM QUESTIONS
WITH CORRECT ANSWERS
Monitoring View in the Appian Designer - ANSWER-If a process has been paused or
cancelled by exception, where should you first look to see the error
Designers - ANSWER-What System Group is used to provide basic users with the
access to the Appian Designer
Select the Performance Tab in the Interface Designer. - ANSWER-How can you
quickly review the performance of an interface
They will be able to use any start forms that interact with the document folder, but
won't be able to successfully upload a file - ANSWER-If someone is not given Editor
access to a document folder, which of the following will most likely occur
Using recordType! - ANSWER-After you use a!queryRecordType to retrieve data,
how do you specify a field in that data set
- ANSWER-Short-lived record-centric processes are preferred over long-running
processes because:
They consume fewer system resources, are built faster, and require less effort to
maintain.
Process Monitoring View - ANSWER-Where in the Appian Designer would someone
go to view which processes have errors
Add a read only grid with a record type data source and a filter - ANSWER-Which of
these is an efficient way to display a set of Records in an Interface
A Record List View - ANSWER-Which of the following displays a searchable and
filterable list of items with links to view additional details
Admin Console - ANSWER-Where can you go to set up a direct connection to
another environment
A!dynamicLink() - ANSWER-If I want users to view more information by clicking a
link within a grid, which of these functions should I use
Activity Class Parameters - ANSWER-What does the domain prefix 'ac!' refer to
A combination of filters using AND - ANSWER-When a user selects multiple user
filters for their record, what are the results
Allows different validation behavior with different buttons on the same SAIL interface
- ANSWER-What do validation groups do
,Nothing else is needed - ANSWER-If you are a basic user with Administrator
permission for a folder, what else must be true for you to delete the folder
A field in a CDT that uniquely identifies a row of data - ANSWER-What is a primary
key
Process Models - ANSWER-Which of the following objects expose a version history
for the Developer to review
Report Pages - ANSWER-Which of the following cannot be configured within a
Record Type object
The query should be executed within the a!localVariables() function and referenced
using a local variable - ANSWER-A form uses a query that returns the desired labels
and values used by Dropdown components displayed on a form. What is the best
way to execute this query
Interfaces and Expressions - ANSWER-The record type object reference is used to
directly reference an existing record type in which of the following design objects
Task Reports - ANSWER-Which type of reports are displayed on the Reports tab in
Tempo
Error - ANSWER-Which of these is NOT a valid status when inspecting application
packages
Apply User Filters or Search - ANSWER-How can users refine results presented in a
Record's List View
Record Type Objects - ANSWER-What are the items listed on the Records tab in the
Tempo Interface
rf! - ANSWER-Which of the following domains are available within and outside of a
Record Type
Viewer rights to the Record and Initiator rights for the Process Model - ANSWER-As
a minimum, which of the following user rights are needed to initiate a Related Action
You can reuse objects across different applications - ANSWER-Which of these
statements is true regarding Appian applications
The list is auto-filtered as users start entering letters of their search term - ANSWER-
Why are pickers useful for selecting from a long list of items
Text, Decimal, Date and Time, Document, Boolean - ANSWER-Which of the
following lists of data types include valid elements of a Custom Data Type
The business user does not have permission to see the process for the related
action - ANSWER-If a business user is able to see a record, but not a related action
on that record, which of the following could be the issue
, There is not guarantee which order the node input values are evaluated - ANSWER-
Within a process model node, in what order are the input values evaluated
Records are a visual representation of business data as it relates to people, places,
or business items - ANSWER-What are Records
a!dynamicLink() - ANSWER-Which of the following links can be used to update a
Rule Input
Change the process flow - ANSWER-Editing a Process Instance allows you to do all
of the following, except which one of these actions
Secure these objects individually - ANSWER-How do we set security to objects that
are not stored in folders
Adjacent or Justified - ANSWER-According to the Appian UX Design Guide, which of
these is a recommended label position of read only fields
They cannot be changed once created. - ANSWER-Which of the following is true for
a CDT's name and namespace
After an application is imported to an environment - ANSWER-When does an Import
Log get generated
Records Types only contain information related to a single entity, a single process
model, or an integration - ANSWER-What is the difference between a Record Type
and a Report
The Appian Designer allows you to configure application objects - ANSWER-Which
of these statements are true regarding the Appian Designer
Break up record data into multiple views - ANSWER-What is a good way to
streamline the presentation of record data
CDTs - ANSWER-On which of the following objects can you NOT set security
Only one outgoing flow from an XOR is activated. - ANSWER-Which of the following
are true in relation to the XOR Gateway
If the security for the parent folder is updated, the folder inheriting security will
update also - ANSWER-When a folder inherits security from a parent folder, which of
the following is true
There is a reference to a Rule Input called "name" that does not exist - ANSWER-
What does the following error mean on an Interface: "Expression evaluation error:
Invalid variable(s) found: ri!name"
.data - ANSWER-What would you add to the end of a!queryEntity() expression to
return a List of Dictionary values
WITH CORRECT ANSWERS
Monitoring View in the Appian Designer - ANSWER-If a process has been paused or
cancelled by exception, where should you first look to see the error
Designers - ANSWER-What System Group is used to provide basic users with the
access to the Appian Designer
Select the Performance Tab in the Interface Designer. - ANSWER-How can you
quickly review the performance of an interface
They will be able to use any start forms that interact with the document folder, but
won't be able to successfully upload a file - ANSWER-If someone is not given Editor
access to a document folder, which of the following will most likely occur
Using recordType! - ANSWER-After you use a!queryRecordType to retrieve data,
how do you specify a field in that data set
- ANSWER-Short-lived record-centric processes are preferred over long-running
processes because:
They consume fewer system resources, are built faster, and require less effort to
maintain.
Process Monitoring View - ANSWER-Where in the Appian Designer would someone
go to view which processes have errors
Add a read only grid with a record type data source and a filter - ANSWER-Which of
these is an efficient way to display a set of Records in an Interface
A Record List View - ANSWER-Which of the following displays a searchable and
filterable list of items with links to view additional details
Admin Console - ANSWER-Where can you go to set up a direct connection to
another environment
A!dynamicLink() - ANSWER-If I want users to view more information by clicking a
link within a grid, which of these functions should I use
Activity Class Parameters - ANSWER-What does the domain prefix 'ac!' refer to
A combination of filters using AND - ANSWER-When a user selects multiple user
filters for their record, what are the results
Allows different validation behavior with different buttons on the same SAIL interface
- ANSWER-What do validation groups do
,Nothing else is needed - ANSWER-If you are a basic user with Administrator
permission for a folder, what else must be true for you to delete the folder
A field in a CDT that uniquely identifies a row of data - ANSWER-What is a primary
key
Process Models - ANSWER-Which of the following objects expose a version history
for the Developer to review
Report Pages - ANSWER-Which of the following cannot be configured within a
Record Type object
The query should be executed within the a!localVariables() function and referenced
using a local variable - ANSWER-A form uses a query that returns the desired labels
and values used by Dropdown components displayed on a form. What is the best
way to execute this query
Interfaces and Expressions - ANSWER-The record type object reference is used to
directly reference an existing record type in which of the following design objects
Task Reports - ANSWER-Which type of reports are displayed on the Reports tab in
Tempo
Error - ANSWER-Which of these is NOT a valid status when inspecting application
packages
Apply User Filters or Search - ANSWER-How can users refine results presented in a
Record's List View
Record Type Objects - ANSWER-What are the items listed on the Records tab in the
Tempo Interface
rf! - ANSWER-Which of the following domains are available within and outside of a
Record Type
Viewer rights to the Record and Initiator rights for the Process Model - ANSWER-As
a minimum, which of the following user rights are needed to initiate a Related Action
You can reuse objects across different applications - ANSWER-Which of these
statements is true regarding Appian applications
The list is auto-filtered as users start entering letters of their search term - ANSWER-
Why are pickers useful for selecting from a long list of items
Text, Decimal, Date and Time, Document, Boolean - ANSWER-Which of the
following lists of data types include valid elements of a Custom Data Type
The business user does not have permission to see the process for the related
action - ANSWER-If a business user is able to see a record, but not a related action
on that record, which of the following could be the issue
, There is not guarantee which order the node input values are evaluated - ANSWER-
Within a process model node, in what order are the input values evaluated
Records are a visual representation of business data as it relates to people, places,
or business items - ANSWER-What are Records
a!dynamicLink() - ANSWER-Which of the following links can be used to update a
Rule Input
Change the process flow - ANSWER-Editing a Process Instance allows you to do all
of the following, except which one of these actions
Secure these objects individually - ANSWER-How do we set security to objects that
are not stored in folders
Adjacent or Justified - ANSWER-According to the Appian UX Design Guide, which of
these is a recommended label position of read only fields
They cannot be changed once created. - ANSWER-Which of the following is true for
a CDT's name and namespace
After an application is imported to an environment - ANSWER-When does an Import
Log get generated
Records Types only contain information related to a single entity, a single process
model, or an integration - ANSWER-What is the difference between a Record Type
and a Report
The Appian Designer allows you to configure application objects - ANSWER-Which
of these statements are true regarding the Appian Designer
Break up record data into multiple views - ANSWER-What is a good way to
streamline the presentation of record data
CDTs - ANSWER-On which of the following objects can you NOT set security
Only one outgoing flow from an XOR is activated. - ANSWER-Which of the following
are true in relation to the XOR Gateway
If the security for the parent folder is updated, the folder inheriting security will
update also - ANSWER-When a folder inherits security from a parent folder, which of
the following is true
There is a reference to a Rule Input called "name" that does not exist - ANSWER-
What does the following error mean on an Interface: "Expression evaluation error:
Invalid variable(s) found: ri!name"
.data - ANSWER-What would you add to the end of a!queryEntity() expression to
return a List of Dictionary values