AD01 Exam Question 46

Examine the following Blue Prism Process flow:

The Process is intended to attempt to perform the processing enclosed in the recover block (Blockl). a maximum number of times before throwing an exception The maximum number of attempts is stored in the
'Max Attempts' data item.
The 'Attempts' data item is a number data item with an initial value of 0.
The 'Max Attempts' data item is a number data item with a current value of 3. This value is provided at start-up.
The 'Increment Attempts' Calculation stage increases the value of the 'Attempts' data item by 1.
To enable this Process flow to function correctly, drag and drop the items below into the placement boxes (A - C), to create the correct Blue Prism expression for the Retry?' Decision stage.

AD01 Exam Question 47

Study the following image showing pan: of the flow within a process:

What problems do you see with the process flow? (select 2 responses)
  • AD01 Exam Question 48

    Examine the following Blue Prism Process diagram:

    The purpose of this Process flow is to use the Day Month and Year data item values to create a date value, which is output to the Full Date data item The Day' data item is a number data item and has an initial value of 25 The value of this data item is used as the day value when creating the full date. The 'Month' data item is a number data item and has an initial value of 10. The value of this data item is used as the month value when creating the full date. The 'Year' data item is a number data item and has an initial value of 2013 The value of this data item is used as the year value when creating the full date. The environment date format is dd/mm/yyyy.
    To enable this Process flow to function correctly, drag and drop the items below into the placement boxes (A - E). to create the coned Blue Prism expression for the Convert to Date' calculation stage, so that the 'Full Date' data item is populated with the appropriate date, based on the Day Month and Year data items:

    AD01 Exam Question 49

    Which part of Blue Prism is capable of performing interactions with Business applications (applications which a user would use)?
  • AD01 Exam Question 50

    A Blue Prism Process has been developed which contains steps to extract data from a delimited file.
    During development, the Developer saves the delimited file to C:\BP_Proc\Temp folder on their virtual desktop and adds a data item to the process to store this file path. This data item is then used in the process steps to extract the file data.
    The production Process must read this file from a network folder, and as the Blue Prism production environment is locked down, the Process configuration cannot be edited in this environment.
    How could the data item 'exposure' be updated, so that the process can read the data item containing the relevant file path, regardless of the environment the process is being executed in?