Labour Day - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

ACD101 Questions and Answers

Question # 6

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:

Whicha!refreshVariableconfiguration should be added so thatlocal!usernameLastModifiedstores the correct timestamp?

A.

refreshInterval: 0

B.

refreshOnVarChange: local!username

C.

refreshAlways: true

Full Access
Question # 7

You need to be able to define record type relationships.

What is a required prerequisite in Appian?

A.

The record types must have data sync enabled.

B.

The record types must be on a virtualized data source.

C.

The record types must be stored in the local Appian business database.

Full Access
Question # 8

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.

Full Access
Question # 9

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.

Full Access
Question # 10

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

Full Access
Question # 11

Review the following expression rule:

ri!nameis defined as "Maria".

ri!directoryis defined as the following:

What is the expected output?

A.

Maria

B.

0

C.

1

Full Access
Question # 12

You need to create a record type with data sync enabled.

What are the supported data sources?

A.

Web Services, Salesforce, Database

B.

Web Services, Process Reports, Database

C.

Salesforce, Process Models, Database

Full Access
Question # 13

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.

Full Access
Question # 14

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

Full Access
Question # 15

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)

A.

Option A

B.

Option B

C.

Option C

Full Access
Question # 16

Where can an Appian Developer connect with and share their expertise with other Appian Developers?

A.

Appian Learning Paths via Appian Academy

B.

Appian Knowledge Base

C.

Appian Community discussions

Full Access
Question # 17

You receive the following error message after creating a dropdown field:

What could be the problem?

A.

The choiceLabels and choiceValues datatypes do not match.

B.

The choiceValues has too few values.

C.

The choiceLabels have too few labels.

Full Access