AUTOMATION ANYWHERE
RPA ADVANCED PRACTICE
TEST COMPLETE 60
QUESTIONS
Question 1: A web application generates a dierent HTML id every time the page loads. Which Recorder strategy is most likely to make the automation more resilient?
Choices:
1) Increase the desktop resolution before every run 2) Keep the changing HTML id as the only search property 3) Replace the Recorder action with a xed mouse coordinate 4) Use stable properties such as a reliable CSS selector or DOMXPath and remove volatile properties Correct Answer: Use stable properties such as a reliable CSS selector or DOMXPath and remove volatile properties Explanation: Recorder reliability improves when volatile properties are excluded and stable object properties are used. Automation Anywhere specically recommends avoiding properties that can change between page loads and favoring stable selectors such as DOMXPath or CSS selectors.Page 1
Question 2: A bot must click a button while allowing the target application to remain in the background. Which Recorder actions support background processing?
Choices:
1) Click and Get Text only 2) Click, Set Text, and Get Text 3) Click only 4) All Recorder actions
Correct Answer: Click, Set Text, and Get Text
Explanation: Automation 360 documents background processing support for Click, Set Text, and Get Text. Using supported background processing can improve object visibility and bot accuracy without requiring the application to remain foregrounded.Question 3: A product page contains 100 similarly structured product cards. Which Recorder capability is best suited to extract the repeating names, prices, and links into structured columns?
Choices:
1) Secure recording mode 2) Mouse coordinate capture 3) Structure data extraction 4) Application Open program/le
Correct Answer: Structure data extraction
Explanation: Structure data extraction is intended for repeating web objects and can detect repeating data patterns such as lists or product cards, organizing the captured elds into structured columns.Page 2
Question 4: A web application changes its layout and object structure frequently.Which Automation Anywhere capability is specically recommended for highly dynamic web applications?
Choices:
1) PDF Extract text 2) Task Bot Pause 3) Generative Recorder 4) Database Export to data table
Correct Answer: Generative Recorder
Explanation: Automation Anywhere recommends Generative Recorder for web applications that undergo frequent changes and are dynamic in nature, because it is designed to improve resilience when UI structure changes.Question 5: A bot must automate a locally installed desktop copy of Microsoft Excel and run a VBA macro. Which package is the best t?
Choices:
1) Microsoft 365 Excel 2) Excel advanced
3) CSV/TXT
4) Excel basic
Correct Answer: Excel advanced
Explanation: Excel advanced is designed for automating the desktop version of Microsoft Excel installed on the bot device and includes actions such as Run macro.Page 3