Pass the Appian Associate Developer ACD101 Questions and answers with CertsForce

Viewing page 2 out of 2 pages
Viewing questions 11-20 out of questions
Questions # 11:

Which set of out-of-the-box features is only available when data sync is enabled on a record type?

Options:

A.

Generate record actions

Define record type object security

Add custom record fields


B.

Define record type relationships

Add custom record fields

Configure record-level security


C.

Define record type relationships

Add hidden record fields

Configure record-level security


Expert Solution
Questions # 12:

You are creating a new interface object to display a pie chart.

The data for the chart is stored in a local variable in the parent interface object which references your child interface.

In terms of performance, what is the most efficient method to access the data required for the pie chart?

Options:

A.

Create a rule input on the child interface and pass the local variable data from the parent interface.


B.

Reference the local variable directly from the child Interface using a process report.


C.

Query the data separately in the child interface to avoid passing it from the parent interface.


Expert Solution
Questions # 13:

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

Options:

A.

Appian Learning Paths via Appian Academy


B.

Appian Knowledge Base


C.

Appian Community discussions


Expert Solution
Questions # 14:

Review the following expression rule:

union(ri!fruit, ri!vegetables)

The rule inputs are configured as text arrays.

What is the expected output?

Options:

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.


Expert Solution
Questions # 15:

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

Options:

A.

Configure theData Managementtab.


B.

Configure the activity class parameters of aWrite toData Store Entity node, a


C.

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


Expert Solution
Questions # 16:

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?

Options:

A.

Compact


B.

Grid


C.

Stacked


Expert Solution
Questions # 17:

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?

Options:

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


Expert Solution
Viewing page 2 out of 2 pages
Viewing questions 11-20 out of questions