In the next year, you expect the number of concurrent active users of your application to increase from approximately 50 to 500.
Which two recommendations for your Appian environment would address the performance risk of this large increase in users? (Choose two.)
A. Add more design engines.
B. Add more process execution engines.
C. Add more application server memory.
D. Switch from a records-centric to a process-centric design.
Which XSD element is NOT supported within an Appian CDT? (Choose the best answer.)
A.
B.
C.
D.
The IT stakeholder wants to understand which processes have the highest footprint.
What are the two places to get information on process model memory usage? (Choose two.)
A. Administration Console
B. Process monitoring tab
C. Appian Health Check report
D. Application server log file
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.
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
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 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.
Users are reporting that a task on a newly-launched process in Production is slow to respond to user input.
What is the likely cause? (Choose the best answer.)
A. The process uses too many hidden variables.
B. The task is assigned to too many users.
C. There are too many SAIL components on the task.
D. Exception timers on tasks are set to values that are too low.