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

ACD200 Questions and Answers

Question # 6

During the design review, you identified slow-operating expression rules querying a specific data store.

Which metric from the data_store_details.csv file will help you understand the “number of operations against data store?” (Choose the best answer.)

A.

Transform Count

B.

Query Count

C.

Total Count

D.

Execute Count

Full Access
Question # 7

When creating a Web API, which two items are configured in the Administration Console? (Choose two.)

A.

LDAP Authentication

B.

API Key

C.

Connected System

D.

Service Account

Full Access
Question # 8

In Scrum, who is the right person responsible for prioritizing product backlog? (Choose the best answer.)

A.

Tester

B.

Product Owner

C.

Lead Developer

D.

Product Manager

Full Access
Question # 9

Which XSD element is NOT supported within an Appian CDT? (Choose the best answer.)

A.

<xsd:complexType>

B.

<xsd:key>

C.

<xsd:annotation>

D.

<xsd:simpleContent>

Full Access
Question # 10

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

A.

Manager

B.

Administrator

C.

Viewer

D.

Editor

Full Access
Question # 11

Users are reporting that a task on a newly-launched process in Production is slow to respond to user input.

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

A.

The process uses too many hidden variables.

B.

The task is assigned to too many users.

C.

There are too many SAIL components on the task.

D.

Exception timers on tasks are set to values that are too low.

Full Access
Question # 12

Application users are seeing long wait times between two forms they need to complete for a case.

While reviewing the process model, you identify that activity chaining has been used throughout the process model, including unattended nodes.

Which three actions can you take to make the process model more efficient? (Choose three.)

A.

Use MNI for unattended nodes and chain where possible.

B.

Shorten long process chains by combining transactions into the smallest number of nodes.

C.

Avoid chaining system nodes like Integrations.

D.

Move transactions that can be done asynchronously outside of the chain.

E.

Reduce the number of swim lanes.

Full Access
Question # 13

You are creating an ERD that models the data for a college and includes a Many-to-Many relationship, Student-to-Class, where a student can be enrolled in multiple classes, and a class can enroll multiple students.

How can you handle this relationship so that it can be supported in Appian and remain in at least First Normal Form? (Choose the best answer.)

A.

A joining table can be used to hold instances of Student/Class relationships.

B.

The Student table should have a Class field to hold an array of Class IDs.

C.

The Class table should have a Student field to hold an array of Student IDs.

D.

It cannot be done, because Appian CDTs cannot handle Many-to Many relationships.

Full Access
Question # 14

The IT stakeholder wants to understand which processes have the highest footprint.

What are the two places to get information on process model memory usage? (Choose two.)

A.

Administration Console

B.

Process monitoring tab

C.

Appian Health Check report

D.

Application server log file

Full Access
Question # 15

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?

A.

expressions_details.csv

B.

expressions_metrics.csv

C.

expressions_summary.csv

D.

expressions_trace.csv

Full Access
Question # 16

You are reviewing a recent Health Check report and notice that a process model has high memory consumption.

What are three possible reasons for this? (Choose three.)

A.

Too many process variables

B.

Misconfigured error alerts

C.

Nested CDTs with large numbers of fields

D.

Too many nodes

E.

Gateway nodes with multiple incoming flows

Full Access
Question # 17

Users are reporting that their application is slow to load customer records with many transactions.

Using performance monitoring tools, you find that the following interface definition is responsible for the vast majority of page load time:

You also notice that both queries (rule!APP_GetTransactionsWithFilters and rule!APP_GetTransactionTypeWithFilters) take about 25 milliseconds each to execute when you test them using expression editor.

Which change would decrease the load time of this interface component the most? (Choose the best answer.)

A.

Don’t fetch total count when getting transactions.

B.

On line 4, increase the paginginfo batch size to 50 so more data is prefetched.

C.

Use a synced record for Transactions to improve the query response time for the query performed on line 6.

D.

Prefetched transation types and use the displayvalue() function to display the Transaction Type for each transaction.

Full Access
Question # 18

You are troubleshooting slow response times on a SAIL interface.

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

A.

Multiple rule inputs

B.

Multiple a!save operations

C.

Configuration of refresh variables

D.

Stacked button layout

Full Access
Question # 19

You need to build a QC review process for a factory that allows a technician to review each production line on a regular basis.

A QC technician has 30 minutes to complete their review, after which time the review will expire and be marked as a “missed review.” If this, occurs, a supervisor should be notified via email and the review data should not be saved. Additional requirements are as follows:

The user should be able to save a draft of their review before submission, and come back to work on it later.

Once submitted, the review data should be saved to the database.

Which option needs to be implemented to meet the requirements?

A.

An exception timer that skips the QC review task after 30 minutes, which flows to a Send Email node configured to notify a supervisor

B.

The task configured as a quick task

C.

A send message event which sends an email after 30 minutes to the supervisor

D.

An escalation that sends an email after 30 minutes to the supervisor

Full Access
Question # 20

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.)

A.

Table

B.

View

C.

Stored procedure

D.

Materialized view

Full Access
Question # 21

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.)

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.

Full Access
Question # 22

Your organization is considering automating the running of expression rule test cases to provide unit tests for your Appian applications.

Which three methods could be used to launch a test run when required? (Choose three.)

A.

Via the DevOps section of the Administration Console.

B.

A process model invoked via an API.

C.

A process model exposed to users as an action.

D.

A web hook from a content versioning system (CVS).

E.

A SAIL interface embedded in a report.

Full Access
Question # 23

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

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.

Full Access