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

Appian ACD101 - Appian Associate Developer

Page: 3 / 4
Total 121 questions

Which statement about local variables is valid?

A.

The data type of a local variable is determined by its value.

B.

Local variables can only store primitive data types, such as numbers and strings.

C.

Local variables must have an initial value set when defining them.

Review the following expression rule:

union(ri!fruit, ri!vegetables)

The rule inputs are configured as text arrays.

What is the expected output?

A.

All items in ri!fruit followed by items in ri!vegetables, including duplicate values.

B.

Only items that are in both ri!fruit and ri!vegetables.

C.

All items in ri!fruit and ri!vegetables combined, with duplicates removed.

-

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.

Which three of the following are valid page types in a site? (Choose three.)

A.

Record List

B.

Tempo

C.

News Feed

D.

Interface

E.

Action

How can you add test data into your rule inputs while editing an interface object?

A.

Select the Performance tab and set test values.

B.

Select the Test button and set test values.

C.

Select the Gear icon, select Properties, and set test values.

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?

A.

ri!

B.

pv!

C.

local!

Which statement about editing interfaces and expression rules is true?

A.

Once created, both expression rules and interfaces cannot be renamed.

B.

Expression rules containing more than 4,000 characters should be converted to interfaces.

C.

When editing an expression rule, interface components do not render for display.

Review the following code snippet:

displayvalue(1, {0, 1, 2}, { " Low " , " Medium " , " High " }, " Unknown " )

The definition of displayvalue is:

Tries to match a value in a given array with a value at the same index in a replacement array and returns either the value at the same index or a default value if the value is not found.

What does this code snippet return?

A.

Low

B.

Medium

C.

High

Which statement regarding the use of rule inputs for expression rules is true?

A.

Only basic data types should be used for rule inputs. Custom Data Types (CDTs) or records should always be queried within the expression rule rather than passed in via rule input.

B.

The data type for rule inputs should be set only for Custom Data Types (CDTs).

C.

If the value passed in via rule input may be a list of numbers, the rule input must be configured as an “Array”.

What are three ways to start a process from an interface? (Choose three.)

A.

Subprocesses

B.

a!startProcessLink()

C.

a!recordLink()

D.

a!startProcess()

E.

Record Actions