What is the syntax for using a collection field in an expression?

What is the syntax for using a collection field in an expression?A . Like this MyCollection(MyField)B . Like this MyCollection[MyField]C . Like this [MyCollection[MyField]]D . Like this MyCollection.MyFieldE . Like this [MyCollection.MyField]View AnswerAnswer: E

September 7, 2019 No Comments READ MORE +

What is the most likely cause?

A Blue Prism solution works fine when developing and testing it in Process and Object studio but when it is running in Control Room exceptions occur because of screen elements not being found. What is the most likely cause?A . The most likely cause for the errors is that your...

September 6, 2019 No Comments READ MORE +

Which of these statements is true?

Consider the following flow in an object: Which of these statements is true?A . The flow shown in the diagram is correct, the wait stages are all adding a high level of robustness to the actionB . The wait stages after read and write stages should be removed they are...

September 4, 2019 No Comments READ MORE +

Which is the correct configuration to ensure the New Order screen is in focus?

The Order System application has been successfully launched and Blue Prism has navigated the application to the following screen: There is a requirement to ensure this screen is in focus before any further interfacing is done with the screen. Which is the correct configuration to ensure the New Order screen...

September 2, 2019 No Comments READ MORE +

Which of the following statements are true?

Consider the following flow in an object: Which of the following statements are true?A . There just needs to be a wait stage after the start stage to correct this action.B . There should be a wait stage after every stage in this flow (i.e. after the navigate, read, write...

August 31, 2019 No Comments READ MORE +

Which of the following statements about Business Objects is true?

Which of the following statements about Business Objects is true?A . It is Blue Prism best practice to include business rules within Business ObjectsB . A Business Object is configured in the Studio area of Blue PrismC . A Business Object can be exposed to Control RoomD . Logging of...

August 30, 2019 No Comments READ MORE +

How many times will the ‘Process Order’ page be executed?

Examine the following process flow: The Loop Orders loop is configured to loop through the Orders collection. How many times will the ‘Process Order’ page be executed?A . 1B . 15C . The loop will be infiniteD . It’s impossible to tell. There is no loop counter.View AnswerAnswer: B

August 29, 2019 No Comments READ MORE +

Which of the following Stages can be found in Process Studio AND Object Studio?

Which of the following Stages can be found in Process Studio AND Object Studio?A . B . C . D . View AnswerAnswer: B

August 20, 2019 No Comments READ MORE +

When configuring an object’s run mode which of the following is true?

When configuring an object’s run mode which of the following is true?A . Setting the run mode to foreground will give the object priority over the target system ahead of any other Business Object.B . Setting the run mode to exclusive will ensure only one process runs on that resource...

August 19, 2019 No Comments READ MORE +

What will the data item Saved Quantity contain after the execution of the page?

The Saved Quantity Data Item is configured as a number with the initial value 0. The Loop Orders stage is configured to loop through the Orders collection. The Get Quantity stage is configured as follows: What will the data item Saved Quantity contain after the execution of the page?A ....

August 18, 2019 No Comments READ MORE +