Summer Sale - Limited Time 55% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 5763r953

Welcome To DumpsPedia

ACD200 Sample Questions Answers

Questions 4

What is the lowest permission required on the data store in order to query, write, and delete data?

Options:

A.

Manager

B.

Administrator

C.

Viewer

D.

Editor

Buy Now
Questions 5

Using a View, you pull a report on different employee transactions. You receive the following error: “a!queryEntity: An error occurred while retrieving the data.”

What is the most likely root cause? (Choose the best answer.)

Options:

A.

The view contains a large number of rows, requiring more time to fetch the data.

B.

The view doesn’t have a column mapped as a Primary Key in its corresponding CDT.

C.

The required inputs were not provided.

D.

The rule contains a missing syntax.

Buy Now
Questions 6

You are presenting data through data visualization.

Match the chart types to the data they are best suited to represent. Each answer will be used once.

Note: To change your responses, you may deselect your response by clicking the blank space at the top of the selection list.

Options:

Buy Now
Questions 7

You are investigating a slow-performing expression rule and want to analyze this rule’s historical performance.

Which performance log should you look at to see the mean evaluation time of this rule every hour?

Options:

A.

expressions_details.csv

B.

expressions_metrics.csv

C.

expressions_summary.csv

D.

expressions_trace.csv

Buy Now
Questions 8

You need to find a list of expression rules that are causing performance issues, or have caused performance issues in the last 30 days.

What should you do?

Options:

A.

Use the Monitoring tab to find rules with a low completion percentage.

B.

Access the Rule Performance tab in the Administration Console.

C.

Inspect the application server log.

D.

Observe the runtime of all test cases.

Buy Now
Questions 9

You need to show joined data from 5 tables. Each table contains a large number of rows and could generate a large result set after executing the Joins.

The business is not expecting live data, and a 2-hour refresh is acceptable. Performance is a top priority.

What should you use? (Choose the best answer.)

Options:

A.

Table

B.

View

C.

Stored procedure

D.

Materialized view

Buy Now
Questions 10

You are referencing and using arrays of a CDT (Custom Data Type).

Which two statements are true? (Choose two.)

Options:

A.

Other Appian functions can be used within the square brackets “[]” when using dot notation to return specific data from the array.

B.

There is no difference between using “dot notation” and the index() function.

C.

An array of integers can be passed as the second parameter to the index() function to return the data at those position in the array.

D.

The function where contains can act on operands of different types.

Buy Now
Questions 11

You need to create and design an ERD that represents the client’s bookstore inventory.

Match the entity descriptions to the most appropriate relationship. Each relationship type will be used once.

Options:

Buy Now
Questions 12

You are designing a case management application. The initiator creates a case, and the reviewer reviews it approximately 7 days later.

You have already designed a process model for the initiators to create the case.

Which process model design will result in the lowest memory impact? (Choose the best answer.)

Options:

A.

When all case details are entered, the case appears as a case record, and when the reviewer is ready to review the record, they can do so via a related action from the case record.

B.

When all case details are entered, the process flow will proceed and assign a task to the reviewer to review the record.

C.

When all case details are entered, the process flow will call a Start Process node to initialize a review process model for the reviewer.

D.

When all case details are entered, the process flow will call a Sub-Process node to initialize a review process model for the reviewer.

Buy Now
Questions 13

You are about to deploy a package to another environment.

Which two statements are true? (Choose two.)

Options:

A.

It is not possible to undo changes from an import to all types of objects.

B.

It is possible to undo changes from an import to all types of objects.

C.

It is possible to import the same package multiple times.

D.

It is not possible to import the same package multiple times.

Buy Now
Questions 14

Your organization is in the process of redesigning its user interfaces in order to use space efficiently.

Which layout component is most appropriate for displaying the interface where the meaningful order of components is vertical?

Options:

A.

a!columnsLayout()

B.

a!columnOverlay()

C.

a!cardLayout()

D.

a!sideBySideLayout()

Buy Now
Questions 15

You need to build a process model that transforms a large data set.

Which two things should you ensure to include in your process model? (Choose two.)

Options:

A.

A subprocess is called using “Multiple Node Instances (MNI)” to perform the transformation on each item in the data set.

B.

An XOR gateway is added before the transformation node, to check for empty/null values.

C.

A loop is created within the process model that increments on each iteration, updating that particular row in the data set.

D.

The transformation is applied with an expression rule that takes the data set as an input, and loops through the dataset using a looping function, such as foreach.

Buy Now
Questions 16

You are troubleshooting slow response times on a SAIL interface.

What are two potential causes of the performance issues? (Choose two.)

Options:

A.

Multiple rule inputs

B.

Multiple a!save operations

C.

Configuration of refresh variables

D.

Stacked button layout

Buy Now
Questions 17

You are on a project where the goal is to use Appian Sites to create and edit invoices issued to customers.

This process model is being used as a related action, to edit an Invoice. You have already created a record for invoices.

Review the following image:

Which two suggestions regarding this process are valid? (Choose two.)

Options:

A.

We should consider adding a timer exception which skips the “Edit/Credit Invoice” node after 24 hours.

B.

We should add this process model as a related action on the Invoices record called “Edit Invoice.”

C.

We should add two pages to the site, one of which is a Record List of Invoices, and the other which has this process model as a Report.

D.

To improve performance, we should consider removing activity chaining from all flows.

Buy Now
Questions 18

You want to display a Gender dropdown, and its choice label may change in the future as per the business requirement.

Given transactional database tables rely on this data for reporting, what is the most appropriate action? (Choose the best answer.)

Options:

A.

Create a constant and update it as per the business requirement.

B.

Create a stored procedure and update it as per the business requirement.

C.

Create an expression rule and update it as per the business requirement.

D.

Create these entries in a table and reference them through a query entity rule as per the business requirement.

Buy Now
Questions 19

Your organization is considering options for integrating with external systems from within Appian.

Which Appian object is designed to allow you to share base URL and authentication details across multiple integrations? (Choose the best answer.)

Options:

A.

A web API

B.

An integration

C.

A connector function

D.

A connected system

Buy Now
Questions 20

You want to generate an email body which varies from one Appian environment to another. For instance, between DEV and TEST.

According to Appian best practices, how should you define the environment name? (Choose the best answer.)

Options:

A.

Create an expression rule and update its value post-deployment.

B.

Create an environment-specific constant.

C.

Create a constant and update its value post-deployment.

D.

Create a stored procedure.

Buy Now
Questions 21

You need to create a plug-in to perform a job in the background. The plug-in should not be available under an expression rule, connected system, or the process model.

What type of plug-in should you create? (Choose the best answer.)

Options:

A.

Servlet

B.

Function

C.

Connected systems

D.

Smart service

Buy Now
Questions 22

What are three things you can do to improve the memory usage of a process model? (Choose three.)

Options:

A.

Configure process variables to be parameters.

B.

Reduce the number of process variables.

C.

Avoid storing large blocks of text in process variables.

D.

Split large nodes into many smaller nodes.

E.

Pass data directly to activity nodes and smart services.

Buy Now
Questions 23

You are required to display information for pending tasks for each individual in an application. There will be tasks for a single specific application.

Which context type should you choose for the Task Report Type?

Options:

A.

Tasks by process model

B.

Tasks attributed to user

C.

Tasks by process

D.

Tasks assigned to a group

Buy Now
Exam Code: ACD200
Exam Name: Appian Certified Senior Developer
Last Update: Apr 19, 2024
Questions: 77
$72  $159.99
$54  $119.99
$45  $99.99
buy now ACD200