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 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 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
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.
You are planning a strategy around data volume testing for an Appian application that queries and writes to MySQL database.
You have administrator access to the Appian application and to the database.
What are two key considerations when designing a data volume testing strategy?
A. Data from previous tests needs to remain in the testing environment prior to loading prepopulated data
B. large datasets must be loaded via Applan processes
C. The amount of data that needs to be populated should be determined by the project sponsor and the stakeholders based on their estimation
D. Testing with the correct amount of data should be in the definition of done as part of each sprint.
E. Data model changes must wait until towards the end of the protect.
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
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 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 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:
