What are the different data sources for Appian record types?
A. Database and Process only
B. Database, Process, and Other Web Service
C. Database, Process, Salesforce, and Other Web Service
D. Process and Other Web Service only
What is the most appropriate interface component to display tabular data?
A. Rich Text
B. Column Layout
C. Editable Grid
D. Read-only Grid
An Appian user needs to update information for a case in the record list. Which three security or visibility settings will impact the visibility of a related action? (Choose three.)
A. Record type security
B. Related action visibility
C. Record view visibility
D. Process model security
E. Application security
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
What purpose do default test values serve when creating an interface?
A. Default test values arc used to define local variables in an interface.
B. Pre-populates rule inputs give designers a representation of what users will see.
C. Default test values arc used to improve the run time performance of an interface.
D. Pre-populates form data for end users at runtime.
A feature is being deployed to the test environment.
In which environment is unit testing performed for the feature?
A. Upgrade
B. Development
C. Production
D. Staging
A client asks you to store work location information for their employees. The client mentions that multiple employees may be assigned to multiple work locations. Which type of database relationship is the client describing?
A. One-to-Many (1:N)
B. Many-to-One (N:1)
C. Many-to-Many (M:N)
D. One-to-One (1:1)
By default, when is a local variable refreshed when using a!localVariables( )?
A. After every user interaction
B. After a record action event completes
C. When any referenced variable changes
D. It never refreshes
You need to edit data in a table. You ate currently using the following statement:
INSERT INTO product (productId, productName) VALUES (3, "App1e");
What is the issue?
A. You should be using an UPDATE statement.
B. You forgot the WHERE clause in your statement.
C. You should be using a CREATE statement.
D. You should be using an EDIT statement.
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