01. When a process is running from Control Room which of the following functions is used to request the process to stop?
a) Stop()
b) Is Stop Requested()
c) Stop Now()
d) Request Stop()
02. How many sessions are created while running one process on one runtime resource?
a) 2
b) Running a process does not creat a session.
c) 0
d) 1
03. Which of the following is not an Application Modeller Match Type Operator?
a) Substring
b) > (Greater Than)
c) Dynamic
d) * (Wildcard)
e) <> (Not Equal)
04. In which area of Blue Prism can you monitor the contents of a Work Queue?
a) Process studio
b) Control room
c) Object studio
d) System manager
05. You identify an element in Application Modeller and it highlights uniquely and can be used in your object flow. 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 suggests an inconsistency in how the Blue Prism product is working which needs to be fixed. The Blue Prism product support team should be contacted to rectify the issue.
b) 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.
c) 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.
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 changeable attributes are unticked, or matched accordingly to handle such changes.
06. The developer need to store sensitive data in the work queue. Which of the following statements is correct?
(Select all that apply)
a) The developer should encrypt the Work Queue by enabling the check box in the System Manager.
b) Encrypting the Work Queue also encrypts the Item Key automatically.
c) There is no need to encrypt the Work Queue as the database keeps the information encrypted.
d) The developer should avoid using sensitive information as the item key. If this is required then it should be encrypted so the value is no longer visible from Control Room.
07. Which of the below expressions is correct to return tomorrow's date from within a calculation stage?
a) Now()+1
b) AddDays(Today(),1)
c) Today()+1
d) AddDays(Today();1)
08. A Process Definition Document (PDD) should achieve which of the following?
a) Provide a highly detailed description of every step required to perform the manual process.
b) Describe how a process can be automated using Blue Prism.
c) Inform the Blue Prism developer how to structure the process flow within Process Studio.
d) Outline the risks of robotic automation on host systems.
09. What is best practice to identify how far a Work Queue item has worked through a process?
a) Update tag
b) Mark Exception with detailed Exception reason
c) Update status
d) Mark completed
10. From the below expressions, which configuration in Calculation Stage will convert a String into a Date?
(Select all that apply)
a) ToDate("12/06/2021")
b) ToDate("12;06;2021")
c) ToDate("12-06-2021")
d) ToDate("12062021")