Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: scxmas70

ACD200 Exam Dumps - Appian Certified Senior Developer

Question # 4

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 # 5

You are facing issues when attempting to establish a SAML connection to an identity provider. You determine you need to increase the authentication-specific logging levels so that you can view trace level statements about the connection attempt in the application server log.

Which property file should you update to modify the log output level? (Choose the best answer.)

A.

commons-logging.Properties

B.

appian_log4j.properties

C.

logging.properties

D.

custom.properties

Full Access
Question # 6

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 # 7

Which two practices are strongly discouraged for activity chaining? (Choose two.)

A.

Less than or equal to 5 seconds between attended activities.

B.

More than 50 node instances

C.

More than 5 seconds between attended activities

D.

Less than or equal to 50 node instances

Full Access
Question # 8

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 # 9

Match each of the business data concepts to an Appian data type. Each data type may be used once, more than once, or not at all.

Full Access
Question # 10

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.

Full Access
Question # 11

A lead designer receives this requirement:

Every time a record is modified, the data changed must be stored for audit.

Which design is the most efficient and has the least impact on the Appian application? (Choose the best answer.)

A.

Create a custom plugin that can write an audit trail to a log file.

B.

Create a trigger on the database table to capture the audit trail to a table.

C.

Create an Appian process to capture the change history and write the audit trail to the database.

D.

Create a web API call to an audit history system and write the audit trail to file.

Full Access
Question # 12

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 # 13

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

A.

B.

C.

D.

Full Access
Question # 14

Which review format is the most efficient way to coach team members and improve code quality? (Choose the best answer.)

A.

Peer Dev Review

B.

Automated Code Scanning

C.

Retrospectives

D.

User Acceptance Testing

Full Access
Question # 15

While deploying a package to a target environment, object security warnings were detected.

In which two places can object security settings be changed in bulk? (Choose two.)

A.

Application security summary

B.

Administration Console

C.

Compare and Deploy tool

D.

Process model folder

Full Access
Question # 16

You are analyzing a poorly-performing process model.

You find that the process model in question has a lot of nodes and is mainly used to do background updates.

Which two things can be done to increase its performance? (Choose two.)

A.

Define the correct alerts for the process model.

B.

Remove all activity chaining.

C.

Use swim lanes in the process model.

D.

Refactor some nodes into subprocesses when possible.

Full Access
Question # 17

More than one user is editing the same record in database.

With XSD, how do you avoid the collision of data from Application? (Choose the best answer.)

A.

@Version

B.

@OrderBy

C.

@inheritance

D.

@AssociationOverrides

Full Access
Question # 18

As a developer, you have created a Web API.

To execute the API, what is the minimum privilege the end user should have? (Choose the best answer.)

A.

Initiator

B.

Viewer

C.

Editor

D.

Administrator

Full Access
Question # 19

A user is uploading a document in the Appian environment and wants to restrict the uploading of documents without extensions.

How can this be done at the environment level?

A.

Enable File Upload > Block files without an extension, under Administration Console.

B.

Document can be uploaded but cannot be restricted.

C.

Configure Validation rules wherever required.

D.

No actions are required from the developer; Appian auto-validates these documents.

Full Access
Question # 20

Your table contains several indexes.

Which two statements regarding indexes are correct? (Choose two.)

A.

Indexes increase the performance of Read operations.

B.

Indexes increase the performance of Write operations.

C.

Indexes decrease the performance of Write operations.

D.

Indexes decrease he performance of Read operations.

Full Access
Question # 21

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 # 22

Which two statements are true for importing Appian applications? (Choose two.)

A.

It is not possible to undo changes from an import.

B.

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

C.

Applications from an earlier version of Appian can be imported into later versions of Appian.

D.

Importing a published application changes its state to Unpublished and need to be published again.

Full Access
Question # 23

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