You need to create a record type with data sync enabled.
What are the supported data sources?
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 need to be able to define record type relationships.
What is a required prerequisite in Appian?
You need to build an expression that takes in a list of values and prefixes the values with “ID:”.
What is a valid definition to the expression?
A)

B)

C)

You want to replace any invalid email addresses in a list of email addresses with the word ‘invalid’.
A rule already exists within your application which determines if an email address format is valid:
“MAIL_isValidEmail()”. This rule takes in a single email address and returns either “True” or False”.
Which code snippet will return the desired output?
A)

B)

C)

According to Appian user interface best practices, which data type should be right-aligned on grids? Assume the use of the English language.
Which set of out-of-the-box features is only available when data sync is enabled on a record type?
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?
Which code snippet calls the interface APP_RecordDashboard while following best practices for passing in values for " recordId " and " firstName " ?
A)

B)

C)

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 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 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?
-
You are starting a process from a process.
Match each use case with the most appropriate method of starting this process.
Note: Each method can be used once or more than once.

You have two Custom Data Types (CDT): ACME_invoice and ACME_invoiceItem that have a flat relationship.
The invoice item table has a field that is a foreign key to the invoice table. You are leveraging the database to automatically generate their primary keys.
How should you structure the process model to add a new invoice and the new invoice items to the system?
-
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.

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?
You have a record action that should only be visible to certain users under conditions specified by an expression.
How should you configure this?
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.

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?
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.

Review the following code snippet:
index({ " a " , " b " , " c " }, 1, " x " )
Which value is returned?
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?
You are creating a new application with the prefix ACM.
Which four default folders are created by Appian when you select " Generate groups and folders to secure and organize objects " ? (Choose four.)
Which Appian feature can help the implementation team analyze the event log data of an existing process?
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 constructing an interface that is used as the form of a User Input Task in a process model.
The data entered on the form must be available in the process after the form is submitted.
Which domain prefix should be used for variables in the interface?
You received a support ticket where the user claims that nothing happens when they click the button to complete a task. You confirm that the user is assigned to the task.
What is a possible reason for this problem?