What is the most appropriate interface component to display tabular data?
A. Rich Text
B. Column Layout
C. Editable Grid
D. Read-only Grid
When designing a new interface, you have to create a table populated with record data. The table needs to link to the relevant record.
With component should you use?
A. Rich Text Display
B. Editable Grid
C. Read-Only Grid
D. Text Layout
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 need to ensure that your interface is readable on different devices. How is this most commonly checked?
A. Download Appian on each device and test.
B. Use your web browser to change sizing.
C. Click on the different preview options in the Interface Designer.
D. Wrap SAIL code in a!isPageWidtht().
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 are designing an interface and selecting colors for the application. What is the Appian-recommended best practice?
A. Use blocks of color to highlight sections that are not on the perimeter of the page.
B. Use many different shades of the same color.
C. Use a diverse range of colors and shades.
D. Use a small, consistent color palette.
What is a way to start a process from an interface?
A. Start Process Smart Service
B. Process Start Event
C. Process Messaging
D. Start Process Link
Review the following table.

Which option correctly deletes the last row from the table?
A. REMOVE product_id = 3 IN product;
B. DELETE FROM product WHERE product_id = 3;
C. DELETE product_i = 3 FROM product;
D. REMOVE FROM product WHERE product_id = 3;
HOTSPOT
You are creating a text input on an interface that prompts the user to input their favorite color.
You would like it to look like this:
You would like lor the user's response to be saved to a local variable "local!color".
Match the values to the fields that you would congure on this text input. Some values will be used more than once.
Hot Area:
