Blue Prism APD01 Exam Practice Questions (P. 2)
- Full Access (51 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #6
While automating a process involving a browser based application a popup window from the browser application appears that you need to work with. When you try to spy the popup window and its elements, Blue Prism throws the following error: "There was an error during the spying operation." Which of the following would be the most appropriate workaround?
- ASet the HKEY CURRENT USER\Software\Microsoft\Internet Explorer\Main\TabProcGrowth Registry key to 2
- BChange the scope of the process so that the popup window does not need to be automated
- CCreate a new separate object that attaches to the running instance of the popup and attempt to spy elements with this object instead.Most Voted
- DUse Surface Automation techniques to interface with the popup window
Correct Answer:
D
Reference:
https://subscription.packtpub.com/book/business/9781789610444/6/ch06lvl1sec53/surface-automation-with-region-mode
D
Reference:
https://subscription.packtpub.com/book/business/9781789610444/6/ch06lvl1sec53/surface-automation-with-region-mode
send
light_mode
delete
Question #7
Which of the following is a recommend tip for dealing with problems when launching and attaching to Browser Applications?
- AUse the Start Process action of the Utility - Environment Object to launch the application followed by an attach stage to attach to the application
- BHold the target URL in a data item as opposed to it being configured in the Application Modeller Wizard
- CSet the HKEY CURRENT USER\Software\Microsoft\Internet Explorer\Main\TabProcGrowth Registry key to 2
- DUse Surface Automation to automate the application
Correct Answer:
A
Reference:
https://www.rpaforum.net/threads/blue-prism-unable-to-launch-service-manager-services-msc.9643/
A
Reference:
https://www.rpaforum.net/threads/blue-prism-unable-to-launch-service-manager-services-msc.9643/
send
light_mode
delete
Question #8
An action within an object has been written that automates a browser based application. All elements can be spied successfully and the object runs without defect in Object Studio. However, when ran in Control Room, exceptions are thrown that indicate elements cannot be found. This is because elements on the web page do not load all at once, they load slowly one after another instead. Which of the following would be the most appropriate to improve the resilience of the automation?
- AUse a Wait Stage with the Check Exists condition at the start of the action before continuing.
- BUse a Wait Stage with the Parent Document Loaded condition at the start of the action.Most Voted
- CUse a Wait Stage with the Document Loaded condition at the start of the action.
- DDo not spy elements with HTML mode
Correct Answer:
B
Reference:
https://usermanual.wiki/Document/Browser20Automation20Guide.1251117006.pdf
B
Reference:
https://usermanual.wiki/Document/Browser20Automation20Guide.1251117006.pdf
send
light_mode
delete
Question #9
While trying to read a table in a browser based application into a collection an error message appears and the table cannot be read directly into the collection. This happens when using either AA or HTML mode. Which of the following would be the most appropriate workaround?
- ASpy one cell in the table using HTML mode and make the Path attribute dynamic. Use this dynamic element to read the required cells one be one into a collection.
- BUse Surface Automation techniques such as OCR to read the tableMost Voted
- CSet the HKEY CURRENT USER\Software\Microsoft\Internet Explorer\Main\TabProcGrowth Registry key to 2
- DUse the Read HTML action in conjunction with regular expressions to read the table.
Correct Answer:
B
For this you have to use surface automation techniques.
Use Region mode and draw a region which is of width and height of one record and read using Read Text with OCR (Loop this activity by increasing X and Y co- ordinates by the required pixels to read line-by-line until it reaches end of the table).
Reference:
https://www.rpaforum.net/threads/reading-text-inside-image.1571/
B
For this you have to use surface automation techniques.
Use Region mode and draw a region which is of width and height of one record and read using Read Text with OCR (Loop this activity by increasing X and Y co- ordinates by the required pixels to read line-by-line until it reaches end of the table).
Reference:
https://www.rpaforum.net/threads/reading-text-inside-image.1571/
send
light_mode
delete
Question #10
Which of the following statements, about interfacing with browser applications are true? (Choose three.)
- ATo read or write to an HTML element, the element does not have to actually be visible on the screen. As long as the element exists on the currently loaded page reading or writing to it will work.Most Voted
- BHaving the Parent URL attribute checked will result in a faster, more reliable identification of an element
- CElements within a Web Application can be spied using Active Accessibility modeMost Voted
- DWin32 mode can be used to identify the Internet Explorer WindowMost Voted
- EHTML spy mode can be used to identify HTML elements in any browser application
Correct Answer:
CDE
Reference:
https://www.edureka.co/community/41484/what-are-all-the-spying-modes-in-blue-prism
CDE
Reference:
https://www.edureka.co/community/41484/what-are-all-the-spying-modes-in-blue-prism
send
light_mode
delete
All Pages