Summer Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

You need to view a record type relationship diagram.

Where should you look in the record type?

A.

List

B.

Views

C.

Data model

You have two Custom Data Types (CDT): ACME_invoice and ACME_invoiceItem that have a flat relationship.

The invoice item table has a field that is a foreign key to the invoice table. You are leveraging the database to automatically generate their primary keys.

How should you structure the process model to add a new invoice and the new invoice items to the system?

A.

1. Write to Multiple Data Store Entities smart service (Writing to the ACME_invoiceItem table and ACME_invoice table).

B.

1. Write to Data Store Entity smart service (Writing to the ACME_invoiceItem table).

2. Script Task to update foreign keys.

3. Write to Data Store Entity smart service (Writing to the ACME_invoice table).

C.

1. Write to Data Store Entity smart service (Writing to the ACME_invoice table).

2. Script Task to update foreign keys.

3. Write to Data Store Entity smart service (Writing to the ACME_invoiceItem table).

How do you refer to metadata of a process model object within process model expressions? For example: the creator, name, or description.

A.

Process Properties, referred to in process model expressions using the pp! domain.

B.

Process Variables, referred to in process model expressions using the pv! domain.

C.

Process Model Properties, referred to in process model expressions using the pm! domain.

While testing, the process consumes at least 2000 AMU of process memory for each instance.

What are four ways to reduce the overall memory footprint of your process instances? (Choose four.)

A.

Reduce your process’ delete and archival interval under Data Management > Automatic Process Clean-Up. Most Voted

B.

Split the process into subprocesses so that only a part of the overall process is active. Most Voted

C.

Start the process with the memory optimizer option toggled “On”.

D.

Reduce the number of process variables. Most Voted

E.

Do not store large data chunks like text strings in process variables. Most Voted

F.

Compress text into a .ZIP file before storing them in process variables.

Which step can be critical in passing information from a form back to a process model?

A.

Configure the Data Management tab.

B.

Configure the activity class parameters of a Write to Data Store Entity node, a

C.

Configure inputs on the Data tab of a User Input Task.

You are creating a new application with the prefix ACM.

Which four default folders are created by Appian when you select " Generate groups and folders to secure and organize objects " ? (Choose four.)

A.

ACM Users

B.

ACM Knowledge Center

C.

ACM Process Models

D.

ACM Rules & Constants

E.

ACM Application Documentation

You created and published a new process model.

The process model has a start form with two synchronous subprocesses with 40 and 66 nodes each. All nodes are chained from the start node through the subprocesses to the end node. After the tasks and subprocesses, there is a second User Input Task in which the user can confirm the entries and add a comment.

When testing as a normal Acme business user, you see that the confirmation screen is not shown to you.

What might be the reason for this behavior?

A.

The maximum number of activity chained nodes is exceeded and breaks.

B.

The second User Input Task is assigned to the process initiator.

C.

The second User Input Task is assigned to the Acme business user group.

What is the out-of-the-box behavior that indicates a text input field is required?

A.

The size of the label font increases to show significance.

B.

An asterisk (*) appears at the end of the label to notify the user that the field must have a rule.

C.

The label font of the field goes from normal text to bold in order to draw attention.

You have a record action that should only be visible to certain users under conditions specified by an expression.

How should you configure this?

A.

Set security on the process model.

B.

Set permissions directly on the user object.

C.

Set security on the record action.

You have two record types: ACME_Student and ACME_Class.

You need to add a many-to-many relationship between these two record types.

What should you do?

A.

Create a new record type with data sync enabled, then add a one-to-many relationship from each record type (ACME_Student and ACME_Class) to the new mapping record type.

B.

This relationship cannot be modeled using record type relationships.

C.

Add the relationship from either ACME_Student or ACME_Class, then select Many-to-Many under Relationship Type, and add the corresponding keys.