Which of the following Blue Prism Data Item data types would you use to store a True or False value?
Answer : D
This is the correct data type for storing a True or False value in Blue Prism. The other options are either invalid or used for different kinds of values. Reference: https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20Developer%20-%20Certification%20Overview_0.pdf (page 13)
A Blue Prism Process reads data about a customer from an online form which includes their date of birth A Process must determine if the customer is under the age of 18 before processing the customer request
What type of Blue Prism stage would you use to test the customers age?
Answer : D
A decision stage is used to evaluate process rules or logic and branch the process flow based on the outcome of the evaluation.A decision stage can have multiple outcomes and can use expressions to compare values or check conditions1.In this case, a decision stage can be used to compare the customer's date of birth with the current date and determine if they are under 18 or not. Reference:1https://bpdocs.blueprism.com/bp-6-10/en-us/helpCalculationsAndDecisions.htm
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 items are valid Attribute Match Types in Blue Prism Application Modeller?
Answer : A, C, E
These are the valid attribute match types in Blue Prism Application Modeller. The other options are either invalid or not supported by Blue Prism. Reference: https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20Developer%20-%20Certification%20Overview_0.pdf (page 12)
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)
Which of the following items are valid Blue Prism Data Item data types?
Answer : A, B, E, G
Which of the following statements best describes a Blue Prism Local Data Item?
Answer : D
This is the correct definition of a local data item. The other options are either incorrect or describe different types of data items. Reference: https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20Developer%20-%20Certification%20Overview_0.pdf (page 13)