ExamGecko
Home Home / Blue Prism / AD01

Blue Prism AD01 Practice Test - Questions Answers, Page 11

Question list
Search
Search

List of questions

Search

Related questions











Consider the following process flow from the Main Page of a process in Process Studio:

Thinking about the standard Blue Prism Process Templates, what is wrong with this Main Page process flow?

A.
There is nothing wrong with the Main Page flow shown in the image, it is a copy of Blue Prism's standard Process Template
A.
There is nothing wrong with the Main Page flow shown in the image, it is a copy of Blue Prism's standard Process Template
Answers
B.
The Stop? decision stage should be removed from the process flow, as Stop time is Configured either within the Scheduler process are stopped via Control Room.
B.
The Stop? decision stage should be removed from the process flow, as Stop time is Configured either within the Scheduler process are stopped via Control Room.
Answers
C.
The Mam Page process flow is too high level For better visibility of the process logic the flow steps hidden m the sub-pages should al be on the main page instead.
C.
The Mam Page process flow is too high level For better visibility of the process logic the flow steps hidden m the sub-pages should al be on the main page instead.
Answers
D.
There is no exception handling on this Main Page so any exceptions that 'bubble up' will cause the process to terminate rather than exceptions being handled correctly.
D.
There is no exception handling on this Main Page so any exceptions that 'bubble up' will cause the process to terminate rather than exceptions being handled correctly.
Answers
E.
The Reset Global Data page is not required because sub-page within a process should always use input parameter rather than global data items. There should be no global data to reset.
E.
The Reset Global Data page is not required because sub-page within a process should always use input parameter rather than global data items. There should be no global data to reset.
Answers
Suggested answer: D

Which of the following can you perform in me System -> Workflow area of Blue Prism? (select all that apply)

A.
View the contents of a Work Queue
A.
View the contents of a Work Queue
Answers
B.
Refresh a Work Queue
B.
Refresh a Work Queue
Answers
C.
Encrypt a Work Queue
C.
Encrypt a Work Queue
Answers
D.
create a Work Queue
D.
create a Work Queue
Answers
Suggested answer: C, D

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?

A.
The Resume stage is not within the same Exception Block as the Recover stage and therefore will not work
A.
The Resume stage is not within the same Exception Block as the Recover stage and therefore will not work
Answers
B.
There is a potential for an infinite loop if the Credentials' stage keeps throwing an exception for some unforeseen reason
B.
There is a potential for an infinite loop if the Credentials' stage keeps throwing an exception for some unforeseen reason
Answers
C.
The credentials stage is a read stage not a write stage
C.
The credentials stage is a read stage not a write stage
Answers
D.
There is no need for a wait stage in the flow
D.
There is no need for a wait stage in the flow
Answers
Suggested answer: B

Which of the following indicates a case has been worked successfully in a Work Queue?

B)

C)

D)

A.
Option A
A.
Option A
Answers
B.
Option B
B.
Option B
Answers
C.
Option C
C.
Option C
Answers
D.
Option D
D.
Option D
Answers
Suggested answer: A

When working with the orders area of the Centrix Data Solutions order system, there is a requirement to enter an order menu option in the field located above the Go button:

The menu option field element in Application Modeller has been configured as follows:

Which Attribute should be un-ticked to ensure the menu option field element can be consistently recognized?

A.
Visible
A.
Visible
Answers
B.
Class Name
B.
Class Name
Answers
C.
Enabled
C.
Enabled
Answers
D.
Window Text
D.
Window Text
Answers
E.
Screen Visible
E.
Screen Visible
Answers
Suggested answer: D

Please refer to the exhibit.

Here's one of the Actions in a Business Object that is used to place orders in an application.

What best practice for Object Design is NOT followed in this Action page?

A.
Use a conditional Wait stage to confirm the screen change
A.
Use a conditional Wait stage to confirm the screen change
Answers
B.
The timeout of the Wart stage should lead to a System Exception
B.
The timeout of the Wart stage should lead to a System Exception
Answers
C.
An action page should first confirm if the application is connected
C.
An action page should first confirm if the application is connected
Answers
D.
Avoid applying business rules and decision-making logic in an Action
D.
Avoid applying business rules and decision-making logic in an Action
Answers
Suggested answer: D

Explanation:

The provided diagram represents an Action page in a Business Object that is used to place orders. According to best practices for Object Design in Blue Prism, actions should primarily focus on interacting with the application rather than containing business rules or decision-making logic. The following points explain why Option D is the correct answer:

Avoid applying business rules and decision-making logic in an Action (Option D): Business rules and decision-making should be handled in Process Studio, not in Object Studio. The decision regarding 'Quantity Under Limit?' in the diagram is a business rule and should be part of the process logic, not the object logic.

Other options are essential best practices but are not violated here:

Use a conditional Wait stage to confirm the screen change (Option A): This is followed as the diagram shows a Wait stage confirming the screen change.

The timeout of the Wait stage should lead to a System Exception (Option B): This is followed as the diagram shows a system exception being thrown upon a timeout.

An action page should first confirm if the application is connected (Option C): This is followed as the action begins by checking the connection to the 'New Order Window.'

Reference Refer to Blue Prism's best practices for Object Design, which emphasize separating process logic and object interaction logic.

There are multiple rows of conditions in the Properties window of the Wait Stage. Which of the following is TRUE?

A.
The Wait Stage will sequentially check each condition, it does not require all conditions to be met
A.
The Wait Stage will sequentially check each condition, it does not require all conditions to be met
Answers
B.
If all conditions are met before the TimeOut penrid expires, the process will continue
B.
If all conditions are met before the TimeOut penrid expires, the process will continue
Answers
C.
If no conditions are met, an internal error will appear and terminate the process
C.
If no conditions are met, an internal error will appear and terminate the process
Answers
D.
The Wait Stage will simultaneously check all conditions and follow the logic of whichever condition is met first
D.
The Wait Stage will simultaneously check all conditions and follow the logic of whichever condition is met first
Answers
Suggested answer: B

Explanation:

In Blue Prism, the Wait stage is used to pause the process until specific conditions are met or a timeout occurs. The following points explain why Option B is the correct answer:

If all conditions are met before the TimeOut period expires, the process will continue (Option B): This is the correct behavior of the Wait stage. If the specified conditions are met before the timeout period, the process will continue without waiting for the entire timeout duration.

The other options are incorrect:

The Wait Stage will sequentially check each condition, it does not require all conditions to be met (Option A): This is incorrect because the Wait stage does not check conditions sequentially but rather waits for any specified condition to be met.

If no conditions are met, an internal error will appear and terminate the process (Option C): This is incorrect; if no conditions are met within the timeout period, the process will follow the timeout path, which may or may not terminate the process depending on how it is handled.

The Wait Stage will simultaneously check all conditions and follow the logic of whichever condition is met first (Option D): This is incorrect because the Wait stage waits for any one of the conditions to be met before the timeout, rather than following the logic of the first met condition.

Reference Refer to Blue Prism's documentation on the Wait stage and its behavior in processes, highlighting how conditions and timeouts are managed.

Please refer to the exhibit.

When clicking the drop-down on Identify in the Application Modeller, what is the difference between the Spy Element option and the Navigator options?

A.
Spy Element enables you to identify an element using their attributes, and the Navigator options are used for visible elements on the screen
A.
Spy Element enables you to identify an element using their attributes, and the Navigator options are used for visible elements on the screen
Answers
B.
Spy Element enables you to identify an element to use in the Application Modeller and the Navigator options are used for debugging when a match cannot be found
B.
Spy Element enables you to identify an element to use in the Application Modeller and the Navigator options are used for debugging when a match cannot be found
Answers
C.
Spy Element enables you to choose from a tree of possible elements to use in the Application Modeller, and the Navigator options require you to visually find and manually select the element to identify
C.
Spy Element enables you to choose from a tree of possible elements to use in the Application Modeller, and the Navigator options require you to visually find and manually select the element to identify
Answers
D.
Spy Element enables you to manually identify an element to use in the Application Modeller, and the Navigator options displays a tree of elements available to choose from
D.
Spy Element enables you to manually identify an element to use in the Application Modeller, and the Navigator options displays a tree of elements available to choose from
Answers
Suggested answer: D

Explanation:

In Blue Prism's Application Modeller, the 'Identify' button offers different options for identifying and working with elements in an application. Understanding the difference between the 'Spy Element' and 'Navigator' options is crucial for effective element identification and automation design.

Spy Element (Option D): This option allows you to manually identify an element to use in the Application Modeller. When you select 'Spy Element,' you manually click on the element within the application to capture its attributes and use them for automation.

Navigator Options (Option D): The Navigator options, including 'Open Application Navigator' and 'Open UI Automation Navigator,' display a tree of elements available to choose from. These navigators allow you to browse through a hierarchical view of elements in the application, making it easier to select and identify elements that might be difficult to manually spy.

The other options are incorrect because:

Option A: This does not accurately describe the functionality of the Spy Element and Navigator options.

Option B: This option misrepresents the primary use of the Navigator options, which is for browsing and selecting elements rather than debugging.

Option C: This is the reverse of the actual functionality. The Spy Element is used for manual identification, while the Navigator options display a tree of elements.

Reference Consult Blue Prism's documentation and user guides on Application Modeller and element identification methods to understand the distinct functionalities of Spy Element and Navigator options.

Please refer to the exhibits.

The Developer needs to ensure Blue Prism best practices are followed in respect to naming conventions and layout

How would the Developer build an Object that Logs into the Application, and then Navigates the Orders page left-hand menu?

A)

B)

C)

D)

A.
Option A
A.
Option A
Answers
B.
Option B
B.
Option B
Answers
C.
Option C
C.
Option C
Answers
D.
Option D
D.
Option D
Answers
Suggested answer: C

Explanation:

To ensure Blue Prism best practices are followed in respect to naming conventions and layout, the developer should design the object with the following action pages: Launch, Attach, Login, Navigate, and Terminate. Each of these action pages serves a distinct purpose, making the object modular and easier to maintain.

Launch: This action page is used to start the application.

Attach: This action page is used to attach to the running instance of the application.

Login: This action page is used to handle the login process.

Navigate: This action page is used to navigate through different menus or pages within the application.

Terminate: This action page is used to close the application properly.

Option C follows these best practices by including Launch, Attach, Login, Navigate, and Terminate action pages, ensuring the object is well-structured and adheres to naming conventions.

The other options do not fully comply with these best practices:

Option A: Does not include a Terminate action page, which is important for cleanly closing the application.

Option B: Uses 'Orders' instead of a more generic 'Navigate' and does not include Terminate.

Option D: Similar to Option C but uses 'Centrix Data Solutions - Basic Actions' instead of the more specific naming convention 'Basic Actions -- Centrix 01.'

Reference Refer to Blue Prism's best practices documentation on Object Design, emphasizing modularity, clear naming conventions, and distinct action pages for different functionalities.

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?

A.
Focus will return to the Start stage in the Process Studio
A.
Focus will return to the Start stage in the Process Studio
Answers
B.
Focus will move to the Start stage on the Launch action
B.
Focus will move to the Start stage on the Launch action
Answers
C.
Application window will be closed
C.
Application window will be closed
Answers
D.
Application window will remain open
D.
Application window will remain open
Answers
Suggested answer: B

Explanation:

Reset Action in Business Object:

When debugging an action page within a Business Object, clicking the Reset button will reset the focus to the Start stage of the current page.

Launch Action:

If the current action page includes stages that interact with an application, the focus will typically return to the Start stage of the Launch action, ensuring that the application is in the correct state for the next steps.

Application Window:

Resetting the action page does not automatically close the application window unless explicitly programmed to do so within the actions.

Blue Prism documentation on debugging and Business Object behavior during resets.

Total 189 questions
Go to page: of 19