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

ACD100 Questions and Answers

Note! Following ACD100 Exam is Retired now. Please select the alternative replacement for your Exam Certification. The new exam code is ACD101

ACD100 Questions and Answers

Question # 6

An Appian user needs to update information for a case in the record list.

Which three security or visibility settings will impact the visibility of a related action? (Choose three.)

A.

Record type security

B.

Related action visibility

C.

Record view visibility

D.

Process model security

E.

Application security

Full Access
Question # 7

During what stage of the Appian Delivery Methodology does story-pointing regularly occur?

A.

Build

B.

Optimize

C.

Release

D.

Initiate

Full Access
Question # 8

Match the parameters of a text field in an interface with their definition. Each definition will be used once.

Note: To change your responses, you may deselect your response by clicking the blank space at the top of the selection list.

Full Access
Question # 9

What table relationship is illustrated in the following data structure (if the relationship is evaluated from left to right)?

A.

Many to Many (M:M)

B.

Many-to-One (M:1)

C.

One-to-Many (1:M)

D.

One-to-One (1:1)

Full Access
Question # 10

What is the maximum number of additional views that can be created on Appian record types?

A.

10

B.

20

C.

30

D.

There is no limit

Full Access
Question # 11

In an existing record type, where do you go to select between a grid or feed view?

A.

In the Views tab of the Record

B.

In the Related Action tab of the Record

C.

In the List tab of the Record

D.

In the process model used by the Action

Full Access
Question # 12

You are creating a text input on an interface that prompts the user to input their favorite color.

You would like it to look like this:

You would like lor the user’s response to be saved to a local variable "local!color".

Match the values to the fields that you would configure on this text input. Some values will be used more than once.

Full Access
Question # 13

Match each sprint ceremony to its appropriate objective. Each objective may be used once, more than once, or not at all.

Full Access
Question # 14

Which two filter types should you apply to limit the record list by default? (Choose two.)

A.

Default filters

B.

Source filters

C.

User filters

D.

Filter by search field

Full Access
Question # 15

What is the lowest level of permissions required to delete a folder?

A.

Administrator

B.

Editor

C.

Manager

D.

Viewer

Full Access
Question # 16

Every business process, whether inside or outside of Appian, requires which of the following?

A.

Human interaction

B.

Defined steps

C.

Reporting

D.

Automation

Full Access
Question # 17

Who is responsible for estimating the level of effort for Product Backlog items?

A.

Product Owner

B.

Testers

C.

Developers

D.

Scrum Master

Full Access
Question # 18

At what stage are you most likely to regularly refine the backlog?

A.

Optimize

B.

Release

C.

Build

D.

Initiate

Full Access
Question # 19

You connected multiple input paths to an XOR gateway in a loop.

What will happen when the second input flow reaches the gateway?

A.

All input flows will execute.

B.

The first flow executes successfully, and the remaining will wait indefinitely.

C.

The first flow executes successfully, and the remaining will throw an error.

D.

The first flow executes successfully, and the remaining will be skipped.

Full Access
Question # 20

In addition to initiating the process model, what other permission is required to execute the Write to Data Store Entity smart service?

A.

Viewer permission to the data store

B.

Viewer permission to a constant that points to the data store entity

C.

Admin permission to the CDT

D.

Editor permission to the record

Full Access
Question # 21

A related action was created in a record. A Related Action Shortcut needs to be added in order to call this action.

Where is this configured?

A.

In the View Interface

B.

On the Record View

C.

In the Action Process Model

D.

On the Record Action

Full Access
Question # 22

Review the following table.

Given the following options are in mySQL, which option correctly alters the last row on the table?

A.

INSERT price = 0.9 -

INTO product -

WHERE product_id = 3;

B.

MODIFY product -

UPDATE price = 0.9 -

WHERE product_id = 3;

C.

SET product -

(price) VALUES (0.9)

WHERE product_id = 3;

D.

UPDATE product -

SET price = 0.9 -

WHERE product_id = 3;

Full Access