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

Appian ACD101 - Appian Associate Developer

Page: 1 / 2
Total 59 questions

You received a support ticket where the user claims that nothing happens when they click the button to complete a task. You confirm that the user is assigned to the task.

What is a possible reason for this problem?

A.

The user was not in the user group configured for the process model security.

B.

The process report that drives the runtime database does not have security set properly.

C.

The button was not configured to submit the form.

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?

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.

You are developing an expression rule. You need to find information on employing an Appian function that you have not used before.

For more information on the Appian function, what should you do first?

A.

Look up the function in the Appian Documentation.

B.

Search the Appian Knowledge Base Articles.

C.

Post a question on Appian Community.

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.

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

A.

Appian Learning Paths via Appian Academy

B.

Appian Knowledge Base

C.

Appian Community discussions

You need to pass data into a process from other parts of your Appian application.

Which configuration is required in your process model?

A.

Toggle the Parameter field to 'True" on the configuration of a process variable.

B.

Create process variables on the Data Management tab of Process Model Properties.

C.

Add an interface as a Process Start Form.

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

A.

Administrators Groups

B.

Developers Groups

C.

Users Groups

D.

Designers Groups

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

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.

You need to add a new attribute to your database-backed synced Acme employee record.

What should you do?

A.

Add the new field manually to the ACME_Employee database table and run a database script to resync the Acme employee record.

B.

In the record data model, you add the new field in the ADD SOURCE FIELDS. Save the field with the Update Table checkbox active.

C.

In the record data model, you add the new field with ADD RELATIONSHIPS. Save the newly created relationship and use the field.