QuestionQ1
UI automationA developer wants to configure a single Click activity that can click every menu item in the Notepad application's Menu Bar.

Based on the exhibit, what is the correct sequence of steps to update the dynamic variable?
QuestionQ2
Implementation Methodology FundamentalsWhat are the most common challenges when implementing an automation project?
- A Budget constraints and resource limitations.
- B User Acceptance Testing delays and customer availability.
- C Expectation setting, scope creep, and access delays.
- D Unorganized implementation teams and lack of automation maturity.
Community Discussion
QuestionQ3
UI automationWhich selector should be modified, in accordance with best practices, to ensure dependable and stable automation?
- A <html app='chrome.exe' title='Release History - UiPath Platform' /><webctrl parentid='confluence-ui' tag='SPAN' idx='94' />
- B <html app='chrome.exe' title='Google' /><webctrl tag='INPUT' aaname='Search' />
- C <html app='chrome.exe' title='ACME System 1 - Download monthly Report' /><webctrl aaname=' Year 200?' parentid='searchForm' class='text' />
- D <html app='chrome.exe' title='World population - Wikipedia' /><webctrl aaname='Population by continent' tag='TABLE'/><webctrl tableCol='3' tableRow='7' tag='TD'/>
Community Discussion
QuestionQ4
UI automationWhich of these scenarios is best suited to attended automation?
- A Managing high-volume transaction processing with the ability to scale dynamically based on workload.
- B Executing data extraction tasks involving sensitive information that necessitates human review and validation before proceeding.
- C Running a complex process automation that requires no human intervention and works on multiple virtual environments simultaneously.
- D Automating long-duration processes that can efficiently run during nights and weekends, without any user input.
Community Discussion
QuestionQ5
Variables and ArgumentsWhich of the following statements about Global Constants is true?
- A Global Constants have a Direction property (In/Out).
- B Global Constants can be created from the Data Manager panel and from the Variables panel.
- C Global Constants can be created only from the Data Manager panel.
- D Global Constants values can be modified during the automation execution.


Community Discussion