You are running a process instance and an error occurs on an unattended node.
What happens to your process when this error occurs?
You built a grid field with the data source as a query entity.
You want to add a search box to the grid using Appian’s out-of-the-box functionality. You set the parameter of showSearchBox to “Trueâ€, but the search box is still not appearing.
Why is the search box NOT appearing?
You are troubleshooting an error on an interface.
How should you begin your investigation?
You write an expression that checks the validity of an email address.
Which three scenarios should you configure as test cases? (Choose three.)
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)

Match each Appian Design Object name to the most applicable use case.
Note: Each use case 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.

Which variable type is used to store data used within a single node of a process model?
You need to remove an unused field from an existing record type Product, which has data sync enabled and is backed by a database table.
What should you do?
Review the following interface definition:

The interface does not display, and you get an error message.
What is the cause of the error?
You are creating a form used to order a pizza. You use a radio button component for the selection.
The pizza selection labels include a list of toppings. You do not want the selection labels to be truncated.
Which layout should you choose?
You receive the following error message after creating a dropdown field:

What could be the problem?
You need to view a record type relationship diagram.
Where should you look in the record type?
Your customer wants to change the name of a field of an existing Custom Data Type (CDT) to match a renamed database field.
The CDT is backed by a database entity, whose data store has the Automatically Update Database Schema option disabled. The old column name was BIRTHDATE and the new column name is DATE_OF_BIRTH.
How should you proceed?
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?
Which statement regarding the use of rule inputs for expression rules is true?
You are creating a large, complex interface
Which statement describes a best practice for strategizing code organization?
Match each scenario to the correct relationship type in your data model design.
Note: Each relationship type will be used once. To change your responses, you may deselect your response by clicking the blank space at the top of the selection list.

How do you refer to metadata of a process model object within process model expressions? For example: the creator, name, or description.
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.)
You want to prevent a user from submitting a form when an invalid value is entered.
What should you do?
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?
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 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?
Where can an Appian Developer connect with and share their expertise with other Appian Developers?
An interface references an expression rule.
What are the relationships between these objects?
Which three of the following are valid page types in a site? (Choose three.)
What is an Appian best practice for calling interface rules on your interface?
Which set of out-of-the-box features is only available when data sync is enabled on a record type?