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 are designing a case management application. The initiator creates a case, and the reviewer reviews it approximately 7 days later.
You have already designed a process model for the initiators to create the case.
Which process model design will result in the lowest memory impact? (Choose the best answer.)
A. When all case details are entered, the case appears as a case record, and when the reviewer is ready to review the record, they can do so via a related action from the case record.
B. When all case details are entered, the process flow will proceed and assign a task to the reviewer to review the record.
C. When all case details are entered, the process flow will call a Start Process node to initialize a review process model for the reviewer.
D. When all case details are entered, the process flow will call a Sub-Process node to initialize a review process model for the reviewer.
There is a need to relate two entities in the data structure: Employee and Skill.
Employees can have multiple skills, and a single skill can relate to multiple employees.
What kind of relationship would these entities have, and what is the minimum number of tables required to implement the design, according to Appian best practices? (Choose the best answer.)
A. One-to-many; 2 tables
B. Many-to-many; 2 tables
C. Many-to-one; 2 tables
D. Many-to-many; 3 tables
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 are designing a repeating step in a process.
What is the default limit for maximum number of node executions?
A. 50
B. 2000
C. 1000
D. 500
What are three things you can do to improve the memory usage of a process model? (Choose three.)
A. Configure process variables to be parameters.
B. Reduce the number of process variables.
C. Avoid storing large blocks of text in process variables.
D. Split large nodes into many smaller nodes.
E. Pass data directly to activity nodes and smart services.
Which user role should be used to allow external systems to invoke Appian web APIs?
A. Service Account
B. System Administrator
C. Application User
D. Designer
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.
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
Match each of the business data concepts to an Appian data type. Each data type may be used once, more than once, or not at all.
Hot Area: