wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Power Automate (Quiz)

Total questions: 36

Worksheet time: 18mins

Name
Class
Date
1.

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

a)

Manual Flow Understanding

b)

Deployment and Maintenance

c)

Testing

d)

Bot Development

2.

What are the benefits of using RPA?

a)

Ensuring Accuracy

b)

Intelligent Decision Making

c)

Cost Reduction

d)

Enhancing Speed

3.

The recorder in Power Automate for desktop is used to;

a)

Record your robot into a video

b)

Automatically generate a flow based on recorded steps

c)

Recorder is used to edit existing steps

d)

All of the above

4.

What expression is correct to retrieve values from third column of Excel worksheet through a loop?

a)

%Currentitem{‘3’}%

b)

%Currentitem[2]%

c)

%Currentitem%[‘2’]

d)

%Currentitem[3]%

5.

While trying to find a branch name stored in variable and typing the same to eAudit, which option will be used?

a)

Press button on web page

b)

Populate text field on web page

c)

Populate text field in window

d)

Press button in window

6.

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

a)

Respond to outlook message

b)

Send email messages through outlook

c)

Save email messages in outlook

d)

Retrieve email messages from outlook

7.

Why is pager used in web scrapping?

a)

To extract element value

b)

To move to next pages

c)

To search a particular item

d)

To rearrange pages

8.

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

a)

Hold

b)

Wait

c)

Pause

d)

All of these

9.

There are a total 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)

Recorder

d)

Loop

10.

Send Keys option is used to

a)

Populate text on web page

b)

Use Keyboard Keys

c)

Find UI element

d)

Use Onscreen keyboard

11.

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

a)

Cloud Flow

b)

Subflow

c)

Business Flow

d)

Desktop Flow

12.

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

a)

From a range of cells

b)

Values from a specific cell

c)

First Free row/column

d)

All available values in sheet

13.

Which of the followings are examples of web scraping in the context of Power Automate?

a)

Downloading files from websites

b)

Extracting information from websites

c)

Logging into websites to post comments

d)

All of these

14.

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

a)

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

b)

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

c)

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

d)

By manually copying and pasting the data

15.

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

a)

Filling web forms with false information on forums

b)

Automatically submitting job applications on career websites

c)

Generating fake user reviews on e-commerce websites

d)

Bypassing authentication on secure websites involving Captcha

16.

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

a)

Yes

b)

May be and may not be

c)

No

17.

What is the main difference between RPA and AI?

a)

RPA learns from data while AI doesn’t

b)

AI automates rule-based tasks, and RPA automates subjective tasks

c)

RPA is rule-based, while AI is data-driven and capable of learning

d)

AI cannot integrate into RPA tools

18.

In Power Automate, what does the “Get first free column/row from Excel worksheet” action help with when writing data to Excel?

a)

Navigating web pages

b)

Finding an empty row to avoid overwriting data

c)

Writing to the first row in Excel

d)

Clearing all rows in the worksheet

19.

In first information request filling in eAudit, how can dynamic UI elements be used for navigating between different rows?

a)

By manually entering row numbers

b)

By linking UI element structures to Excel sheets

c)

By using "Find text on screen" action

d)

All of the above

20.

How does the “Click link on web page” action work in Power Automate when used in T24 automation?

a)

It records manual interactions with the web page

b)

It identifies and presses specific buttons using UI elements

c)

It simulates mouse movements

d)

It retrieves data from the web page

21.

When using the "Send keys" action in Power Automate, which expression is correct to send key “Crtl+V”?

a)

{Control}({V})

b)

{Control}({‘V’})

c)

%{Control}({V})%

d)

{Control}(V)

22.

Which Power Automate action allows you to automatically send an email with attachments?

a)

Send email message

b)

Send email message through Outlook

c)

Process Email

d)

Retrieve and Send Email message

23.

In Outlook automation, which action is used to filter and process only unread emails?

a)

Retrieve email messages

b)

Filter emails by criteria

c)

Read emails based on status

d)

Retrieve email messages from Outlook

24.

How can you modify recorded actions in Power Automate Desktop to customize automation flows?

a)

Manually adding actions or editing recorded actions

b)

Re-recording the flow

c)

Adjusting the recorded steps using Power Automate Cloud

d)

Editing using the "Recorder Editing" options

25.

Which Power Automate action is used to launch a Windows application, such as Notepad, based on its file path or program name?

a)

Start Windows application

b)

Launch application

c)

Run program

d)

Run Application

26.

Which of the following expressions is correct for populating data in a UI element field?

a)

%CurrentItem['Name']%

b)

%CurrentItem[0]['Name']%

c)

%CurrentItem[‘0’]['Name']%

d)

%CurrentItem[Name]%

27.

Which action is used to increment the value of a variable in Power Automate?

a)

Increase variable

b)

Set variable

c)

Increment value

d)

Add to variable

28.

In Power Automate, which action would you use to ensure that a certain step in the flow is skipped if an error occurs?

a)

On Error action

b)

Exit loop on error

c)

Skip to next action

d)

Trigger error handling

29.

In Power Automate, which action would you use to retrieve data from an Excel file?

a)

Get worksheet action

b)

Read from Excel worksheet

c)

Copy Excel data

d)

Import Excel data

30.

Which of the following actions is used to repeat actions a specific number of times in Power Automate?

a)

If condition

b)

Loop

c)

Loop condition

d)

For each

31.

The loop, with this condition, will run:

a)

4 times

b)

8 times

c)

Forever

d)

3 times

32.

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

a)

Yes, if we use the setting 'Multiple use'

b)

Yes, if the application allows

c)

Yes

d)

No

33.

Which of the following expressions is correct to read data from last column from the Excel worksheet?

a)

%FirstFreeColumn% - 1

b)

%FirstFreeColumn - 1%

c)

%FirstFreeColumn - 0%

d)

%FirstFreeColumn% - 0

34.

In this action, can we change the name of variable produced “ExcelData”?

a)

Yes

b)

No

35.

The option to send “F5” key, in the give action can be found in;

a)

Insert special keys

b)

Insert modifier

c)

Inset keyboard keys

d)

Use Onscreen keyboard

36.

If we add “Wait” action to the flow and specify the wait time as “10”. This will hold the execution of steps for

a)

10 minutes

b)

10 seconds

c)

10 miliseconds

d)

10 times the normal flow speed