최신Blue Prism Accredited Developer - AD01무료샘플문제
문제1
Consider the following process flow from a sub-page of a process:

What is the problem with this sub-page flow?
Consider the following process flow from a sub-page of a process:

What is the problem with this sub-page flow?
정답: C
문제2
The Developer is deploying a Process into a Production environment. Which best practice option would you recommend for the Stage Logging of a Decision stage on the Main Page?
The Developer is deploying a Process into a Production environment. Which best practice option would you recommend for the Stage Logging of a Decision stage on the Main Page?
정답: B
설명: (ExamPassdump 회원만 볼 수 있음)
문제3
Examine the following diagram which has been extracted from a Blue Prism Process currently being tested in Process Studio:

The 'Access Customer Account* sub-page contains no Breakpoints, however the page does contain an error.
What will happen if you choose to Step Over (F10) when debugging the Process?
Examine the following diagram which has been extracted from a Blue Prism Process currently being tested in Process Studio:

The 'Access Customer Account* sub-page contains no Breakpoints, however the page does contain an error.
What will happen if you choose to Step Over (F10) when debugging the Process?
정답: A
설명: (ExamPassdump 회원만 볼 수 있음)
문제4
Please refer to the exhibit.

A Developer has configured Environment Lock in the process to ensure duplicate items are not added to the Work Queue What is missing in the logic?
Please refer to the exhibit.

A Developer has configured Environment Lock in the process to ensure duplicate items are not added to the Work Queue What is missing in the logic?
정답: D
설명: (ExamPassdump 회원만 볼 수 있음)
문제5
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.

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.

정답:

Explanation:
* A: [Attempts]
* B: <
* C: [Max Attempts]
So, the final expression should be: [Attempts] < [Max Attempts]
This will correctly check if the current number of attempts is less than the maximum allowed attempts, enabling the process to retry if necessary.
문제6
Consider the following flow in an object:

Which of these statements is true?
Consider the following flow in an object:

Which of these statements is true?
정답: C
설명: (ExamPassdump 회원만 볼 수 있음)
문제7
How would you run a Blue Prism Process on a virtual Digital Worker?
How would you run a Blue Prism Process on a virtual Digital Worker?
정답: B
문제8
Please refer to the exhibit

An automation Start Up page has been created to launch and login to the Blue Prism Portal. The page has no Input or Output Parameters The page is run but causes an Exception What is the cause?
Please refer to the exhibit

An automation Start Up page has been created to launch and login to the Blue Prism Portal. The page has no Input or Output Parameters The page is run but causes an Exception What is the cause?
정답: C
설명: (ExamPassdump 회원만 볼 수 있음)
문제9
Please refer to the exhibits.


All Data Items are of Text Data Type
What is the output once all stages are executed?
Please refer to the exhibits.


All Data Items are of Text Data Type
What is the output once all stages are executed?
정답: A
설명: (ExamPassdump 회원만 볼 수 있음)
문제10
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?
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?
정답: A
설명: (ExamPassdump 회원만 볼 수 있음)
문제11
Please refer to the exhibit.

The above image is that from a Clean Up page in a Business Object.
Which of the following would be the correct use of the Clean up Page?
Please refer to the exhibit.

The above image is that from a Clean Up page in a Business Object.
Which of the following would be the correct use of the Clean up Page?
정답: D
설명: (ExamPassdump 회원만 볼 수 있음)
문제12
A process contains only 4 stages Study the following process flow:

The data Item Result' is a number data item with an initial value of 2.
The calculation stage is configured as follows:

Following the execution of the Perform Calculation stage, which of the following is true?
A process contains only 4 stages Study the following process flow:

The data Item Result' is a number data item with an initial value of 2.
The calculation stage is configured as follows:

Following the execution of the Perform Calculation stage, which of the following is true?
정답: A
문제13
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'?
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'?
정답: A
문제14
When entering an option within the Training Order system the relevant option number is entered into the Option number field as below The Option number input field has been spied in Blue Prism:

The following attribute set has been returned by Application Modeller:

Which Attribute can be un-ticked to ensure consistent visibility of the element to Blue Prism?
When entering an option within the Training Order system the relevant option number is entered into the Option number field as below The Option number input field has been spied in Blue Prism:

The following attribute set has been returned by Application Modeller:

Which Attribute can be un-ticked to ensure consistent visibility of the element to Blue Prism?
정답: B
설명: (ExamPassdump 회원만 볼 수 있음)