Appian ACD200 Exam Practice Questions (P. 2)
- Full Access (87 questions)
- Six months 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 #6
Which review format is the most efficient way to coach team members and improve code quality? (Choose the best answer.)
- APeer Dev Review
- BAutomated Code Scanning
- CRetrospectives
- DUser Acceptance Testing
Correct Answer:
A
A
send
light_mode
delete
Question #7
A lead designer receives this requirement:
Every time a record is modified, the data changed must be stored for audit.
Which design is the most efficient and has the least impact on the Appian application? (Choose the best answer.)
Every time a record is modified, the data changed must be stored for audit.
Which design is the most efficient and has the least impact on the Appian application? (Choose the best answer.)
- ACreate a custom plugin that can write an audit trail to a log file.
- BCreate a trigger on the database table to capture the audit trail to a table.
- CCreate an Appian process to capture the change history and write the audit trail to the database.
- DCreate a web API call to an audit history system and write the audit trail to file.
Correct Answer:
B
B
send
light_mode
delete
Question #8
You are creating an ERD that models the data for a college and includes a Many-to-Many relationship, Student-to-Class, where a student can be enrolled in multiple classes, and a class can enroll multiple students.
How can you handle this relationship so that it can be supported in Appian and remain in at least First Normal Form? (Choose the best answer.)
How can you handle this relationship so that it can be supported in Appian and remain in at least First Normal Form? (Choose the best answer.)
- AA joining table can be used to hold instances of Student/Class relationships.
- BThe Student table should have a Class field to hold an array of Class IDs.
- CThe Class table should have a Student field to hold an array of Student IDs.
- DIt cannot be done, because Appian CDTs cannot handle Many-to Many relationships.
Correct Answer:
A
A
send
light_mode
delete
Question #9
You need to show joined data from 5 tables. Each table contains a large number of rows and could generate a large result set after executing the Joins.
The business is not expecting live data, and a 2-hour refresh is acceptable. Performance is a top priority.
What should you use? (Choose the best answer.)
The business is not expecting live data, and a 2-hour refresh is acceptable. Performance is a top priority.
What should you use? (Choose the best answer.)
send
light_mode
delete
Question #10
You are creating a table to store book information for a library. The boot has a reference number (ISBN_ID), as well as a unique identifier (BOOK_ID).
For the CDT to be created, which data type should you choose for the BOOK_ID? (Choose the best answer.)
For the CDT to be created, which data type should you choose for the BOOK_ID? (Choose the best answer.)
send
light_mode
delete
All Pages