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

Appian ACD101 - Appian Associate Developer

Page: 2 / 4
Total 121 questions

You have a Custom Data Type (CDT), ABC_book, with a constant that refers to its data store entity, ABC_DSE_BOOK.

You need to write a query filter for all ABC_book items whose title contains “Guide”.

Which code snippet accomplishes this goal?

A)

B)

C)

A.

Option A

B.

Option B

C.

Option C

HOTSPOT -

Review the following variables:

Match each expression rule to the expected output.

Note: Each output will be used once or not at all. To change your responses, you may deselect your response by clicking the blank space at the top of the selection list.

You have two Custom Data Types (CDT): ACME_invoice and ACME_invoiceItem that have a flat relationship.

The invoice item table has a field that is a foreign key to the invoice table. You are leveraging the database to automatically generate their primary keys.

How should you structure the process model to add a new invoice and the new invoice items to the system?

A.

1. Write to Multiple Data Store Entities smart service (Writing to the ACME_invoiceItem table and ACME_invoice table).

B.

1. Write to Data Store Entity smart service (Writing to the ACME_invoiceItem table).

2. Script Task to update foreign keys.

3. Write to Data Store Entity smart service (Writing to the ACME_invoice table).

C.

1. Write to Data Store Entity smart service (Writing to the ACME_invoice table).

2. Script Task to update foreign keys.

3. Write to Data Store Entity smart service (Writing to the ACME_invoiceItem table).

You want to grant permission for a group to move a file from an old folder to a new folder.

Which security configuration should you set for this group?

A.

Viewer permission for the process model that will move the document.

B.

Administrator permission for both folders.

C.

Editor permission for the file.

You are creating a form used to order a pizza. You use a radio button component for the selection.

The pizza selection labels include a list of toppings. You do not want the selection labels to be truncated.

Which layout should you choose?

A.

Compact

B.

Grid

C.

Stacked

What is the Production environment used for?

A.

Allowing business users to test the application.

B.

Allowing developers to make updates to the application.

C.

Allowing business users to use the final version of the application.

Which step can be critical in passing information from a form back to a process model?

A.

Configure the Data Management tab.

B.

Configure the activity class parameters of a Write to Data Store Entity node, a

C.

Configure inputs on the Data tab of a User Input Task.

You are working on a process model " VIM Update Vehicle. "

You want to call another process " VIM Get Service Date " that accepts pv!vehicleId as a process parameter and sets a value for pv!serviceDate. The next node in VIM Update Vehicle depends on the value of pv!serviceDate.

Which node should you use to execute " VIM Get Service Date " from VIM Update Vehicle?

A.

Start Process smart service

B.

Asynchronous subprocess with activity chaining

C.

Synchronous subprocess with input and output variables configured

Review the following code snippet:

index({ " a " , " b " , " c " }, 1, " x " )

Which value is returned?

A.

a

B.

b

C.

c

D.

x

Which option best describes the primary purpose of the interface design object?

A.

Provides a method for an Appian application to interact with an external application or service.

B.

Provides a method for end users to interact with an Appian application.

C.

Provides a method for an Appian application to interact with a database.