[Sep 03, 2021] Get Free Updates Up to 365 days On Developing AD01 Braindumps
Best Quality Blue Prism AD01 Exam Questions
NEW QUESTION 24
Which of the following indicates a case in a Work Queue is waiting to be worked?
A)
B)
C)
D)
- A. Option D
- B. Option C
- C. Option A
- D. Option B
Answer: B
NEW QUESTION 25
What is the Blue Prism Application Navigator?
- A. It is the spy tool that you drag around the application to identify attributes.
- B. It is Application Modeller functionality to create an application's entire element tree that when selected will highlight individual elements in the application.
- C. It is part of the zoom tool in Process and Object Studio that allows you to instantly jump to different parts of the process map.
- D. It is the Studio list side-bar of Process and Objects.
Answer: C
NEW QUESTION 26
Which of the following statements regarding the use of Worker Queues are correct? (select 2 responses)
- A. Wildcards are not allowed in the Tag Fitter property of the Work Queues business object Get Next Item action
- B. Tags can be used allow flexibility in the order items are worked within a single Work Queue
- C. Work Queue item Status can only be set to Completed or Exception
- D. Control Room allows filtering of the displayed queue items using exact tags and by using wildcards
Answer: A,D
NEW QUESTION 27
Study at the following diagram which is an extract from a process being tested in Process Studio:
There are no breakpoints in the "Access Customer Account" subpage however there is an error What will happen if you choose to step over (F10) when debugging the process?
- A. The process will work all stages in the "Access Customer Account" page until the error is thrown and then focus will move to the "Recover 1 stage.
- B. The process would will all stages in the "Access Customer Account' page until the error is thrown and then focus will move to the stage containing the error on the ''Access Customer Account" page.
- C. The process will work all stages in the; Access Customer Account" page until the error is thrown and then focus will move to the "Get Customer Details" stage.
- D. The process will work all stages in the 'Access Customer Account" page until the error is thrown and then focus would move to the appropriate recover stage on the 'Access Customer Account" page.
Answer: A
NEW QUESTION 28
Study the following page in a process:

Calculation stages will write A, B or C to the Output value data item.
What will be the outcome after the page has run?
- A. Data Item Output Value contains "A"
- B. Data Item Output Value contains "C"
- C. An Internal Exception will be thrown
- D. Data Item Output Value contains "B"
Answer: C
NEW QUESTION 29
The Order System application has been successfully launched and Blue Prism has navigated the application to the following screen:
There is a requirement to ensure this screen is in focus before any further interfacing is done with the screen.
Which is the correct configuration to ensure the New Order screen is in focus?
A)
B)
C)
D)
- A. Exhibit C
- B. Exhibit D
- C. Exhibit B
- D. Exhibit A
Answer: B
NEW QUESTION 30
The following Calculation Stage uses the Today function to get the current date as a date value and place it in a data item entitled "Today".
Which of the following statements is correct?
- A. If the data item "Today" is configured with a Data Type of Date, an exception will be thrown on execution of the calculation stage
- B. If the data item "Today" is configured with a Data Type of DateTime, an exception will be thrown on execution of the calculation stage
- C. None of these statements are correct
- D. If the data item "Today" is configured with a Data Type of Text, an exception will be thrown on execution of the calculation stage
Answer: C
NEW QUESTION 31
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?
- A. StopNow ()
- B. Stop ()
- C. IsStopRequested ()
- D. IsStopRequested?
- E. Stop?
- F. StopNow?
Answer: C
NEW QUESTION 32
Which of the following statements about Business Objects is true?
- A. A Business Object can be exposed to Control Room
- B. It is Blue Prism best practice to include business rules within Business Objects
- C. Logging of individual stages is not configurable in Business Objects
- D. A Business Object is configured in the Studio area of Blue Prism
Answer: D
Explanation:
Reason: As the business object is only configure in the Object studio.
Rest all other reasons are failed.
NEW QUESTION 33
Consider the following flow within an Object Studio action:
The developer of this flow found that writing some credentials to the target application sometimes failed with an exception even though the element exists on the screen. He found that simply catching the exception, waiting for 2 seconds and then retrying fixed the problem.
What problems do you see within the flow? (select 2 responses)
- A. The credentials stage is a read stage not a write stage.
- B. There is a potential for an infinite loop if the 'Credentials' stage keeps throwing an exception for some unforeseen reason.
- C. A block has not been placed around the Write stage and the Recover stage, meaning the credentials action could be unnecessarily retried if another stage further into this action throws an exception.
- D. There is not a Resume stage following the timeout of the Wait stage
Answer: A,C
NEW QUESTION 34
Study the following diagram which is an extract from a process being tested in Process Studio:
There are no breakpoints in the "Access Customer Account" subpage however there is an error.
What will happen if you choose to step over (F10) when debugging the process?
- A. The process will work all stages in the "Access Customer Account" page until the error is thrown and then focus will move to the "Recover1" stage.
- B. The process will work all stages in the "Access Customer Account" page until the error is thrown and then focus will move to the stage containing the error on the "Access Customer Account" page.
- C. The process will work all stages in the "Access Customer Account" page until the error is thrown and then focus would move to the appropriate recover stage on the "Access Customer Account" page.
- D. The process will work all stages in the "Access Customer Account" page until the error is thrown and then focus will move to the "Get Customer Detail" stage.
Answer: C
NEW QUESTION 35
Study the following page in a process:
The calculation stages contain the following:
What will be the outcome after the page has run?
- A. Data Item Output Value contains B
- B. Data Item Output Value contains A
- C. Data Item Output Value contains C
- D. An Internal Exception will be thrown
Answer: D
NEW QUESTION 36
Which of the following indicates a case in a Work Queue is waiting to be worked?
A:
B:
C:
D:
- A. Option D
- B. Option C
- C. Option A
- D. Option B
Answer: B
NEW QUESTION 37
When considering an element's attributes in Application Modeller which of the following statements are true?
(select all that apply)
- A. The initial selection of attributes made by Blue Prism will always be the optimum attribute set for the element
- B. The attributes are provided to Blue Prism by the Target System
- C. Selected attributes are shown as ticks in the Match column of Application Modeller
- D. The list of attributes may vary from application type to application type
Answer: B,C,D
Explanation:
Explanation
Reason: A) when spying the application, blueprism fetch all the elements of the target application only, blue prism doesn't provide any elements of its own.
C) Attributes are vary from application type to type. Attributes are different for windows, browsers, mainframe, java.
D) Reason is below.
NEW QUESTION 38
A process contains only 4 stages. Study the following process below:
The data item 'New Date is a date data item with no initial value.
The calculation stage is configured as follows:
What will happen when you execute the Create Date stage?
- A. 5 days will be added to today's date and the result stored in the New Date data item.
- B. 1 month will be added to today's date and the result stored in the New Date data item.
- C. The process will throw an exception as the New Date data item is null.
- D. 1 week will be added to today's date and the result stored in the New Date data item.
Answer: B
NEW QUESTION 39
The Order System application has been successfully launched and Blue Prism has navigated the application to the following screen:
There is a requirement to ensure this screen is in focus before any further interfacing is done with the screen.
Which is the correct configuration to ensure the New Order screen is in focus?
A)
B)
C)
D)
- A. Exhibit C
- B. Exhibit B
- C. Exhibit D
For window application to ensure the new screen is in focus We need to activate the New screen as not the application. - D. Exhibit A
Answer: C
NEW QUESTION 40 
The data item "Loop Counter" is a number data item and has an initial value of 0. The data item "Max Loops" is a number data item and has an initial value of 10.
The two stages are configured as follows:

How many times will the Loop Again stage be executed when the page is executed?
- A. 0
- B. 1
- C. The loop will be infinite
- D. 2
Answer: D
NEW QUESTION 41
The Work Queue "Customer Onboarding" has a number of Pending Items which may be tagged as
"Domestic", "Retail" or "Business". There is also a tag for the 8 digit product code formatted as "Product Code:
{product code}" e.g. Product Code: CA123456.
What is the correct configuration to get the next item from the queue that:
* Isn't applying for a loan product i.e. Product Code doesn't begin with "LN" And
* Is a domestic customer
- A. Configure "Domestic; -Product Code: LN?" in the Tag Filter parameter
- B. Configure "Domestic + [Product Code] <> LN*" in the Tag Filter parameter
- C. Configure "Domestic and Product Code: <> LN?" in the Tag Filter parameter
- D. Configure "Domestic; -Product Code: LN*" in the Tag Filter parameter
Answer: B
NEW QUESTION 42
Examine the Process below:
An error has been encountered on Page1 and the exception has bubbled up to be recovered in the Recover1 stage. If there is an error in the Calc1 stage which path will the Process take?
- A. The Error will cause the Process to jump to the End Stage
- B. The Error will cause the Process to terminate
- C. The Process will continue to the Resume1 Stage
- D. The Error will be recovered in the Recover2 Stage
Answer: B
NEW QUESTION 43
Study at the following diagram which is an extract from a sub-page of a process being tested in Process Studio:
There are no breakpoints in the "Access Customer Account" subpage however there is an error.
What will happen if you choose to step out (SHIFT+ F11) when debugging the process?
- A. The process will work all stages in the 'Access Customer Account1 page until the error is thrown and then focus would move to the "Recover 1 stage
- B. The process will work all stages in the "Access Customer Account page until the error is thrown and then focus would move to the breakpoint at "Get Customer Details" stage.
- C. The process will work all stages in the "Access Customer Account' page until the error is thrown and then focus would move to the stage containing the error on the "Access Customer Account" page,
- D. The process will work all stages in the "Access Customer Account" page until the error is thrown and then focus would move to the "Exception 1 stage.
Answer: C
NEW QUESTION 44
Examine the following process flow:
The Loop Orders loop is configured to loop through the Orders collection.
How Many times will the 'Process Order' page be executed?
- A. 0
- B. It's impossible to tell. There is no loop counter.
- C. The loop will be infinite
- D. 1
Answer: D
NEW QUESTION 45
Examine the following process flow:
The Loop Orders loop is configured to loop through the Orders collection.
How Many times will the 'Process Order' page be executed?
- A. 0
- B. It's impossible to tell. There is no loop counter.
- C. The loop will be infinite
- D. 1
Answer: D
Explanation:
Explanation
Loop Orders is configuring to the Orders collection and as per the diagram in the order collection there are 15 rows so the loop is run till 15 times and the process order page will executed 15 times.
NEW QUESTION 46
A process contains only 4 stages. Study the following process flow.
The data item New Date is a date data item with no initial value.
The calculation stage is configured as follows:
What will happen when you execute the Create Date stage?
- A. 5 days will be added to today's date and the result stored in the New Date data item.
- B. 1 month will be added to today's date and the result stored in the New Date data item.
- C. The process will throw an exception as the New Date data item is null.
- D. 1 week will be added to today's date and the result stored in the New Date data item.
Answer: B
NEW QUESTION 47
......
Blue Prism Exam Practice Test To Gain Brilliante Result: https://www.dumpstorrent.com/AD01-exam-dumps-torrent.html