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

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?

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.

You are required to test a Related Action that updates record data. You need to make sure that the correct users can access the form and that the data is updating successfully.

Which is the most appropriate testing method to achieve this using Appian?

A.

Unit Testing

B.

User Interface (UI) Testing

C.

Load Testing

D.

Performance Testing

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

A.

Servlet

B.

Function

C.

Connected systems

D.

Smart service

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

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

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.

When looking at the process model metrics for your application, you see that one of your process models has a low completion rate of 10%.

What are two potential causes of this? (Choose two.)

A.

The process instances are long-lived compared to the configured days until archival or deletion.

B.

A large number of instances are encountering process errors, and they are not being addressed by the production support team.

C.

A large value is configured for days until archival or deletion compared to other process models in your application.

D.

A large number of smart service nodes are configured in the process model.

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

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

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.

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

A.

Cucumber

B.

Jenkins

C.

Selenium API

D.

Git

E.

FitNesse

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.