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

Appian Associate Developer Question and Answers

Appian Associate Developer

Last Update May 7, 2024
Total Questions : 59

We are offering FREE ACD101 Appian exam questions. All you do is to just go and sign up. Give your details, prepare ACD101 free exam questions and then go for complete pool of Appian Associate Developer test questions that will help you more.

ACD101 pdf

ACD101 PDF

$35  $99.99
ACD101 Engine

ACD101 Testing Engine

$42  $119.99
ACD101 PDF + Engine

ACD101 PDF + Testing Engine

$56  $159.99
Questions 1

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

What could be the problem?

Options:

A.  

The choiceLabels and choiceValues datatypes do not match.

B.  

The choiceValues has too few values.

C.  

The choiceLabels have too few labels.

Discussion 0
Questions 2

You are configuring a Related Action for an entity-backed record type.

What is the proper domain prefix to reference the record data that will be passed into the Process Model as context for the Record Action?

Options:

A.  

ac!

B.  

pv!

C.  

rv!

Discussion 0
Questions 3

Match each scenario to the correct relationship type in your data model design.

Note: Each relationship type 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.

Options:

Discussion 0
Questions 4

Which code snippet calls the interface APP_RecordDashboard while following best practices for passing in values for "recordId" and "firstName"?

A)

B)

C)

Options:

A.  

Option A

B.  

Option B

C.  

Option C

Discussion 0
Questions 5

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.

Discussion 0
Questions 6

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.

Discussion 0
Questions 7

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.

Options:

Discussion 0
Questions 8

You need to be able to define record type relationships.

What is a required prerequisite in Appian?

Options:

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.

Discussion 0
Questions 9

What is the Production environment used for?

Options:

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.

Discussion 0
Questions 10

You are using a local variable in an expression rule to describe the height of an applicant.

Which statement correctly describes the application of Appian best practices for naming your local variable?

Options:

A.  

local!hoaa - This employs the naming convention of abbreviating "Height of an applicant" to minimize both the typing required by developers and the length of code Appian is required to parse.

B.  

local!applicantHeight - This employs the naming convention of specifically describing the value contained by the variable.

C.  

local!x - This employs the naming convention of using algebraic variables for a value that may either change over time or be used by future developers for other purposes.

Discussion 0
Questions 11

Match each Appian Design Object name to the most applicable use case.

Note: Each use case 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.

Options:

Discussion 0
Questions 12

You are configuring an employee onboarding User Input Task that will be assigned to the human resources group.

Based on the default behavior fortask assignments, which statement is valid?

Options:

A.  

Multiple users can accept the task at the same time up until the point that the first user completes it.

B.  

For each user in the group, a task is generated and assigned to them to complete.

C.  

One user in the group can accept the task for themselves and complete it.

Discussion 0
Questions 13

A customer wants to display a small toolbar with three icons - a "sad face," a "face with neutral expression," and a "happy face" - on the bottom of every page in their application.

Users will be instructed to use the icon that best expresses their current experience using the application. This will allow the customer to collect valuable data about users.

Which object type should be called from each page to implement this feature?

Options:

A.  

An interface, because the component must render user interface elements.

B.  

An expression rule, because the component captures expressions of user sentiment for analysis.

C.  

A decision, because the component captures a choice that users select from an array of custom selection components, rather than a standard dropdown or radio button.

Discussion 0
Questions 14

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

What are the supported data sources?

Options:

A.  

Web Services, Salesforce, Database

B.  

Web Services, Process Reports, Database

C.  

Salesforce, Process Models, Database

Discussion 0
Questions 15

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

Options:

A.  

Administrators Groups

B.  

Developers Groups

C.  

Users Groups

D.  

Designers Groups

Discussion 0
Questions 16

You need to remove an unused field from an existing record type Product, which has data sync enabled and is backed by a database table.

What should you do?

Options:

A.  

Delete the field from the record type and optionally delete the column from the database table.

B.  

Delete the field from the product Custom Data Type (CDT) and perform a full resync of the record type.

C.  

Delete the column from the database table and perform a full resync of the record type.

Discussion 0
Questions 17

You receive a bug ticket that states "After selecting a value for the drop-down field, the value disappears."

You investigate and notice that when you select the drop-down, the proper choice labels display. When you select an option, the value updates properly in the corresponding rule input.

What is the issue and how can you fix this bug?

Options:

A.  

The value parameter is improperly configured on the drop-down component. You need to map the value to the proper rule input or variable.

B.  

The user group for the lookup table is incorrect. You need to add the user to the proper group.

C.  

The choice labels parameter of the drop-down field is not configured as a list. You need to wrap the value with curly brackets.

Discussion 0