Appian ACD201 Exam Practice Questions (P. 1)
- Full Access (99 questions)
- One Year of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #1
You're developing a functionality to manage transactions for an insurance company. Each transaction can have multiple items where respective item type and item amount can be entered. The amount entered can be either negative or positive, and is a decimal data type with a precision of 8 and a scale of 2.
A maximum of 10 items can be entered for a transaction. Once all the items are entered, you need to calculate and show the sum of all items' total amounts at the transaction level.
What is the best way to calculate and display the sum of all item amounts?
A maximum of 10 items can be entered for a transaction. Once all the items are entered, you need to calculate and show the sum of all items' total amounts at the transaction level.
What is the best way to calculate and display the sum of all item amounts?
- Atext(sum(ri!items.amount),"00.00")
- Bfixed(sum(ri!items.amount),2,false())
- Cround(sum(ri!items.amount),2)
send
light_mode
delete
Question #2
You’re establishing a Health Check schedule for your department.
Which two statements should you consider when implementing Health Checks? (Choose two.)
Which two statements should you consider when implementing Health Checks? (Choose two.)
- ARun a Health Check at least once a month in production as part of server and application monitoring.
- BRun Health Checks during regular business hours in production to identify issues during heavy usage.
- CConfigure a weekly Health Check cadence for the development environment.
- DRun Health Checks during regular non-business hours in production to avoid slowing down the environment.
send
light_mode
delete
Question #3
You're developing a record view for a case management system that enables users to upload files to a specific location within an external records application.
Your requirements are:
In this record view, there should be a record action that allows the user to upload a file to the interface and configure the metadata (name, author, file size) before submitting.
If the file is larger than 250MB, the user will be notified that the file will be uploaded overnight.
Once the file has been successfully uploaded, the file will appear on the record view and the user can interact with the file.
Which two pieces of user-facing information must be captured from this business process so that you can develop this record view? (Choose two.)
Your requirements are:
In this record view, there should be a record action that allows the user to upload a file to the interface and configure the metadata (name, author, file size) before submitting.
If the file is larger than 250MB, the user will be notified that the file will be uploaded overnight.
Once the file has been successfully uploaded, the file will appear on the record view and the user can interact with the file.
Which two pieces of user-facing information must be captured from this business process so that you can develop this record view? (Choose two.)
- AThe location of where the file will be uploaded to in the external records application.
- BThe email of the system administrator so that an email can be sent to them if the integration fails.
- CThe time of file upload if the file is less than 250MB.
- DHow the user wishes to interact with these files in the record view - as a grid or a series of card layouts.
send
light_mode
delete
Question #4
You're designing an expression rule that needs to retrieve employees from a database for a given department and display their full name concatenated with their role in a list for a dropdown field.
Which design approach should you recommend?
Which design approach should you recommend?
- AQuery the data to return all employees. Using a!forEach(), for each item in the list, if the employee belongs to the given department, return the employee name and role, otherwise, return a null value.
- BQuery the data to return all employees. Use wherecontains() to return the employees for the given department and use a!forEach() to return the employee name and role for each item in the list.
- CQuery the data with a filter applied to only return employees for the given department. Using a!forEach(), for each item in the list, return the employee name and role.
send
light_mode
delete
Question #5
What are three ways to optimize the memory usage of a process model? (Choose three.)
- APass data directly to activity nodes and smart services.
- BMinimize the use of subprocesses in the model.
- CDecrease the number of process variables.
- DConfigure process variables as parameters.
- EDivide large nodes into multiple smaller nodes.
- FAvoid storing large blocks of text in process variables.
send
light_mode
delete
All Pages
