ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 109 - AD01 discussion

Report
Export

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
Answers
A.
Option A
B.
Option B
Answers
B.
Option B
C.
Option C
Answers
C.
Option C
D.
Option D
Answers
D.
Option D
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.

asked 16/09/2024
Evans Sajere
22 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first