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 build a QC review process for a factory that allows a technician to review each production line on a regular basis.
A QC technician has 30 minutes to complete their review, after which time the review will expire and be marked as a "missed review." If this, occurs, a supervisor should be notified via email and the review data should not be saved. Additional requirements are as follows:
The user should be able to save a draft of their review before submission, and come back to work on it later.
Once submitted, the review data should be saved to the database.
Which option needs to be implemented to meet the requirements?
A. An exception timer that skips the QC review task after 30 minutes, which flows to a Send Email node configured to notify a supervisor
B. The task configured as a quick task
C. A send message event which sends an email after 30 minutes to the supervisor
D. An escalation that sends an email after 30 minutes to the supervisor
Which two practices are strongly discouraged for activity chaining? (Choose two.)
A. Less than or equal to 5 seconds between attended activities.
B. More than 50 node instances
C. More than 5 seconds between attended activities
D. Less than or equal to 50 node instances
What should you use to create a virtual relation in a database to query the data?
A. Procedure
B. Index
C. Function
D. View
You are investigating a slow-performing expression rule and want to analyze this rule's historical performance.
Which performance log should you look at to see the mean evaluation time of this rule every hour?
A. expressions_details.csv
B. expressions_metrics.csv
C. expressions_summary.csv
D. expressions_trace.csv
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
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.
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.
During a sprint retrospective meeting, you need to get the team thinking about the outcomes of the last sprint.
Which two basic questions should you ask? (Choose two.)
A. What didn't go well and can be improved?
B. What are the blockers?
C. Who did well in this sprint?
D. What went well?
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.