ExamGecko
Home Home / Blue Prism / AD01

Blue Prism AD01 Practice Test - Questions Answers, Page 4

Question list
Search
Search

List of questions

Search

Related questions











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.
1
A.
1
Answers
B.
15
B.
15
Answers
C.
The loop will be infinite
C.
The loop will be infinite
Answers
D.
It's impossible to tell. There is no loop counter.
D.
It's impossible to tell. There is no loop counter.
Answers
Suggested answer: B

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.

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'
A.
Data Item Output Value contains ''A'
Answers
B.
Data Item Output Value contains 'B'
B.
Data Item Output Value contains 'B'
Answers
C.
Data Item Output Value contains 'C'
C.
Data Item Output Value contains 'C'
Answers
D.
An Internal Exception will be thrown
D.
An Internal Exception will be thrown
Answers
Suggested answer: D

Study the following process flow:

This is the Mam Page of a simple process which calls the Page Calculation before completing The data items are configured as follows:

* X is a Number data item with an initial value of 20

* Y is a Number data item with an initial value of 5

* Result is a Number data item with no initial value

The Calculation Page stage is configured as follows:

The Calculation Page is as follows:

The Data Items are configured as follow:

* X is a Number data item with an initial value of 10

* Y is a Number data item with an initial value of 5

* Result is a Number data item with no initial value

The Start Stage is configured pass through the X and Y values as input parameters.

The divide calculation stage expression is [X] / [Y]

The end stage is configured to pass back the results value as an output parameter.

What will be contained in the Result Data Item on the Mam Page following the execution of the Process?

A.
0
A.
0
Answers
B.
No Value
B.
No Value
Answers
C.
2
C.
2
Answers
D.
4
D.
4
Answers
Suggested answer: D

Study the following configuration

Which of the following statements is correct?

A.
When the configuration is run in Control Room, it will become stuck in an infinite loop
A.
When the configuration is run in Control Room, it will become stuck in an infinite loop
Answers
B.
When the configuration is run in Control Room, it will become stuck in an infinite loop until the 'Switch' Session Variable is changed to True in System Manager
B.
When the configuration is run in Control Room, it will become stuck in an infinite loop until the 'Switch' Session Variable is changed to True in System Manager
Answers
C.
When the configuration is run in Control Room, it will become stuck in an infinite loop until the 'Switch' Session Variable is changed to True in the Control Room
C.
When the configuration is run in Control Room, it will become stuck in an infinite loop until the 'Switch' Session Variable is changed to True in the Control Room
Answers
D.
When the configuration is run in Control Room, it will fail with an internal error on the first execution of the 'Switch?' stage with the error: Decision did not result in a yes/no
D.
When the configuration is run in Control Room, it will fail with an internal error on the first execution of the 'Switch?' stage with the error: Decision did not result in a yes/no
Answers
Suggested answer: C

Explanation:

Environment variables value will only be change when the next time process runs and the session variables will change immediately on change in control room.

Session variables values will only be change from the control room and the env variables is only change from the system manager.

Consider the following flow in an object:

Which of the following statements are true?

A.
There just needs to be a wait stage after the start stage to correct this action.
A.
There just needs to be a wait stage after the start stage to correct this action.
Answers
B.
There should be a wait stage after every stage in this flow (i.e. after the navigate, read, write stages.
B.
There should be a wait stage after every stage in this flow (i.e. after the navigate, read, write stages.
Answers
C.
If during testing in object studio this flow works, no additional wait stages should be added as they will slow the interface down.
C.
If during testing in object studio this flow works, no additional wait stages should be added as they will slow the interface down.
Answers
D.
There should be an intelligent wait stage after the start stage and after any stage that cause the application we are interfacing with to change
D.
There should be an intelligent wait stage after the start stage and after any stage that cause the application we are interfacing with to change
Answers
Suggested answer: D

Explanation:

Intelligent wait stage should always be used after every stage and that should be minute wait to overcome the lag when the application runs and on wait should only be used when some of action interfacing the screens or any updating is going on as per the best practices pdf

A screen contains four buttons, Find, Save, Close and New. When the buttons are spied, the attributes are identical except for the Window Text attribute.

The values for the Windows Text attribute are Find' for the Find button. 'Save' for the Save button, Close' for the Close button and New' for the New

Button.

The Dynamic Button element has been spied and has the following attributes set:

What additional configuration is required to ensure the Close button is selected by the Navigate stage?

A.
Set the Mouse Button value to Close'
A.
Set the Mouse Button value to Close'
Answers
B.
The Params button must be selected and the parameter configured to override the Window Text attribute value to 'Close'
B.
The Params button must be selected and the parameter configured to override the Window Text attribute value to 'Close'
Answers
C.
It is not possible to select the Close button using the Dynamic Button element because the value is set to 'Find in the Application Modeller
C.
It is not possible to select the Close button using the Dynamic Button element because the value is set to 'Find in the Application Modeller
Answers
D.
A new element is required with the Window Text value set to 'Close and the Match Type set to equal
D.
A new element is required with the Window Text value set to 'Close and the Match Type set to equal
Answers
Suggested answer: B

Explanation:

Reason: When passing the values in the Parameter the parameter should be configured with respect to the window text and pass as the value ''close'' as other attributes are identical we only have window text to make our fingerprint unique.

You identify an element in Application Modeller but when you highlight or use that element Blue Prism gives you an error message saying that duplicate elements were found.

Which of the following statements is true?

A.
It is common for duplicate elements to be found based upon the attributes that are ticked by default using the Blue Prism product. Time needs to be spent experimenting with the attribute ticks until a unique, reliable, and consistent selection of attributes are found.
A.
It is common for duplicate elements to be found based upon the attributes that are ticked by default using the Blue Prism product. Time needs to be spent experimenting with the attribute ticks until a unique, reliable, and consistent selection of attributes are found.
Answers
B.
It will not be possible to interface with the element in a unique way. You will need to use Surface Automation techniques for this element.
B.
It will not be possible to interface with the element in a unique way. You will need to use Surface Automation techniques for this element.
Answers
C.
A code stage interface will need to be created and used for this application, this will give you more flexibility to interact with the application elements.
C.
A code stage interface will need to be created and used for this application, this will give you more flexibility to interact with the application elements.
Answers
D.
You will need to make the attributes you have selected dynamic. This will allow your flow to loop around, incrementing the attribute value until the correct element is found and used.
D.
You will need to make the attributes you have selected dynamic. This will allow your flow to loop around, incrementing the attribute value until the correct element is found and used.
Answers
Suggested answer: A

Explanation:

Reason: Is is common as the duplicate elements we are found by default as the attributes are provided by the application not by the blue prism. how do make our elements unique is not done by practicing and experience. ( This is also mentioned in the Foundation course and as well as in other Pdf too)

Which of the following statements about Business Objects is true?

A.
It is Blue Prism best practice to include business rules within Business Objects
A.
It is Blue Prism best practice to include business rules within Business Objects
Answers
B.
A Business Object is configured in the Studio area of Blue Prism
B.
A Business Object is configured in the Studio area of Blue Prism
Answers
C.
A Business Object can be exposed to Control Room
C.
A Business Object can be exposed to Control Room
Answers
D.
Logging of individual stages is not configurable in Business Objects
D.
Logging of individual stages is not configurable in Business Objects
Answers
Suggested answer: B

Explanation:

Reason: As the business object is only configure in the Object studio.

Rest all other reasons are failed.

A Blue Prism solution works fine when developing and testing it in Process and Object studio but when it is ran in Control Room exceptions occur because of screen elements not being found. What is the most likely cause?

A.
The most likely cause for the errors is that your application has changed.
A.
The most likely cause for the errors is that your application has changed.
Answers
B.
The most likely cause for the errors seen in Control Room is that best practice use of wait stages has not been followed.
B.
The most likely cause for the errors seen in Control Room is that best practice use of wait stages has not been followed.
Answers
C.
The most likely cause for the errors is that the Object Studio action has not been published and therefore cannot be used by the Process in control room.
C.
The most likely cause for the errors is that the Object Studio action has not been published and therefore cannot be used by the Process in control room.
Answers
D.
The most likely cause for the exceptions is that best practice exception handling has not been incorporated into the Process.
D.
The most likely cause for the exceptions is that best practice exception handling has not been incorporated into the Process.
Answers
Suggested answer: B

Explanation:

Reason: This is because when we are running the process in testing and development phase at time the speed of running the process is slow, that's why it ran properly and when we haven't give the proper wait stage and when the process ran in control room the exception occurs as the process ran in full speed so the process is not having the time to wait.

This is mentioned in the Process creation exercise or Lifecycle exercise.

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 A
A.
Exhibit A
Answers
B.
Exhibit B
B.
Exhibit B
Answers
C.
Exhibit C
C.
Exhibit C
Answers
D.
Exhibit D
D.
Exhibit D
Answers
Suggested answer: D

Explanation:

For window application to ensure the new screen is in focus We need to activate the New screen as not the application

Total 189 questions
Go to page: of 19