Pre-Summer Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

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?

A.

Visibility on the Status column in the Vehicle record list set with conditional logic.

B.

A source filter set to exclude vehicles with status " inactive " .

C.

A user filter for the status field with a default option corresponding to " active " .

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?

A.

Download the CDT as XSD, make the appropriate changes, and re-upload the XSD. Verify and publish the data store.

B.

Rename the field in the record type in Appian to automatically update the CDT field.

C.

Rename the field in the CDT in Appian. Verify and publish the data store.

Which Appian feature helps you access enterprise data quickly, define easily leveraged relationships, and establish custom fields based on available information?

A.

Task Management

B.

Process Analytics

C.

Record types with data sync enabled

-

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.

After selecting a record, a user wants to initiate an activity in the context of that selected record.

You start by creating the process model that implements this activity.

What should you do next?

A.

Add the process model as a record list action to that record.

B.

Configure a site page as an action to kick off the process model.

C.

Add the process model as a record related action to that record.

A business has large amounts of process data that is difficult for humans to analyze. What is the best Appian feature to help this business gain insights on the data?

A.

Process Modeler

B.

Process Mining

C.

RPA

You have a Custom Data Type (CDT), ABC_book. This CDT is backed by a database table, abc_book, with data store entity, ABC_book. There is also a constant that refers to this data store entity, ABC_DSE_BOOK.

You need to write code to pull back entries from the abc_book table as CDT objects. You only want 10 entries, but you need to know the total number of entries in the table.

Which code snippet accomplishes this goal?

A)

B)

C)

A.

Option A

B.

Option B

C.

Option C

When applying a default filter to a record type, what is a true statement for excluded data?

A.

The data does not show up in the record list. End-users are unable to clear the filter condition to view the data.

B.

The data does not show up in the record list, but can be accessed by end-users using a direct link to a record view.

C.

The data does not show up in the record list, but end-users can clear the filter condition to view the data.

How do you refer to metadata of a process model object within process model expressions? For example: the creator, name, or description.

A.

Process Properties, referred to in process model expressions using the pp! domain.

B.

Process Variables, referred to in process model expressions using the pv! domain.

C.

Process Model Properties, referred to in process model expressions using the pm! domain.

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?

A.

Create a record type with data sync enabled using the PRODUCT table, and apply a source filter on IS_ACTIVE to filter out inactive products.

B.

Create a record type with data sync enabled using the PRODUCT table, and create a user filter using IS_ACTIVE.

C.

Create a record type without data sync enabled using the PRODUCT table, and apply record-level security to filter out inactive products.