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.
You create an Integration that modifies the data.
In which three locations can it be called? (Choose three.)
A. Web API (GET)
B. Expression or Rule
C. Web API (POST, PUT, DELETE)
D. Process model
E. SAIL save into parameter
You are required to test a Related Action that updates record data. You need to make sure that the correct users can access the form and that the data is updating successfully.
Which is the most appropriate testing method to achieve this using Appian?
A. Unit Testing
B. User Interface (UI) Testing
C. Load Testing
D. Performance Testing
You need to find a list of expression rules that are causing performance issues, or have caused performance issues in the last 30 days.
What should you do?
A. Use the Monitoring tab to find rules with a low completion percentage.
B. Access the Rule Performance tab in the Administration Console.
C. Inspect the application server log.
D. Observe the runtime of all test cases.
Your table contains several indexes.
Which two statements regarding indexes are correct? (Choose two.)
A. Indexes increase the performance of Read operations.
B. Indexes increase the performance of Write operations.
C. Indexes decrease the performance of Write operations.
D. Indexes decrease he performance of Read operations.
You have a requirement that can only be achieved by using a plug-in, where more than one plug-in does a similar job.
What are three primary considerations in choosing the right plugin? (Choose three.)
A. What are the compatible Appian versions?
B. Is the plug-in Cloud-approved?
C. What are the limitations of the plug-in?
D. What is the size of the plug-in?
E. Who is the plug-in author?
You are analyzing a poorly-performing process model.
You find that the process model in question has a lot of nodes and is mainly used to do background updates.
Which two things can be done to increase its performance? (Choose two.)
A. Define the correct alerts for the process model.
B. Remove all activity chaining.
C. Use swim lanes in the process model.
D. Refactor some nodes into subprocesses when possible.
You are reviewing a recent Health Check report and notice that a process model has high memory consumption.
What are three possible reasons for this? (Choose three.)
A. Too many process variables
B. Misconfigured error alerts
C. Nested CDTs with large numbers of fields
D. Too many nodes
E. Gateway nodes with multiple incoming flows
You are troubleshooting slow response times on a SAIL interface.
What are two potential causes of the performance issues? (Choose two.)
A. Multiple rule inputs
B. Multiple a!save operations
C. Configuration of refresh variables
D. Stacked button layout
You need to update the archival settings for a process model. You modified the automatic process clean-up settings and selected the archive processes option with `n' days.
Which instances of that process model will be affected? (Choose the best answer.)
A. Future and past instances of the process model including subprocesses.
B. Future instances of the process model only.
C. Future and past instances of the process model.
D. Future instances of the process model only including subprocesses.