Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Blue Prism APD01 - Blue Prism Professional Developer

Page: 1 / 2
Total 51 questions

An action within an object has been written that automates a browser based application. All elements can be spied successfully and the object runs without defect in Object Studio. However, when ran in Control Room, exceptions are thrown that indicate elements cannot be found. This is because elements on the web page do not load all at once, they load slowly one after another instead. Which of the following would be the most appropriate to improve the resilience of the automation?

A.

Use a Wait Stage with the Check Exists condition at the start of the action before continuing.

B.

Use a Wait Stage with the Parent Document Loaded condition at the start of the action.

C.

Use a Wait Stage with the Document Loaded condition at the start of the action.

D.

Do not spy elements with HTML mode

Which of the following techniques is most suitable for extracting text from a PDF Document which is a scan of a hand written document?

A.

Use Global Mouse Clicks and Global Send Keys to extract the PDF text to the Windows clipboard and use Blue Prism utilities or functions to extract the text from the clipboard

B.

Use the Adobe Acrobat API to export or convert the PDF document into another format such as XML or Microsoft Word

C.

Use the ‘Read Text with OCR’ option of a Blue Prism Read Stage on Regions

D.

None of these options

The following screen displays order details in a client’s order system application. An order is entered into the Order number field and the details for that order are displayed. There is a requirement to read the Product code value from the resulting display. The Product code will vary between orders.

The Product Code label has been successfully spied and the following attributes have been returned:

The Product Code value field has been spied and the following attribute set has been selected:

In order to ensure a consistent match for the Screen Text – Product Code element, which of the following statements must be considered:

1. The Dynamic value of the Y attribute for the Screen Text – Product Code element must be derived from the Y attribute of the Label –Product Code element

2. The Y attribute of the Label –Product Code element cannot be derived as it is not checked

3. The Y attribute for the Screen Text – Product Code element must be set to a Match Type of ‘Equal’

4. The Window Text attribute for the Screen Text – Product Code element must be set to a Match Type of ‘Wildcard’

5. The Window Text attribute for the Screen Text – Product Code element must be un-checked

A.

1 and 4

B.

1, 2 and 5

C.

3 and 4

D.

1 and 5

Which of the following statements regarding Blue Prism Login Agent are true? (Select all that apply.)

A.

Windows passwords can be changed using Login Agent Functionality

B.

It is not possible to use Login Agent to traverse the ‘Press CTRL + ALT + DELETE to log on’ screen

C.

Blue Prism Login Agent can be used to lock a Resource PC

D.

You cannot configure the Blue Prism scheduler to login via Login Agent and then run a business process once it has logged in

While automating a process involving a browser based application a popup window from the browser application appears that you need to work with. When you try to spy the popup window and its elements, Blue Prism throws the following error: “There was an error during the spying operation.” Which of the following would be the most appropriate workaround?

A.

Set the HKEY CURRENT USER\Software\Microsoft\Internet Explorer\Main\TabProcGrowth Registry key to 2

B.

Change the scope of the process so that the popup window does not need to be automated

C.

Create a new separate object that attaches to the running instance of the popup and attempt to spy elements with this object instead.

D.

Use Surface Automation techniques to interface with the popup window

When using Surface Automation which of the following Navigate Stage Actions should be used to press a button which has been identified as a Region?

A.

Press

B.

None of these

C.

Send Keys

D.

Mouse Click Centre

Study the process flow below:

The initial values for the Loop Count and Max Loop data items are 0 and 5 respectively.

How many times will the Process ‘Open Account Part 1’ be read into memory during the execution of the Process?

A.

4

B.

5

C.

1

D.

0

Which of the following Application Models follow Blue Prism Best Practice:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Which of the following statements about Tagging of Work Queues are correct? (Choose three.)

A.

Tags can only be added to a Work Queue case at the time the case is added to the queue

B.

Tags can be used to categorise the ‘Completion Type’ of a case.

C.

Tags can be used to filter the items retrieved from a work queue

D.

Tags can be used to categorise the source of a work queue item

A business requirement exists to be able to distinguish between cases that have failed due to ‘not being an adult’ and cases that have failed due to ‘invalid ID’ based on the exception detail Blue Prism has captured. The following Process configuration has been built as a solution.

Which of the following statements are correct?

A.

The Process configuration will meet the requirements

B.

The Process will fail because 2 Recover stages lead to a single Resume stage

C.

The Process configuration will not meet the requirements because the Exception Detail is not captured for the two Business Exceptions

D.

If the Valid ID stage results in a ‘No’ answer, the Process will not throw an exception.