Appian ACD300 Appian Certified Lead Developer Online Training
Appian ACD300 Online Training
The questions for ACD300 were last updated at Nov 19,2024.
- Exam Code: ACD300
- Exam Name: Appian Certified Lead Developer
- Certification Provider: Appian
- Latest update: Nov 19,2024
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 tasked to 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 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
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.
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
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
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 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 ©Version annotation to the case COT to manage Vie locking
- D . Design a process report and query to determine who opened the edit form first
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.