You have a record type, ABC_Author, backed by a database table.
You need to retrieve the number of authors for each country.
Review the following basic query expression:

Which code snippet should be added to the fields parameter?
A)

B)

C)

D)
What is the out-of-the-box behavior that indicates a text input field is required?
You have a record type, ABC_Author , backed by a database table.
You need to retrieve the total number of authors without loading all the data.
According to Appian best practices, which code snippet accomplishes this goal in the most efficient way?
A)

B)

C)

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.)
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?
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?
Which option best describes the primary purpose of the interface design object?
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?
Which Appian feature helps you access enterprise data quickly, define easily leveraged relationships, and establish custom fields based on available information?
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?
What is the impact of reordering fields in a record type backed by a database table?
According to Appian user interface best practices, which data type should be right-aligned on grids? Assume the use of the English language.
A user wants to view a bulleted list of information on an interface.
Which component should you use?
Which Appian feature can help the implementation team analyze the event log data of an existing process?
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?
Which types of objects can be called using the “rule! domain " prefix?
A user needs to navigate from a record summary to an external URL.
Which interface component can be used to support this goal?
Review the following expression rule:

What is the expected output if ri!userComment is “0123456789ABC”?
You are developing an expression rule. You need to find information on employing an Appian function that you have not used before.
For more information on the Appian function, what should you do first?
What are three ways to trigger a process from a process model? (Choose three.)
You need to start a process using an email trigger.
How should you configure this process model using the Process Model Properties dialog?
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)

You need to pass data into a process from other parts of your Appian application.
Which configuration is required in your process model?
What are three ways to start a process from an interface? (Choose three.)
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?
You receive the following error message after creating a dropdown field:

What could be the problem?
-
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.

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 want to calculate the deadline for a review, which is determined by applying a formula that takes the characteristics of the review into account. This formula for calculating a review deadline is standard across the organization according to policy.
An Appian object was used to apply the calculation on an existing interface 14 months ago.
What should you do to perform the same calculation on a new data collection form?
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?
Which statement about local variables is valid?
Match each node to the correct description for the node.
Note: Each description 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.

A process model is currently being used to handle job applications.
For each new applicant, a User Input Task is assigned to the human resources (HR) Recruiter group for initial processing.
Later in the process, users in the HR Supervisor group are sent an email instructing them to schedule the candidate’s final interview. The process is working as expected.
Today, users in the HR Recruiter group requested that they do not receive email notifications for the initial processing of job applications. It is, however, critical for those in the HR Supervisor group to continue receiving e-mails.
How should you address this requirement?
Review the following expression rule:

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

What is the expected output?
-
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?