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

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

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.

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

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.

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.

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

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.

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

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

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

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

A.

Procedure

B.

Index

C.

Function

D.

View