Appian ACD200 - Appian Certified Senior Developer Exam
Page: 2 / 18
Total 87 questions
Question #6 (Topic: Exam A)
Which review format is the most efficient way to coach team members and improve code quality? (Choose the best answer.)
A. Peer Dev Review
B. Automated Code Scanning
C. Retrospectives
D. User Acceptance Testing
Answer: A
Question #7 (Topic: Exam A)
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.)
A. Create a custom plugin that can write an audit trail to a log file.
B. Create a trigger on the database table to capture the audit trail to a table.
C. Create an Appian process to capture the change history and write the audit trail to the database.
D. Create a web API call to an audit history system and write the audit trail to file.
Answer: B
Question #8 (Topic: Exam A)
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.)
A. A joining table can be used to hold instances of Student/Class relationships.
B. The Student table should have a Class field to hold an array of Class IDs.
C. The Class table should have a Student field to hold an array of Student IDs.
D. It cannot be done, because Appian CDTs cannot handle Many-to Many relationships.
Answer: A
Question #9 (Topic: Exam A)
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.)
A. Table
B. View
C. Stored procedure
D. Materialized view
Answer: C
Question #10 (Topic: Exam A)
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.)
A. Number (Integer)
B. Number (Decimal)
C. Date
D. Boolean
Answer: A