When applying a default filter to a record type, what is a true statement for excluded data?
Which variable type is used to store data used within a single node of a process model?
You are configuring a local variable on an interface to store the date and time that the username field was last modified. The local variables are currently configured as follows:

Which a!refreshVariable configuration should be added so that local!usernameLastModified stores the correct timestamp?
You are reviewing a timesheet submission on a form.
The buttons on the form are: “Cancel”, “Deny”, and “Approve”. Most of the time, users will approve the timesheet.
According to Appian best practices, which button styling is most appropriate on the button labelled “Approve”?
You are configuring a Related Action for an entity-backed record type.
What is the proper domain prefix to reference the record data that will be passed into the Process Model as context for the Record Action?
You have two record types: ACME_Student and ACME_Class.
You need to add a many-to-many relationship between these two record types.
What should you do?
According to Appian user interface best practices, which data type should be right-aligned on grids? Assume the use of the English language.
You are creating a new interface object to display a pie chart.
The data for the chart is stored in a local variable in the parent interface object which references your child interface.
In terms of performance, what is the most efficient method to access the data required for the pie chart?
Review the following interface definition:

The interface does not display, and you get an error message.
What is the cause of the error?
An interface references an expression rule.
What are the relationships between these objects?
Review the following expression rule:
union(ri!fruit, ri!vegetables)
The rule inputs are configured as text arrays.
What is the expected output?
You are creating a large, complex interface
Which statement describes a best practice for strategizing code organization?
You have a record type ABC_Author, backed by a database table.
You are using the Delete Records smart service to delete an author record.
What are the minimum parameters that need to be passed to the Delete Records smart service?
Review the following variables:

Match each expression rule to the expected output.
Note: Each output will be used once or not at all. To change your responses, you may deselect your response by clicking the blank space at the top of the selection list.

You select the " Generate groups and folders to secure and organize objects " option while creating a new application, Acme, with the prefix ACM.
By default, which two groups are generated by Appian? (Choose two.)
ACME Automobile uses Appian to manage their vehicle fleet. Vehicle records can have a status of either " active " or " inactive " .
Users are primarily concerned with active vehicles and want to see only those records by default when viewing the Vehicle records list. However, it is important for users to be able to see the unfiltered list of Vehicle records on demand to address occasional auditing requests from managers.
Which configuration supports the desired Vehicle record list behavior?
You need to create a record type of only active Products using an existing database table: PRODUCT.
The PRODUCT table consists of the following columns:
• ID(INT(11))
• NAME (VARCHAR(255))
• DESCRIPTION (VARCHAR(1000))
• IS_ACTIVE (BIT)
• CREATED_BY (VARCHAR(255))
• CREATED_ON (TIMESTAMP)
• MODIFIED_BY (VARCHAR(255))
• MODIFIED_ON (TIMESTAMP)
What is a valid way to create this record type?
You are making changes to a record type named Support Case which has an existing related action titled Update Case.
Your customer requests an enhancement to make the update case action easily accessible when viewing the summary of a support case record.
What should you do?
-
Match each a!refreshVariable configuration to the appropriate refresh behavior.
Note: Each refresh behavior will be used once, more than once, or not at all.

The “Create Vehicle” process model writes a new vehicle to the database using the Write to Data Store Entity smart service. You provide a null value for the primary key, and the database manages the primary key id as an auto-incremented integer.
You need the value of the primary key for the new vehicle to use later in the process model.
How should you get the value?
-
You need to implement a new column on an existing database table. This table, its Custom Data Types (CDT), and data store entity are currently in use by an Appian application.
How should you implement this change?
Note: To answer, move all steps from the Options list to the Answer List area and arrange them in the correct order.

You created and published a new process model.
The process model has a start form with two synchronous subprocesses with 40 and 66 nodes each. All nodes are chained from the start node through the subprocesses to the end node. After the tasks and subprocesses, there is a second User Input Task in which the user can confirm the entries and add a comment.
When testing as a normal Acme business user, you see that the confirmation screen is not shown to you.
What might be the reason for this behavior?
You are working on a process model " VIM Update Vehicle. "
You want to call another process " VIM Get Service Date " that accepts pv!vehicleId as a process parameter and sets a value for pv!serviceDate. The next node in VIM Update Vehicle depends on the value of pv!serviceDate.
Which node should you use to execute " VIM Get Service Date " from VIM Update Vehicle?
Actual exam question from Appian ' s ACD101
Question #: 15
Topic #: 1
[All ACD101 Questions]

What is the expected output?
You write an expression that checks the validity of an email address.
Which three scenarios should you configure as test cases? (Choose three.)
Which option best describes the primary purpose of the interface design object?
What is the impact of reordering fields in a record type backed by a database table?
You want to prevent a user from submitting a form when an invalid value is entered.
What should you do?
A customer wants to display a small toolbar with three icons - a " sad face, " a " face with neutral expression, " and a " happy face " - on the bottom of every page in their application.
Users will be instructed to use the icon that best expresses their current experience using the application. This will allow the customer to collect valuable data about users.
Which object type should be called from each page to implement this feature?
According to best practices, what is Appian ' s recommendation for updating Test environments?