최신 AD01 무료덤프 - Blue Prism Accredited Developer
Which of the following options can be used to update the value of a data item exposed as a 'Session Variable', whilst the process is running?
(Select all items which apply)
(Select all items which apply)
정답: B,D
설명: (DumpTOP 회원만 볼 수 있음)
How can an environment variable value be updated? (select all that apply)
정답: E
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?
정답: C
설명: (DumpTOP 회원만 볼 수 있음)
Please refer to the exhibit
What is the missing phase in the Delivery Lifecycle?
What is the missing phase in the Delivery Lifecycle?
정답: D
설명: (DumpTOP 회원만 볼 수 있음)
Complete the following statement
Collection columns are referenced in______________using dot notation
Collection columns are referenced in______________using dot notation
정답: D
설명: (DumpTOP 회원만 볼 수 있음)
The Process Controller needs to be able to view Exception items from both the Work Queue screen within the Control room, and from the Session Logs According to best practice, which TWO options would the Developer recommend?
정답: A,E
설명: (DumpTOP 회원만 볼 수 있음)
Study the following Process flow:
The Process flow is intended to test the value of the Input data item to determine if it falls within a range of numbers, and then assign a value as an output. The number ranges are defined as between 1 to 100, between
101 to 200, and anything outside these ranges.
The Calculation stages will set the value of the Result data item to 1, 2 or 3.
To enable the Process flow to work correctly, what is the correct expression for the Choice stage branch named 'Between 1 and 100'?
The Process flow is intended to test the value of the Input data item to determine if it falls within a range of numbers, and then assign a value as an output. The number ranges are defined as between 1 to 100, between
101 to 200, and anything outside these ranges.
The Calculation stages will set the value of the Result data item to 1, 2 or 3.
To enable the Process flow to work correctly, what is the correct expression for the Choice stage branch named 'Between 1 and 100'?
정답: E
The Developer is debugging an action page in a Business Object by stepping through the stages which interact with the application. What will happen when they click Reset on an Action page in the Business Object?
정답: C
설명: (DumpTOP 회원만 볼 수 있음)
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:
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:
정답:
Explanation:
The task is to create a date value from the 'Day', 'Month', and 'Year' data items. The correct Blue Prism expression in the 'Convert to Date' calculation stage would be:
MakeDate([Year], [Month], [Day])
This expression uses the MakeDate function to combine the year, month, and day into a full date. The order of parameters is important to match the environment's date format dd/mm/yyyy.
* [Year] - This is placed first within the MakeDate function to represent the year part of the date.
* [Month] - This follows the year within the MakeDate function to represent the month part of the date.
* [Day] - This is placed last within the MakeDate function to represent the day part of the date.
The closing parenthesis ) completes the function call.
ReferencesFor further reference and a deeper understanding of Blue Prism expressions and functions, you can consult the official Blue Prism documentation or other authoritative resources on Blue Prism development.
Consider the following flow in an object:
Which of these statements is true?
Which of these statements is true?
정답: B
설명: (DumpTOP 회원만 볼 수 있음)