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

Review the following expression rule:

What is the expected output if ri!userComment is “0123456789ABC”?

A.

{“0123456789”,”…”}

B.

“0123456789…”

C.

“0123456789ABC”

Which use case is appropriate as a record list action?

A.

To delete a record

B.

To create a new record of that record type

C.

To update an existing record

-

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.

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

How do you pass information from a process model to a form?

A.

Configure the rule inputs table on the Forms/Process Start Form tab to correctly refer to the values from your process model.

B.

Configure the interface so that the local variables refer directly to values in the ac! (activity class) domain.

C.

Configure the process properties on the Data Management tab to correctly refer to your form rule inputs.

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

Which Appian feature can help the implementation team analyze the event log data of an existing process?

A.

RPA

B.

Process Mining

C.

Workflow

You are running a process instance and an error occurs on an unattended node.

What happens to your process when this error occurs?

A.

• The process is not paused.

• Parallel paths in the process continue to proceed.

• An alert is sent to the appropriate recipients (usually admins).

• These nodes are not included in the num_problem_tasks process metric in process reports.

B.

• The process is paused.

• Parallel paths in the process are stopped.

• No alerts are sent.

• These nodes are included in the num_problem_tasks process metric in process reports.

C.

• The process is paused.

• Parallel paths in the process are stopped.

• An alert Is sent to the process initiator.

• These nodes are included in the num_problem_tasks process metric in process reports.

Which two groups can be set within Application Properties ? (Choose two.)

A.

Administrators Groups

B.

Developers Groups

C.

Users Groups

D.

Designers Groups