Summer Sale Discount Flat 70% Offer - Ends in 0d 00h 00m 00s - Coupon code: 70diswrap

Appian ACD101 Dumps

Page: 1 / 12
Total 121 questions

Appian Associate Developer Questions and Answers

Question 1

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?

Options:

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.

Question 2

You are reviewing a timesheet submission on a form.

The buttons on the form are: “Cancel”, “Deny”, and “Approve”. Most of the time, users will approve the timesheet.

According to Appian best practices, which button styling is most appropriate on the button labelled “Approve”?

Options:

A.

Primary

B.

Secondary

C.

Destructive

Question 3

Review the following code snippet:

displayvalue(1, {0, 1, 2}, { " Low " , " Medium " , " High " }, " Unknown " )

The definition of displayvalue is:

Tries to match a value in a given array with a value at the same index in a replacement array and returns either the value at the same index or a default value if the value is not found.

What does this code snippet return?

Options:

A.

Low

B.

Medium

C.

High

Question 4

According to best practices, what is Appian ' s recommendation for updating Test environments?

Options:

A.

Make the same update manually both in Dev and Test environments.

B.

Make the update in the Dev environment, then compare, and deploy the update to the Test environment.

C.

Make the update directly in the Test environment.

Question 5

You have a record action that should only be visible to certain users under conditions specified by an expression.

How should you configure this?

Options:

A.

Set security on the process model.

B.

Set permissions directly on the user object.

C.

Set security on the record action.

Question 6

Where can you read the release notes for each Appian version?

Options:

A.

Appian Community AppMarket

B.

Appian Academy

C.

Appian Documentation

Question 7

You need to quickly view the structure of an application, its packages, and supporting documentation.

Which Appian Designer view should you use?

Options:

A.

Monitor

B.

Deploy

C.

Explore

Question 8

You need to start a process using an email trigger.

How should you configure this process model using the Process Model Properties dialog?

Options:

A.

Go to File > Properties > Alerts. Configure the Custom Alert settings.

B.

Go to File > Properties Set the proper Process Display Name

C.

Go to File > Properties. Select the Public Events checkbox to allow anyone to fire triggers.

Question 9

A user wants to view a bulleted list of information on an interface.

Which component should you use?

Options:

A.

paragraphField

B.

textField

C.

richTextDisplayField

Question 10

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.

Question 11

Which two scenarios are ideal for using Appian Portals? (Choose two.)

Options:

A.

A manager wants to obtain a view of their team ' s performance.

B.

A retail customer wants to conduct a public survey for their recently launched product.

C.

An employee who does not have an account wants to register for their company ' s vehicle fleet a management system.

D.

A user needs to submit support requests when they are using their mobile device in areas with bad network coverage.

Question 12

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!

Question 13

You need to configure the database to have a one-to-many relationship between ACME_ORDER and ACME_ORDER_ITEM.

What is a valid method for configuring this relationship in the database?

Options:

A.

Add a new field “ORDER_ID” on the ACME_ORDER_ITEM table and set the field as a foreign key to the ACME_ORDER entry.

B.

Add a new field “ORDER_ITEM_ID” on the ACME_ORDER table and set the field as a foreign key of the ACME_ORDER_ITEM entry.

C.

Add a new field “ORDER ITEM_ID” on the ACME_ORDER table and set the field as a second primary key of the ACME_ORDER_ITEM entry.

Question 14

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

Question 15

You are configuring a local variable on an interface to store the date and time that the username field was last modified. The local variables are currently configured as follows:

as

Which a!refreshVariable configuration should be added so that local!usernameLastModified stores the correct timestamp?

Options:

A.

refreshInterval: 0

B.

refreshOnVarChange: local!username

C.

refreshAlways: true

Question 16

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

Which configuration is required in your process model?

Options:

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.

Question 17

You built a grid field with the data source as a query entity.

You want to add a search box to the grid using Appian’s out-of-the-box functionality. You set the parameter of showSearchBox to “True”, but the search box is still not appearing.

Why is the search box NOT appearing?

Options:

A.

The search box only appears when data is populated in the grid.

B.

The grid is on an interface that needs to be placed within a report object.

C.

The showSearchBox parameter only applies when a record type is used as the source in the data.

Question 18

Which Appian feature helps you access enterprise data quickly, define easily leveraged relationships, and establish custom fields based on available information?

Options:

A.

Task Management

B.

Process Analytics

C.

Record types with data sync enabled

Question 19

A user needs to navigate from a record summary to an external URL.

Which interface component can be used to support this goal?

Options:

A.

Button

B.

Record Link

C.

Card Layout with a link

Question 20

How can you add test data into your rule inputs while editing an interface object?

Options:

A.

Select the Performance tab and set test values.

B.

Select the Test button and set test values.

C.

Select the Gear icon, select Properties, and set test values.

Question 21

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.

as

Options:

Question 22

Which Appian feature is used to automate repetitive manual tasks such as extracting data from a system for which there is no API?

Options:

A.

RPA

B.

Process Mining

C.

Connected Systems

Question 23

You created an expression rule that was deployed to production on January 12, 2022.

The object has “form type” as a rule input, as well as several other rule inputs for characteristics describing the logged in user. Given values for these inputs, the rule returns a set of form instructions for the specified type of form as applicable to the logged in user.

What is the most important action to take with regards to the object description?

Options:

A.

Set an object description that reads: “Returns a set of form instructions to display, given the type of form and characteristics of the logged in user”.

B.

Save a rule input of type ‘text’ for the object called ‘objectDescription’, and set a text value that generally describes the object such that other developers could quickly gain understanding of the object’s purpose.

C.

Set an object description that includes any notes you may need if you were to become responsible for providing Production Support on that area of the application in the future. You should also include “BP – 1/12/2022 – Created” somewhere in the description.

Question 24

Which Appian feature can help the implementation team analyze the event log data of an existing process?

Options:

A.

RPA

B.

Process Mining

C.

Workflow

Question 25

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

Question 26

While calling this rule in your interface, you receive the following error message:

as

How could you have prevented this error from happening?

as

Options:

A.

Call the rule by using a local variable.

B.

Use the keyword syntax.

C.

Use Index().

Question 27

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

What should you do?

Options:

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.

Question 28

An interface references an expression rule.

What are the relationships between these objects?

Options:

A.

Dependents and Reliants

B.

Dependents and Precedents

C.

Inheritance and Association

Question 29

You are running a process instance and an error occurs on an unattended node.

What happens to your process when this error occurs?

Options:

A.

• The process is not paused.

• Parallel paths in the process continue to proceed.

• An alert is sent to the appropriate recipients (usually admins).

• These nodes are not included in the num_problem_tasks process metric in process reports.

B.

• The process is paused.

• Parallel paths in the process are stopped.

• No alerts are sent.

• These nodes are included in the num_problem_tasks process metric in process reports.

C.

• The process is paused.

• Parallel paths in the process are stopped.

• An alert Is sent to the process initiator.

• These nodes are included in the num_problem_tasks process metric in process reports.

Question 30

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

Options:

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.

Question 31

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

Question 32

Match each Appian object with the security inheritance rule that applies to it.

Note: Each rule will be used once.

as

Options:

Question 33

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

as

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.

Question 34

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.

Question 35

You are troubleshooting an error on an interface.

How should you begin your investigation?

Options:

A.

View the recent error messages found in the Performance tab.

B.

Look for the error message in a large banner across the top of the screen.

C.

Use the a!finderror() function in expression mode.

Question 36

You have a record type ABC_Author, backed by a database table. You created a process that allows the user to modify an existing author.

When configuring the Write Records smart service, what should you consider regarding the record ID?

Options:

A.

The Write Records smart service will always update an existing record item.

B.

You have to call the a!getExistingRecordId() function to get the value for the primary key field.

C.

The primary key field must hold the ID of the existing author record item.

Question 37

Which variable type is used to store data used within a single node of a process model?

Options:

A.

Rule Inputs

B.

Process Variables

C.

Activity Class Parameters

Page: 1 / 12
Total 121 questions