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

Review the following expression rule:

ri!name is defined as " Maria " .

ri!directory is defined as the following:

What is the expected output?

A.

Maria

B.

0

C.

1

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)

A.

Option A

B.

Option B

C.

Option C

You are updating an interface that is used as part of a User Input Task. The associated process model has an activity chained flow that loops back to the User Input Task. The process follows this flow when the user clicks Save on the interface to submit the task.

You need to retain the user’s selection so that the value remains selected after the user clicks Save.

Review the following process model diagram:

What is the minimum set of variables and/or inputs that need to be configured to keep the user’s selection?

A.

Rule input, activity class parameter, and a process variable Most Voted

B.

Local variable and a process variable

C.

Task parameter and a process variable

Which statement reflects an Appian user interface design best practice?

A.

Create and use reusable interfaces.

B.

Use red text to highlight important information.

C.

Use a section layout within a section layout.

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?

A.

Look up the function in the Appian Documentation.

B.

Search the Appian Knowledge Base Articles.

C.

Post a question on Appian Community.

What are three ways to trigger a process from a process model? (Choose three.)

A.

Use a subprocess.

B.

Call a web API.

C.

Use a!recordActionItem().

D.

Use a Start Process smart service.

E.

Run a!startProcess() from a script task.

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

A.

Knowledge Center

B.

Decision Object

C.

Folder

D.

Feed

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.

According to Appian user interface best practices, which data type should be right-aligned on grids? Assume the use of the English language.

A.

Numbers

B.

Text

C.

Icons

In an expression you see the following two code snippets A and B.

Do the two code snippets return the same result?

A.

No, A returns the text “true” or “false”, while B returns the Boolean values TRUE or FALSE.

B.

No, A returns the Boolean values TRUE or FALSE, while B returns the strings “true” or “false”.

C.

Yes, both code snippets return the exact same Boolean value.