Deck 1: Blue Prism Developer

Full screen (f)
exit full mode
Question
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 at a time.
C) Setting the run mode to background will enable the object to run at the same time as foreground and background objects on the same resource.
D) Leaving the run mode blank will allow any number of processes and objects to run at the same time on the same resource.
Use Space or
up arrow
down arrow
to flip the card.
Question
Study the following configuration: <strong>Study the following configuration:  </strong> 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' Environment 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' Environment 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 <div style=padding-top: 35px>

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' Environment 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' Environment 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
Question
Study the following page in a process: <strong>Study the following page in a process:   The calculation stages contain the following:   What will be the outcome after the page has run?</strong> 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 <div style=padding-top: 35px> The calculation stages contain the following: <strong>Study the following page in a process:   The calculation stages contain the following:   What will be the outcome after the page has run?</strong> 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 <div style=padding-top: 35px> 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
Question
If you change a session variable when will the new value be available to the process?

A) Immediately
B) Next time a new case is taken from a WQ
C) Next time resource PC starts
D) Next time the process starts
Question
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? <strong>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?  </strong> A) Workflow B) Main Window C) Login Window D) Username (Edit Field) <div style=padding-top: 35px>

A) Workflow
B) Main Window
C) Login Window
D) Username (Edit Field)
Question
Consider the following flow in an object: <strong>Consider the following flow in an object:   Which of the following statement is true?</strong> 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 stages) C) If during testing in object studio this flow works, no additional wait stages should be added as they will slow the interface down. D) There should be an intelligent wait stage after the start stage and after any stage that cause the application we are interfacing with to change <div style=padding-top: 35px> Which of the following statement is 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 stages)
C) If during testing in object studio this flow works, no additional wait stages should be added as they will slow the interface down.
D) There should be an intelligent wait stage after the start stage and after any stage that cause the application we are interfacing with to change
Question
A screen contains four buttons, Find, Save, Close and New. When the buttons are spied, the attributes are identical except for the Window Text attribute. The values for the Windows Text attribute are 'Find' for the Find button, 'Save' for the Save button, 'Close' for the Close button and 'New' for the New Button. The Dynamic Button element has been spied and has the following attributes set: <strong>A screen contains four buttons, Find, Save, Close and New. When the buttons are spied, the attributes are identical except for the Window Text attribute. The values for the Windows Text attribute are 'Find' for the Find button, 'Save' for the Save button, 'Close' for the Close button and 'New' for the New Button. The Dynamic Button element has been spied and has the following attributes set:   A navigate stage has been configured to press the Close button:   What additional configuration is required to ensure the Close button is selected by the Navigate stage?</strong> A) Set the Mouse Button value to 'Close' B) The Params button must be selected and the parameter configured to override the Window Text attribute value to 'Close' C) It is not possible to select the Close button using the Dynamic Button element because the value is set to 'Find' in the Application Modeller D) A new element is required with the Window Text value set to 'Close' and the Match Type set to equal <div style=padding-top: 35px> A navigate stage has been configured to press the Close button: <strong>A screen contains four buttons, Find, Save, Close and New. When the buttons are spied, the attributes are identical except for the Window Text attribute. The values for the Windows Text attribute are 'Find' for the Find button, 'Save' for the Save button, 'Close' for the Close button and 'New' for the New Button. The Dynamic Button element has been spied and has the following attributes set:   A navigate stage has been configured to press the Close button:   What additional configuration is required to ensure the Close button is selected by the Navigate stage?</strong> A) Set the Mouse Button value to 'Close' B) The Params button must be selected and the parameter configured to override the Window Text attribute value to 'Close' C) It is not possible to select the Close button using the Dynamic Button element because the value is set to 'Find' in the Application Modeller D) A new element is required with the Window Text value set to 'Close' and the Match Type set to equal <div style=padding-top: 35px> What additional configuration is required to ensure the Close button is selected by the Navigate stage?

A) Set the Mouse Button value to 'Close'
B) The Params button must be selected and the parameter configured to override the Window Text attribute value to 'Close'
C) It is not possible to select the Close button using the Dynamic Button element because the value is set to 'Find' in the Application Modeller
D) A new element is required with the Window Text value set to 'Close' and the Match Type set to equal
Question
When considering an element's attributes in Application Modeller which of the following statements are true? (Choose all that apply.)

A) The attributes are provided to Blue Prism by the Target System
B) The initial selection of attributes made by Blue Prism will always be the optimum attribute set for the element
C) The list of attributes may vary from application type to application type
D) Selected attributes are shown as ticks in the Match column of Application Modeller
Question
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.MyField
E) Like this [MyCollection.MyField]
Question
Study the following page in a process: <strong>Study the following page in a process:   Calculation stages will write A, B or C to the Output value data item. What will be the outcome after the page has run?</strong> 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 <div style=padding-top: 35px> Calculation stages will write A, B or C to the Output value data item. 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
Question
How many Start Stages can a sub-page in a Process have?

A) 0
B) 1
C) 2
D) Any Number
Question
Examine the following process flow: <strong>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 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?</strong> A) 4 B) 5 C) 10 D) 19 <div style=padding-top: 35px> The Orders Collection contains the following data: <strong>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 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?</strong> A) 4 B) 5 C) 10 D) 19 <div style=padding-top: 35px> 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: <strong>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 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?</strong> A) 4 B) 5 C) 10 D) 19 <div style=padding-top: 35px> What will the data item Saved Quantity contain after the execution of the page?

A) 4
B) 5
C) 10
D) 19
Question
A Blue Prism solution works fine when developing and testing it in Process and Object studio but when it is run 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 application has changed.
B) The most likely cause for the errors seen in Control Room is that best practice use of wait stages has not been followed.
C) The most likely cause for the errors is that the Object Studio action has not been published and therefore cannot be used by the Process in control room.
D) The most likely cause for the exceptions is that best practice exception handling has not been incorporated into the Process.
Question
Study the following process flow: <strong>Study the following process flow:   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?</strong> A) 10 B) 9 C) 11 D) The loop will be infinite <div style=padding-top: 35px> 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: <strong>Study the following process flow:   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?</strong> A) 10 B) 9 C) 11 D) The loop will be infinite <div style=padding-top: 35px> 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
Question
The Order System application has been successfully launched and Blue Prism has navigated the application to the following screen: <strong>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 is in focus?</strong> A)   B)   C)   D)   <div style=padding-top: 35px> 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 is in focus?

A) <strong>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 is in focus?</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
B) <strong>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 is in focus?</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
C) <strong>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 is in focus?</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
D) <strong>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 is in focus?</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
Question
Which of the following statements about Business Objects is true?

A) It is Blue Prism best practice to include business rules within Business Objects
B) A Business Object is configured in the Studio area of Blue Prism
C) A Business Object can be exposed to Control Room
D) Logging of individual stages is not configurable in Business Objects
Question
You identify an element in Application Modeller and it highlights uniquely and can be used in your object flow diagram. The next day you find that Blue Prism cannot identify the same element any longer, your object flow is giving you 'Element not found' exceptions. Which of the following statements is true?

A) This must be an environment issue. The Blue Prism environment must be consistent and persistent, and an element that worked one day and does not work the next day suggests the environment is changeable. The IT team supporting the environment needs to be contacted to fix the problem.
B) The Blue Prism product support team should be contacted to report the issue. This signifies an inconsistency in how the Blue Prism product is working which needs to be fixed.
C) This suggests that Best Practice exception handling has not been implemented in the object. A retry loop around the object stages that are using the element will probably fix the problem.
D) It is common for consistency issues to be found during configuration/development testing. The most likely cause is that an attribute has been selected for the element that is changeable, such as a window title with a date, or a URL. The developer needs to ensure that any changeable attributes are unticked.
Question
When automating a Windows application what type of stage is configured to perform a Global Send Key Events?

A) Notes Stage
B) Read Stage
C) Write Stage
D) Navigate Stage
Question
Which of the following Stages can be found in Process Studio AND Object Studio?

A) <strong>Which of the following Stages can be found in Process Studio AND Object Studio?</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
B) <strong>Which of the following Stages can be found in Process Studio AND Object Studio?</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
C) <strong>Which of the following Stages can be found in Process Studio AND Object Studio?</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
D) <strong>Which of the following Stages can be found in Process Studio AND Object Studio?</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
Question
When entering an option within the Training Order system the relevant option number is entered into the Option number field as below. The Option number input field has been spied in Blue Prism: <strong>When entering an option within the Training Order system the relevant option number is entered into the Option number field as below. The Option number input field has been spied in Blue Prism:   The following attribute set has been returned by Application Modeller:   Which Attribute can be un-ticked to ensure consistent visibility of the element to Blue Prism?</strong> A) Window Text B) Visible C) Screen Visible D) Class Name <div style=padding-top: 35px> The following attribute set has been returned by Application Modeller: <strong>When entering an option within the Training Order system the relevant option number is entered into the Option number field as below. The Option number input field has been spied in Blue Prism:   The following attribute set has been returned by Application Modeller:   Which Attribute can be un-ticked to ensure consistent visibility of the element to Blue Prism?</strong> A) Window Text B) Visible C) Screen Visible D) Class Name <div style=padding-top: 35px> Which Attribute can be un-ticked to ensure consistent visibility of the element to Blue Prism?

A) Window Text
B) Visible
C) Screen Visible
D) Class Name
Question
When mapping the Training application the User Name field has been spied, but on highlighting the following situation is encountered: <strong>When mapping the Training application the User Name field has been spied, but on highlighting the following situation is encountered:  </strong> A) Ordinal B) Parent Window Text C) Height D) Control ID <div style=padding-top: 35px>

A) Ordinal
B) Parent Window Text
C) Height
D) Control ID
Question
In which of these scenarios is it ok not to use a Blue Prism work queue as part of your Blue Prism solution?

A) A Blue Prism work queue is not required for simple linear processes that do not work multiple cases.
B) A Blue Prism work queue should always be used. It eliminates the risk of contention and allows you to gracefully pause the queue at any time.
C) A Blue Prism work queue is not required if the business process interfaces with a Work List system with in-built capability to ensure multiple users cannot work the same case at the same time.
D) A Blue Prism Work Queue decreases the scalability of the solution and therefore should only be used for complex scenarios such as multi-day processing.
Question
A process contains only 4 stages. Study the following process below: <strong>A process contains only 4 stages. Study the following process below:   The data item 'New Date is a date data item with no initial value. The calculation stage is configured as follows:   What will happen when you execute the Create Date stage?</strong> A) 5 days will be added to today's date and the result stored in the New Date data item. B) 1 month will be added to today's date and the result stored in the New Date data item. C) 1 week will be added to today's date and the result stored in the New Date data item. D) The process will throw an exception as the New Date data item is null. <div style=padding-top: 35px> The data item 'New Date is a date data item with no initial value. The calculation stage is configured as follows: <strong>A process contains only 4 stages. Study the following process below:   The data item 'New Date is a date data item with no initial value. The calculation stage is configured as follows:   What will happen when you execute the Create Date stage?</strong> A) 5 days will be added to today's date and the result stored in the New Date data item. B) 1 month will be added to today's date and the result stored in the New Date data item. C) 1 week will be added to today's date and the result stored in the New Date data item. D) The process will throw an exception as the New Date data item is null. <div style=padding-top: 35px> What will happen when you execute the Create Date stage?

A) 5 days will be added to today's date and the result stored in the New Date data item.
B) 1 month will be added to today's date and the result stored in the New Date data item.
C) 1 week will be added to today's date and the result stored in the New Date data item.
D) The process will throw an exception as the New Date data item is null.
Question
When building a solution to use Tags within a Work Queue, which of the following statements is true?

A) Adding a tag requires an item to be locked
B) Adding a tag requires an item to be locked if there are multiple resources working the same queue
C) Adding a tag does not require an item to be locked
Question
Which of the following indicates a case in a Work Queue is currently being processed?

A) <strong>Which of the following indicates a case in a Work Queue is currently being processed?</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
B) <strong>Which of the following indicates a case in a Work Queue is currently being processed?</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
C) <strong>Which of the following indicates a case in a Work Queue is currently being processed?</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
D) <strong>Which of the following indicates a case in a Work Queue is currently being processed?</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
Question
Which of the following Stages can be found in Process Studio but NOT in Object Studio?

A) <strong>Which of the following Stages can be found in Process Studio but NOT in Object Studio?</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
B) <strong>Which of the following Stages can be found in Process Studio but NOT in Object Studio?</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
C) <strong>Which of the following Stages can be found in Process Studio but NOT in Object Studio?</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
D) <strong>Which of the following Stages can be found in Process Studio but NOT in Object Studio?</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
Question
According to Blue Prism best practice which of the following information would be appropriate to store in a Work Queue tag? (Choose three.)

A) Something that identifies the type of work that was performed. Example tags might be: Funds Transferred, SIM Card Requested, Account Closed, Account Suspended, Account Noted
B) Something that identifies exact datetime of a step in the process. Example of tags might include: Account Closed 20/03/2017 12:12:16, Work Completed 20/03/2017 12:12:16, Request Loaded 20/03/2017 12:12:16
C) Something that identifies the source of work. Example of tags might include: Email, Web Form, Excel, Adhoc, Database
D) Something that identifies the client record to make work queue items easier to search. Example tags might be a phone number, customer reference number or ID, customer full name. For example: +4407994446767, 00023231A, Mr John A Smith.
E) Something that identifies the type of process scenario. Example of tags might include: Invalid Product, Unrecognized customer, Goneaway Marker, Invalid Status
F) Details of an exception that has occurred. For example: The Login Screen was not found.
Question
Consider the following flow within an Object Studio action: <strong>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 problem do you see with the flow?</strong> A) The Resume stage is not within the same Exception Block as the Recover stage and therefore will not work. 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 no need for a wait stage in the flow. <div style=padding-top: 35px> 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 problem do you see with the flow?

A) The Resume stage is not within the same Exception Block as the Recover stage and therefore will not work.
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 no need for a wait stage in the flow.
Question
Consider the following flow within an Object Studio action: <strong>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? (Choose two.)</strong> 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 <div style=padding-top: 35px> 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? (Choose two.)

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
Question
Study the following image showing part of the flow within a process: <strong>Study the following image showing part of the flow within a process:   What problems do you see with the process flow? (Choose two.)</strong> A) There is a missing Recover stage on one of the routes through the flow. B) There is a missing Resume stage on one of the routes through the flow. C) The Retry Count is not being incremented for each retry. D) If an exception is thrown in the Cancel Reservation page and is allowed to bubble up to be caught by the Recover stage, the Create Reservation action won't be retried. <div style=padding-top: 35px> What problems do you see with the process flow? (Choose two.)

A) There is a missing Recover stage on one of the routes through the flow.
B) There is a missing Resume stage on one of the routes through the flow.
C) The Retry Count is not being incremented for each retry.
D) If an exception is thrown in the Cancel Reservation page and is allowed to bubble up to be caught by the Recover stage, the Create Reservation action won't be retried.
Question
Consider the following diagram from an object studio action: <strong>Consider the following diagram from an object studio action:   What is the problem with this flow?</strong> 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. <div style=padding-top: 35px> 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.
Question
Consider the following process flow from a sub-page of a process: <strong>Consider the following process flow from a sub-page of a process:   What is the problem with this sub-page flow?</strong> A) There is nothing wrong with the sub-page flow shown in this image. B) The sub-page process flow is missing any retry exception handling that should exist where a process calls object actions that interface with an application. C) For better visibility of the process logic the flow steps shown in the image should be on the main page rather than in a sub-page of the process. D) The exception stage within the flow should be removed and replaced with an End stage that returns the found data item as an output parameter. <div style=padding-top: 35px> What is the problem with this sub-page flow?

A) There is nothing wrong with the sub-page flow shown in this image.
B) The sub-page process flow is missing any retry exception handling that should exist where a process calls object actions that interface with an application.
C) For better visibility of the process logic the flow steps shown in the image should be on the main page rather than in a sub-page of the process.
D) The exception stage within the flow should be removed and replaced with an End stage that returns the found data item as an output parameter.
Question
How many End Stages can a sub-page in a Process have?

A) 0
B) 1
C) 2
D) Any Number
Question
When a process is running in Control Room which of the following functions within the process can be accessed from Control Room to request the process to stop?

A) Stop()
B) IsStopRequested?
C) IsStopRequested()
D) StopNow()
E) Stop?
F) StopNow?
Question
Examine the flow below: <strong>Examine the flow below:   An error has been encountered on Page1 and the exception has bubbled up to be recovered in the Recover1 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 Page1?</strong> A) Configure Exception Type() 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. <div style=padding-top: 35px> An error has been encountered on Page1 and the exception has bubbled up to be recovered in the Recover1 stage. The 'Yes' path has been taken from the "Throw new Exception?" decision stage. Consider the Throw Exception stage properties below: <strong>Examine the flow below:   An error has been encountered on Page1 and the exception has bubbled up to be recovered in the Recover1 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 Page1?</strong> A) Configure Exception Type() 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. <div style=padding-top: 35px> 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 Page1?

A) Configure Exception Type() 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.
Question
If you change an environment variable when will the new value be available to the process?

A) Immediately
B) Next time a new case is taken from a WQ
C) Next time resource PC starts
D) Next time the process starts
Question
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 Filer 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
Question
The following Calculation Stage uses the Todays function to get the current date as a date value and place it in a data item entitled "Today". <strong>The following Calculation Stage uses the Todays function to get the current date as a date value and place it in a data item entitled Today.   Which of the following statements is correct?</strong> A) If the data item Today is configured with a Data Type of Text, an exception will be thrown on execution of the calculation stage B) If the data item Today is configured with a Data Type of Date, an exception will be thrown on execution of the calculation stage C) If the data item Today is configured with a Data Type of Date Time, an exception will be thrown on execution of the calculation stage D) None of these statements are correct <div style=padding-top: 35px> Which of the following statements is correct?

A) If the data item "Today" is configured with a Data Type of Text, an exception will be thrown on execution of the calculation stage
B) If the data item "Today" is configured with a Data Type of Date, an exception will be thrown on execution of the calculation stage
C) If the data item "Today" is configured with a Data Type of Date Time, an exception will be thrown on execution of the calculation stage
D) None of these statements are correct
Question
Study the process flow below: <strong>Study the process flow below:   The outputs for the Get Next Case are configured below:  </strong> A)   B)   C)   D)   <div style=padding-top: 35px> The outputs for the Get Next Case are configured below: <strong>Study the process flow below:   The outputs for the Get Next Case are configured below:  </strong> A)   B)   C)   D)   <div style=padding-top: 35px>

A) <strong>Study the process flow below:   The outputs for the Get Next Case are configured below:  </strong> A)   B)   C)   D)   <div style=padding-top: 35px>
B) <strong>Study the process flow below:   The outputs for the Get Next Case are configured below:  </strong> A)   B)   C)   D)   <div style=padding-top: 35px>
C) <strong>Study the process flow below:   The outputs for the Get Next Case are configured below:  </strong> A)   B)   C)   D)   <div style=padding-top: 35px>
D) <strong>Study the process flow below:   The outputs for the Get Next Case are configured below:  </strong> A)   B)   C)   D)   <div style=padding-top: 35px>
Question
Look at this flow diagram from the Main Page of a process in Process Studio: <strong>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 Main Page is handling exceptions?</strong> 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. <div style=padding-top: 35px> Thinking about the standard Blue Prism Process Templates, what is wrong with how this Main 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.
Question
The Work Queue "Customer Onboarding" has a number of Pending Items which may be tagged as "Domestic", "Retail" or "Business". There is also a tag for the 8 digit product code formatted as "Product Code: {product code}" e.g. Product Code: CA123456. What is the correct configuration to get the next item from the queue that: Isn't applying for a loan product i.e. Product Code doesn't begin with "LN" And Is a domestic customer

A) Configure "Domestic; -Product Code: LN*" in the Tag Filter parameter
B) Configure "Domestic; -Product Code: LN?" in the Tag Filter parameter
C) Configure "Domestic and Product Code: <> LN?" in the Tag Filter parameter
D) Configure "Domestic + [Product Code] <> LN*" in the Tag Filter parameter
Question
When designing a Blue Prism solution a Blue Prism architect must respect the requirement that no customer data is visible within the Blue Prism database. Consider these possible design alternatives: No customer data in the work queue Encrypt the data in the work queue Switch off all stage parameter logging Which combination of the above will guarantee that no customer data is visible in the Blue Prism log file?

A) 1 only
B) 2 and 3
C) 1 and 3
D) None
Question
Which of the following can you perform in the System->Workflow area of Blue Prism? (Choose all that apply.)

A) View the contents of a Work Queue.
B) Refresh a Work Queue.
C) Encrypt a Work Queue.  
D) Create a Work Queue.
Question
You identify an element in Application Modeller and it highlights uniquely and can be used in your object flow diagram. The next day you find that Blue Prism cannot no longer identify the same element, your object flow is giving you 'Element not found' exceptions. Which of the following statements is true?

A) This must be an environment issue. The Blue Prism environment must be consistent and persistent, and an element that worked one day and does not work the next day suggests the environment is changeable. The IT team supporting the environment needs to be contacted to fix the problem.
B) The Blue Prism product support team should be contacted to report the issue. This signifies an inconsistency in how the Blue Prism product is working which needs to be fixed.
C) This suggests that Best Practice exception handling has not been implemented in the object. A retry loop around the object stages that are using the element will probably fix the problem.
D) It is common for consistency issues to be found during configuration/development testing. The most likely cause is that an attribute has been selected for the element that is changeable, such as a window title with a date, or a URL. The developer needs to ensure that any changeable attributes are unticked.
Question
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 application has changed.
B) The most likely cause for the errors seen in Control Room is that best practice use of wait stages has not been followed.
C) The most likely cause for the errors is that the Object Studio action has not been published and therefore cannot be used by the Process in control room.
D) The most likely cause for the exceptions is that best practice exception handling has not been incorporated into the Process.
Question
Study the following configuration: <strong>Study the following configuration:  </strong> 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 <div style=padding-top: 35px>

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
Question
Which of the following indicates a case in a Work Queue is an exception?

A) <strong>Which of the following indicates a case in a Work Queue is an exception?</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
B) <strong>Which of the following indicates a case in a Work Queue is an exception?</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
C) <strong>Which of the following indicates a case in a Work Queue is an exception?</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
D) <strong>Which of the following indicates a case in a Work Queue is an exception?</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
Question
Examine the Process below: <strong>Examine the Process below:   An error has been encountered on Page1 and the exception has bubbled up to be recovered in the Recover1 stage. If there is an error in the Calc1 stage which path will the Process take?</strong> A) The Process will continue to the Resume1 Stage B) The Error will cause the Process to terminate C) The Error will be recovered in the Recover2 Stage D) The Error will cause the Process to jump to the End Stage <div style=padding-top: 35px> An error has been encountered on Page1 and the exception has bubbled up to be recovered in the Recover1 stage. If there is an error in the Calc1 stage which path will the Process take?

A) The Process will continue to the Resume1 Stage
B) The Error will cause the Process to terminate
C) The Error will be recovered in the Recover2 Stage
D) The Error will cause the Process to jump to the End Stage
Question
Examine the following process flow: <strong>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?</strong> A) 1 B) 15 C) The loop will be infinite D) It's impossible to tell. There is no loop counter. <div style=padding-top: 35px> The Loop Orders loop is configured to loop through the Orders collection. How many times will the 'Process Order' page be executed?

A) 1
B) 15
C) The loop will be infinite
D) It's impossible to tell. There is no loop counter.
Question
A process has been created but it is not listed in Control Room. The following reasons have been suggested. The process uses objects with different run modes The process has not been published Process validation shows more than 99 errors The user does not have privileges to run processes in Control Room Which of the above could cause the process not to be visible in Control Room?

A) 1 and 2
B) 2 only
C) 2 and 3
D) 1 and 4
Question
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: <strong>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?</strong> A) 4 B) 5 C) 10 D) 19 <div style=padding-top: 35px> What will the data item Saved Quantity contain after the execution of the page?

A) 4
B) 5
C) 10
D) 19
Question
Consider the following flow in an object: <strong>Consider the following flow in an object:   Which of these statements is true?</strong> A) The flow shown in the diagram is correct, the wait stages are all adding a high level of robustness to the action B) The wait stages after read and write stages should be removed they are not required and are slowing the flow down C) The wait stages after read stages should be removed, the wait stages after write stages should be left because the application will have been changed D) Only the first wait stage in this flow is required, all the other wait stages should be removed. <div style=padding-top: 35px> 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 action
B) The wait stages after read and write stages should be removed they are not required and are slowing the flow down
C) The wait stages after read stages should be removed, the wait stages after write stages should be left because the application will have been changed
D) Only the first wait stage in this flow is required, all the other wait stages should be removed.
Question
When considering an element's attributes in Application Modeller which of the following statements are true?

A) The attributes are provided to Blue Prism by the Target System
B) The initial selection of attributes made by Blue Prism will always be the optimum attribute set for the element
C) The list of attributes may vary from application type to application type
D) Selected attributes are shown as ticks in the Match column of Application Modeller
Question
You identify an element in Application Modeller but when you highlight or use that element Blue Prism gives you an error message saying that duplicate elements were found. Which of the following statements is true?

A) It is common for duplicate elements to be found based upon the attributes that are ticked by default using the Blue Prism product. Time needs to be spent experimenting with the attribute ticks until a unique, reliable, and consistent selection of attributes are found.
B) It will not be possible to interface with the element in a unique way. You will need to use Surface Automation techniques for this element.
C) A code stage interface will need to be created and used for this application, this will give you more flexibility to interact with the application elements.
D) You will need to make the attributes you have selected dynamic. This will allow your flow to loop around, incrementing the attribute value until the correct element is found and used.
Question
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.
Question
Examine the following process flow: <strong>Examine the following process flow:   The Process is intended to attempt to perform the processing in the recover block, Block 3, a maximum of three times before throwing an exception. Data Item Attempts is a number data item with an initial value of 0 Data Item Max Attempts is a number data item with an initial value of 3 The 'Increment Attempts' calculation stage adds 1 to the attempts value and outputs a result to the Attempts data item To enable this to work correctly, what is the correct expressions for the 'Try Again' decision stage?</strong> A) [Attempts] < [Max] B) [Attempts] > [Max] C) [Attempts] = [Max] D) [Attempts] + 1 <div style=padding-top: 35px> The Process is intended to attempt to perform the processing in the recover block, Block 3, a maximum of three times before throwing an exception. Data Item "Attempts" is a number data item with an initial value of 0 Data Item "Max Attempts" is a number data item with an initial value of 3 The 'Increment Attempts' calculation stage adds 1 to the attempts value and outputs a result to the "Attempts" data item To enable this to work correctly, what is the correct expressions for the 'Try Again' decision stage?

A) [Attempts] < [Max]
B) [Attempts] > [Max]
C) [Attempts] = [Max]
D) [Attempts] + 1
Question
The Work Queue "Customer Onboarding" has a number of Pending Items which may be tagged as "Domestic", "Retail" or "Business". What is the correct configuration to get the next item from the queue that is tagged either "Retail" or "Business"?

A) Configure "-Domestic" in the Tag Filter parameter
B) Configure "Retail or Business" in the Tag Filter parameter
C) Configure "Retail; Business" in the Tag Filter parameter
D) Configure "Retail + Business' in the Tag Filter parameter
Question
Consider the following process flow: <strong>Consider the following process flow:   What is the problem with this flow?</strong> A) There is nothing wrong with this flow. B) The exception handling in this flow can be removed because an Attach action in a navigate stage should always work if configured correctly C) The Attach Block should be enlarged to also include the 'Waited Long Enough?' decision stage. D) The flow contains a recover stage and a route from it without a resume stage. This will cause internal error on future exceptions thrown in the same session. E) The 0.5 second wait stage should be removed so that the retries can be performed at full speed. <div style=padding-top: 35px> What is the problem with this flow?

A) There is nothing wrong with this flow.
B) The exception handling in this flow can be removed because an Attach action in a navigate stage should always work if configured correctly
C) The Attach Block should be enlarged to also include the 'Waited Long Enough?' decision stage.
D) The flow contains a recover stage and a route from it without a resume stage. This will cause internal error on future exceptions thrown in the same session.
E) The 0.5 second wait stage should be removed so that the retries can be performed at full speed.
Question
Which of the following indicates a case has been worked successfully in a Work Queue?

A) <strong>Which of the following indicates a case has been worked successfully in a Work Queue?</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
B) <strong>Which of the following indicates a case has been worked successfully in a Work Queue?</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
C) <strong>Which of the following indicates a case has been worked successfully in a Work Queue?</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
D) <strong>Which of the following indicates a case has been worked successfully in a Work Queue?</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
Question
When building a solution to use Tags within a Work Queue, which of the following statements is correct true?

A) Adding a tag requires an item to be locked
B) Adding a tag requires an item to be locked if there are multiple resources working the same queue
C) Adding a tag does not require an item to be locked
Question
How can an environment variable value be updated?

A) By using the Internal - Environment Variables business object.
B) By changing the Blue Prism Server configuration.
C) By updating the value in Credential Mode.
D) By updating the value in Credential Manager.
E) By updating the value in System Manager.
Question
A Blue Prism solution interfaces with an internet application called HappyWeb. There is a test website available for development, and a training site available for user acceptance testing, and there is the production site available for processing live cases in HappyWeb. Which of the following is true?

A) All development and testing MUST be done using the production site. This is because the test and training websites might not mirror production exactly.
B) A local text file should be used to easily configure the details of the HappyWeb website to be used in each Blue Prism environment.
C) An Environment variable should be used to store the HappyWeb URL.
D) Three different versions of object that launches the HappyWeb website will need to be created and maintained, one for each environment.
Question
Study the following diagram which is an extract from a process being tested in Process Studio: <strong>Study the following diagram which is an extract from 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 over (F10) when debugging the process?</strong> A) The process will work all stages in the Access Customer Account page until the error is thrown and then focus will move to the Get Customer Details stage. B) The process will work all stages in the Access Customer Account page until the error is thrown and then focus will move to the Recover1 stage. C) The process will work all stages in the Access Customer Account page until the error is thrown and then focus will 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 appropriate recover stage on the Access Customer Account page. <div style=padding-top: 35px> There are no breakpoints in the "Access Customer Account" subpage however there is an error. What will happen if you choose to step over (F10) 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 will move to the "Get Customer Details" stage.
B) The process will work all stages in the "Access Customer Account" page until the error is thrown and then focus will move to the "Recover1" stage.
C) The process will work all stages in the "Access Customer Account" page until the error is thrown and then focus will 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 appropriate recover stage on the "Access Customer Account" page.
Question
Examine the process flow: <strong>Examine the process flow:   The Process is intended to attempt to perform the processing in the recover block, Block 3, a maximum of three times before throwing an exception. Data Item Attempts is a number data item with an initial value of 0 Data Item Max Attempts is a number data item with an initial value of 3 The 'Increment Attempts' calculation stage outputs a result to the Attempts data item To enable this to work correctly, what is the correct expressions for the 'Increment Attempts' calculation stage?</strong> A) +1 B) Attempts + 1 C) [Max] + 1 D) [Attempts] + 1 <div style=padding-top: 35px> The Process is intended to attempt to perform the processing in the recover block, Block 3, a maximum of three times before throwing an exception. Data Item "Attempts" is a number data item with an initial value of 0 Data Item "Max Attempts" is a number data item with an initial value of 3 The 'Increment Attempts' calculation stage outputs a result to the "Attempts" data item To enable this to work correctly, what is the correct expressions for the 'Increment Attempts' calculation stage?

A) +1
B) Attempts + 1
C) [Max] + 1
D) [Attempts] + 1
Question
Study the following diagram which is an extract from a sub-page of a process being tested in Process Studio: <strong>Study 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?</strong> 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 Account page until the error is thrown and then focus would move to the Recover1 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 Exception1 stage. <div style=padding-top: 35px> 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 Account" page until the error is thrown and then focus would move to the "Recover1" 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 "Exception1" stage.
Question
Consider the following process flow: <strong>Consider the following process flow:   Decision A properties are:   Decision B properties are:   Decision C properties are:   What will happen when the process runs?</strong> 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 <div style=padding-top: 35px> Decision "A" properties are: <strong>Consider the following process flow:   Decision A properties are:   Decision B properties are:   Decision C properties are:   What will happen when the process runs?</strong> 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 <div style=padding-top: 35px> Decision "B" properties are: <strong>Consider the following process flow:   Decision A properties are:   Decision B properties are:   Decision C properties are:   What will happen when the process runs?</strong> 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 <div style=padding-top: 35px> Decision "C" properties are: <strong>Consider the following process flow:   Decision A properties are:   Decision B properties are:   Decision C properties are:   What will happen when the process runs?</strong> 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 <div style=padding-top: 35px> 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
Question
Consider the following flow in an object: <strong>Consider the following flow in an object:   Which of the following statements are true?</strong> 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 stages) C) If during testing in object studio this flow works no additional wait stages should be added as they will slow the interface down. D) There should be an intelligent wait stage after the start stage and after any stage that cause the application we are interfacing with to change <div style=padding-top: 35px> 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 stages)
C) If during testing in object studio this flow works no additional wait stages should be added as they will slow the interface down.
D) There should be an intelligent wait stage after the start stage and after any stage that cause the application we are interfacing with to change
Question
Which of the following can you perform in the System->Workflow area of Blue Prism? (Choose two.)

A) View the contents of a Work Queue.
B) Refresh a Work Queue.
C) Encrypt a Work Queue.  
D) Create a Work Queue.
Question
A process contains only 4 stages. Study the following process flow: <strong>A process contains only 4 stages. Study the following process flow:   The data item 'Result' is a number data item with an initial value of 2. The calculation stage is configured as follows:   Following the execution of the Perform Calculation stage, which of the following is true?</strong> A) The data item Result will contain 3 B) The data item Result will contain 5 C) The process will throw an exception D) None of these statements are correct <div style=padding-top: 35px> The data item 'Result' is a number data item with an initial value of 2. The calculation stage is configured as follows: <strong>A process contains only 4 stages. Study the following process flow:   The data item 'Result' is a number data item with an initial value of 2. The calculation stage is configured as follows:   Following the execution of the Perform Calculation stage, which of the following is true?</strong> A) The data item Result will contain 3 B) The data item Result will contain 5 C) The process will throw an exception D) None of these statements are correct <div style=padding-top: 35px> Following the execution of the Perform Calculation stage, which of the following is true?

A) The data item Result will contain 3
B) The data item Result will contain 5
C) The process will throw an exception
D) None of these statements are correct
Question
How can a session variable value be updated when a process is running? (Choose all that apply.)

A) By using the Internal - Session Variables business object.
B) By pausing the Session Variables work queue.
C) By updating the value in Credential Manager.
D) By updating the value in Control Room.
Question
Which of the following statements regarding the use of Work Queues are correct? (Choose two.)

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 Filter 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
Question
Study the following process flow: <strong>Study the following process flow:   This is the Main Page of a simple process which calls the Page Calculation before completing. The data items are configured as follows: X is a Number data item with an initial value of 20 Y is a Number data item with an initial value of 5 Result is a Number data item with no initial value The Calculation Page stage is configured as follows:   The Calculation Page is as follows:   The Data Items are configured as follow: X is a Number data item with an initial value of 10 The Start Stage is configured pass through the X and Y values an input parameters The divide calculation stage expression is [X] / [Y] The end stage is configured to pass back the results value as an output parameter. What will be contained in the Result Data Item on the Main Page following the execution of the Process?</strong> A) 0 B) No Value C) 2 D) 4 <div style=padding-top: 35px> This is the Main Page of a simple process which calls the Page Calculation before completing. The data items are configured as follows: X is a Number data item with an initial value of 20 Y is a Number data item with an initial value of 5 Result is a Number data item with no initial value The Calculation Page stage is configured as follows: <strong>Study the following process flow:   This is the Main Page of a simple process which calls the Page Calculation before completing. The data items are configured as follows: X is a Number data item with an initial value of 20 Y is a Number data item with an initial value of 5 Result is a Number data item with no initial value The Calculation Page stage is configured as follows:   The Calculation Page is as follows:   The Data Items are configured as follow: X is a Number data item with an initial value of 10 The Start Stage is configured pass through the X and Y values an input parameters The divide calculation stage expression is [X] / [Y] The end stage is configured to pass back the results value as an output parameter. What will be contained in the Result Data Item on the Main Page following the execution of the Process?</strong> A) 0 B) No Value C) 2 D) 4 <div style=padding-top: 35px> The Calculation Page is as follows: <strong>Study the following process flow:   This is the Main Page of a simple process which calls the Page Calculation before completing. The data items are configured as follows: X is a Number data item with an initial value of 20 Y is a Number data item with an initial value of 5 Result is a Number data item with no initial value The Calculation Page stage is configured as follows:   The Calculation Page is as follows:   The Data Items are configured as follow: X is a Number data item with an initial value of 10 The Start Stage is configured pass through the X and Y values an input parameters The divide calculation stage expression is [X] / [Y] The end stage is configured to pass back the results value as an output parameter. What will be contained in the Result Data Item on the Main Page following the execution of the Process?</strong> A) 0 B) No Value C) 2 D) 4 <div style=padding-top: 35px> The Data Items are configured as follow: X is a Number data item with an initial value of 10 The Start Stage is configured pass through the X and Y values an input parameters The divide calculation stage expression is [X] / [Y] The end stage is configured to pass back the results value as an output parameter. What will be contained in the Result Data Item on the Main Page following the execution of the Process?

A) 0
B) No Value
C) 2
D) 4
Question
Study the following process flow on the Main Page of a process where the intention is to preserve the current exception. <strong>Study the following process flow on the Main Page of a process where the intention is to preserve the current exception.   What is wrong with the design?</strong> A) The exception handling is not within an Exception Block. B) The exception caught by Recover2 will not be preserved by the Re-Throw Exception stage C) The Send Alerts process will never be run D) 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. <div style=padding-top: 35px> What is wrong with the design?

A) The exception handling is not within an Exception Block.
B) The exception caught by Recover2 will not be preserved by the Re-Throw Exception stage
C) The Send Alerts process will never be run
D) 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.
Question
Сonsider the following process flow from the Main Page of a process in Process Studio: <strong>Сonsider 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?</strong> 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 times is configured either within the Scheduler or processes are stopped via Control Room. C) The Main Page process flow is too high level. For better visibility of the process logic the flow steps hidden in the sub-pages should all 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-pages within a process should always use input and output parameters rather than global data items. There should be no global data to reset. <div style=padding-top: 35px> 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 times is configured either within the Scheduler or processes are stopped via Control Room.
C) The Main Page process flow is too high level. For better visibility of the process logic the flow steps hidden in the sub-pages should all 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-pages within a process should always use input and output parameters rather than global data items. There should be no global data to reset.
Question
Which of the following flows can you not create in Blue Prism? (Choose two.)

A) <strong>Which of the following flows can you not create in Blue Prism? (Choose two.)</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
B) <strong>Which of the following flows can you not create in Blue Prism? (Choose two.)</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
C) <strong>Which of the following flows can you not create in Blue Prism? (Choose two.)</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
D) <strong>Which of the following flows can you not create in Blue Prism? (Choose two.)</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
Question
An action called 'Get Account details' fails with the following exception detail: <strong>An action called 'Get Account details' fails with the following exception detail:   Which of the following could cause this exception?</strong> A) An internal error always indicates a problem with the Blue Prism product. The Blue Prism support team should be contacted for assistance. B) The Read Details action is not connected to another stage so cannot execute. C) The Business Object has not been coupled to the application by either launching it or attaching to it. D) The Read Details action in the Get Account Details Business Object no longer exists but the Process is attempting to use it. <div style=padding-top: 35px> Which of the following could cause this exception?

A) An internal error always indicates a problem with the Blue Prism product. The Blue Prism support team should be contacted for assistance.
B) The Read Details action is not connected to another stage so cannot execute.
C) The Business Object has not been coupled to the application by either launching it or attaching to it.
D) The Read Details action in the Get Account Details Business Object no longer exists but the Process is attempting to use it.
Question
How can an environment variable value be updated? (Choose all that apply.)

A) By using the Internal - Environment Variables business object.
B) By changing the Blue Prism Server configuration.
C) By updating the value in Control Room.
D) By updating the value in Credential Manager.
E) By updating the value in System Manager.
Question
Which of the following comments about an object's run mode is true?

A) A run mode of foreground 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 same time as other background, foreground and exclusive business objects.
C) A run move of exclusive cannot run 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.
Question
Which of the following indicates a case in a Work Queue is waiting to be worked?

A) <strong>Which of the following indicates a case in a Work Queue is waiting to be worked?</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
B) <strong>Which of the following indicates a case in a Work Queue is waiting to be worked?</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
C) <strong>Which of the following indicates a case in a Work Queue is waiting to be worked?</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
D) <strong>Which of the following indicates a case in a Work Queue is waiting to be worked?</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/79
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 1: Blue Prism Developer
1
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 at a time.
C) Setting the run mode to background will enable the object to run at the same time as foreground and background objects on the same resource.
D) Leaving the run mode blank will allow any number of processes and objects to run at the same time on the same resource.
C
2
Study the following configuration: <strong>Study the following configuration:  </strong> 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' Environment 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' Environment 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

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' Environment 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' Environment 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
B
3
Study the following page in a process: <strong>Study the following page in a process:   The calculation stages contain the following:   What will be the outcome after the page has run?</strong> 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 The calculation stages contain the following: <strong>Study the following page in a process:   The calculation stages contain the following:   What will be the outcome after the page has run?</strong> 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 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
D
4
If you change a session variable when will the new value be available to the process?

A) Immediately
B) Next time a new case is taken from a WQ
C) Next time resource PC starts
D) Next time the process starts
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
5
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? <strong>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?  </strong> A) Workflow B) Main Window C) Login Window D) Username (Edit Field)

A) Workflow
B) Main Window
C) Login Window
D) Username (Edit Field)
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
6
Consider the following flow in an object: <strong>Consider the following flow in an object:   Which of the following statement is true?</strong> 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 stages) C) If during testing in object studio this flow works, no additional wait stages should be added as they will slow the interface down. D) There should be an intelligent wait stage after the start stage and after any stage that cause the application we are interfacing with to change Which of the following statement is 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 stages)
C) If during testing in object studio this flow works, no additional wait stages should be added as they will slow the interface down.
D) There should be an intelligent wait stage after the start stage and after any stage that cause the application we are interfacing with to change
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
7
A screen contains four buttons, Find, Save, Close and New. When the buttons are spied, the attributes are identical except for the Window Text attribute. The values for the Windows Text attribute are 'Find' for the Find button, 'Save' for the Save button, 'Close' for the Close button and 'New' for the New Button. The Dynamic Button element has been spied and has the following attributes set: <strong>A screen contains four buttons, Find, Save, Close and New. When the buttons are spied, the attributes are identical except for the Window Text attribute. The values for the Windows Text attribute are 'Find' for the Find button, 'Save' for the Save button, 'Close' for the Close button and 'New' for the New Button. The Dynamic Button element has been spied and has the following attributes set:   A navigate stage has been configured to press the Close button:   What additional configuration is required to ensure the Close button is selected by the Navigate stage?</strong> A) Set the Mouse Button value to 'Close' B) The Params button must be selected and the parameter configured to override the Window Text attribute value to 'Close' C) It is not possible to select the Close button using the Dynamic Button element because the value is set to 'Find' in the Application Modeller D) A new element is required with the Window Text value set to 'Close' and the Match Type set to equal A navigate stage has been configured to press the Close button: <strong>A screen contains four buttons, Find, Save, Close and New. When the buttons are spied, the attributes are identical except for the Window Text attribute. The values for the Windows Text attribute are 'Find' for the Find button, 'Save' for the Save button, 'Close' for the Close button and 'New' for the New Button. The Dynamic Button element has been spied and has the following attributes set:   A navigate stage has been configured to press the Close button:   What additional configuration is required to ensure the Close button is selected by the Navigate stage?</strong> A) Set the Mouse Button value to 'Close' B) The Params button must be selected and the parameter configured to override the Window Text attribute value to 'Close' C) It is not possible to select the Close button using the Dynamic Button element because the value is set to 'Find' in the Application Modeller D) A new element is required with the Window Text value set to 'Close' and the Match Type set to equal What additional configuration is required to ensure the Close button is selected by the Navigate stage?

A) Set the Mouse Button value to 'Close'
B) The Params button must be selected and the parameter configured to override the Window Text attribute value to 'Close'
C) It is not possible to select the Close button using the Dynamic Button element because the value is set to 'Find' in the Application Modeller
D) A new element is required with the Window Text value set to 'Close' and the Match Type set to equal
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
8
When considering an element's attributes in Application Modeller which of the following statements are true? (Choose all that apply.)

A) The attributes are provided to Blue Prism by the Target System
B) The initial selection of attributes made by Blue Prism will always be the optimum attribute set for the element
C) The list of attributes may vary from application type to application type
D) Selected attributes are shown as ticks in the Match column of Application Modeller
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
9
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.MyField
E) Like this [MyCollection.MyField]
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
10
Study the following page in a process: <strong>Study the following page in a process:   Calculation stages will write A, B or C to the Output value data item. What will be the outcome after the page has run?</strong> 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 Calculation stages will write A, B or C to the Output value data item. 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
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
11
How many Start Stages can a sub-page in a Process have?

A) 0
B) 1
C) 2
D) Any Number
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
12
Examine the following process flow: <strong>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 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?</strong> A) 4 B) 5 C) 10 D) 19 The Orders Collection contains the following data: <strong>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 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?</strong> A) 4 B) 5 C) 10 D) 19 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: <strong>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 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?</strong> A) 4 B) 5 C) 10 D) 19 What will the data item Saved Quantity contain after the execution of the page?

A) 4
B) 5
C) 10
D) 19
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
13
A Blue Prism solution works fine when developing and testing it in Process and Object studio but when it is run 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 application has changed.
B) The most likely cause for the errors seen in Control Room is that best practice use of wait stages has not been followed.
C) The most likely cause for the errors is that the Object Studio action has not been published and therefore cannot be used by the Process in control room.
D) The most likely cause for the exceptions is that best practice exception handling has not been incorporated into the Process.
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
14
Study the following process flow: <strong>Study the following process flow:   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?</strong> A) 10 B) 9 C) 11 D) The loop will be infinite 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: <strong>Study the following process flow:   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?</strong> A) 10 B) 9 C) 11 D) The loop will be infinite 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
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
15
The Order System application has been successfully launched and Blue Prism has navigated the application to the following screen: <strong>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 is in focus?</strong> A)   B)   C)   D)   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 is in focus?

A) <strong>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 is in focus?</strong> A)   B)   C)   D)
B) <strong>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 is in focus?</strong> A)   B)   C)   D)
C) <strong>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 is in focus?</strong> A)   B)   C)   D)
D) <strong>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 is in focus?</strong> A)   B)   C)   D)
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
16
Which of the following statements about Business Objects is true?

A) It is Blue Prism best practice to include business rules within Business Objects
B) A Business Object is configured in the Studio area of Blue Prism
C) A Business Object can be exposed to Control Room
D) Logging of individual stages is not configurable in Business Objects
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
17
You identify an element in Application Modeller and it highlights uniquely and can be used in your object flow diagram. The next day you find that Blue Prism cannot identify the same element any longer, your object flow is giving you 'Element not found' exceptions. Which of the following statements is true?

A) This must be an environment issue. The Blue Prism environment must be consistent and persistent, and an element that worked one day and does not work the next day suggests the environment is changeable. The IT team supporting the environment needs to be contacted to fix the problem.
B) The Blue Prism product support team should be contacted to report the issue. This signifies an inconsistency in how the Blue Prism product is working which needs to be fixed.
C) This suggests that Best Practice exception handling has not been implemented in the object. A retry loop around the object stages that are using the element will probably fix the problem.
D) It is common for consistency issues to be found during configuration/development testing. The most likely cause is that an attribute has been selected for the element that is changeable, such as a window title with a date, or a URL. The developer needs to ensure that any changeable attributes are unticked.
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
18
When automating a Windows application what type of stage is configured to perform a Global Send Key Events?

A) Notes Stage
B) Read Stage
C) Write Stage
D) Navigate Stage
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
19
Which of the following Stages can be found in Process Studio AND Object Studio?

A) <strong>Which of the following Stages can be found in Process Studio AND Object Studio?</strong> A)   B)   C)   D)
B) <strong>Which of the following Stages can be found in Process Studio AND Object Studio?</strong> A)   B)   C)   D)
C) <strong>Which of the following Stages can be found in Process Studio AND Object Studio?</strong> A)   B)   C)   D)
D) <strong>Which of the following Stages can be found in Process Studio AND Object Studio?</strong> A)   B)   C)   D)
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
20
When entering an option within the Training Order system the relevant option number is entered into the Option number field as below. The Option number input field has been spied in Blue Prism: <strong>When entering an option within the Training Order system the relevant option number is entered into the Option number field as below. The Option number input field has been spied in Blue Prism:   The following attribute set has been returned by Application Modeller:   Which Attribute can be un-ticked to ensure consistent visibility of the element to Blue Prism?</strong> A) Window Text B) Visible C) Screen Visible D) Class Name The following attribute set has been returned by Application Modeller: <strong>When entering an option within the Training Order system the relevant option number is entered into the Option number field as below. The Option number input field has been spied in Blue Prism:   The following attribute set has been returned by Application Modeller:   Which Attribute can be un-ticked to ensure consistent visibility of the element to Blue Prism?</strong> A) Window Text B) Visible C) Screen Visible D) Class Name Which Attribute can be un-ticked to ensure consistent visibility of the element to Blue Prism?

A) Window Text
B) Visible
C) Screen Visible
D) Class Name
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
21
When mapping the Training application the User Name field has been spied, but on highlighting the following situation is encountered: <strong>When mapping the Training application the User Name field has been spied, but on highlighting the following situation is encountered:  </strong> A) Ordinal B) Parent Window Text C) Height D) Control ID

A) Ordinal
B) Parent Window Text
C) Height
D) Control ID
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
22
In which of these scenarios is it ok not to use a Blue Prism work queue as part of your Blue Prism solution?

A) A Blue Prism work queue is not required for simple linear processes that do not work multiple cases.
B) A Blue Prism work queue should always be used. It eliminates the risk of contention and allows you to gracefully pause the queue at any time.
C) A Blue Prism work queue is not required if the business process interfaces with a Work List system with in-built capability to ensure multiple users cannot work the same case at the same time.
D) A Blue Prism Work Queue decreases the scalability of the solution and therefore should only be used for complex scenarios such as multi-day processing.
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
23
A process contains only 4 stages. Study the following process below: <strong>A process contains only 4 stages. Study the following process below:   The data item 'New Date is a date data item with no initial value. The calculation stage is configured as follows:   What will happen when you execute the Create Date stage?</strong> A) 5 days will be added to today's date and the result stored in the New Date data item. B) 1 month will be added to today's date and the result stored in the New Date data item. C) 1 week will be added to today's date and the result stored in the New Date data item. D) The process will throw an exception as the New Date data item is null. The data item 'New Date is a date data item with no initial value. The calculation stage is configured as follows: <strong>A process contains only 4 stages. Study the following process below:   The data item 'New Date is a date data item with no initial value. The calculation stage is configured as follows:   What will happen when you execute the Create Date stage?</strong> A) 5 days will be added to today's date and the result stored in the New Date data item. B) 1 month will be added to today's date and the result stored in the New Date data item. C) 1 week will be added to today's date and the result stored in the New Date data item. D) The process will throw an exception as the New Date data item is null. What will happen when you execute the Create Date stage?

A) 5 days will be added to today's date and the result stored in the New Date data item.
B) 1 month will be added to today's date and the result stored in the New Date data item.
C) 1 week will be added to today's date and the result stored in the New Date data item.
D) The process will throw an exception as the New Date data item is null.
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
24
When building a solution to use Tags within a Work Queue, which of the following statements is true?

A) Adding a tag requires an item to be locked
B) Adding a tag requires an item to be locked if there are multiple resources working the same queue
C) Adding a tag does not require an item to be locked
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
25
Which of the following indicates a case in a Work Queue is currently being processed?

A) <strong>Which of the following indicates a case in a Work Queue is currently being processed?</strong> A)   B)   C)   D)
B) <strong>Which of the following indicates a case in a Work Queue is currently being processed?</strong> A)   B)   C)   D)
C) <strong>Which of the following indicates a case in a Work Queue is currently being processed?</strong> A)   B)   C)   D)
D) <strong>Which of the following indicates a case in a Work Queue is currently being processed?</strong> A)   B)   C)   D)
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
26
Which of the following Stages can be found in Process Studio but NOT in Object Studio?

A) <strong>Which of the following Stages can be found in Process Studio but NOT in Object Studio?</strong> A)   B)   C)   D)
B) <strong>Which of the following Stages can be found in Process Studio but NOT in Object Studio?</strong> A)   B)   C)   D)
C) <strong>Which of the following Stages can be found in Process Studio but NOT in Object Studio?</strong> A)   B)   C)   D)
D) <strong>Which of the following Stages can be found in Process Studio but NOT in Object Studio?</strong> A)   B)   C)   D)
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
27
According to Blue Prism best practice which of the following information would be appropriate to store in a Work Queue tag? (Choose three.)

A) Something that identifies the type of work that was performed. Example tags might be: Funds Transferred, SIM Card Requested, Account Closed, Account Suspended, Account Noted
B) Something that identifies exact datetime of a step in the process. Example of tags might include: Account Closed 20/03/2017 12:12:16, Work Completed 20/03/2017 12:12:16, Request Loaded 20/03/2017 12:12:16
C) Something that identifies the source of work. Example of tags might include: Email, Web Form, Excel, Adhoc, Database
D) Something that identifies the client record to make work queue items easier to search. Example tags might be a phone number, customer reference number or ID, customer full name. For example: +4407994446767, 00023231A, Mr John A Smith.
E) Something that identifies the type of process scenario. Example of tags might include: Invalid Product, Unrecognized customer, Goneaway Marker, Invalid Status
F) Details of an exception that has occurred. For example: The Login Screen was not found.
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
28
Consider the following flow within an Object Studio action: <strong>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 problem do you see with the flow?</strong> A) The Resume stage is not within the same Exception Block as the Recover stage and therefore will not work. 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 no need for a wait stage in the flow. 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 problem do you see with the flow?

A) The Resume stage is not within the same Exception Block as the Recover stage and therefore will not work.
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 no need for a wait stage in the flow.
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
29
Consider the following flow within an Object Studio action: <strong>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? (Choose two.)</strong> 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 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? (Choose two.)

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
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
30
Study the following image showing part of the flow within a process: <strong>Study the following image showing part of the flow within a process:   What problems do you see with the process flow? (Choose two.)</strong> A) There is a missing Recover stage on one of the routes through the flow. B) There is a missing Resume stage on one of the routes through the flow. C) The Retry Count is not being incremented for each retry. D) If an exception is thrown in the Cancel Reservation page and is allowed to bubble up to be caught by the Recover stage, the Create Reservation action won't be retried. What problems do you see with the process flow? (Choose two.)

A) There is a missing Recover stage on one of the routes through the flow.
B) There is a missing Resume stage on one of the routes through the flow.
C) The Retry Count is not being incremented for each retry.
D) If an exception is thrown in the Cancel Reservation page and is allowed to bubble up to be caught by the Recover stage, the Create Reservation action won't be retried.
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
31
Consider the following diagram from an object studio action: <strong>Consider the following diagram from an object studio action:   What is the problem with this flow?</strong> 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. 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.
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
32
Consider the following process flow from a sub-page of a process: <strong>Consider the following process flow from a sub-page of a process:   What is the problem with this sub-page flow?</strong> A) There is nothing wrong with the sub-page flow shown in this image. B) The sub-page process flow is missing any retry exception handling that should exist where a process calls object actions that interface with an application. C) For better visibility of the process logic the flow steps shown in the image should be on the main page rather than in a sub-page of the process. D) The exception stage within the flow should be removed and replaced with an End stage that returns the found data item as an output parameter. What is the problem with this sub-page flow?

A) There is nothing wrong with the sub-page flow shown in this image.
B) The sub-page process flow is missing any retry exception handling that should exist where a process calls object actions that interface with an application.
C) For better visibility of the process logic the flow steps shown in the image should be on the main page rather than in a sub-page of the process.
D) The exception stage within the flow should be removed and replaced with an End stage that returns the found data item as an output parameter.
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
33
How many End Stages can a sub-page in a Process have?

A) 0
B) 1
C) 2
D) Any Number
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
34
When a process is running in Control Room which of the following functions within the process can be accessed from Control Room to request the process to stop?

A) Stop()
B) IsStopRequested?
C) IsStopRequested()
D) StopNow()
E) Stop?
F) StopNow?
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
35
Examine the flow below: <strong>Examine the flow below:   An error has been encountered on Page1 and the exception has bubbled up to be recovered in the Recover1 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 Page1?</strong> A) Configure Exception Type() 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. An error has been encountered on Page1 and the exception has bubbled up to be recovered in the Recover1 stage. The 'Yes' path has been taken from the "Throw new Exception?" decision stage. Consider the Throw Exception stage properties below: <strong>Examine the flow below:   An error has been encountered on Page1 and the exception has bubbled up to be recovered in the Recover1 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 Page1?</strong> A) Configure Exception Type() 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. 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 Page1?

A) Configure Exception Type() 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.
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
36
If you change an environment variable when will the new value be available to the process?

A) Immediately
B) Next time a new case is taken from a WQ
C) Next time resource PC starts
D) Next time the process starts
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
37
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 Filer 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
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
38
The following Calculation Stage uses the Todays function to get the current date as a date value and place it in a data item entitled "Today". <strong>The following Calculation Stage uses the Todays function to get the current date as a date value and place it in a data item entitled Today.   Which of the following statements is correct?</strong> A) If the data item Today is configured with a Data Type of Text, an exception will be thrown on execution of the calculation stage B) If the data item Today is configured with a Data Type of Date, an exception will be thrown on execution of the calculation stage C) If the data item Today is configured with a Data Type of Date Time, an exception will be thrown on execution of the calculation stage D) None of these statements are correct Which of the following statements is correct?

A) If the data item "Today" is configured with a Data Type of Text, an exception will be thrown on execution of the calculation stage
B) If the data item "Today" is configured with a Data Type of Date, an exception will be thrown on execution of the calculation stage
C) If the data item "Today" is configured with a Data Type of Date Time, an exception will be thrown on execution of the calculation stage
D) None of these statements are correct
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
39
Study the process flow below: <strong>Study the process flow below:   The outputs for the Get Next Case are configured below:  </strong> A)   B)   C)   D)   The outputs for the Get Next Case are configured below: <strong>Study the process flow below:   The outputs for the Get Next Case are configured below:  </strong> A)   B)   C)   D)

A) <strong>Study the process flow below:   The outputs for the Get Next Case are configured below:  </strong> A)   B)   C)   D)
B) <strong>Study the process flow below:   The outputs for the Get Next Case are configured below:  </strong> A)   B)   C)   D)
C) <strong>Study the process flow below:   The outputs for the Get Next Case are configured below:  </strong> A)   B)   C)   D)
D) <strong>Study the process flow below:   The outputs for the Get Next Case are configured below:  </strong> A)   B)   C)   D)
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
40
Look at this flow diagram from the Main Page of a process in Process Studio: <strong>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 Main Page is handling exceptions?</strong> 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. Thinking about the standard Blue Prism Process Templates, what is wrong with how this Main 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.
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
41
The Work Queue "Customer Onboarding" has a number of Pending Items which may be tagged as "Domestic", "Retail" or "Business". There is also a tag for the 8 digit product code formatted as "Product Code: {product code}" e.g. Product Code: CA123456. What is the correct configuration to get the next item from the queue that: Isn't applying for a loan product i.e. Product Code doesn't begin with "LN" And Is a domestic customer

A) Configure "Domestic; -Product Code: LN*" in the Tag Filter parameter
B) Configure "Domestic; -Product Code: LN?" in the Tag Filter parameter
C) Configure "Domestic and Product Code: <> LN?" in the Tag Filter parameter
D) Configure "Domestic + [Product Code] <> LN*" in the Tag Filter parameter
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
42
When designing a Blue Prism solution a Blue Prism architect must respect the requirement that no customer data is visible within the Blue Prism database. Consider these possible design alternatives: No customer data in the work queue Encrypt the data in the work queue Switch off all stage parameter logging Which combination of the above will guarantee that no customer data is visible in the Blue Prism log file?

A) 1 only
B) 2 and 3
C) 1 and 3
D) None
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
43
Which of the following can you perform in the System->Workflow area of Blue Prism? (Choose all that apply.)

A) View the contents of a Work Queue.
B) Refresh a Work Queue.
C) Encrypt a Work Queue.  
D) Create a Work Queue.
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
44
You identify an element in Application Modeller and it highlights uniquely and can be used in your object flow diagram. The next day you find that Blue Prism cannot no longer identify the same element, your object flow is giving you 'Element not found' exceptions. Which of the following statements is true?

A) This must be an environment issue. The Blue Prism environment must be consistent and persistent, and an element that worked one day and does not work the next day suggests the environment is changeable. The IT team supporting the environment needs to be contacted to fix the problem.
B) The Blue Prism product support team should be contacted to report the issue. This signifies an inconsistency in how the Blue Prism product is working which needs to be fixed.
C) This suggests that Best Practice exception handling has not been implemented in the object. A retry loop around the object stages that are using the element will probably fix the problem.
D) It is common for consistency issues to be found during configuration/development testing. The most likely cause is that an attribute has been selected for the element that is changeable, such as a window title with a date, or a URL. The developer needs to ensure that any changeable attributes are unticked.
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
45
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 application has changed.
B) The most likely cause for the errors seen in Control Room is that best practice use of wait stages has not been followed.
C) The most likely cause for the errors is that the Object Studio action has not been published and therefore cannot be used by the Process in control room.
D) The most likely cause for the exceptions is that best practice exception handling has not been incorporated into the Process.
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
46
Study the following configuration: <strong>Study the following configuration:  </strong> 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

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
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
47
Which of the following indicates a case in a Work Queue is an exception?

A) <strong>Which of the following indicates a case in a Work Queue is an exception?</strong> A)   B)   C)   D)
B) <strong>Which of the following indicates a case in a Work Queue is an exception?</strong> A)   B)   C)   D)
C) <strong>Which of the following indicates a case in a Work Queue is an exception?</strong> A)   B)   C)   D)
D) <strong>Which of the following indicates a case in a Work Queue is an exception?</strong> A)   B)   C)   D)
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
48
Examine the Process below: <strong>Examine the Process below:   An error has been encountered on Page1 and the exception has bubbled up to be recovered in the Recover1 stage. If there is an error in the Calc1 stage which path will the Process take?</strong> A) The Process will continue to the Resume1 Stage B) The Error will cause the Process to terminate C) The Error will be recovered in the Recover2 Stage D) The Error will cause the Process to jump to the End Stage An error has been encountered on Page1 and the exception has bubbled up to be recovered in the Recover1 stage. If there is an error in the Calc1 stage which path will the Process take?

A) The Process will continue to the Resume1 Stage
B) The Error will cause the Process to terminate
C) The Error will be recovered in the Recover2 Stage
D) The Error will cause the Process to jump to the End Stage
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
49
Examine the following process flow: <strong>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?</strong> A) 1 B) 15 C) The loop will be infinite D) It's impossible to tell. There is no loop counter. The Loop Orders loop is configured to loop through the Orders collection. How many times will the 'Process Order' page be executed?

A) 1
B) 15
C) The loop will be infinite
D) It's impossible to tell. There is no loop counter.
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
50
A process has been created but it is not listed in Control Room. The following reasons have been suggested. The process uses objects with different run modes The process has not been published Process validation shows more than 99 errors The user does not have privileges to run processes in Control Room Which of the above could cause the process not to be visible in Control Room?

A) 1 and 2
B) 2 only
C) 2 and 3
D) 1 and 4
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
51
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: <strong>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?</strong> A) 4 B) 5 C) 10 D) 19 What will the data item Saved Quantity contain after the execution of the page?

A) 4
B) 5
C) 10
D) 19
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
52
Consider the following flow in an object: <strong>Consider the following flow in an object:   Which of these statements is true?</strong> A) The flow shown in the diagram is correct, the wait stages are all adding a high level of robustness to the action B) The wait stages after read and write stages should be removed they are not required and are slowing the flow down C) The wait stages after read stages should be removed, the wait stages after write stages should be left because the application will have been changed D) Only the first wait stage in this flow is required, all the other wait stages should be removed. 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 action
B) The wait stages after read and write stages should be removed they are not required and are slowing the flow down
C) The wait stages after read stages should be removed, the wait stages after write stages should be left because the application will have been changed
D) Only the first wait stage in this flow is required, all the other wait stages should be removed.
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
53
When considering an element's attributes in Application Modeller which of the following statements are true?

A) The attributes are provided to Blue Prism by the Target System
B) The initial selection of attributes made by Blue Prism will always be the optimum attribute set for the element
C) The list of attributes may vary from application type to application type
D) Selected attributes are shown as ticks in the Match column of Application Modeller
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
54
You identify an element in Application Modeller but when you highlight or use that element Blue Prism gives you an error message saying that duplicate elements were found. Which of the following statements is true?

A) It is common for duplicate elements to be found based upon the attributes that are ticked by default using the Blue Prism product. Time needs to be spent experimenting with the attribute ticks until a unique, reliable, and consistent selection of attributes are found.
B) It will not be possible to interface with the element in a unique way. You will need to use Surface Automation techniques for this element.
C) A code stage interface will need to be created and used for this application, this will give you more flexibility to interact with the application elements.
D) You will need to make the attributes you have selected dynamic. This will allow your flow to loop around, incrementing the attribute value until the correct element is found and used.
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
55
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.
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
56
Examine the following process flow: <strong>Examine the following process flow:   The Process is intended to attempt to perform the processing in the recover block, Block 3, a maximum of three times before throwing an exception. Data Item Attempts is a number data item with an initial value of 0 Data Item Max Attempts is a number data item with an initial value of 3 The 'Increment Attempts' calculation stage adds 1 to the attempts value and outputs a result to the Attempts data item To enable this to work correctly, what is the correct expressions for the 'Try Again' decision stage?</strong> A) [Attempts] < [Max] B) [Attempts] > [Max] C) [Attempts] = [Max] D) [Attempts] + 1 The Process is intended to attempt to perform the processing in the recover block, Block 3, a maximum of three times before throwing an exception. Data Item "Attempts" is a number data item with an initial value of 0 Data Item "Max Attempts" is a number data item with an initial value of 3 The 'Increment Attempts' calculation stage adds 1 to the attempts value and outputs a result to the "Attempts" data item To enable this to work correctly, what is the correct expressions for the 'Try Again' decision stage?

A) [Attempts] < [Max]
B) [Attempts] > [Max]
C) [Attempts] = [Max]
D) [Attempts] + 1
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
57
The Work Queue "Customer Onboarding" has a number of Pending Items which may be tagged as "Domestic", "Retail" or "Business". What is the correct configuration to get the next item from the queue that is tagged either "Retail" or "Business"?

A) Configure "-Domestic" in the Tag Filter parameter
B) Configure "Retail or Business" in the Tag Filter parameter
C) Configure "Retail; Business" in the Tag Filter parameter
D) Configure "Retail + Business' in the Tag Filter parameter
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
58
Consider the following process flow: <strong>Consider the following process flow:   What is the problem with this flow?</strong> A) There is nothing wrong with this flow. B) The exception handling in this flow can be removed because an Attach action in a navigate stage should always work if configured correctly C) The Attach Block should be enlarged to also include the 'Waited Long Enough?' decision stage. D) The flow contains a recover stage and a route from it without a resume stage. This will cause internal error on future exceptions thrown in the same session. E) The 0.5 second wait stage should be removed so that the retries can be performed at full speed. What is the problem with this flow?

A) There is nothing wrong with this flow.
B) The exception handling in this flow can be removed because an Attach action in a navigate stage should always work if configured correctly
C) The Attach Block should be enlarged to also include the 'Waited Long Enough?' decision stage.
D) The flow contains a recover stage and a route from it without a resume stage. This will cause internal error on future exceptions thrown in the same session.
E) The 0.5 second wait stage should be removed so that the retries can be performed at full speed.
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
59
Which of the following indicates a case has been worked successfully in a Work Queue?

A) <strong>Which of the following indicates a case has been worked successfully in a Work Queue?</strong> A)   B)   C)   D)
B) <strong>Which of the following indicates a case has been worked successfully in a Work Queue?</strong> A)   B)   C)   D)
C) <strong>Which of the following indicates a case has been worked successfully in a Work Queue?</strong> A)   B)   C)   D)
D) <strong>Which of the following indicates a case has been worked successfully in a Work Queue?</strong> A)   B)   C)   D)
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
60
When building a solution to use Tags within a Work Queue, which of the following statements is correct true?

A) Adding a tag requires an item to be locked
B) Adding a tag requires an item to be locked if there are multiple resources working the same queue
C) Adding a tag does not require an item to be locked
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
61
How can an environment variable value be updated?

A) By using the Internal - Environment Variables business object.
B) By changing the Blue Prism Server configuration.
C) By updating the value in Credential Mode.
D) By updating the value in Credential Manager.
E) By updating the value in System Manager.
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
62
A Blue Prism solution interfaces with an internet application called HappyWeb. There is a test website available for development, and a training site available for user acceptance testing, and there is the production site available for processing live cases in HappyWeb. Which of the following is true?

A) All development and testing MUST be done using the production site. This is because the test and training websites might not mirror production exactly.
B) A local text file should be used to easily configure the details of the HappyWeb website to be used in each Blue Prism environment.
C) An Environment variable should be used to store the HappyWeb URL.
D) Three different versions of object that launches the HappyWeb website will need to be created and maintained, one for each environment.
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
63
Study the following diagram which is an extract from a process being tested in Process Studio: <strong>Study the following diagram which is an extract from 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 over (F10) when debugging the process?</strong> A) The process will work all stages in the Access Customer Account page until the error is thrown and then focus will move to the Get Customer Details stage. B) The process will work all stages in the Access Customer Account page until the error is thrown and then focus will move to the Recover1 stage. C) The process will work all stages in the Access Customer Account page until the error is thrown and then focus will 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 appropriate recover stage on the Access Customer Account page. There are no breakpoints in the "Access Customer Account" subpage however there is an error. What will happen if you choose to step over (F10) 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 will move to the "Get Customer Details" stage.
B) The process will work all stages in the "Access Customer Account" page until the error is thrown and then focus will move to the "Recover1" stage.
C) The process will work all stages in the "Access Customer Account" page until the error is thrown and then focus will 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 appropriate recover stage on the "Access Customer Account" page.
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
64
Examine the process flow: <strong>Examine the process flow:   The Process is intended to attempt to perform the processing in the recover block, Block 3, a maximum of three times before throwing an exception. Data Item Attempts is a number data item with an initial value of 0 Data Item Max Attempts is a number data item with an initial value of 3 The 'Increment Attempts' calculation stage outputs a result to the Attempts data item To enable this to work correctly, what is the correct expressions for the 'Increment Attempts' calculation stage?</strong> A) +1 B) Attempts + 1 C) [Max] + 1 D) [Attempts] + 1 The Process is intended to attempt to perform the processing in the recover block, Block 3, a maximum of three times before throwing an exception. Data Item "Attempts" is a number data item with an initial value of 0 Data Item "Max Attempts" is a number data item with an initial value of 3 The 'Increment Attempts' calculation stage outputs a result to the "Attempts" data item To enable this to work correctly, what is the correct expressions for the 'Increment Attempts' calculation stage?

A) +1
B) Attempts + 1
C) [Max] + 1
D) [Attempts] + 1
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
65
Study the following diagram which is an extract from a sub-page of a process being tested in Process Studio: <strong>Study 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?</strong> 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 Account page until the error is thrown and then focus would move to the Recover1 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 Exception1 stage. 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 Account" page until the error is thrown and then focus would move to the "Recover1" 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 "Exception1" stage.
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
66
Consider the following process flow: <strong>Consider the following process flow:   Decision A properties are:   Decision B properties are:   Decision C properties are:   What will happen when the process runs?</strong> 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 Decision "A" properties are: <strong>Consider the following process flow:   Decision A properties are:   Decision B properties are:   Decision C properties are:   What will happen when the process runs?</strong> 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 Decision "B" properties are: <strong>Consider the following process flow:   Decision A properties are:   Decision B properties are:   Decision C properties are:   What will happen when the process runs?</strong> 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 Decision "C" properties are: <strong>Consider the following process flow:   Decision A properties are:   Decision B properties are:   Decision C properties are:   What will happen when the process runs?</strong> 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 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
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
67
Consider the following flow in an object: <strong>Consider the following flow in an object:   Which of the following statements are true?</strong> 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 stages) C) If during testing in object studio this flow works no additional wait stages should be added as they will slow the interface down. D) There should be an intelligent wait stage after the start stage and after any stage that cause the application we are interfacing with to change 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 stages)
C) If during testing in object studio this flow works no additional wait stages should be added as they will slow the interface down.
D) There should be an intelligent wait stage after the start stage and after any stage that cause the application we are interfacing with to change
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
68
Which of the following can you perform in the System->Workflow area of Blue Prism? (Choose two.)

A) View the contents of a Work Queue.
B) Refresh a Work Queue.
C) Encrypt a Work Queue.  
D) Create a Work Queue.
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
69
A process contains only 4 stages. Study the following process flow: <strong>A process contains only 4 stages. Study the following process flow:   The data item 'Result' is a number data item with an initial value of 2. The calculation stage is configured as follows:   Following the execution of the Perform Calculation stage, which of the following is true?</strong> A) The data item Result will contain 3 B) The data item Result will contain 5 C) The process will throw an exception D) None of these statements are correct The data item 'Result' is a number data item with an initial value of 2. The calculation stage is configured as follows: <strong>A process contains only 4 stages. Study the following process flow:   The data item 'Result' is a number data item with an initial value of 2. The calculation stage is configured as follows:   Following the execution of the Perform Calculation stage, which of the following is true?</strong> A) The data item Result will contain 3 B) The data item Result will contain 5 C) The process will throw an exception D) None of these statements are correct Following the execution of the Perform Calculation stage, which of the following is true?

A) The data item Result will contain 3
B) The data item Result will contain 5
C) The process will throw an exception
D) None of these statements are correct
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
70
How can a session variable value be updated when a process is running? (Choose all that apply.)

A) By using the Internal - Session Variables business object.
B) By pausing the Session Variables work queue.
C) By updating the value in Credential Manager.
D) By updating the value in Control Room.
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
71
Which of the following statements regarding the use of Work Queues are correct? (Choose two.)

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 Filter 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
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
72
Study the following process flow: <strong>Study the following process flow:   This is the Main Page of a simple process which calls the Page Calculation before completing. The data items are configured as follows: X is a Number data item with an initial value of 20 Y is a Number data item with an initial value of 5 Result is a Number data item with no initial value The Calculation Page stage is configured as follows:   The Calculation Page is as follows:   The Data Items are configured as follow: X is a Number data item with an initial value of 10 The Start Stage is configured pass through the X and Y values an input parameters The divide calculation stage expression is [X] / [Y] The end stage is configured to pass back the results value as an output parameter. What will be contained in the Result Data Item on the Main Page following the execution of the Process?</strong> A) 0 B) No Value C) 2 D) 4 This is the Main Page of a simple process which calls the Page Calculation before completing. The data items are configured as follows: X is a Number data item with an initial value of 20 Y is a Number data item with an initial value of 5 Result is a Number data item with no initial value The Calculation Page stage is configured as follows: <strong>Study the following process flow:   This is the Main Page of a simple process which calls the Page Calculation before completing. The data items are configured as follows: X is a Number data item with an initial value of 20 Y is a Number data item with an initial value of 5 Result is a Number data item with no initial value The Calculation Page stage is configured as follows:   The Calculation Page is as follows:   The Data Items are configured as follow: X is a Number data item with an initial value of 10 The Start Stage is configured pass through the X and Y values an input parameters The divide calculation stage expression is [X] / [Y] The end stage is configured to pass back the results value as an output parameter. What will be contained in the Result Data Item on the Main Page following the execution of the Process?</strong> A) 0 B) No Value C) 2 D) 4 The Calculation Page is as follows: <strong>Study the following process flow:   This is the Main Page of a simple process which calls the Page Calculation before completing. The data items are configured as follows: X is a Number data item with an initial value of 20 Y is a Number data item with an initial value of 5 Result is a Number data item with no initial value The Calculation Page stage is configured as follows:   The Calculation Page is as follows:   The Data Items are configured as follow: X is a Number data item with an initial value of 10 The Start Stage is configured pass through the X and Y values an input parameters The divide calculation stage expression is [X] / [Y] The end stage is configured to pass back the results value as an output parameter. What will be contained in the Result Data Item on the Main Page following the execution of the Process?</strong> A) 0 B) No Value C) 2 D) 4 The Data Items are configured as follow: X is a Number data item with an initial value of 10 The Start Stage is configured pass through the X and Y values an input parameters The divide calculation stage expression is [X] / [Y] The end stage is configured to pass back the results value as an output parameter. What will be contained in the Result Data Item on the Main Page following the execution of the Process?

A) 0
B) No Value
C) 2
D) 4
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
73
Study the following process flow on the Main Page of a process where the intention is to preserve the current exception. <strong>Study the following process flow on the Main Page of a process where the intention is to preserve the current exception.   What is wrong with the design?</strong> A) The exception handling is not within an Exception Block. B) The exception caught by Recover2 will not be preserved by the Re-Throw Exception stage C) The Send Alerts process will never be run D) 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. What is wrong with the design?

A) The exception handling is not within an Exception Block.
B) The exception caught by Recover2 will not be preserved by the Re-Throw Exception stage
C) The Send Alerts process will never be run
D) 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.
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
74
Сonsider the following process flow from the Main Page of a process in Process Studio: <strong>Сonsider 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?</strong> 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 times is configured either within the Scheduler or processes are stopped via Control Room. C) The Main Page process flow is too high level. For better visibility of the process logic the flow steps hidden in the sub-pages should all 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-pages within a process should always use input and output parameters rather than global data items. There should be no global data to reset. 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 times is configured either within the Scheduler or processes are stopped via Control Room.
C) The Main Page process flow is too high level. For better visibility of the process logic the flow steps hidden in the sub-pages should all 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-pages within a process should always use input and output parameters rather than global data items. There should be no global data to reset.
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
75
Which of the following flows can you not create in Blue Prism? (Choose two.)

A) <strong>Which of the following flows can you not create in Blue Prism? (Choose two.)</strong> A)   B)   C)   D)
B) <strong>Which of the following flows can you not create in Blue Prism? (Choose two.)</strong> A)   B)   C)   D)
C) <strong>Which of the following flows can you not create in Blue Prism? (Choose two.)</strong> A)   B)   C)   D)
D) <strong>Which of the following flows can you not create in Blue Prism? (Choose two.)</strong> A)   B)   C)   D)
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
76
An action called 'Get Account details' fails with the following exception detail: <strong>An action called 'Get Account details' fails with the following exception detail:   Which of the following could cause this exception?</strong> A) An internal error always indicates a problem with the Blue Prism product. The Blue Prism support team should be contacted for assistance. B) The Read Details action is not connected to another stage so cannot execute. C) The Business Object has not been coupled to the application by either launching it or attaching to it. D) The Read Details action in the Get Account Details Business Object no longer exists but the Process is attempting to use it. Which of the following could cause this exception?

A) An internal error always indicates a problem with the Blue Prism product. The Blue Prism support team should be contacted for assistance.
B) The Read Details action is not connected to another stage so cannot execute.
C) The Business Object has not been coupled to the application by either launching it or attaching to it.
D) The Read Details action in the Get Account Details Business Object no longer exists but the Process is attempting to use it.
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
77
How can an environment variable value be updated? (Choose all that apply.)

A) By using the Internal - Environment Variables business object.
B) By changing the Blue Prism Server configuration.
C) By updating the value in Control Room.
D) By updating the value in Credential Manager.
E) By updating the value in System Manager.
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
78
Which of the following comments about an object's run mode is true?

A) A run mode of foreground 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 same time as other background, foreground and exclusive business objects.
C) A run move of exclusive cannot run 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.
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
79
Which of the following indicates a case in a Work Queue is waiting to be worked?

A) <strong>Which of the following indicates a case in a Work Queue is waiting to be worked?</strong> A)   B)   C)   D)
B) <strong>Which of the following indicates a case in a Work Queue is waiting to be worked?</strong> A)   B)   C)   D)
C) <strong>Which of the following indicates a case in a Work Queue is waiting to be worked?</strong> A)   B)   C)   D)
D) <strong>Which of the following indicates a case in a Work Queue is waiting to be worked?</strong> A)   B)   C)   D)
Unlock Deck
Unlock for access to all 79 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 79 flashcards in this deck.