Your organization requires a process to be initiated via an Appian web API.
Which HTTP request methods should the API use?
A. HEAD
B. GET
C. POST
D. CONNECT
You need to create a service account for a consumer to access the Appian Web API.
Which user type should be created?
A. Initiator
B. System Administrator
C. Basic User
D. Editor
As a developer, you have created a Web API.
To execute the API, what is the minimum privilege the end user should have? (Choose the best answer.)
A. Initiator
B. Viewer
C. Editor
D. Administrator
You need to create a plug-in to perform a job in the background. The plug-in should not be available under an expression rule, connected system, or the process model.
What type of plug-in should you create? (Choose the best answer.)
A. Servlet
B. Function
C. Connected systems
D. Smart service
You are creating the group structure of a new application.
Which three best practices apply? (Choose three.)
A. Avoid creating custom group types unless there is a strong need/requirement.
B. Only create the groups necessary for task assignment or security.
C. Flat group structures should be avoided.
D. Group names should not include the application prefix.
E. Keep group names unique.
While deploying a package to a target environment, object security warnings were detected.
In which two places can object security settings be changed in bulk? (Choose two.)
A. Application security summary
B. Administration Console
C. Compare and Deploy tool
D. Process model folder
Application users are seeing long wait times between two forms they need to complete for a case.
While reviewing the process model, you identify that activity chaining has been used throughout the process model, including unattended nodes. Which three actions can you take to make the process model more efficient? (Choose three.)
A. Use MNI for unattended nodes and chain where possible.
B. Shorten long process chains by combining transactions into the smallest number of nodes.
C. Avoid chaining system nodes like Integrations.
D. Move transactions that can be done asynchronously outside of the chain.
E. Reduce the number of swim lanes.
You need to show joined data from 5 tables. Each table contains a large number of rows and could generate a large result set after executing the Joins.
The business is not expecting live data, and a 2-hour refresh is acceptable. Performance is a top priority.
What should you use? (Choose the best answer.)
A. Table
B. View
C. Stored procedure
D. Materialized view
You need to insert the deleted row of a table into a history table for audit purposes.
What is the most efficient method to achieve this?
A. Materialized view
B. Process model
C. View
D. Trigger
You are facing issues when attempting to establish a SAML connection to an identity provider. You determine you need to increase the authentication-specific logging levels so that you can view trace level statements about the connection attempt in the application server log.
Which property file should you update to modify the log output level? (Choose the best answer.)
A. commons-logging.Properties
B. appian_log4j.properties
C. logging.properties
D. custom.properties
You are using pie charts.
What is correct representation of Appian best practices? (Choose the best answer.)
A. Use as many slices as possible.
B. Pie charts should only be used to represent data that can be placed into identical categories.
C. Use pie charts to show proportional data.
D. Try to use multiple pie charts when comparing multiple sets of data.
You are about to deploy a package to another environment.
Which two statements are true? (Choose two.)
A. It is not possible to undo changes from an import to all types of objects.
B. It is possible to undo changes from an import to all types of objects.
C. It is possible to import the same package multiple times.
D. It is not possible to import the same package multiple times.
Using a View, you pull a report on different employee transactions. You receive the following error: "a!queryEntity: An error occurred while retrieving the data."
What is the most likely root cause? (Choose the best answer.)
A. The view contains a large number of rows, requiring more time to fetch the data.
B. The view doesn't have a column mapped as a Primary Key in its corresponding CDT.
C. The required inputs were not provided.
D. The rule contains a missing syntax.
Which of the following is a sign that an application's performance is degrading and should be addressed with changes to the application design?
A. Integration calls to an external system are consistently returning an HTTP status code of 500.
B. Three of the top five most executed process models have a low completion percentage.
C. The number of tasks assigned to users has increased from 1 per day to 5 per day.
D. The number of objects in the Application has increased from about 100 to about 500.
HOTSPOT
A car insurance company wants to build an application that processes insurance claims. Appian will receive a claim in a JSON document and return a decision about whether the company should pay the claim.
Match each system requirement to the Appian object that could be used to implement the requirement. Each answer will be used once.
Hot Area: