UIPath Answers for UiPath Lesson 1 Introduction to UiPath quiz

Answers for UiPath Level 1 Lesson 1 Introduction to UiPath quiz

What is a reusable component?
Ans : – A workflow that implements a very common action repeated throughout all your automations.
What is the output of a recording session?
Ans : – A sequence with an activity for each recorded step.
Scheduling a process is done from:
Ans : – Orchestrator Server.
Are you restricted to the existing activities in UiPath Studio?
Ans : – No, you can create and use Custom Activities.
– No, you can download more activities via the Package Manager and UiPath Go!
What recorders are best suitable for automating virtual environments?
Ans : – Citrix
What activity can you use to type text in an application’s field?
Ans : – Type Into
Where can you see the list of activities that you can use in a workflow?
Ans : – In the Activities panel
What is UiPath Explorer used for?
Ans. : – To get detailed information in regard to UI elements
Which of the following are part of the UiPath software platform?
Ans. : – UiPath Studio
– UiPath Orchestrator
– UiPath Robot
The Type Into activity can receive inputs like:
Ans :- A static string.
– A variable followed by the .toString method.
Getting the content of a PDF document is possible:
Ans : – By opening the PDF and using screen scraping to get its data.
– By using the Read PDF Text activity and providing the PDF file’s path.
Can you retrieve text from a Citrix environment?
Ans :- Yes, using the Scrape Relative function in combination with an OCR engine.
The easiest way to get structured data from a web page is:
Ans :- by using Data Scraping.
The most accurate way to access an UI element is:
Ans :- by using selectors.
How can you extract structured data from a web page?
Ans :- Using the Data Scraping Wizard
Which of the data types can be stored in a generic variable?
Ans : – String
– Integer
– Boolean
Where should you store login details in a safely manner?
Ans : – In the Windows Credentials Manager
– In UiPath Orchestrator
The Orchestrator can:
Ans : – Remotely control robots
– Scedule robots to perform specific processes
– Send Start commands to multiple robots
What activity can you use to type text in an application’s filed?
Ans : – Type into
How can we change the scope of a variable?
Ans : – By using the Manage Variables section of the Ribbon menu
– By using the Variables panel
Can you retrieve text from a Citric environment?
Ans : – Yes, using the Scrape Relative function in combination with an OCR engine.
The Type Into activity can receive inputs like:
Ans : – a variable followed by the .toString method
– a static string