ExamGecko
Home Home / Blue Prism / APD01

Blue Prism APD01 Practice Test - Questions Answers, Page 4

Question list
Search
Search

List of questions

Search

Related questions











When spying an element how does Application Manager work out the best selection of element attributes?

A.
It uses the application details entered in the Application Manager set up.
A.
It uses the application details entered in the Application Manager set up.
Answers
B.
It learns from the elements spied previously to determine the best choice of attributes.
B.
It learns from the elements spied previously to determine the best choice of attributes.
Answers
C.
The application informs Application Manager how the element should be identified.
C.
The application informs Application Manager how the element should be identified.
Answers
D.
It cannot, the developer must determine the ideal selection.
D.
It cannot, the developer must determine the ideal selection.
Answers
Suggested answer: B

An application needs to be interfaced with as part of a business process your team has been asked to automate using Blue Prism. The business process uses 30 different screens in the application.

When thinking of your Object Design which of these statements are true? (Select all that apply.)

A.
Your object design should have multiple Blue Prism Objects for this one application to allow multiple developers to develop the application object layer at the same time.
A.
Your object design should have multiple Blue Prism Objects for this one application to allow multiple developers to develop the application object layer at the same time.
Answers
B.
Your object design should have one object for your application to make change control and reuse easier.
B.
Your object design should have one object for your application to make change control and reuse easier.
Answers
C.
An object design is not required if an Agile delivery methodology is being used. Agile methodology does not require design documents.
C.
An object design is not required if an Agile delivery methodology is being used. Agile methodology does not require design documents.
Answers
D.
Your object design should have multiple Blue Prism Objects for this one application to reduce the risk of future changes that are made.
D.
Your object design should have multiple Blue Prism Objects for this one application to reduce the risk of future changes that are made.
Answers
E.
To ensure your actions have the correct level of granularity your object design would contain at least 30 actions.
E.
To ensure your actions have the correct level of granularity your object design would contain at least 30 actions.
Answers
Suggested answer: D

Which of the following techniques is most suitable for extracting text from a PDF Document which is a scan of a hand written document?

A.
Use Global Mouse Clicks and Global Send Keys to extract the PDF text to the Windows clipboard and use Blue Prism utilities or functions to extract the text from the clipboard
A.
Use Global Mouse Clicks and Global Send Keys to extract the PDF text to the Windows clipboard and use Blue Prism utilities or functions to extract the text from the clipboard
Answers
B.
Use the Adobe Acrobat API to export or convert the PDF document into another format such as XML or Microsoft Word
B.
Use the Adobe Acrobat API to export or convert the PDF document into another format such as XML or Microsoft Word
Answers
C.
Use the 'Read Text with OCR' option of a Blue Prism Read Stage on Regions
C.
Use the 'Read Text with OCR' option of a Blue Prism Read Stage on Regions
Answers
D.
None of these options
D.
None of these options
Answers
Suggested answer: C

Explanation:

Reference: https://www.quora.com/How-can-you-work-with-PDF-files-in-Blue-Prism

Which of the following techniques is most suitable for extracting text from a PDF Document which originated as a Microsoft Word Document and was saved as a read only PDF?

A.
Use Global Mouse Clicks and Global Send Keys to extract the PDF text to the Windows clipboard and use Blue Prism utilities or functions to extract the text from the clipboard
A.
Use Global Mouse Clicks and Global Send Keys to extract the PDF text to the Windows clipboard and use Blue Prism utilities or functions to extract the text from the clipboard
Answers
B.
Use the 'Read Text with OCR' option of a Blue Prism Read Stage on Win32 Elements
B.
Use the 'Read Text with OCR' option of a Blue Prism Read Stage on Win32 Elements
Answers
C.
Use the 'Get Text' option of a Blue Prism Read Stage on Regions
C.
Use the 'Get Text' option of a Blue Prism Read Stage on Regions
Answers
D.
None of these options
D.
None of these options
Answers
Suggested answer: A

Explanation:

Reference: https://www.quora.com/How-can-you-work-with-PDF-files-in-Blue-Prism

The ‘Agent’ field on the first row of the table below has been spied as a Region:

A Read Stage is using the ‘Recognise Text’ Data option to read some text from the Region. The result from the stage is shown in the following data item:

Which of the following could be a valid reason for this?

A.
The application may not have been activated before the Read Stage was executed
A.
The application may not have been activated before the Read Stage was executed
Answers
B.
The Font specified in the Read stage does not exist in the Blue Prism database
B.
The Font specified in the Read stage does not exist in the Blue Prism database
Answers
C.
Font Smoothing has been switched off on the Robot PC
C.
Font Smoothing has been switched off on the Robot PC
Answers
D.
The Object is not attached the application
D.
The Object is not attached the application
Answers
Suggested answer: A

When using Surface Automation which of the following Navigate Stage Actions should be used to press a button which has been identified as a Region?

A.
Press
A.
Press
Answers
B.
None of these
B.
None of these
Answers
C.
Send Keys
C.
Send Keys
Answers
D.
Mouse Click Centre
D.
Mouse Click Centre
Answers
Suggested answer: D

When using Surface Automation which of the following is a valid Action within a Read Stage to read a numeric value from a field which has been identified as a Region?

A.
Read Text
A.
Read Text
Answers
B.
Read Text with OCR
B.
Read Text with OCR
Answers
C.
Get Current Value
C.
Get Current Value
Answers
D.
Get Window Attribute
D.
Get Window Attribute
Answers
Suggested answer: C

Which of the following Element Types is it possible to read an image from?

A.
Win32
A.
Win32
Answers
B.
Active Accessibility
B.
Active Accessibility
Answers
C.
HTML
C.
HTML
Answers
D.
Java
D.
Java
Answers
E.
1 only
E.
1 only
Answers
F.
2 only
F.
2 only
Answers
G.
All of the above
G.
All of the above
Answers
H.
None of the above
H.
None of the above
Answers
Suggested answer: B

When using Surface Automation which of the following statements about pressing a button is true?

A.
It is possible to press a button which is identified as a Region using the "Global Mouse Click Centre" action of a Navigate Stage
A.
It is possible to press a button which is identified as a Region using the "Global Mouse Click Centre" action of a Navigate Stage
Answers
B.
You must use keystrokes to tab to the button before pressing it.
B.
You must use keystrokes to tab to the button before pressing it.
Answers
C.
You can press the button by using the native "Press" action in a Navigate stage
C.
You can press the button by using the native "Press" action in a Navigate stage
Answers
D.
You can only press a button by sending the button's associated shortcut keystrokes.
D.
You can only press a button by sending the button's associated shortcut keystrokes.
Answers
Suggested answer: A

Using Surface Automation there is requirement to enter a note in the Note field on the screen below:

The Note Box element has been spied as a Region:

On Launching the Add Note screen, the cursor is in the Name field and the Notes field will be empty. Which of the following is the most appropriate sequence of stages to enter the note into the Note field?

A.
Send a Global Mouse Click Centre to the Note Box element, followed by a tiny unconditional wait stage, followed by a Global Send Keys to the application.
A.
Send a Global Mouse Click Centre to the Note Box element, followed by a tiny unconditional wait stage, followed by a Global Send Keys to the application.
Answers
B.
Use a Write stage to write data to the Note Box element
B.
Use a Write stage to write data to the Note Box element
Answers
C.
Send a Global Mouse Click Centre to the Note Box element, followed by a tiny unconditional wait stage, followed by a Write Stage to the Note Box element
C.
Send a Global Mouse Click Centre to the Note Box element, followed by a tiny unconditional wait stage, followed by a Write Stage to the Note Box element
Answers
D.
Send a Global Mouse Click Centre to the Note Box element, followed by a tiny unconditional wait stage, followed by a Global Send Keys to the Note Box element
D.
Send a Global Mouse Click Centre to the Note Box element, followed by a tiny unconditional wait stage, followed by a Global Send Keys to the Note Box element
Answers
Suggested answer: C
Total 51 questions
Go to page: of 6