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

Appian ACD200 - Appian Certified Senior Developer

Page: 2 / 3
Total 77 questions

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

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.

A car insurance company wants to build an application that processes insurance claims. Appian will receive a claim in a JSON document and return a decision about whether the company should pay the claim.

Match each system requirement to the Appian object that could be used to implement the requirement. Each answer will be used once.

You are tasked with configuring a process model to store the result of an expression rule for every item in a list.

Which process model design has the lowest memory footprint?

A.

Run MNI over a script task for each item in the list.

B.

Call a sub-process for each item in the list.

C.

Configure a script task to use a!foreach to iterate over each item in the list.

D.

Create a loop of smart service nodes in the process model and execute it for each item in the list.

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.

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?

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.

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

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

In the next year, you expect the number of concurrent active users of your application to increase from approximately 50 to 500.

Which two recommendations for your Appian environment would address the performance risk of this large increase in users? (Choose two.)

A.

Add more design engines.

B.

Add more process execution engines.

C.

Add more application server memory.

D.

Switch from a records-centric to a process-centric design.

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.