When creating a process model, you need an incoming path to continue down one or more paths based on the logic you set. Which gateway node should you use?
A. XOR
B. AND
C. XAND
D. OR
In the scrum lifecycle of a project, when should the team agree on the requirements for the Definition of Done?
A. Before getting started on the project
B. During the sprint retrospective
C. During the backlog refinement
D. After the sprint planning
You want to evaluate an expression by using a loop. Which option should you use?
A. a!forEach()
B. a!for()
C. a!while()
D. a!do()
You need to query some data from the database using more than one filter. Which parameter for a!query() should you use to define your filters?
A. filter
B. logicalExpression
C. aggregation
D. selection
In a process model, a user input task is configured as a Quick Task. What happens when the process is started?
A. Assignees can reassign the task to someone else.
B. The task automatically has priority over other active tasks.
C. The user only has one hour to complete the task form.
D. The task will not show up on Tempo.
You connected multiple input paths to an XOR gateway in a loop. What will happen when the second input flow reaches the gateway?
A. All input flows will execute.
B. The first flow executes successfully, and the remaining will wait indefinitely.
C. The first flow executes successfully, and the remaining will throw an error.
D. The first flow executes successfully, and the remaining will be skipped.
You want to find technical product support articles for frequently-asked-about topics. Which Appian Community resource should you utilize?
A. Solutions Support Guide
B. Quick Links
C. Knowledge Base
D. Release Notes and Content Updates
You want to retrieve data from the database to show on your form. Which option should you use?
A. a!queryEntity()
B. a!querySelection()
C. a!query()
D. a!queryColumn()
You are configuring a record type and utilizing data sync.
Appian does NOT have write access to the source database table, and will not make updates. Which data sync option is most appropriate for your situation?
A. Hourly Sync
B. Manual Sync
C. Daily Sync
D. Immediate Sync
You are creating a new interface. You need to arrange the primary, top-level contents of the interface across the width of the page. According to best practices, which layout should be used in order to accomplish this?
A. Columns
B. Card
C. Side by Side Layout
D. Section