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

Which of the following statements about spy modes are TRUE?

A.

Accessibility Mode is the most commonly used for open source web applications

B.

Win32 Mode is the default mode used for web-based applications

C.

HTML Mode is the most commonly used when a Code Stage is required

D.

Browser Mode is the default mode used for web-based applications

Please refer to the exhibits.

How many Full Time Employees will the generated Report include?

A.

2

B.

0

C.

4

D.

1

What is the Blue Prism Application Navigator

A.

It is the spy tool that you drag around the application to identify attributes.

B.

It is part of the zoom tool in Process and Object Studio that allows you to instantly jump to different parts of the process map

C.

It is the Studio list side-bar of Process and Objects.

D.

It is Application Modeller functionality to create an application's entire element tree that when selected will highlight individual elements in the application.

Complete the following statement

Collection columns are referenced in______________using dot notation

A.

the Loop Properties

B.

an Expression

C.

a Work Queue

D.

a Business Object

The Developer is deploying a Process into a Production environment. Which best practice option would you recommend for the Stage Logging of a Decision stage on the Main Page?

A.

Errors Only

B.

Enabled

C.

Preserve Screen Capture

D.

Disabled

Please refer to the exhibit.

The Developer is automating an SAP Windows-based application within a Citrix environment. There is an issue with a duplicate match found when identifying and highlighting the Document No. field, due to the application window having two of the same labels and buttons.

Which Spy Mode should the Developer use to identify the correct field using Surface Automation?

A.

Win32

B.

Browser

C.

Application Navigator

D.

Region

Examine the following Blue Prism Process diagram:

The 'Retry Limit' data item is configured as a number data item, and has an initial value of 3. The 'Retry Count* data item is configured as a number data item, and has an initial value of 0. The 'Count' Calculation stage increases the value of the 'Retry Count' data item by 1. The 'Retry? Decision stage contains logic to prevent more than 3 attempts

What is wrong with the current configuration?

A.

The Resume stage must also be within the exception block

B.

Sub-pages should not have retry logic Exception handling should be in the Object layer rather than in the Process

C.

The retry loop logic shown in the image is incorrect because it uses multiple action stages There should be a retry loop around every action

D.

The retry loop logic does not include any actions after the resume stage to ensure the application is ready to try the 'Search Screen - Perform Search' Action again

Study the following configuration

Which of the following statements is correct?

A.

When the configuration is run in Control Room, it will become stuck in an infinite loop

B.

When the configuration is run in Control Room, it will become stuck in an infinite loop until the 'Switch' Session Variable is changed to True in System Manager

C.

When the configuration is run in Control Room, it will become stuck in an infinite loop until the 'Switch' Session Variable is changed to True in the Control Room

D.

When the configuration is run in Control Room, it will fail with an internal error on the first execution of the 'Switch?' stage with the error: Decision did not result in a yes/no Answer:

The staff number field of the Centrix Data Solutions business application can be spied successfully, however when using the Highlight feature in Application Modeller, the following behaviour is encountered:

Which of the following Attributes would you use to help obtain a unique element match?

A.

Parent Class Name

B.

Parent Ordinal

C.

Class Name

D.

Ordinal

E.

XandY

Please refer to the exhibit.

The action gets account details from the screen and applies a new limit unless the risk codes are of a specific value According to Blue Prism best practice, how should a Developer design the Object(s) supporting this?

A.

1 Object; 2 Actions - Get Account Details and Apply New Limit, and move the decision-making logic to the Process

B.

1 Object: 3 Actions - Get Account Details. Verify Risk Code, and Apply New Limit

C.

1 Object; 2 Actions - Get Account Details and Apply New Limit

D.

2 Objects - Get Account Details and Apply New Limit; and move the decision-making logic to the Process