Which area of Blue Prism is used to set up and edit Credential information?
Answer : E
This is the correct area of Blue Prism where credential information can be set up and edited. It allows the user to create and manage credential records that can be accessed by processes and objects. The other options are either incorrect or not related to credential management. Reference: https://bpdocs.blueprism.com/bp-6-10/en-us/helpDebug.htm?TocPath=Interface%7CStudio%7CProcess%20studio%7C_____7 (page 4)
User name and password information which is used by a Blue Prism Process to log into a business application, should be stored where?
Answer : C
This is the correct place to store user name and password information that is used by a Blue Prism process to log into a business application. It allows the developer to securely store and manage credentials that can be used by multiple processes and objects. The other options are either insecure or not supported by Blue Prism. Reference: https://bpdocs.blueprism.com/bp-6-10/en-us/helpDebug.htm?TocPath=Interface%7CStudio%7CProcess%20studio%7C_____7 (page 4)
Which of the following values are valid Blue Prism Control Room session status values'?
Answer : A, C, D, E, F
They indicate the current state of a process session that is being executed by a digital worker. The other options are either invalid or not related to session status. Reference: https://bpdocs.blueprism.com/bp-6-10/en-us/helpDebug.htm?TocPath=Interface%7CStudio%7CProcess%20studio%7C_____7 (page 3)
Which of the following are true about the use of Blue Pnsm Process templates'?
(Select all items which apply)
Answer : A, B, C
These are the correct benefits of using a Blue Prism process template. It allows the developer to follow a standard structure and design for all processes, and save time and effort by reusing common elements. The other options are either incorrect or describe different scenarios. Reference: https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20Developer%20-%20Certification%20Overview_0.pdf (page 9)
Blue Prism Processes can be built across multiple workspaces - broken up into individual tasks, that each sit on their own Pages What name is given to this?
Answer : B
This is the correct name given to the practice of building Blue Prism processes across multiple workspaces and pages. It allows the developer to organize and reuse the logic in a modular way. The other options are either incorrect or describe different aspects of Blue Prism. Reference: https://bpdocs.blueprism.com/bp-6-10/en-us/helpDebug.htm?TocPath=Interface%7CStudio%7CProcess%20studio%7C_____7 (page 1)
Which of the following are true about a Blue Prism Breakpoint?
(Select all items that apply)
Answer : C, D
These are the correct statements about a Blue Prism breakpoint. It allows the developer to pause the execution of a process or object in studio and inspect the data items and stages. It has no effect when a process is run in control room. The other options are either incorrect or describe different features of Blue Prism. Reference: https://bpdocs.blueprism.com/bp-6-10/en-us/helpDebug.htm?TocPath=Interface%7CStudio%7CProcess%20studio%7C_____7 (page 2)
Examine the following Blue Prism Process diagram:
The 'Number as Text' data item is configured as text data item: and has an initial value of 10 The 'Result' data item is configured as a number data item.
The 'Cast to Number' Calculation stage must output the text value stored in the 'Number as Text1 data item, to the Result data item
Which of the following expressions would you use in the 'Cast to Number1 Calculation stage to set the value of the 'Result' data item?
Answer : B
This is the correct expression to use in the calculation stage to set the value of the result data item. It uses the convert function to convert the text value stored in the number as text data item to a number value. The other options are either incorrect or used for different purposes. Reference: https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20Developer%20-%20Certification%20Overview_0.pdf (page 14)