You have a Custom Data Type (CDT), ABC_book, with a constant that refers to its data store entity, ABC_DSE_BOOK.
You need to write a query filter for all ABC_book items whose title contains “Guide”.
Which code snippet accomplishes this goal?
A)

B)

C)

Which statement regarding the use of rule inputs for expression rules is true?
While testing, the process consumes at least 2000 AMU of process memory for each instance.
What are four ways to reduce the overall memory footprint of your process instances? (Choose four.)
Actual exam question from Appian ' s ACD101
Question #: 15
Topic #: 1
[All ACD101 Questions]

What is the expected output?
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 are configuring an employee onboarding User Input Task that will be assigned to the human resources group.
Based on the default behavior for task assignments, which statement is valid?
You created an expression rule that was deployed to production on January 12, 2022.
The object has “form type” as a rule input, as well as several other rule inputs for characteristics describing the logged in user. Given values for these inputs, the rule returns a set of form instructions for the specified type of form as applicable to the logged in user.
What is the most important action to take with regards to the object description?
You receive the following error message after creating a dropdown field:

What could be the problem?
Which Appian feature is used to automate repetitive manual tasks such as extracting data from a system for which there is no API?
You need to configure the database to have a one-to-many relationship between ACME_ORDER and ACME_ORDER_ITEM.
What is a valid method for configuring this relationship in the database?
What is the out-of-the-box behavior that indicates a text input field is required?
You are working on an existing process model with three process variables:
1. pv!vehicleID (integer)
2. pv!vehicle(Custom Data Type (CDT)
3. pv!dealershipName (text)
You have a script task with an output variable, defined as rule!VIM_getVehicle(vehicleID: pv!vehicleID). The result is saved to pv!vehicle.
The rule VIM_getDealershipName() accepts the dealership ID, which is a field on the vehicle CDT, and returns the dealership name.
What should you update in the process model to set the value for pv!dealershipName?
You are creating a new customer onboarding application. Documents are required from customers for verification and onboarding purposes. You need to store these documents within Appian.
Which two areas in Appian should you configure? (Choose two.)
How can you add test data into your rule inputs while editing an interface object?
An interface references an expression rule.
What are the relationships between these objects?
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?
Which condition must be true in order to establish record type relationships?
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”?
Which step can be critical in passing information from a form back to a process model?
Review the following expression rule:

ri!name is defined as " Maria " .
ri!directory is defined as the following:

What is the expected output?
Review the following expression rule:

The updatedDate is of type “Date”, and current datetime is 01/01/2023 5:00 PM GMT+00:00.
What is the output of this expression if the value of updatedDate was saved as today() one(1) hour ago?
-
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 need to view a record type relationship diagram.
Where should you look in the record type?
You need to start a process using an email trigger.
How should you configure this process model using the Process Model Properties dialog?
What is an Appian best practice for calling interface rules on your interface?
You are creating a large, complex interface
Which statement describes a best practice for strategizing code organization?
Which three of the following are valid page types in a site? (Choose three.)