Winter Sale Special 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ex2p65

Exact2Pass Menu

Question # 4

Consider the following process flow from the Main Page of a process in Process Studio:

Thinking about the standard Blue Prism Process Templates, what is wrong with this Main Page process flow?

A.

There is nothing wrong with the Main Page flow shown in the image, it is a copy of Blue Prism's standard Process Template

B.

The Stop? decision stage should be removed from the process flow, as Stop time is Configured either within the Scheduler process are stopped via Control Room.

C.

The Mam Page process flow is too high level For better visibility of the process logic the flow steps hidden m the sub-pages should al be on the main page instead.

D.

There is no exception handling on this Main Page so any exceptions that "bubble up" will cause the process to terminate rather than exceptions being handled correctly.

E.

The Reset Global Data page is not required because sub-page within a process should always use input parameter rather than global data items. There should be no global data to reset.

Full Access
Question # 5

The Work Queue 'Account Closure has a number of Pending Items which may be tagged as "Current", "Saving" or "Loan" What is the correct configuration to get the next item from the queue that is tagged either "Current" or "Loan"?

A.

Configure "Current or Loan" in the Tag Filter parameter

B.

Configure "-Saving" in the Tag Filter parameter

C.

Configure "Current; Loan: in the Tag Filter parameter

D.

Configure "Current + Loan'" in the Tag Filter parameter

Full Access
Question # 6

Please refer to the exhibit.

A Developer has configured Environment Lock in the process to ensure duplicate items are not added to the Work Queue

What is missing in the logic?

A.

A Release Lock action should be added to the recovery logic to unlock the resource in case of an exception

B.

A Query Lock action should be added after the Release Lock to confirm the release of the Lock Token

C.

A unique Lock Token should be added to its Data item to ensure the lock is acquired successfully

D.

A Sleep action should be added after the Acquire Lock to allow time for the Lock to be acquired

Full Access
Question # 7

Which of the following about an object's run mode is true?

A.

A run mode of background will enable the business object to run at the same time as other foreground business objects

B.

A run mode of background will enable the business object to run at the time a other background, foreground and exclusive business objects

C.

A run mode of exclusive cannot at the same time as any other business object

D.

The run mode of a business object has no influence on how many business objects can be run at the same time

Full Access
Question # 8

Consider the following process flow:

Decision "A" properties are:

Decision "B" properties are:

Decision "C" properties are:

What will happen when the process runs?

A.

The flow will pass through calculation stage "A"

B.

The flow will pass through calculation stage "B"

C.

The flow will pass through calculation stage "C"

D.

An exception will be thrown

Full Access
Question # 9

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.

Full Access
Question # 10

What is the maximum number of Start stages that a Process sub-page can contain?

A.

1

B.

Unlimited

C.

10

D.

999

Full Access
Question # 11

Consider the following diagram from an object studio action:

What is the problem with this flow?

A.

There is a risk of the flow causing an infinite loop

B.

There should be a wait stage at the end of the flow, before the end stage to ensure the flow logic has worked correctly

C.

There is nothing wrong with the object flow shown in this image.

D.

The Exception Block should be removed from the page so that all exceptions on that page can be recovered.

Full Access
Question # 12

How can input data be added to a Startup Parameter before the process runs?

A.

Navigate to Startup Parameters in the Control Room Scheduler

B.

Navigate to Startup Parameters in the System area and select the correct Process

C.

Right-click the item in the Work Queue and select Startup Parameters

D.

Right-click the session in Control Room and select Startup Parameters

Full Access
Question # 13

Please refer to the exhibit.

When clicking the drop-down on Identify in the Application Modeller, what is the difference between the Spy Element option and the Navigator options?

A.

Spy Element enables you to identify an element using their attributes, and the Navigator options are used for visible elements on the screen

B.

Spy Element enables you to identify an element to use in the Application Modeller and the Navigator options are used for debugging when a match cannot be found

C.

Spy Element enables you to choose from a tree of possible elements to use in the Application Modeller, and the Navigator options require you to visually find and manually select the element to identify

D.

Spy Element enables you to manually identify an element to use in the Application Modeller, and the Navigator options displays a tree of elements available to choose from

Full Access
Question # 14

Study the following Process flow:

The Process flow is intended to test the value of the Input data item to determine if it falls within a range of numbers, and then assign a value as an output. The number ranges are defined as between 1 to 100, between 101 to 200, and anything outside these ranges.

The Calculation stages will set the value of the Result data item to 1, 2 or 3.

To enable the Process flow to work correctly, what is the correct expression for the Choice stage branch named ‘Between 1 and 100’?

A.

[Input] >= 1 AND [Input] <= 100

B.

[Input] >= 1 AND <= 100

C.

[Input] >= ‘1’ AND [Input] <= ‘100’

D.

[Input] >= 1 [Input] < 100

E.

[Input] BETWEEN 1 AND 100

Full Access
Question # 15

Examine the following Exception handling taken from the Main Page of a Blue Prism Process:

Consider the following potential explanations as to what is wrong with the design:

1. The exception handling is not within an Exception Block.

2. There is no Resume stage in the shown process flow.

3. There is a potential for the flow to cause an infinite loop within the process.

4. Because the flow is on the Main Page of the process there should not be a ‘Re-Throw’ Exception stage as there are no parent/calling pages for the exception to ‘bubble up’ to.

Which of the above appropriately describes what is wrong with this design?

A.

1,2, 3 and 4

B.

3 only

C.

4 only

D.

2 and 4

Full Access
Question # 16

Please refer to the exhibit.

Consider the following Attribute Match for the Windows Title of an Application.

What alterations would you recommend making to the Attribute shown?

A.

Change the Match Type to Dynamic

B.

Use a * at the beginning and end of the Value

C.

Position the ''after Solutions'

D.

Change the Match Type to Wildcard

Full Access
Question # 17

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:

Full Access
Question # 18

Which of the statements below best describes what Blue Prism is used for?

A.

Blue Prism is used for modelling business processes

B.

Blue Prism is used to link core business applications together

C.

Blue Prism is used to create Virtual Digital Workers that can replicate user actions and decisions

D.

Blue Prism is used to transfer data from one system to another

Full Access
Question # 19

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

Full Access
Question # 20

A business object needs to use a Global Send Keys stage to populate the User Name field in an application entitled Workflow. The application is in focus and cursor is in the User Name field. In order to configure the Global Send Keys, which element needs to be placed in the Element field of the stage below?

A.

Workflow

B.

Main Window

C.

Login Window

D.

Username (Edit Field)

Full Access
Question # 21

Which of the following indicates a case in a Work Queue is an exception?

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 22

A process is currently scheduled to run every day but needs to be temporarily stopped for 3 months According to best practice, how should this be done?

A.

Retire the Schedule for the required period. then Unretire it

B.

Clone the Schedule and set a new start date on the clone

C.

Set an End Date on the Schedule, then create a new Schedule to Start after 3 months

D.

Pause the Schedule for the required period

Full Access
Question # 23

Study at the following diagram which is an extract from a sub-page of a process being tested in Process Studio:

There are no breakpoints in the "Access Customer Account" subpage however there is an error.

What will happen if you choose to step out (SHIFT+ F11) when debugging the process?

A.

The process will work all stages in the "Access Customer Account page until the error is thrown and then focus would move to the breakpoint at "Get Customer Details" stage.

B.

The process will work all stages in the 'Access Customer Account1 page until the error is thrown and then focus would move to the "Recover 1 stage

C.

The process will work all stages in the "Access Customer Account' page until the error is thrown and then focus would move to the stage containing the error on the "Access Customer Account" page,

D.

The process will work all stages in the "Access Customer Account" page until the error is thrown and then focus would move to the "Exception 1 stage.

Full Access
Question # 24

Which area of Blue Prism would you find application logic and rules?

A.

Application Modeller

B.

Object Studio

C.

Process Studio

D.

Application Logic area of System Manager

Full Access
Question # 25

FILL BLANK

Examine the following Blue Prism Process diagram:

The Process contains logic in the ‘Control Room Stop Request?’ Decision stage, to recognise when a Process Controller has used the ‘Request Stop’ feature in Control Room, to bring the Process to a controlled stop.

What expression would you use in the ‘Control Room Stop Request?’ Decision stage, to ensure that the Process recognises that the Control Room ‘Request Stop’ command has been triggered?

(Remember, Blue Prism expressions are case sensitive)

Full Access
Question # 26

An Action called ‘Get Customer Address’ fails immediately and the following Exception is raised:

Internal: Stage Address Type does not exist

What is the potential reason for this Exception?

A.

An Action stage with the name 'Address Type' is being referenced but it no longer exists

B.

An internal error always indicates a problem with the Blue Prism product. The Blue Prism support team should be contacted for assistance

C.

A data item referenced as an input parameter in the 'Get Customer Address' Action cannot be found

D.

Whilst debugging a Process in Process Studio, the 'Reset' button was pressed whilst the process was calling the 'Get Customer Address' action

Full Access
Question # 27

A Blue Prism Process has been developed which contains steps to extract data from a delimited file.

During development, the Developer saves the delimited file to C:\BP_Proc\Temp folder on their virtual desktop and adds a data item to the process to store this file path. This data item is then used in the process steps to extract the file data.

The production Process must read this file from a network folder, and as the Blue Prism production environment is locked down, the Process configuration cannot be edited in this environment.

How could the data item ‘exposure’ be updated, so that the process can read the data item containing the relevant file path, regardless of the environment the process is being executed in?

A.

Update the data item exposure to 'Statistic'

B.

Update the data item exposure to 'Environment'

C.

Update the data item exposure to 'Session'

D.

Update the data item exposure to 'Shared'

Full Access
Question # 28

An Action in a Business Object needs to use Global Send Keys to populate the ‘Staff Number’ field in an application called Centrix Data Solutions. The application is in focus and the cursor is placed in the Staff Number field.

Examine the stage properties window below:

In order to configure a Global Send Keys action to populate the Staff Number field, which element in the Application Explorer tree displayed above, would you drag to the Element column in the stage, so that this operation can be complete?

A.

Textbox: Staff Number

B.

Window: Login

C.

Panel: Login Details

D.

Centrix Data Solutions

Full Access
Question # 29

FILL BLANK

Examine the following recover flow taken from a Blue Prism Process:

The ‘Exception Type’ data item has no initial value and has a data type of text.

The Calculation stage ‘Save Exception Type’ will output the current exception type to the ‘Exception Type’ data item.

What expression would you use in the ‘Save Exception Type’ stage to achieve this?

Full Access
Question # 30

Look at this flow diagram from the Main Page of a process in Process Studio:

Thinking about the standard Blue Prism Process Templates, what is wrong with how this Mam Page is handling exceptions?

A.

There is nothing wrong with the Main Page flow shown in the image, it is a copy of Blue Prism's standard Process Template.

B.

The Exception Block in the image should be extended to cover all stages in the flow rather than just 4 sub-pages.

C.

It would be better to remove the Exception Block and recover, resume logic, and instead handle any exceptions in the sub-pages. Flag data items could instead be passed up as output parameters from the sub-pages informing the Main Page flow if an exception has occurred.

D.

The exception handling in the image does not contain any concurrent exception logic. This means there is nothing stopping every item in the Work Queue being marked with the exact same System Exception.

E.

Between the Recover and Resume stages there should be logic to reset the application ready for the next case to be worked For example, this could call the Close Down and Start Up pages.

Full Access
Question # 31

In the UAT environment the process has been configured to get the input data from a file and a Data Item has been created to hold the file path However, in the Production environment, the location of this file has changed to a shared network drive.

What should the Developer do to ensure the correct file path is passed to the process without having to update the process between environments''

A.

Set the Data Item exposure to Session and update the file path every time the process starts

B.

Use a Wildcard while specifying the file path in the Data Item to enable global search on startup

C.

Set the Data Item exposure to Environment and store the file path as an Environment Variable

D.

Use File Management VBO to create a logic to search for the file every time the process runs

Full Access
Question # 32

Examine the flow below:

An error has been encountered on Page 1 and the exception has bubbled up to be recovered in the Recoverd stage The Yes' path has been taken from the "Throw new Exception?" decision stage. Consider the Throw Exception stage properties below:

How should the properties be configured for the Process to throw a new Business exception, i.e. a different exception to the one encountered in Page?

A.

Configure ExceptionType() in the Exception Type field and ExceptionDetail() in the Exception Detail field. Leave the Preserve the type and detail of the current exception checkbox un-ticked.

B.

Tick the Preserve the type and detail of the current exception checkbox. Leave the Exception Type and Exception Detail fields blank

C.

Leave the Exception Type field blank and type "Business Exception" in the Exception Detail field.

D.

Type Business Exception in the Exception Type field and type a custom message in the Exception Detail field.

Full Access
Question # 33

Which of the following indicates a case has been worked successfully in a Work Queue?

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 34

Examine the following process flow:

The Orders Collection contains the following data

The Saved Quantity Data Item is configured as a number with the initial value 0.

The Loop Orders stage is configured to loop though 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.

4

B.

5

C.

1

D.

19

Full Access
Question # 35

A Work Queue is in place to calculate invoice prices for Gas, Electric and Dual fuel payments Tagging has been configured to tag each work queue item with 'Gas', 'Electric' or 'Dual' How would you configure the Get Next Item action to retrieve items from the queue that are tagged with Gas cr Electric?

A.

<>Dual

B.

"Gas" & 'Electric"

C.

[Gas] OR [Electric]

D.

-Dual

Full Access
Question # 36

Examine the following Process flow:

The ‘Loop Customer List’ loop is configured to loop through the ‘Customer List’ Collection.

Any Exceptions Encountered on the ‘Email Customers’ sub-page will be resolved in the same page.

How many times will the ‘Email Customer’ sub-page be executed?

A.

It's impossible to say without viewing the 'Email Customer' sub-page

B.

The loop will be infinite

C.

0

D.

25

E.

1

Full Access
Question # 37

Please refer to the exhibits.

An error has occurred in the Update Data' action and has been captured by the Recovery stage. As part of the retry logic, the 'No' path has been taken How should the properties be configured for the process to throw the exception that was encountered on the Update Data action''

A.

Use Business Exception in the Exception Type field and type "Update Data Failed" in the Exception Detail field

B.

Enable Stage logging and leave the "Preserve the type and detail of the current exception' option un-Ucked

C.

Use System Exception in the Exception Type field and ExceptionDetail(} function in the Exception Detail field

D.

Tick the 'Preserve the type and detail of the current exception' checkbox and leave all other fields to their defaults

Full Access
Question # 38

Which of the following can you perform in Control Room? (select all that apply)

A.

Refresh a Work Queue

B.

Create a Work Queue

C.

Encrypt a Work Queue

D.

Rename a Work Queue

Full Access
Question # 39

Please refer to the exhibits.

The Output Data Item is a Text data type

What will be the outcome when the Developer clicks Go in Process Studio'?

A.

Data Item Output = &

B.

An Internal Exception will be thrown

C.

Data Item Output=A

D.

A System Exception will be thrown

Full Access
Question # 40

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

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 41

Which of the following Work Queue icons indicates a case currently being worked?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 42

Examine the following Blue Prism Process diagram:

The initial values for the 3 data items are displayed in the diagram above.

The expression in ‘Decision A’ is:

lnStr([City 1], "m") > 0

The expression in ‘Decision B’ is:

Upper([City 2]) = "NEWYORK OR Replace( 22/07/2020", "/". "-") = '22-07-2020"

The expression in ‘Decision C’ is:

TrimEnd([City 3]) = Barcelona" AND Right([City 2],4) = "York"

What will happen when the process flow executes?

A.

The diagram will flow through the Calculation stage named 'A'

B.

The diagram will flow through the Calculation stage named 'B'

C.

From the information available, the outcome is unknown

D.

The diagram will flow through the Calculation stage named 'C

Full Access
Question # 43

Which of the following options can be used to update the value of a data item exposed as a 'Session Variable', whilst the process is running?

(Select all items which apply)

A.

By updating the data item value in the Variable Repository in System Manager

B.

By updating the data item value in System Manager

C.

Through a Calculation stage in the same process

D.

Selecting the running Process in Control Room and then using the menu options to push a new value to the data item

Full Access
Question # 44

Consider the following flow within an Object Studio action:

The developer of this flow found that writing some credentials to the target application sometimes failed with an exception even though the element exists on the screen. He found that simply catching the exception, waiting for 2 seconds and then retrying fixed the problem.

What problems do you see within the flow? (select 2 responses)

A.

A block has not been placed around the Write stage and the Recover stage, meaning the credentials action could be unnecessarily retried if another stage further into this action throws an exception.

B.

There is a potential for an infinite loop if the 'Credentials' stage keeps throwing an exception for some unforeseen reason.

C.

The credentials stage is a read stage not a write stage

D.

There is not a Resume stage following the timeout of the Wait stage

Full Access
Question # 45

A Blue Prism Process attempts to call an Action named 'Get Nasdaq Data' however it keeps causing the Process to fail

The Developer attempts to recreate the problem in the Development environment and discovers the following Exception is thrown:

Which of the following responses would explain the reason for this exception bang thrown?

A.

An internal error always indicates a problem with the Blue Prism product. The Blue Prism support team should be contacted f(j assistance

B.

The 'Get Nasdaq Data' Action is not published

C.

The Business Object containing the Action has not been associated with the application by either launching it or attaching to it

D.

The 'Get Nasdaq Data' Action no longer exist in the Business Object, but the Process is attempting to use it

E.

The 'Read Nasdaq Data' stage is not connected to another stage so it cannot execute

Full Access
Question # 46

What will be the outcome after the page has run?

A.

Data Item Output Value contains A

B.

Data Item Output Value contains B

C.

Data Item Output Value contains C

D.

An Internal Exception will be thrown

Full Access
Question # 47

A Blue Prism Developer is creating a process that will review travel request forms for ACME consulting. As part of this process, the Developer must ensure that none of the fields in the request are blank.

Following best practice, where should the Developer create this logic"?

A.

Object Studio a business object dedicated to validating the form

B.

Process Studio, a separate page within the process containing validation logic

C.

Process Studio: an action on the main page calling a Business Object's Validation page

D.

Object Studio a separate page within the create request object containing validation logic

Full Access
Question # 48

The data item "Loop Counter" is a number data item and has an initial value of 0. The data item "Max Loops" is a number data item and has an initial value of 10.

The two stages are configured as follows:

How many times will the Loop Again stage be executed when the page is executed?

A.

10

B.

9

C.

11

D.

The loop will be infinite

Full Access
Question # 49

Please refer to the exhibit.

What is incorrect in the Object design"?

A.

The Recover Stage should be an Alert Stage

B.

A Resume Stage is missing

C.

A link cannot go to a Recover Stage

D.

No conditions exist for the Wait Stage

Full Access
Question # 50

How many End Stages can a sub-page in a Process have?

A.

10

B.

1

C.

Any Number

D.

99

Full Access
Question # 51

Complete the following statement.

The________captures the operational requirements of how the process is manually operated today, and help design how the process can be automated.

A.

OID

B.

FRQ

C.

SDD

D.

POD

Full Access
Question # 52

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

Full Access
Question # 53

Please refer to the exhibits.

How many Full Time Employees will the generated Report include?

A.

2

B.

0

C.

4

D.

1

Full Access
Question # 54

Which of the following statements regarding the use of Work Queues are correct? (select 2 responses)

A.

Control Room allows filtering of the displayed queue items using exact tags and by using wildcards

B.

Wildcards are not allowed in the Tag Fitter property of the Work Queues business object Get Next Item action

C.

Work Queue item Status can only be set to Completed or Exception

D.

Tags can be used allow flexibility in the order items are worked within a single Work Queue

Full Access
Question # 55

Please Refer to the exhibits.

A Developer is getting an error at the Navigate stage that uses a dynamic input value to navigate the left menu links in the web-based application What can be done to fix the issue?

A.

Web Target Address' attribute should be checked for the element

B.

Web Path/X Path' attribute should have '= (Equal)' as the Match Type

C.

'Value' field of the Web Text attribute should be cleared

D.

Web Page Address' attribute should be unchecked for the element

Full Access
Question # 56

Examine the following Blue Prism Process diagram:

The purpose of this Process flow is to use the Day Month and Year data item values to create a date value, which is output to the Full Date data item

The Day' data item is a number data item and has an initial value of 25 The value of this data item is used as the day value when creating the full date. The 'Month' data item is a number data item and has an initial value of 10. The value of this data item is used as the month value when creating the full date. The 'Year' data item is a number data item and has an initial value of 2013 The value of this data item is used as the year value when creating the full date. The environment date format is dd/mm/yyyy.

To enable this Process flow to function correctly, drag and drop the items below into the placement boxes (A - E). to create the coned Blue Prism expression for the Convert to Date' calculation stage, so that the 'Full Date' data item is populated with the appropriate date, based on the Day Month and Year data items:

Full Access