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
An end-user needs to trigger a process model and act on the user task assigned to them. What is the minimum security permission needed?
A. Viewer
B. Initiator
C. Editor
D. Manager
Which scenario would most commonly use a related action?
A. Running a process every Friday morning that sends a reminder email to employees who haven't submitted their timesheet
B. Starting a company-wide annual performance review process that tasks every employee to fill out a self-assessment
C. Resetting the password on an employee who has forgotten their login credential
D. Updating the status of an IT service request to "Closed", because an IT response is not necessary
During User Acceptance Testing (UAT), a tester operating in the test environment asks you to change a data point in one of the tables.
In the development environment, you navigate to the database and adjust the data point that the tester described.
What is the issue with the steps taken?
A. According to Appian best practices, changes should not be made directly in a database.
B. The change to the database was made in the wrong environment.
C. As an associate, you should not be communicating or coordinating directly with testers.
D. The change was made without formally seeking approval from DevOps.
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()
What is a Foreign Key?
A. The key that cannot be used in any other table.
B. The key that joins two tables together.
C. The key that uniquely identifies a record.
D. The key that uniquely identifies a record when joined with another column.
You need to update the table structure in the database, and then update the related CDT in Appian to publish the data store entity.
Column names in the database and the CDT are implemented using different naming conventions.
Which statement is appropriate in this scenario?
A. You can update the CDT columns in Appian Designer, or update the CDT-related XSD and create a new version from that.
B. You must update the CDT columns in Appian Designer.
C. You don't need to make any manual changes. Appian automatically updates the CDT according to database chances.
D. You must update the CDT-related XSD and create a new version from that.
Every business process, whether inside or outside of Appian, requires which of the following?
A. Human interaction
B. Defined steps
C. Reporting
D. Automation
During CDT creation, when should you select the option to "Create New Version from XSD"?
A. When the data type (CDT) contains more than 12 fields
B. When the data type (CDT) is created through a Web Service
C. When the Data Type (CDT) Designer docs nor allow you to identify your Primary Key field
D. When the data type (CDT) configurations are not accessible through the Data Type (CDT) Designer
A form has 5 rule inputs, as follows: 1 CDT variable 3 Text variables 1 Integer variable According to best practices, how many process variables are required in the process model's user input task?
A. 1
B. 3
C. 5
D. 6