PRACTICE EXAM QUESTIONS AND
ANSWERS (GRADED A)
Your new project is currently being deployed. You don't want to deploy any objects
which are left unreferenced.
What is the most efficient way to ensure that unreferenced objects are NOT deployed? -
ANSWER-Navigate to Unreferenced Objects for the application objects and remove
them
Which three authentication methods are available when setting up a connected system?
a - Basic
b - API Key
c - OAuth 2.0
d - Digest
e - One Time Password - ANSWER-a - Basic
b - API Key
c - OAuth 2.0
A system administrator is configuring an Appian environment for maintenance.
Which two statements are true about the system during the maintenance window?
a - No users will be able to access the environment
b - Maintenance windows can be configured to start and end at specified times
c - A top site banner will show to all users
d - REST endpoints will return a 401 error - ANSWER-c - A top site banner will show to
all users
d - REST endpoints will return a 401 error
Which of the following are best practices for configuring a process model?
a - Use swim lanes
b - Add labels on outbound paths for XOR gateways
c - Write to Data Store smart service nodes should be labeled in a unique color
d - All end nodes need to have a termination event - ANSWER-a - Use swim lanes
b - Add labels on outbound paths for XOR gateways
You just made a series of changes intended to reduce the memory footprint of a
process model.
, After initiating a sampling of process instances, what two items should you compare
before and after the change to validate that memory has been reduced?
a - The Data Management tab in the process model
b - The sizing.bat (.sh) script
c - The system.csv log file
d - The Process Model Metrics in the Monitoring tab - ANSWER-b - The sizing.bat (.sh)
script
d - The Process Model Metrics in the Monitoring tab
You have an existing database view that you need to update before consuming in
Appian.
No related objects exist in Appian, and there are specific guidelines that prohibit Appian
from modifying your database.
In which order should you perform the actions?
a - 1. Update the SQL view in the database 2. Create a constant to refer to the Data
Store Entity 3. Create an appropriate CDT and publish it to a data store
b - 1. Update the SQL view in the database 2. Create an appropriate CDT and publish it
to a data store
c - 1. Update the SQL view in the database 2. Create an appropriate CDT and publish it
to a data store 3. Create a constant to refer to the Data Store Entity 4. Create a query
entity rule to return data from the view to Appian
d - 1. Create an appropriate CDT and publish it to a data store 2. Create a query entity
rule to return data from the view to Appian 3. Create an appropriate CDT and publish it
to a da - ANSWER-c - 1. Update the SQL view in the database 2. Create an appropriate
CDT and publish it to a data store 3. Create a constant to refer to the Data Store Entity
4. Create a query entity rule to return data from the view to Appian
After every deployment to the target environment, you want to run expression rule test
cases automatically for the application using the most efficient way possible.
An Application Vision Board helps you discover the purpose of your application. What
are the 4 areas you need to discuss to complete your Application Vision Board?
a - Target group, application, integrations, business goals
b - business goals, stakeholders, application rules, database structure
c - stakeholders, database structure, target group, application rules
d - target group, needs, application, business goals - ANSWER-d - target group, needs,
application, business goals
What can you do with the integration SDK?