Appian Certified Senior Developer v1.0 (ACD200)

Page:    1 / 5   
Total 75 questions

An organization has decided to integrate with a third-party to scan incoming documents and capture the details in a table called [appian].[document]. Each document will form a new case in Appian to be displayed on a Record List.
The record needs to show data from both [appian].[document] and [appian].[caseData], which holds additional case information.
What is the most efficient way to achieve this?

  • A. Create a trigger on the [appian].[document] table to copy all the data across to the [appian].[caseData] table and point the record at [appian].[caseData].
  • B. Create a SSIS package to run at a regular interval.
  • C. Create a view between both the [appian].[document] and [appian].[caseData] tables to feed the record.
  • D. Create a stored procedure to query the data from both the [appian].[document] and [appian].[caseData] tables.


Answer : C

HOTSPOT -
You need to create and design an ERD that represents the client’s bookstore inventory.
Match the entity descriptions to the most appropriate relationship. Each relationship type will be used once.



Answer : Customer to purchase transaction: One-to-many Edition to book: Many-to-one Book to ISBN (Unique identifier): One-to-one Author to book: Many-to-many

What is the lowest permission required on the data store in order to query, write, and delete data?

  • A. Manager
  • B. Administrator
  • C. Viewer
  • D. Editor


Answer : C

You need to insert the deleted row of a table into a history table for audit purposes.
What is the most efficient method to achieve this?

  • A. Materialized view
  • B. Process model
  • C. View
  • D. Trigger


Answer : D

You need to display the profile picture of each employee inside an employee grid, alongside their names and phone numbers.
According to Appian best practices, what is the preferred style and size for the images?

  • A. style: “AVATAR”
    size: “LARGE”
  • B. style: “STANDARD”
    size: “ICON”
  • C. style: “STANDARD”
    size: “LARGE”
  • D. style: “AVATAR”
    size: “SMALL”


Answer : D

You are required to display information for pending tasks for each individual in an application. There will be tasks for a single specific application.
Which context type should you choose for the Task Report Type?

  • A. Tasks by process model
  • B. Tasks attributed to user
  • C. Tasks by process
  • D. Tasks assigned to a group


Answer : B

You have been asked to produce a Tempo report, with the following requirements:
The report should display in Appian.
The data is held in a business database, but performance in Appian is a key requirement.
Which three actions can you take to minimize the performance impact of your report? (Choose three.)

  • A. Display the report as a task report on the Tasks tab.
  • B. Limit the number of series values and categories in the report.
  • C. Use local variables in your report interface to avoid redundant database queries.
  • D. Use the query process analytics function to retrieve the data.
  • E. Perform aggregation in the database using a view prior to reading the data into Appian.


Answer : BCE

You are required to test a Related Action that updates record data. You need to make sure that the correct users can access the form and that the data is updating successfully.
Which is the most appropriate testing method to achieve this using Appian?

  • A. Unit Testing
  • B. User Interface (UI) Testing
  • C. Load Testing
  • D. Performance Testing


Answer : A

Which two statements about the a!queryEntity() function are true? (Choose two.)

  • A. The queries defined using the query parameter are not limited in how long they wait to return results.
  • B. The queries defined using the query parameter return a constrained subset of matching data records by default.
  • C. The entity value must be given as a constant of type Data Store Entity.
  • D. Setting the fetchTotalCount parameter to False can improve the performance of the rule.


Answer : CD

You need to build a QC review process for a factory that allows a technician to review each production line on a regular basis.
A QC technician has 30 minutes to complete their review, after which time the review will expire and be marked as a “missed review.” If this, occurs, a supervisor should be notified via email and the review data should not be saved. Additional requirements are as follows:
The user should be able to save a draft of their review before submission, and come back to work on it later.
Once submitted, the review data should be saved to the database.
Which option needs to be implemented to meet the requirements?

  • A. An exception timer that skips the QC review task after 30 minutes, which flows to a Send Email node configured to notify a supervisor
  • B. The task configured as a quick task
  • C. A send message event which sends an email after 30 minutes to the supervisor
  • D. An escalation that sends an email after 30 minutes to the supervisor


Answer : A

You are creating an expression rule that will be reused throughout your environment.
What are two benefits of including meaningful test cases when creating a new expression rule? (Choose two.)

  • A. Speed up unit, regression, and exploratory testing.
  • B. Improve the appearance of the code.
  • C. Improve performance.
  • D. Increase code quality.


Answer : AD

You are creating the group structure of a new application.
Which three best practices apply? (Choose three.)

  • A. Avoid creating custom group types unless there is a strong need/requirement.
  • B. Only create the groups necessary for task assignment or security.
  • C. Flat group structures should be avoided.
  • D. Group names should not include the application prefix.
  • E. Keep group names unique.


Answer : ABE

Which two statements are true for importing Appian applications? (Choose two.)

  • A. It is not possible to undo changes from an import.
  • B. It is not possible to import the same application multiple times.
  • C. Applications from an earlier version of Appian can be imported into later versions of Appian.
  • D. Importing a published application changes its state to Unpublished and need to be published again.


Answer : AC

Your organization is in the process of redesigning its user interfaces in order to use space efficiently.
Which layout component is most appropriate for displaying the interface where the meaningful order of components is vertical?

  • A. a!columnsLayout()
  • B. a!columnOverlay()
  • C. a!cardLayout()
  • D. a!sideBySideLayout()


Answer : A

You are referencing and using arrays of a CDT (Custom Data Type).
Which two statements are true? (Choose two.)

  • A. Other Appian functions can be used within the square brackets “[]” when using dot notation to return specific data from the array.
  • B. There is no difference between using “dot notation” and the index() function.
  • C. An array of integers can be passed as the second parameter to the index() function to return the data at those position in the array.
  • D. The function wherecontains can act on operands of different types.


Answer : BC

Page:    1 / 5   
Total 75 questions