You are just starting with a new team that has been working together on an application for months. They ask you toreview some of their views thathave been degrading inperformance. The viewsare highly complex with hundreds of lines of SOL
What is the first step in troubleshooting the degradation?
A. Go through the entire database structure to obtain on overview, ensure you understand the business needs, andthen normalize the tables to optimizeperformance.
B. Run an explain statement on the views, identify criticalareas of improvement that can be remediated and without business knowledge
C. Go through all of the tables one by one to identify which of the grouped by. ordered by.or joined keys are currently indexed
D. Browse through the tables, note any tables that contain a large volume of null values, and work with your team to plan for table restructure.
You are asked to design a case management system for a client in addition to storing some basic metadata about a case, one of the client s requirements Is the ability for users to update a case The client would like any user in their organization of 500 people to be able to make these updates The users are all based in the company's headquarters, and there will be frequent cases where users are attempting to edit the same case. The client wants to ensure no information Is lost when these edits occur and does not want the solution to burden their process administrators with any additional effort.
Which data locking approach should you recommend?
A. Allow edits without locking the case GDI
B. Use the database lo implement tow lewd pessimistic locking.
C. Add an ï¿¢ersion annotation to the case COT to manage Vie locking
D. Design a process report and query to determine who opened the edit form first
Your Appian project just went live with the following environment setup; DEV > TEST (SIT/DAT) > PROD
Your client is considering adding a support team to manage production defects and minor enhancements, white the original development team focuses on Phase 2 Your client is asking you for a new environment strategy that will have the least impact on Phase 2 development work.
Which option involves the lowest additional server cost and the least code retrofit effort?
A. Phase 2 development work steam: DEV > TEST (SIT) > STAGE (UAT) > PROO Production support work stream DEV > TEST2 (SIT/UAT)>PROO
B. Phase 2 development work Stream: DEV > TEST (SIT) > STAGE (UAT) > PROO Production support work stream DEV2 > STAGE (S1T/UAT) > PROD
C. Phase 2 development work stream: DEV > TEST (SIT/UAT) >PROD Production support work stream DEV > TEST2 (SIT/UAT) > PROO
D. Phase 2 development work stream: OEV > TEST (Srr/DAT) > PROO Production support work stream. DEV2 > TEST (SIT/UAT) > PROD
You ate in a backlog refinement meeting with the development team and the product owner. You review a story for an integration Involving a third-party system. A payload will be sent from the Appian system through the integration to the third-party system. The story is 21 points on a Fibonacci scale, and requires development from your Appian learn, as well as the technical resources from the third-party system. This item is crucial to your project s success.
What are the two recommended steps to ensure this story can be developed effectively?
A. Acquire testing steps from QA resources
B. Identify subject matter experts (SMEs) to perform user acceptance testing (UAT)
C. Maintain a communication schedule with the third-party resources
D. Break down the item into smaller stones
As part of your implementation workflow, users need to retrieve data stored in a third-party Oracle database on an interface. You need to design a way to query this information.
How should you set up this connection and query the data?
A. Configure a Query DataBase node within the process model Then, type in the connection information, as well as a SQL query to execute and return the data in process variables.
B. Configure a limed utility process that queries data from the thirdparty database daily, and stores It in the Applan business database, Then use alqueryEntity eating the Applan data source to retrieve the data.
C. Configure an expression-backed record type, calling an API to retrieve the data from the third-party database. Then, use allqueryRecordType to retrieve the data.
D. in the Administration Console configure the third-party database as a `'New Data Source,'' Then, use alqueryEntity to retrieve 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
Review the following resultof an explain statement: Which two conclusions can you draw from this?

A. The request is good enough to support a high volume of data. but could demonstrate some limitations if the developer queries information related to the product
B. The worst join isthe one between the table order_detail and order.
C. The join between the tables order_detail, order and customerneeds to be tine-tuned due to indices.
D. The join between the tables 0rder_detail and productneeds to be fine-tuned due to Indices
E. The worst join is the one between the table order_detail and customer
Your clients customer management application is finally released lo Production. After a few weeks of small enhancements and patches, the client Is ready to build their next application. The new application will leverage customer information from the first application to allow the client to launch targeted campaigns for select customers in order to increase sales.As part of the first application, your team had built a section lo display key customer information such as their name, address, phone number, how long they have been a customer, etc. A similar section will be needed on the campaign record you are building.
One of your developers shows you the new object they are working on for the new application and asks you to review it as they are running Into a few issues.
What feedback should you give?
A. Provide guidance to the developer on how to address the issues so that they can proceed with their work
B. Ask the developer to convert the original customer section into a shared object so it can be used by the new application
C. Point the developer to the relevant areas in the documentation or Applan Community where they can find more Information on the issues they are running into.
D. Create a duplicate version of that sect
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
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