COMPLETE 400 QUESTIONS AND CORRECT
ANSWERS ALREADY GRADED A+
If your data lives in a relational database or a database table, how can the
record type access your source data? (Multi Select)
A. Through a cached copy of your database table (if data sync is enabled)
B. Through a process model
C. Through a web service
D. Through a Data Store Entity (DSE) - ANSWER-A and D
A user has Editor permissions to a record type. Which three actions can the
user take?
A. Update the record type definition.
B. View the record type in Temp.
C. View the record type definition and security.
D. Update the record type security.
E. Delete the record type. - ANSWER-A, B, C. Changing Security and
Deleting are Administrator level permissions.
Which type of report focuses on key performance indicators, such as
revenue or customer satisfaction?
A. Business value
B. Process metrics
C. Gauges
,D. Pie chart - ANSWER-A. Business value
Which type of report focuses on operational efficiency and bottlenecks?
A. Business value
B. Process metrics
C. Gauges
D. Pie chart - ANSWER-B. Process metrics
What is the most common description for the type of work Appian does?
A. Business-to-Business and Business-to-Government
B. Business-to-Government and Consumer-to-Consumer
C. Business-to-Consumer and Consumer-to-Consumer
D. Business-to-Business and Consumer-to-Consumer - ANSWER-A.
Business-to-Business and Business-to-Government
How can application users launch a process? (Multi select)
A. Add a gateway to the process
B. Use a record type's related action
C. Create a task
D. Submit a form from a site - ANSWER-B and D
At what stage are you most likely to have a "Sprint 0"?
A. Build
B. Optimize
,C. Release
D. Initiate - ANSWER-D. Initiate
Following Scrum best practices, what is the maximum number of product
owner(s) a delivery team should have?
A. It varies based on the size of the team and project
B. 3
C. 1
D. Product owners are not always required - ANSWER-C. 1
In which scenario should an Appian Site User Experience be used?
A. When users need to make a decision over a broad scope of applications
and information, as well as make use of the Tempo view.
B. When a business is integrating with an existing intranet portal and
wants to keep the interface employees are familiar with while introducing
new capabilities.
C. When an independent, customized User Experience is focused on a
specific set of functionalities.
D. When users need the ability to utilize tasks, actions, related actions,
reports and record view with full control of custom CSS of all components.
- ANSWER-C. When an independent, customized User Experience is
focused on a specific set of functionalities.
You are configuring a script task and need to output to a target process
variable. Which three operators are available in the Operator list for a
custom output?
A. is stored at index
, B. is stored as
C. is added to
D. is multiplied by
E. is appended to list - ANSWER-A, B and E
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?
A. In the Context setting of the Related Action
B. In the Related Action Shortcuts setting of the Record View
C. In the Interface Security within the Process Model
D. In the Visibility setting of the Related Action - ANSWER-D. In the
Visibility setting of the Related Action
You are creating an interface and want the user to have an interactive
component that saves and submits a form.
Which object should you use?
A. a!buttonLink()
B. a!buttonWidget()
C. a!buttonField()
D. a!save() - ANSWER-B. a!buttonWidget()
What object permission level gives a user the ability to Create, Read,
Update and Delete?
A. Administrator