Weekend Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: cramtreat

ACD200 Appian Certified Senior Developer Questions and Answers

Questions 4

Your organization is considering the adoption of Behavior-Driven Development (BDD) and automated testing as part of application development.

Which three testing tools have packages preconfigured to work with Appian applications and are available via the AppMarket? (Choose three.)

Options:

A.

Cucumber

B.

Jenkins

C.

Selenium API

D.

Git

E.

FitNesse

Buy Now
Questions 5

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

Options:

A.

Peer Dev Review

B.

Automated Code Scanning

C.

Retrospectives

D.

User Acceptance Testing

Buy Now
Questions 6

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 7

You are creating an expression rule that will be reused throughout your environment.

What are two benefits of including meaningful test cases when creating a new expression rule? (Choose two.)

Options:

A.

Speed up unit, regression, and exploratory testing.

B.

Improve the appearance of the code.

C.

Improve performance.

D.

Increase code quality.

Buy Now
Questions 8

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

Options:

A.

B.

C.

D.

Buy Now
Questions 9

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

Options:

A.

Tester

B.

Product Owner

C.

Lead Developer

D.

Product Manager

Buy Now
Questions 10

You are designing a repeating step in a process.

What is the default limit for maximum number of node executions?

Options:

A.

50

B.

2000

C.

1000

D.

500

Buy Now
Questions 11

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

Options:

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.

Buy Now
Questions 12

Which two statements about the a!queryEntity() function are true? (Choose two.)

Options:

A.

The queries defined using the query parameter are not limited in how long they wait to return results.

B.

The queries defined using the query parameter return a constrained subset of matching data records by default.

C.

The entity value must be given as a constant of type Data Store Entity.

D.

Setting the fetchTotalCount parameter to False can improve the performance of the rule.

Buy Now
Questions 13

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

Options:

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.

Buy Now
Questions 14

You are investigating a slow-performing query entity which is mapped to a view and you decide to look in the data_store_details.csv log to gain more information. You see that the majority of the time is spent in the transform phase.

Which two actions can you take to reduce the time spent in the transform phase? (Choose two.)

Options:

A.

Reduce the use of unnecessary columns in the GROUP BY clause in the database view.

B.

Reduce the number of columns returned from the query.

C.

Create a database index on the column being filtered against.

D.

Lower the batch size parameter of the query.

Buy Now
Questions 15

You have been asked to produce a Tempo report, with the following requirements:

The report should display in Appian.

The data is held in a business database, but performance in Appian is a key requirement.

Which three actions can you take to minimize the performance impact of your report? (Choose three.)

Options:

A.

Display the report as a task report on the Tasks tab.

B.

Limit the number of series values and categories in the report.

C.

Use local variables in your report interface to avoid redundant database queries.

D.

Use the query process analytics function to retrieve the data.

E.

Perform aggregation in the database using a view prior to reading the data into Appian.

Buy Now
Questions 16

You create an interface, but it fails to load. When you open the design errors log, you see a memory circuit breaker error.

What are two possible root causes of this error? (Choose two.)

Options:

A.

A database query is taking too long to evaluate.

B.

The interface contains some special characters.

C.

The interface is storing too much data in local variables.

D.

The interface component is looping over too many items.

Buy Now
Questions 17

An organization has decided to integrate with a third-party to scan incoming documents and capture the details in a table called [appian].[document]. Each document will form a new case in Appian to be displayed on a Record List.

The record needs to show data from both [appian].[document] and [appian].[caseData], which holds additional case information.

What is the most efficient way to achieve this?

Options:

A.

Create a trigger on the [appian].[document] table to copy all the data across to the [appian].[caseData] table and point the record at [appian].[caseData].

B.

Create a SSIS package to run at a regular interval.

C.

Create a view between both the [appian].[document] and [appian].[caseData] tables to feed the record.

D.

Create a stored procedure to query the data from both the [appian].[document] and [appian].[caseData] tables.

Buy Now
Questions 18

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

Options:

A.

LDAP Authentication

B.

API Key

C.

Connected System

D.

Service Account

Buy Now
Questions 19

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

Options:

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.

Buy Now
Questions 20

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

Options:

A.

Administration Console

B.

Process monitoring tab

C.

Appian Health Check report

D.

Application server log file

Buy Now
Questions 21

You need to insert the deleted row of a table into a history table for audit purposes.

What is the most efficient method to achieve this?

Options:

A.

Materialized view

B.

Process model

C.

View

D.

Trigger

Buy Now
Questions 22

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

Options:

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

Buy Now
Questions 23

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
Exam Code: ACD200
Exam Name: Appian Certified Senior Developer
Last Update: May 17, 2024
Questions: 77
ACD200 pdf

ACD200 PDF

$28  $80
ACD200 Engine

ACD200 Testing Engine

$33.25  $95
ACD200 PDF + Engine

ACD200 PDF + Testing Engine

$45.5  $130