wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Robotic Process Automation-Evolve

Total questions: 55

Worksheet time: 35mins

Name
Class
Date
1.

Which of the following processes are good RPA candidates?

a)

Extracting personal data from scanned documents and filling in digital forms

b)

Processing claims for a health insurance company

c)

Processing electronic financial statements

d)

Processing paper invoices

2.

Which of the following attributes are applicable for a process suitable for RPA?

a)

Structured input

b)

Repetitive

c)

Rule-based

d)

Processes requiring intelligent decision making

3.

Where can you see the list of activities that can be added to the current workflow?

a)

Outline Panel

b)

Activities Panel

c)

Properties Panel

d)

Flow Variable

4.

What was Power Automate previously known as?

a)

Power Flow

b)

Flow 365

c)

Flow Automation

d)

UiPath

5.

In Power Automate for desktop, variables are

a)

Conditions that can have more outcomes

b)

Pre-build actions from Microsoft

c)

Containers to store and retrieve data

d)

None of the above

6.

If you write 2 + 2 in a Display message, what will be printed out

a)

22

b)

4

c)

2+2

d)

None of above

7.

Variables are great, because they let us

a)

]Store information in them

b)

Create a dynamic solution

c)

Create a static solution

d)

All of them

8.

The recorder in Power Automate for desktop is used to

a)

Automatically generate a flow based on recorded steps

b)

Export your Power Automate for desktop flows to Excel

c)

Recorder is used to edit existing steps

d)

Record your robot into a video

9.

Which of these browsers does Power Automate for desktop support

a)

Edge

b)

Internet Explorer

c)

Chrome

d)

Opera

e)

Firefox

10.

We want to a automate the click of a button in an application. Therefore we first try to create

a)

Coordinates for the button

b)

An Image

c)

A UI Element

d)

None of These

11.

Can a UI element be used more than once in a flow?

a)

Yes, if the application allows

b)

Yes, if we use the setting 'Multiple use'

c)

Yes

d)

No

12.

How can you get started with RPA Microsoft Power Automate?

a)

By writing complex code

b)

By using a dedicated testing team

c)

By understanding the RPA Life Cycle

d)

By manual data entry

13.

What is the first phase of the Robotic Process Automation cycle?

a)

Deployment and Maintenance

b)

Bot Development

c)

Manual Flow Understanding

d)

Testing

14.

What are the the benefits of using RPA?

a)

Cost Reduction

b)

Ensuring Accurancy

c)

Enhancing Speed

d)

Intelligent Decision Making

15.

Output of a variable can be seen in

a)

Actions Tabs

b)

Flow Variables Tab

c)

UI Elements Tab

d)

Activities Tab

16.

What will be the sequence of steps to read and data in excel file

a)

Launch Excel>Read from Excel>Write to Excel>Select Active Cell

b)

Close Excel> Read from Excel> Select Active Cell>Write to Excel>

c)

Launch Excel>Read from Excel> Select Active Cell> Write to Excel>

d)

None of these

17.

There are four files in a folder sorted by name, what index location [?] will be used to extract third file

a)

0

b)

1

c)

2

d)

3

e)

4

18.

What expression is correct to retrieve values from Customer column through a loop

a)

%Currentitem[‘Customer’]%

b)

%Currentitem{‘Customer’}%

c)

%Currentitem%[‘Customer’]

d)

%Currentitem[Customer]%

19.

What expression is correct to retrieve values from third row of an excel sheet through a loop

a)

%Currentitem[3]%

b)

%Currentitem[‘3’]%

c)

%Currentitem%[‘2’]

d)

%Currentitem[2]%

20.

While trying to find a customer name on fast accounts, which option will be used?

a)

Populate text field on web page

b)

Press button on web page

c)

Populate text field in window

d)

Press button in window

21.

Which of the following best describes the relationship between a main workflow and a subflow in Power Automate Desktop?

a)

The main workflow can call a subflow

b)

A subflow can call a main workflow

c)

The main workflow can call a subflow, and a subflow can call a main workflow

d)

Subflows and main workflows are completely independent

22.

In Power Automate Desktop, how can you reuse a subflow in multiple workflows?

a)

By copying and pasting the subflow

b)

Subflows can't be reused in multiple workflows

c)

By using a "Run Subflow" action

d)

By manually recreating the subflow in each workflow

23.

Which of the following steps can be used to save email attachment to a folder on desktop

a)

Retrieve email messages from outlook

b)

Respond to outlook message

c)

Send email messages through outlook

d)

Process email messages in outlook

24.

What does this image show?

a)

Option to jump step in case of error

b)

Option to stop flow in case of error

c)

Stops process automatically

d)

Shows Error Details

25.

Select correct order to extract report from fast accounts

a)

Populate Email ID and Password>Press Login Button>Press Download Button>Select Report Type>

b)

Population Email ID and Password>Press Login Button>Select Report Type>Press Report Button>Press Download Button

c)

Press Login>Population Email ID and Password>Button>Select Report Type>Press Report Button>Press Download Button

26.

Select correct order to move files saved in downloads folder to another specific folder.

a)

Get Files>Move Files>Sort Files

b)

Move Files>Sort Files>Get Files

c)

Get Files>Sort Files>Move Files

27.

Why is pager used in web scrapping?

a)

To search particular item

b)

To extract element value

c)

To rearrange pages

d)

To move to next pages

28.

We want to add a time gap between two steps, what step action be suitable for this?

a)

Wait

b)

Hold

c)

Pause

d)

All of these

29.

There are 100 rows in an excel sheet which we want to read and populate in fast accounts, which action would be suitable for this?

a)

Conditional loop

b)

For each loop

c)

Loop

d)

Recorder

30.

What is the use of Parse text step in this process?

a)

To add new row

b)

To past data in word

c)

To allocate name of sheet

d)

All of these

31.

Is this sequence of steps correct to log in to fast accounts?

a)

yes

b)

no

32.

These steps have been created using Recorder?

a)

Yes

b)

No

c)

May be and may not be

33.

Send Keys option is used to

a)

Populate text on web page

b)

Populate text in window

c)

Find UI element

d)

Use Keyboard Keys

34.

You have been asked to process excel based customer invoices into fast accounts. In excel sheet, there are multiple customers and multiple products for each customer. How may loops will be used to achieve this task?

a)

Equal to number of customer

b)

Equal to number of products

c)

1

d)

2

35.

Which type of automation in Power Automate Desktop can be scheduled to run at a specific time or on certain days?

a)

Business Flow

b)

Desktop Flow

c)

Cloud Flow

d)

Subflow

36.

In Power Automate Desktop, what is the key benefit of using variables?

a)

Storing large files efficiently

b)

Storing data for use in the workflow

c)

Providing complex user interfaces

d)

Controlling the flow of the automation

37.

Which action in Power Automate can be used to change name of an existing Excel file?

a)

Create Excel File

b)

Rename Excel File

c)

Rename File

d)

Get Excel File

38.

How can you extract data from a column "A" in row "7" in an Excel table when using Power Automate?

a)

From a range of cells

b)

All available values in sheet

c)

Values from a specific cell

d)

First Free row/column

39.

What is web scraping in the context of Power Automate?

a)

Logging into websites

b)

Automating manual web browsing tasks

c)

Extracting information from websites

d)

Downloading files from websites

40.

How can you specify the data you want to scrape from a web page in Power Automate?

a)

By manually copying and pasting the data

b)

By using a web scraping action "Scrape Data from Web Page"

c)

By using a web scraping action "Download Data from Web Page"

d)

By using a web scraping action like "Extract data from Web Page"

41.

Which of the following scenarios is NOT a suitable use case for web scraping in Power Automate?

a)

Extracting product prices from e-commerce websites

b)

Monitoring stock prices on a financial news website

c)

Automating data entry in fast accounts

d)

Gathering weather information from a weather forecasting website

42.

What is the primary benefit of automating the process of populating data on websites with Power Automate?

a)

Eliminating the need for human data entry

b)

Enhancing data accuracy

c)

Ensuring timely data entry

d)

All of these

43.

Which of the following scenarios is NOT a suitable use case for automating website activities in Power Automate?

a)

Generating fake user reviews on e-commerce websites

b)

Automatically submitting job applications on career websites

c)

Bypassing authentication on secure websites

d)

Filling web forms with false information on forums

44.

What is Power Automate used for in the context of emails?

a)

To send anonymous emails hiding sender's identity

b)

To automate and streamline email-related tasks and processes

c)

To create properly worded emails

d)

To automatically create email content without need to write any content

45.

Which of the following can be achieved using Power Automate email automation?

a)

Automatically forwarding emails to a different recipient

b)

Automatically deleting all incoming emails

c)

Sending an automated email response when a specific keyword is detected

d)

Automatically changing the email sender's name

46.

Which of the following best describes the relationship between Power Automate and email services like Outlook or Gmail?

a)

Power Automate is an email service.

b)

Power Automate integrates with email services to automate tasks.

c)

Power Automate replaces email services.

d)

Power Automate is a browser extension for email services.

47.

In an automated order processing workflow, which of the following tasks can Power Automate perform for tracking orders?

a)

Notify customers of order status changes

b)

Check if the price for product is reasonable or not?

c)

Estimate order time

d)

Ensure timely delivery of order

48.

What role does automation play in optimizing the order processing cycle for businesses?

a)

Automation reduces the cycle time but can not reduce errors.

b)

Automation has no impact on order processing.

c)

Automation streamlines order processing, reducing errors and cycle time.

d)

Automation makes intelligent decisions on behalf of humans

49.

A Loop in Power Automate always has a start and an end?

a)

Yes

b)

No

c)

May be and may not be

50.

In order to save time, an automation expert wants to close an excel instance and a web browser instance in one step, is it possible?

a)

Yes

b)

No

c)

Possible if excel is running invisibly

d)

Possible if browser is Microsoft Edge

51.

Which of the following business processes is an ideal candidate for Robotic Process Automation or RPA?

a)

Unstructured format invoice processing

b)


ERP Data Entry

c)

Document scanning

d)


Job Interviews

52.

Ali is building a case for adopting RPA over the traditional automation techniques currently used at his company. Help him identify which among the following statements is true so that he can build a sound argument.

a)

Traditional automation is expensive

b)

Bot developers need to have basic knowledge of multiple programming languages

c)

Automation and Artificial Intelligence are same

d)

Defined processes can be easily automated without programming knowlege

53.

Which of the following tools are used for Robotic Process Automation?

a)

Microsoft Power Automate

b)

IBM Automation Anywhere

c)

UiPath

d)

Artificial Intelligence

54.

What is a "bot" in the context of RPA?

a)

An automated software program that performs tasks

b)

A small physical robot used in manufacturing

c)

A specialized type of computer software

55.

Is the sequence of steps correct in this flow?

a)

Yes

b)

No