Appian Senior Developer Practice Exam
2024-2025
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? -
Correct 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 -Correct 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 -Correct 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 -Correct 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.
Appian Senior Developer Practice Exam
, Appian Senior Developer Practice Exam
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 -Correct 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 -Correct 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.
Which action should you take, if any?
a - Ask the team to execute the test cases for all expressions in the application
b - This is the default behavior and happens automatically when an expression is
deployed. No actions are required
c - Configure a post-deployment process to execute Start Rule Tests (Applications)
smart service
d - Configure a post-deployment process to execute Start Rule Tests (All) smart service
-Correct Answer ✔c - Configure a post-deployment process to execute Start Rule Tests
(Applications) smart service
You need to chain the user to a task in a child process
Appian Senior Developer Practice Exam