Which activity from the Microsoft 365 package should be used to retrieve the Driveitem ID for a Sharepoint URL?
A. Get Group
B. Get File/Folder
C. Share File/Folder
D. Download File
Which of the following examples accurately demonstrates using LINQ to perform data operations in a UiPath process?
A. Employing LINQ to concatenate two strings in a list by writing listOfStrings.Concatenate("String_1", "String_2").ToList().
B. Using LINQ to filter DataTable rows based on a specific condition by writing dataTable.AsEnumerable().Where(Function(row) row("ColumnName").ToString.Contains("Value")).CopyToDataTable().
C. Applying LINQ to convert a list of integers to a JSON format by writing listOflntegers.ToJSON().ToList().
D. Utilizing LINQ to split a DataTable into multiple smaller DataTables based on a specific condition by writing dataTable.Splitf'ColumnName = 'Condition'").CopyToData Tablet).
In a UlPath State Machine, what Is the primary function or the Trigger section of a State activity?
A. To execute the final state actions before terminating the state machine.
B. To specify the condition or event that initiates a transition from the current state
C. To define the entry actions when transitioning into a state.
D. To establish the exit actions when moving out of a state.
In the Robotic Enterprise (RE) Framework, at which point should a developer log a clear message with the Logging Level set to "Information," adhering to the best practices for automating a production-level process?
A. Whenever an exception is caught in a Catch block.
B. Whenever data is fetched from external sources.
C. Whenever an argument or value is used.
D. Whenever the robot encounters an error on a Queue Item.
Which of the following options is correct about a State Machine layout?
A. Can have only one initial state and multiple final states.
B. Can have only one initial state and only one final state.
C. Can have multiple initial states and multiple final states.
D. Can have multiple initial states and only one final state.
What Information is provided in the Descriptor Coverage sub-panel of Test Explorer?
A. Object Repository coverage
B. Test data coverage
C. Selector coverage
D. Activity coverage
In UlPath Orchestrator. when managing multiple Jobs in a queue, which feature allows operators to dictate the execution sequence by assigning the importance of each Job?
A. Job Execution Order
B. Job Queuing Strategy
C. Jab Dependency Settings
D. Job Priority Levels
What is the correct method to check how many resources are utilized in a personal workspace in UiPath Orchestrator?
A. Navigate to Tenant > Folders, click the Personal Workspaces tab. and then click Manage Resources for the desired workspace.
B. Navigate to Tenant > Folders, click the All Workspaces tab. and then click Check Resources for the desired workspace.
C. Navigate to Tenant > Users, click the Personal Workspaces tab. and then click Resources for the desired workspace.
D. Navigate to Tenant > Folders, click the Personal Workspaces tab. and then click See Usage for the desired workspace.
Which features does the Connector Builder for Integration Service support?
A. REST and SOAP APIs with JSON payload, various authentication types including OAuth 2.0 and Personal Access Token, building a connector from a Swagger definition only.
B. REST APIs with JSON payload. OAuth 2.0 and Basic authentication types, building a connector from a Postman collection only.
C. REST APIs with JSON payload, various authentication types including OAuth 2.0 and API Key, building a connector from an API definition or from scratch.
D. REST and SOAP APIs with JSON and XML payloads. OAuth 2.0 authentication only, building a connector from an API definition only.
A developer has designed a Performer process using the REFramework template in UiPath Studio. The process is published to an Orchestrator folder named "FolderA" and a job is created in Orchestrator from the package. The value of the OrchestratorQueueName setting in "Config.xlsx" is "QueueA" and the value of OrchestratorQueueFolder is "FolderA".
The developer runs the job from Orchestrator with the following argument values:
in_OrchestratorQueueName = "QueueB" in_OrchestratorOueueFolder = empty value
Which queue will be consumed by the robot?
A. OueueA from Folder
B. QueueA from Shared.
C. QueueB from Folder
D. QueueB from Shared.
A developer is building a process that needs to click an element which requires a mouse hover to become visible. However, the element does not appear with the default click setting. The input method for the Click activity is Send Window Message.
Which property should the developer configure to be able to click the element?
A. The developer should change the input method to Simulate and the CursorMotionType to Instant.
B. The developer should change the input method to Hardware Events and the CursorMotionType to Smooth.
C. The property AlterlfDisabled should be set to False.
D. The property AlterlfDisabled should be set to True.
A developer needs to use the REFramework to automate a business process that involves processing transactions within an Excel table. Each transaction in the table should follow the same steps for processing and queues cannot be used as there is no Orchestrator in the environment.
Which variable type is best suited for Transactionltem in this scenario?
A. UiPath.Core.Queueltem
B. System.Data.DataRow[]
C. System.Data.DataTable
D. System.Data.DataRow
Page 2 out of 16 Pages |
Previous |