ExamGecko
Home Home / Blue Prism / AD01

Blue Prism AD01 Practice Test - Questions Answers, Page 5

Question list
Search
Search

Related questions











You identify an element in Application Modeller and it highlights uniquely and can be used in your object flow diagram. The next day you find that Blue Prism cannot no longer identify the same element, your object flow is giving you 'Element not found' exceptions. Which of the following statements is true?

A.
This must be an environment issue. The Blue Prism environment must be consistent and persistent, and an element that worked one day and does not work the next day suggests the environment is changeable. The IT team supporting the environment needs to be contacted to fix the problem.
A.
This must be an environment issue. The Blue Prism environment must be consistent and persistent, and an element that worked one day and does not work the next day suggests the environment is changeable. The IT team supporting the environment needs to be contacted to fix the problem.
Answers
B.
The Blue Prism product support team should be contacted to report the issue. This signifies an inconsistency in how the Blue Prism product is working which needs to be fixed.
B.
The Blue Prism product support team should be contacted to report the issue. This signifies an inconsistency in how the Blue Prism product is working which needs to be fixed.
Answers
C.
This suggests that Best Practice exception handling has not been implemented in the object. A retry loop around the object stages that are using the element will probably fix the problem
C.
This suggests that Best Practice exception handling has not been implemented in the object. A retry loop around the object stages that are using the element will probably fix the problem
Answers
D.
It is common for consistency issues to be found during configuration/development testing. The most likely cause is that an attribute has been selected for the element that is changeable, such as a window title with a date, or a URL The developer needs to ensure that any changeable attributes are unticked.
D.
It is common for consistency issues to be found during configuration/development testing. The most likely cause is that an attribute has been selected for the element that is changeable, such as a window title with a date, or a URL The developer needs to ensure that any changeable attributes are unticked.
Answers
Suggested answer: D

Explanation:

Reason: This is happening when identifying the elements in application modeler some of the details which are changing on the different environment and while identifying the elements in application modeler the developer takes the element whose values are changing and when the application run on the different path at that point of the time the process is able to expecting values eg same url, date or title but it is not at there so the process terminates. Follow the best practice for this.

When automating a Windows application what type of stage is configured to perform a Global Send Key Events?

A.
Notes Stage
A.
Notes Stage
Answers
B.
Read Stage
B.
Read Stage
Answers
C.
Write Stage
C.
Write Stage
Answers
D.
Navigate Stage
D.
Navigate Stage
Answers
Suggested answer: D

Explanation:

Reason: Global send key events and global keys are not passed through the navigate stage.

Consider the following flow in an object:

Which of these statements is true?

A.
The flow shown in the diagram is correct, the wart stages are all adding a high level of robustness to the action
A.
The flow shown in the diagram is correct, the wart stages are all adding a high level of robustness to the action
Answers
B.
The wait stages after read and write stages should be removed they are not required and are lowing the flow down
B.
The wait stages after read and write stages should be removed they are not required and are lowing the flow down
Answers
C.
The wait stages after read stages should be removed, the wart stages after write stages should be left because the application will have been changed
C.
The wait stages after read stages should be removed, the wart stages after write stages should be left because the application will have been changed
Answers
D.
Only the first wait stage in this flow is required, all the other wait stages should be removed.
D.
Only the first wait stage in this flow is required, all the other wait stages should be removed.
Answers
Suggested answer: B

Explanation:

Reason: There is no wait stage required after Read and write stage as it makes the process lengthy here, because here no activity is performed which are taking time to read and write so wait is not useful.

Here wait is required for search fields as there the activity is happening in which it is required for wait.

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?

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

Explanation:

Reason: As the window text is not unique when the value is changed and bp is able to spied at time a error would come. So there is no use of window text.

What is the syntax for using a collection field in an expression?

A.
Like this MyCollection(MyField)
A.
Like this MyCollection(MyField)
Answers
B.
Like this MyCollection[MyField]
B.
Like this MyCollection[MyField]
Answers
C.
Like this [MyCollection[MyField]]
C.
Like this [MyCollection[MyField]]
Answers
D.
Like this MyCollection.MyField
D.
Like this MyCollection.MyField
Answers
E.
Like this [MyCollection.MyField]
E.
Like this [MyCollection.MyField]
Answers
Suggested answer: E

Explanation:

Reason: collection name or data type should always pass in square braces. And if you want to pass any column from the collection than use it as a dot notation after the collection name in the same braces. (You can check this in foundation course or by doing practically)

When configuring an object's run mode which of the following is true?

A.
Setting the run mode to foreground will give the object priority over the target system ahead of any other Business Object.
A.
Setting the run mode to foreground will give the object priority over the target system ahead of any other Business Object.
Answers
B.
Setting the run mode to exclusive will ensure only one process runs on that resource at a time.
B.
Setting the run mode to exclusive will ensure only one process runs on that resource at a time.
Answers
C.
Setting the run mode to background will enable the object to run at the same time as foreground and background objects on the same resource.
C.
Setting the run mode to background will enable the object to run at the same time as foreground and background objects on the same resource.
Answers
D.
Leaving the run mode blank will allow any number of processes and objects to run at the same time on the same resource.
D.
Leaving the run mode blank will allow any number of processes and objects to run at the same time on the same resource.
Answers
Suggested answer: C

Which of the following Stages can be found in Process Studio AND Object Studio?

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: B

Explanation:

Reason: Only the choice stage is found in both process and object studio rest all other stages are found only in the object studio.

When considering an element's attributes in Application Modeller which of the following statements are true? (select all that apply)

A.
The attributes are provided to Blue Prism by the Target System
A.
The attributes are provided to Blue Prism by the Target System
Answers
B.
The initial selection of attributes made by Blue Prism will always be the optimum attribute set for the element
B.
The initial selection of attributes made by Blue Prism will always be the optimum attribute set for the element
Answers
C.
The list of attributes may vary from application type to application type
C.
The list of attributes may vary from application type to application type
Answers
D.
Selected attributes are shown as ticks in the Match column of Application Modeller
D.
Selected attributes are shown as ticks in the Match column of Application Modeller
Answers
Suggested answer: A, C, D

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.

A business object needs to use a Global Send Keys stage to populate the User Name field in an application entitled Workflow. The application is in focus and cursor is in the User Name field. In order to configure the Global Send Keys, which element needs to be placed in the Element field of the stage below?

A.
Workflow
A.
Workflow
Answers
B.
Main Window
B.
Main Window
Answers
C.
Login Window
C.
Login Window
Answers
D.
Username (Edit Field)
D.
Username (Edit Field)
Answers
Suggested answer: D

Explanation:

Reason: As we need to pass the values in the username so the values of username to be passed only in the username element. As Rest other options are having only the outer area of the spied application.

How can a session variable value be updated when a process is running? (select all that apply)

A.
By using the Internal - Session Variables business object.
A.
By using the Internal - Session Variables business object.
Answers
B.
By pausing the Session Variables work queue.
B.
By pausing the Session Variables work queue.
Answers
C.
By updating the value in Credential Manager.
C.
By updating the value in Credential Manager.
Answers
D.
By updating the value in Control Room.
D.
By updating the value in Control Room.
Answers
Suggested answer: D

Explanation:

Reason: Session variable values to be update only in the Control room.

Below is the reference.

Total 189 questions
Go to page: of 19