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 have created a Web API in Appian. with the following URL to call it: https://exampleappiancloud.com/suite/webapi/usef_managefnent/ users ?username=)=john.smith.
Which is the connect syntax forreferring to the user name parameter'
A. httpirequest.queryParameters users username
B. httpirequest usees username
C. httpirequest formData username
D. httpirequest queryParameters.username
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 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 have an active development team (Team A) building enhancements for an application (App X'). and ate currently using the TEST environment for UAT.
A separate operations team ('Team B) discovers a critical error in the Production instance of App X that they must remediate However. Team 6 does not have a hotfix stream for which to accomplish this The available environments are DEV. TEST, and PROD
Which risk mitigation effort should both teams employ to ensure Team AS capital project is only minorly interrupted, and Team B s critical fix can be completed and deployed quickly to end users?
A. Team 8 must communicate to Team A which component will be addressed in the hotfix to avoid overlap of changes It overlap exists, the component must be versioned to its PROD state before being remediated and deployed, and then versioned back to its latest development state If overlap does not exist, the component may be remediated and deployed without any version changes
B. Team A must analyze their current codebase in OEV lo merge the hotfix changes into their latest enhancements. Team B is then requited to wait for the hotfix to follow regular deployment protocols from DEV to the PROO environment.
C. Team 8 must address changes in the TEST environment These changes can then be tested and deployed directly to PROD. Once the deployment is complete. Team B can then communicate their changes to Teams to ensure they are Incorporated as a part of the next release.
D. Team 8 must address the changes directly in PROD. As there is no hotfix stream, and OEV and TEST are being utilized for active development it is best to avoid a conflict of components. Once Team A has completed their enhancements work. Team 6 can update DEV and TEST accordingly.
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
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
You are running an inspection as a part of the first deployment process from TEST to PROD. You receive a notice that one of your objects will not deploy because it is dependent on an object from an application owned by a separate team.
What should be your next step?
A. Create your own object with the same code base, replace (he dependent object in the application. and deploy to PROO.
B. Halt the production deployment and contact the other team tor guidance on promoting the object to PROD
C. Check the dependencies of the necessary object Deploy w PROO if there are few dependencies and it is low risk
D. Push a functionally viable package to PROD without the dependencies, and plan the rest o! the deployment accordingly with the other team's constraints
You add an index on the searched field of a MySQL table with many rows (>100k).
The field would benefit greatly from the Index in which three scenarios?
A. The field contains a textual shot Business code.
B. The field contains long unstructured text such as a hash
C. The field contains many datetimes, covering a large range
D. The Add contains Dig integers, above and below 0.
E. The field contains a structured JSON.
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