Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

1. Which of the following best describes the purpose of the UiPath Excel Add-in?

Ans : To automate Excel Tasks directly within the Excel Interface

2. Which of the following actions can you perform on elements using the selection
screen in UiPath Studio while working with UI automation activities?
Ans : Select, configure,delete,and manage targets and anchors

3. How do we open the project’s location on the machine in Studio?


Ans : By clicking project panel and selecting the Show All Files option

4. Which of the following statements are valid in the case of arrays in Studio? Choose
all that apply.
Ans : 1. Arrays can store multiple values of the same data type
2. Studio supports the same data types for arrays it does for variables

5. What happens when we publish an automation process to the orchestrator personal


workspace?
Ans: A process is created automatically if one doesn’t already exist, and existing
process are automatically updated to the latest published version

6. Consider an Int32 variable(Counter) initially assigned with the value 10. The value is
set to decrease by 1 in the body sequence of the Do While activity. How many times
will the body sequence be executed if the expression in the Condition field of the Do
While activity is Counter > 0?
Ans : 10

7. Which of the following characterisitics ae associated with the full text scraping
method for GetText activity?
Ans : capable of extracting hidden text
Works in the background

8. What are project dependencies in studio?


Ans : Project dependencies in studio refer to packages linked into a specific
project, containing activities, wither default or custom

9. Which of the following is NOT an orchestrator capability?


Ans : Building automations
Running automation in attended mode

10. What is expected outcome if an excel file is opened while a Uipath automation that
uses workbook activities is running?
Ans : The automation will fail and throw an error

11. Which of the following best describes the purpose of the UiPath Excel Addin?
Ans: To automate excel tasks directly with in Excel Interface
12. Which activity among the following has a MaxIterations property?
Ans : For Each
While

13. Which of the following characteristics are associated with the FullText Scraping
method for Get Text activity?
Ans : Capable of extracting hidden text
Works in the background

14. Which of the following best describes the purpose of the UiPath Excel Add-in?
Ans : To automate Excel Tasks directly within the Excel Interface

15. Which of the following actions can you perform on elements using the selection
screen in UiPath Studio while working with UI automation activities?
Ans : Select, configure,delete,and manage targets and anchors

16. How do we open the project’s location on the machine in Studio?


Ans : By clicking project panel and selecting the Show All Files option

17. Which of the following statements are valid in the case of arrays in Studio? Choose
all that apply.
Ans : 1. Arrays can store multiple values of the same data type
2. Studio supports the same data types for arrays it does for variables

18. What happens when we publish an automation process to the orchestrator personal
workspace?
Ans: A process is created automatically if one doesn’t already exist, and existing
process are automatically updated to the latest published version

19. Consider an Int32 variable(Counter) initially assigned with the value 10. The value is
set to decrease by 1 in the body sequence of the Do While activity. How many times
will the body sequence be executed if the expression in the Condition field of the Do
While activity is Counter > 0?
Ans : 10

20. What is the expected outcome if an Excel file is opened while a UiPath automation
that uses Workbook activities is running?
Ans : The automation will fail and throw an error.
21. 3) Which activity among the Maxterations property?.
Ans : For each
While
22. What happens if the option to Enforce Analyzer before Publish' is enabled in Studio?
Ans : Workflow Analyzer checks all enabled rules regardless of their action and
publishing is allowed only if there are no rule violat with the action "Error",

23. What are the UiPath core RPA components?


Ans :
Robots
Orchestrator
Studio

24. What are project dependencies in Studio?


Ans: Project dependencies in Studio refer to packages linked into a specific
project, containing activities, either default or

25. What is the purpose of the Switch activity in UiPath Studio?


Ans : It is used to execute a single course of action out of multiple options, based
on a specified condition

26. Which of the following activities can be used to write a specific value from a Data
table to a specific cell in an Excel file?
Ans : Write Cell

27. Which of the following options is appropriate when dealing with information from
multiple Excel files in the same workflow in UiPath?
Ans : Use a separate Use Excel Activity for each file.

28. What's the main difference between the While and Do While activities in UiPath
Studio?
Ans : The While activity evaluates the condition before executing the body of the
loop, while the Do While activity evaluates the condition only after executing the
body of the loop once.

29. Which of the following properties are associated with variables?


Ans : They pass data between activities.
They require a defined scope.
There must be at least one activity in the designer panel to create variables.

30. Which of the following is NOT an Orchestrator capability?


Ans: Building automations
Running automations in attended mode
31. Which of the following UiPath capabilities/methods has 100% compatibility with
Chrome and Edge browsers?
Ans : ChromiumAPI

32. What is one way to add an activity to the workflow in Studio?


Ans : By clicking the Activities panel, selecting the needed activity from the
Available activities or just search for the keyword inside the Search bar, then
drag and drop it inside the workflow.

33. Which (2) of the following characters are associated with FullText Scraping method
for Get text activity?
Ans : Capable of extracting hidden text
Works in the background

34. Which of the following statements about robots are true?


Ans : Attended users can run automation jobs using Uipath Assistant
Unattended robots run jobs without the need of human interaction

35. Which of the following statements are valid in the case of global constants and
variables? Choose all that apply
Ans : They can be created and managed only from the data manager panel
They store data in a central location that can be accessed by all activities in
a workflow

You might also like