wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Day 12

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

An IT technician needs to connect securely to a Linux server from a remote location using the command line. Which protocol should they use?

a)

Telnet

b)

SSH

c)

RDP

d)

VNC

2.

Which of the following is a modern Windows scripting tool that uses Cmdlets for system automation?

a)

Batch files

b)

Powershell

c)

Visual Basic Script (VBS)

d)

Javascript

3.

A user needs to connect to their work computer using Remote Desktop Protocol (RDP), but the company firewall is blocking the connection. Which firewall rule should the user add to allow RDP access?

a)

Allow outbound traffic on TCP port 22

b)

Allow inbound traffic on TCP port 3389

c)

Allow outbound traffic on UDP port 53

d)

Allow inbound traffic on TCP port 443

4.

Which language is best known for web interactivity but also has an automation variant on macOS?

a)

Powershell

b)

JavaScript

c)

Python

d)

Bash

5.

Which remote access tool creates a secure encrypted tunnel to connect to a private network from the Internet?

a)

VNC

b)

VPN

c)

RDP

d)

TeamViewer

6.

While troubleshooting a laptop, you notice the battery is swollen and leaking a
small amount of fluid. You want to know the correct emergency procedures before
handling the damaged battery. Where should you look for this information?

a)

The Windows 11 user guide

b)

The Material Safety Data Sheet (MSDS)

c)

The manufacturer’s warranty card

d)

The Device Manager

7.

Your IT team is struggling with inconsistent methods of tracking and closing help
desk requests. Management wants a consistent, documented way for technicians
to enter and resolve tickets. What should you create for your technicians?

a)

Service Level Agreement (SLA)

b)

Standard Operating Procedures (SOPs)

c)

Change Management Document

d)

Acceptable Use Policy (AUP)

8.

A technician receives a service request but realizes it requires advanced
troubleshooting beyond their expertise. What is the BEST action to take?

a)

Escalate the ticket to the next support level

b)

Close the ticket and let the user re-submit

c)

Guess at the solution and apply it

d)

Ignore the ticket until someone else handles it

9.

A technician wants to automate the launch of scripts and programs every time a
user signs into Windows. Which file type is commonly used for this purpose?

a)

.bat file

b)

.dll file

c)

.sys file

d)

.log file

10.

A macOS user wants a simple built-in backup solution. Which feature should they
use?

a)

File History

b)

Time Machine

c)

ICloud Keychain

d)

Disk Utility

11.

A Linux admin wants to see which processes are running in real time and how
much CPU and memory they are using, similar to Task Manager in Windows. Which
command should they use?

a)

ps

b)

top

c)

ls

d)

kill

12.

A Windows user wants to replace their password with fingerprint scanning. Which
feature should be enabled?

a)

BitLocker

b)

Windows Hello

c)

EFS

d)

Credential Guard

13.

A user reports they cannot connect to a secure website. Which firewall rule is MOST likely missing?

a)

Allow outbound TCP 443

b)

Allow inbound TCP 80

c)

Allow outbound TCP 21

d)

Allow inbound TCP 23

14.

What is the primary purpose of scripting in IT environments?

a)

Replace operating systems with custom software

b)

Automate repetitive tasks and reduce human error

c)

Eliminate the need for IT staff

d)

Encrypt network traffic between devices

15.

A technician is writing a script that should check if a backup drive is connected. If the drive is found, the script should start copying files. If the drive is not found, it should display an error message. Which of the following control structures should the technician use to accomplish this?

a)

Loop

b)

If-Then-Else

c)

Try-Catch

d)

Switch-Case