You are reviewing the Engine Performance Logs in Production for a single application thathas been live for six months. This application experiences concurrent user activity and has a fairly sustained load during business hours. The client has reported performance issues with the application during business hours.
During your investigation, you notice a high Work Queue - Java Work Queue Size value in the logs You also notice unattended process activities, including timer events and sending notifications emails, are taking far longer to execute than normal.
The client Increased the number of CPU cores prior to the application going live
What is the next recommendation?
A. Add more engine replicas.
B. Optimize slow-performing user interfaces.
C. Add more application servers.
D. Add execution and analytics shards
You are required to create an integration from your Appian cloud instance to an application hosted within a customers self-managed environment.
The customers IT team has provided you with a REST API endpoint to test with; httpsV/lnternal networkVapi/api /ping
Which recommendation should you make to progress this integration?
A. Expose the API as a SOAP-basedweb service.
B. Deploy the API / service into Appian Cloud
C. Add Appian Cloud's IP address ranges lo the customer network's allowed IP listing
D. Set up a VPN tunnel
You are required to configure a connection so that Jira can inform Appian when specific tickets change (using webhook).
Which three required steps will allow you to connect both systems?
A. Create a Web API object and set up the correct security.
B. Configure the connection In Jira specifying the URE and credentials
C. Create a new API Key and associate a service account
D. Give the service account system administrator privileges
E. Create an integration object from Applan to Jira to periodically check the ticket status
You are taking your package from the source environment and importing it into the target environment.
Review the errors encountered during inspection:
Whatis the first action you should take to Investigate the issue?
A. Check whether the object(UUIDending in 18028821) is included in this package
B. Check whether the object(UUD ending in 7t00000i4e7a)is included in this package
C. Check whether the object (UUID ending in 25606) is included in this package
D. Check whether the object (UUID ending in 18028931) is included in this package
You have 5 applications on your Appian platform in production. Users are now beginning to use multiple applications across the platform, and the client wants to ensure a consistent user experience across all applications You notice that some applications use rich text some use section layouts, and others use box layouts. The result is that each application has a different color and size for the header.
What would you recommend to ensure consistency across the platform?
A. Create constants for text size and color, and update each section lo reference these values.
B. In the common application, create a rule that can be used across the platform for section headers, and update each application to reference this new rule
C. In the common application, create one rule for each application, and update each application to reference its respective rule
D. In each individual application, create a rule that can be used lot tot section headers, and update each application lo reference its respective rule
You are designing a process that is anticipated to be executed multiple times a day. This process retrieves data from an external system and then calls various utility processes as needed. The mam process will not use the results of the utility processes, and there are no user forms anywhere.
Which design choice should be used to start the utility processes and minimize the load on the execution engines?
A. Use the Start Process Smart Service to start the utility processes.
B. Start the utility processes via a subprocess synchronously.
C. Use Process Messaging lo star! the utility process.
D. Start the utility processes via a subprocess asynchronously
You are taskedto build a large scale acquisition application for a prominent customer. The acquisition process tracks the time it takes is fulfill a purchase request with an award.
The customer has structured the contract so that there are multiple application dev teams.
How should you design for multiple processes and forms, while minimizing repeated code?
A. Create a Center of Excellence (CoE)
B. Create a common objects application.
C. Create a Scrum of Scrums sprint meeting for the team leads
D. Create duplicate processes and forms as needed
What are two advantages of having High Availability (HA) for Applan Cloud applications?
A. An Applan Cloud HA instance is composed of multiple active nodes running in different availability zones in differentregions.
B. Data andtransactions are continuouslyreplicated across the active nodes to achieve redundancy and avoid single points offailure.
C. A typical Appian Cloud HA instance is composed of two active nodes.
D. In the event of a system failure, your Appian instance will fie restored and available to your users in less than 15 minutes.having lost no more than the last 1minute worth of data.
You are presented with the following application requirement:
Users must be able to navigate throughout the application while maintaining complete visibility in the
application structure, and easily navigate to previous locations.''
Which Appian Interface Pattern would you recommend?
A. Use Bullous as Cards pattern on the home page lo prominently display application choices.
B. Implement an Activity History pattern to track an organizations activity measures.
C. implement a drilldown report pattern to show detailed information about report data.
D. Include a breadcrumbs pattern on applicable inert aces to show the organizational hierarchy
As part of an upcoming release of an application, a new nullable field is added to a table that contains customer dataThe new field is used by a reportin the upcoming release, and is calculated using data from another table.
Which two actions should you consider when creating the script to add the new field?
A. Create a script thatadds the held and leaves it null.
B. Create a rollback script that removes the field.
C. Create a script that adds the field and then populate it
D. Create a rollback script that clears the data from the field
E. Add a view that joins the customer data to the data used in calculation