APPIAN WORK EXAM QUESTIONS
AND ANSWERS
In the Appian Designer, the list of objects can be viewed in which of the following
ways? - ANSWER-Flat && Hierarchical Views
Following Scrum best practices, what is the maximum number of product owner(s) a
delivery team should have? - ANSWER-1 (one)
Which Decision object Hit Policy creates an array of true statements? - ANSWER-
Rule Order
What System Group is used to provide basic users with the access to the Appian
Designer? - ANSWER-Designers
Which of these is NOT a Hit Policy for a Decision Table? - ANSWER-Array
At a minimum, what needs to be configured for a User Input Task to no error in the
process model? - ANSWER-Assignment Tab
In a Record Type, a Related Action can be configured to open in which of the
following ways? - ANSWER-Dialog Box
New Tab
Same Tab
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
);
Which statement about the color table is valid? - ANSWER-Every row in the table
must contain an integer value for the color_Id column
What is the primary reason for using a database view? - ANSWER-To optimize and
hide the complexity of multiple joins
What is the maximum number of characters allowed in a text field in a CDT? -
ANSWER-66000
What needs to be added first to an expression that uses a record field reference? -
ANSWER-recordType!NameOfRecord
Which of the following is a best practice concerning a!queryEntity()? - ANSWER-
When setting pagingInfo, batchSize should never or rarely be set to -1
Which type of layout allows users to sollapse and expand content displayed on the
screen? - ANSWER-Section
, 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? - ANSWER-In the Visibility setting of the
Related Action
When using the Write to Data Store Entity smart service, the node will fail unless
which of the following have been set? - ANSWER-An extra input has been set up to
map the values to be stored
A user had Editor permissions to a record type. Which three actions can the user
take? - ANSWER-View the record type definition and security
Update the record type definition
View the record type in Tempo
Which of the following is true about the Analyst view in the Process Modeler? -
ANSWER-The process model cannot be published
Which of these scenarios best describe a user experience where an Appian Site
Work Platform should be used? - ANSWER-A targeted workspace is needed for
users to perform a set of tasks or activites with streamlined design options that are
implemented in hours instead of months
You can use a!grouping() to configure a chart of which if which of the following is
true? - ANSWER-A record type is the data source for the chart
How can users be deleted from the system? - ANSWER-A user cannot be deleted,
only deactivated
Which of the following domains are available within and outside of a Record Type? -
ANSWER-fv!
What type of link should be used to configure a drillable chart? - ANSWER-a!
dynamicLink()
In a record list, how would you display two field values in the same column using a
record link? - ANSWER-fv!row[recordType!recordtype.field1] & " " & fv!
row[recordType!recordtype.field2]
By definition, what are the core questions to be answered during daily Standup
ceremonies? - ANSWER-What did you work on yesterday?
What are you working on today?
What, if anything, is blocking your progress?
When configuring a drop down field, which setting is used to save the selection to a
CDT field? - ANSWER-Save Selection To
Review the following code: local!sum: 1 /* 1 + 3 */ 3
What is the value of local!sum? - ANSWER-4
AND ANSWERS
In the Appian Designer, the list of objects can be viewed in which of the following
ways? - ANSWER-Flat && Hierarchical Views
Following Scrum best practices, what is the maximum number of product owner(s) a
delivery team should have? - ANSWER-1 (one)
Which Decision object Hit Policy creates an array of true statements? - ANSWER-
Rule Order
What System Group is used to provide basic users with the access to the Appian
Designer? - ANSWER-Designers
Which of these is NOT a Hit Policy for a Decision Table? - ANSWER-Array
At a minimum, what needs to be configured for a User Input Task to no error in the
process model? - ANSWER-Assignment Tab
In a Record Type, a Related Action can be configured to open in which of the
following ways? - ANSWER-Dialog Box
New Tab
Same Tab
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
);
Which statement about the color table is valid? - ANSWER-Every row in the table
must contain an integer value for the color_Id column
What is the primary reason for using a database view? - ANSWER-To optimize and
hide the complexity of multiple joins
What is the maximum number of characters allowed in a text field in a CDT? -
ANSWER-66000
What needs to be added first to an expression that uses a record field reference? -
ANSWER-recordType!NameOfRecord
Which of the following is a best practice concerning a!queryEntity()? - ANSWER-
When setting pagingInfo, batchSize should never or rarely be set to -1
Which type of layout allows users to sollapse and expand content displayed on the
screen? - ANSWER-Section
, 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? - ANSWER-In the Visibility setting of the
Related Action
When using the Write to Data Store Entity smart service, the node will fail unless
which of the following have been set? - ANSWER-An extra input has been set up to
map the values to be stored
A user had Editor permissions to a record type. Which three actions can the user
take? - ANSWER-View the record type definition and security
Update the record type definition
View the record type in Tempo
Which of the following is true about the Analyst view in the Process Modeler? -
ANSWER-The process model cannot be published
Which of these scenarios best describe a user experience where an Appian Site
Work Platform should be used? - ANSWER-A targeted workspace is needed for
users to perform a set of tasks or activites with streamlined design options that are
implemented in hours instead of months
You can use a!grouping() to configure a chart of which if which of the following is
true? - ANSWER-A record type is the data source for the chart
How can users be deleted from the system? - ANSWER-A user cannot be deleted,
only deactivated
Which of the following domains are available within and outside of a Record Type? -
ANSWER-fv!
What type of link should be used to configure a drillable chart? - ANSWER-a!
dynamicLink()
In a record list, how would you display two field values in the same column using a
record link? - ANSWER-fv!row[recordType!recordtype.field1] & " " & fv!
row[recordType!recordtype.field2]
By definition, what are the core questions to be answered during daily Standup
ceremonies? - ANSWER-What did you work on yesterday?
What are you working on today?
What, if anything, is blocking your progress?
When configuring a drop down field, which setting is used to save the selection to a
CDT field? - ANSWER-Save Selection To
Review the following code: local!sum: 1 /* 1 + 3 */ 3
What is the value of local!sum? - ANSWER-4