A developer used a Workbook Read Range activity to read an .xlsx le. The le contains headers and 200 rows of data. However, the Read Range activity only returns a data table containing one row with two cells. Which property needs to be correctly con gured to return all rows?
A. AddHeaders
B. Range
C. PreserveFormat
D. Private
What is the correct expression for accessing the rst row of the "ID" column in the "DT" data table?
A. DT.Columns(0).ID
B. DT.Columns(0)("ID")
C. DT.Rows(0).ID
D. DT.Rows(0).Item("ID")
What describes a full selector?
A. Recommended when performing multiple actions in the same window
B. Contains all elements needed to identify a UI element excluding the top-level window
C. Generated by the Desktop Recorder
D. Contains all elements needed to identify a UI element including the top-level window D
A team of developers decided to place all new Studio projects in GIT version control. What is a feature of version control in UiPath Studio?
A. Allows mass updates to processes in Orchestrator
B. Enables the ability to view differences in packages published to Orchestrator
C. Creates a unique repository for each folder in a Studio project
D. Provides the ability to compare work ow changes over time
A developer published a library to a folder on their machine. After opening a new process and selecting "Manage Packages" in UiPath Studio, what should be con gured to load the library into the process?
A. O cial Feed
B. Default package sources
C. Marketplace Feed
D. User-de ned package sources
A developer runs a work ow in Debug mode and the process stops at a breakpoint. In UiPath Studio, which panel allows the developer to set values for variables before continuing the process?
A. Watch Panel
B. Immediate Panel
C. Breakpoint Panel
D. Locals Panel
Which action can be performed from UiPath Assistant?
A. Set credential assets for processes
B. Set text assets for processes
C. Set queues for processes
D. Set reminders for processes
Where should credentials be stored?S elect all the options that apply
A. In windows Credential Store
B. Directly inside the worflow, as variables
C. In Orchestrator, as assets
Is there any way to hide the execution of one activity in the logs?
A. Yes, by changing the minLevel property of the "Execution" logger from NLog.config.file
B. No, but the logs can be manually edited
C. Yes, by checking the Private property of the activity that is to be hidden
Which of the following fields can be configured in StudioX using the properties of the Send Outlook Message action?
A. Attachments
B. Subject
C. Email recipients
D. Email sender's address