You are on page 1of 7

What are the uses of web scraping in UiPath?

Extracting all the information from a web page

Extracting the content of a table from a web page

Extracting lists or other structured data from a web page

Extracting the images from a webpage


Explanation:
Web scraping is used for extracting lists or other structured data from a webpage.

2. Which activity is used to loop through a collection of items?


Assign activity

For each activity

If activity

Flow decision activity


Explanation:
For each activity is used to loop through a collection of items.

3. The String.Format(“Input = {0} and Output = {1}”, “1”,”2”) expression returns


the following text:
Input = 1 and Output = 1

Input = 1 and Output = 2

Input = {0} and Output = {1}

Input = 0 and Output = 0


Explanation:
The String.Format(“Input = {0} and Output = {1}”, “1”,”2”) will return Input = 1 and Output = 2.

4. What are the recording profiles are available in UiPath Studio?


Basic, Desktop, Web, and Citrix

Click, Check, Type Into, and Select Item

Automatic recording and Step-by-Step recording


Basic and Desktop
Explanation:
Basic, Desktop, Web, and Citrix are the recording profiles available in UiPath studio.

5. When is it recommended to use desktop recording?


When you automate web pages

When you automate Citrix Applications

When you automate more steps in the same window

When you automate one step


Explanation:
Desktop recording is used when you automate more steps in the same window.

6. When should the Add Log Fields activity be used?


When the standard log message has to be customized by adding new fields to it

When logs need to be enabled

When a log message with a maximum number of five visible fields needs to be
generated

When logs need to be disabled


Explanation:
Add Log Fields activity is used when the standard log message has to be customized by adding new fields to it.

7. Which recording profile generates full selectors?


Recording by steps

Citrix recording

Desktop recording

Basic recording
Explanation:
Basic recording profile generates full selectors.

8. How do you extract pattern based data?


By using data scraping
By using basic recorder

By performing Citrix automation

None of the above


Explanation:
Pattern based data is extracted by using data scraping.

9. What should you use to check if a checkbox is selected or cleared?


Check activity

Get Attribute activity

Click activity

A trigger activity
Explanation:
We should check Get Attribute activity if a checkbox is selected or cleared.

10. What activity is used to get a column value from a specific row of a
DataTable?
Get Row Item

Remove Data Row

Read Cell

Write cell
Explanation:
Get Row Item is used to get a column value from a specific row of a DataTable.

11. What should you use to scrape tables from a web page?
Data Scraping

Get Text

Get OCR text

Read Cell
Explanation:
Data Scraping is used to scrape tables from a web page.
12. How can you find all anchor elements in a web page?
Using the Find Element Activity

Using the Find Relative Element Activity

Using the Find Children Activity

Using the Get Ancestor Activity


Explanation:
All anchor elements in a web page are found by using the Find Children activity.

13. Which of the scraping methods can get you the hidden text in the
element?
Native

FullText

OCR

All of the above


Explanation:
FullText gets you the hidden text in the element.

14. How can you extract text from a Citrix application?


Using the screen scraping

Using the shared clipboard

Using Microsoft OCR

None of the above


Explanation:
Text from a Citrix application is extracted by using Microsoft OCR.

15. Which of the following activities is used to extract text from a hidden
browser?
Get Visible Text

Get Full Text

Extract Structured Data


None of the above
Explanation:
Get Full Text is used to extract text from a hidden browser.

1). How many types of actions can be performed in the Variables panel in UiPath?
Ans : – a). Changing Variable types
b). Adding new Variables
c). Setting default values for variables

2). What is the possible technique to get the content of a PDF document is available in
UiPath?
Ans. First to opening the PDF and using Screen scraping to get its data.

Second to the Read PDF Text activity and providing the PDF file’s path.

3). Which activity is used to represent a decision inside a Sequence?


Ans:- The If activity

4). How can you exit from a For Each activity in UiPath?
Ans: – Break activity

5). During the running of workflow, how can you see the steps the workflow is executing?
Ans : – a).Using Debug and inspecting the Output panel
b). Using Debug with Highlight Activities option

6). How can execution be paused before a particular activity in UiPath?

Ans: – a).First to use a MessageBox activity


b).Second to use a breakpoint in Debug mode

7). In Order to Save Attachments activity, it can save all the attachments of an email to:
Ans : – a). A relative path
b). An absolute Path

8). What is the Visual Basic property within the MailMessage class will you use to
get the Date of an email?

Ans : – a).Headers(“Date”)

9). Which is the best optimize navigation method to be used in a form within Citrix?
Ans:- By sending keyboard commands/hotkeys
10). What happens if Find Image doesn’t actually find the desired image in
UiPath?

Ans: – An Exception is Throw.

Certification Quiz Answers


11). Which recording profile is used to generate full selectors in UiPath?

Ans: – Basic recording

12). Which activities can be used to mostly interact with the user?

Ans : – a). Input Dialog


b) Message Box

13). In Which situation we have to use the Flowchart workflow in UiPath?


Ans : – a).When modelling a process that has loops to previous states
b). When having a process with many decision blocks

14). In case if the PDF activities are not listed in your activities panel, how can you get
them?
Ans:- You have to install pdf activities using Manage Packages features.

15). What should you use to click on a hidden IE browser?

Ans:- a). SimulateClick

16). Why Timeout MS property is used in UiPath?


Ans : – a). To define the amount of time during which the target of an activity must be
found.

17). Why Queues are used in UiPath?


Ans: – Distribute transnational load among multiple robots

18). Is it possible to click a button with Click Image Activity if the target is not
visible on the screen in UiPath?

Ans:- No, you could click a button which is not visible only using selectors

19). What is the way to send an image inside a MailMessage?


Ans:- a).You can add the path to the attachment directly in the send activity.
b). You can specify the relative path of the image in the Attachments property.

20). If you need to sort a table from a .xlsx file, which feature is used?

Ans: – An excel Sort Table Activity.

You might also like