What is the most common use case for an Appian application?
A. A reporting tool that uses complex aggregation across different systems.
B. A workflow that requires extensive database data extraction, transformation, and loading.
C. A workflow for multiple groups that needs to be accelerated while reducing mistakes.
D. A backend process that requires management and no user interaction.
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
What is the lowest level of permissions required to delete a folder?
A. Administrator
B. Editor
C. Manager
D. Viewer
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
Which statement is true about the default behavior of local variables?
A. Their type is Integer.
B. Their type is Text.
C. Their value is False.
D. Their value is Null.
When using "a!queryEntity()", what should the batchSize be set to in a!pagingInfo() in order to return all the items from a query?
A. -1
B. 0
C. 1000
D. Null
When setting the assignment of a User Input task, you need the task to be assigned to the person who started the process. Which option is appropriate to use to accomplish this goal?
A. pp!name
B. pm!creator
C. pp!initiator
D. pm!name
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 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.
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