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

Appian ACD101 - Appian Associate Developer

Page: 4 / 4
Total 121 questions

You created a user interface that has a text field. After you type into the text field, you notice the text disappears when you click out of the text field.

What could be the issue?

A.

The “Display value” and “saveInto” parameters are incorrectly mapped.

B.

The “readOnly” parameter is set to “True”.

C.

The “refreshAfter” parameter is incorrectly set.

What is the Appian Dev environment used for?

A.

Making updates to the app.

B.

Providing end users access to the finished product.

C.

User acceptance testing.

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?

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.

You are building an interface that displays flight departure times. The data must update automatically every minute and without user interaction.

How should this be configured?

A.

Query the data inside a local variable used to display the departure times. Set the refreshinterval to “1”.

B.

Query the data inside a local variable used to display the departure times. Set the refreshAlways to “True”.

C.

Add a one minute timer to the process model to query the data and refresh the interface.

Which types of objects can be called using the “rule! domain " prefix?

A.

Decisions, expression rules, interfaces, and integrations

B.

Process models, integrations, expression rules, and constants

C.

Connected systems, records, expression rules, and interfaces

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?

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.