You need to design a complex Appian integration to call a RESTful API. The RESTful API will be used to update a case in a customer's legacy system.
What are three prerequisites for designing the integration?
A. Define the HTTP method that the integration will use.
B. Understand the content of the expected body. Deluding each field type and their limits
C. Understand whether this integration will be used in an interface or in a process model
D. Understand the different error codes managed by the API and the process of error handing m Appall
E. Understand the business rules to be applied to ensure the business logic of the data
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
Your application contains a process model that Is scheduled to run daily at a certain time, which kicks off a user input task to a specified user on the 1ST time zone for morning data collection The time zone is set to the (default) pm!timezone.
In this situation, what does the pm!tinezone reflect?
A. The time zone of the server where Applan is intuited
B. The line zone of the user who most recently published the process model
C. The default time zone for the environment as specified in the Administration Console
D. The time zone of the user who is completing the input task.
On the latest Health Check report from your Cloud TEST environment utilizing a ManaDB add-on. you note the following findings
Category; User Experience Description; # of slow query rules Risk; High
Category; User Experience
Description: U of slow write to data store nodes
Risk: High
Which three things might you do to address this, without consulting the business?
A. Reduce the batch size for database queues to 10.
B. Optimize the database execution use standard database performance troubleshooting methods and tools (such as query execution plans)
C. Reduce the size and complexity of the inputs. If you ore passing in a list, consider whether (he data model can be redesigned lo pass single values instead
D. Optimize the database execution. Replace the new with a materialized view.
E. Use smaller CDTs or limit the fields selected in alqueryEntity()
You are on a protect with an application that has been deployed to Production and is live with users. The client wishes to increase the number of active users.
You need to conduct load testing to ensure Production can handle the increased usage
Review the specs for four environments in the following image.
Which environment should you use for load testing7
A. acmeuat
B. acmedev
C. acme
D. acmetest
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
Your Agile Scrum project requires you to manage two teams, with three developers per team. Both teams are to work on the same application In parallel.
How should the work be divided between the teams, avoiding issues caused by cross- dependency?
A. Group epics and stones by technical difficulty, and allocate one team the more challenging stories
B. Group epics and stones by feature, and allocate work between each team by feature.
C. Allocate stories to each team based on the cumulative years of experience of the team members.
D. Have each team choose the stones they would like to work on based on personal preference
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 developing a case management application to manage support cases for a large set of sites. One of the tabs in this application s site Is a record grid of cases, along with Information about the site corresponding to that case. Users must be able to filter cases by priority level and status.
You decide to create a view as the source of your entity-backed record, which joins the separate case/site tables (as depicted in the following Image).
Which three column should be indexed?
A. site_id
B. status
C. name
D. modified_date
E. priority
F. case_id
HOTSPOT
You are reviewing log files that can be accessed in Appian to monitor and troubleshoot platform-based issues.
For each type of log file, match the corresponding Information that it provides. Each description will either be used once, or not at all.
Note: To change your responses, you may deselect your response by clicking the blank space at the top of the selection list.
Hot Area: