Labour Day Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Question # 4

You want to approve or reject an incoming deployment.

Which three roles allow you to do so? (Choose three.)

A.

Specified Reviewer Group

B.

System Administrators

C.

Application Viewers

D.

Application Administrators Group

E.

Application Editors

Full Access
Question # 5

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

Which of the following is a sign that an application’s performance is degrading and should be addressed with changes to the application design?

A.

Integration calls to an external system are consistently returning an HTTP status code of 500.

B.

Three of the top five most executed process models have a low completion percentage.

C.

The number of tasks assigned to users has increased from 1 per day to 5 per day.

D.

The number of objects in the Application has increased from about 100 to about 500.

Full Access
Question # 7

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

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

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.

Full Access
Question # 9

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.

Full Access
Question # 10

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

What should you use to create a virtual relation in a database to query the data?

A.

Procedure

B.

Index

C.

Function

D.

View

Full Access
Question # 12

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.

Full Access
Question # 13

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.

Full Access
Question # 14

You need to display the profile picture of each employee inside an employee grid, alongside their names and phone numbers.

According to Appian best practices, what is the preferred style and size for the images?

A.

style: “AVATAR” size: “LARGE”

B.

style: “STANDARD” size: “ICON”

C.

style: “STANDARD” size: “LARGE”

D.

style: “AVATAR” size: “SMALL”

Full Access
Question # 15

You have a requirement that can only be achieved by using a plug-in, where more than one plug-in does a similar job.

What are three primary considerations in choosing the right plugin? (Choose three.)

A.

What are the compatible Appian versions?

B.

Is the plug-in Cloud-approved?

C.

What are the limitations of the plug-in?

D.

What is the size of the plug-in?

E.

Who is the plug-in author?

Full Access
Question # 16

You are troubleshooting a process model instance with an error in a node.

Which two options will allow you to obtain more information about the error? (Choose two.)

A.

Open the process model from the process instance.

B.

View the Process Details dialog.

C.

View the process model properties.

D.

View the properties dialog of the affected node.

Full Access
Question # 17

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

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

You are creating the group structure of a new application.

Which three best practices apply? (Choose three.)

A.

Avoid creating custom group types unless there is a strong need/requirement.

B.

Only create the groups necessary for task assignment or security.

C.

Flat group structures should be avoided.

D.

Group names should not include the application prefix.

E.

Keep group names unique.

Full Access
Question # 20

You are code-checking your colleague's process model before marking it as Ready for Deployment.

Which three best practices should be applied? (Choose three.)

A.

All nodes should have exception flows

B.

All XOR/OR gateways should have a single incoming ow.

C.

All outgoing flows from a gateway should be labeled

D.

Node inputs should not make the same query call more than once.

E.

Activity chaining should be added to the majority of flows.

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

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

You are about to deploy a package to another environment.

Which two statements are true? (Choose two.)

A.

It is not possible to undo changes from an import to all types of objects.

B.

It is possible to undo changes from an import to all types of objects.

C.

It is possible to import the same package multiple times.

D.

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

Full Access