wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Remote Support and Scripting Best Practices

Total questions: 21

Worksheet time: 16mins

Name
Class
Date
1.

A technician needs to provide remote assistance to a user who is working from home. The user is not on the same local network as the technician, and they prefer a simple, secure way to allow the technician to control their machine without manually configuring router settings. Which of the following tools is BEST suited for this situation?

a)

Virtual Network Computing (VNC)

b)

Microsoft Quick Assist

c)

Secure Shell (SSH)

d)

Remote Desktop Protocol (RDP) with port forwarding

2.

An administrator wants to ensure that only authenticated users can initiate a Remote Desktop Protocol (RDP) session to a Windows server. Additionally, they need to protect against credential theft when connecting remotely. Which of the following settings should the administrator configure?

a)

Disable TCP/3389

b)

Enable Network Level Authentication (NLA)

c)

Use VNC with a strong password

d)

Enable guest accounts for RDP access

3.

A system administrator is writing a Bash script to automate system backups. During testing, the script enters an endless loop, consuming system resources and making the server unresponsive. Which of the following BEST describes a scripting best practice to prevent this issue?

a)

Use comments to document each line of code

b)

Always use API calls instead of loops

c)

Validate loop exit conditions before deployment

d)

Avoid using variables in scripts

4.

A technician is deploying a remote monitoring and management (RMM) tool that allows them to track performance metrics, apply patches, and offer remote support for company devices. The client requests out-of-band (OOB) management capability for hardware issues, even when the OS is not running. Which of the following technologies should the technician recommend?

a)

Intel vPro / AMD PRO

b)

Secure Shell (SSH)

c)

Microsoft Remote Assistance

d)

Virtual Private Network (VPN)

5.

A junior admin needs to create a script that checks for a mapped network drive and remaps it if necessary. They are using PowerShell on a Windows system. Which of the following lines of code would accomplish this task?

a)

if [ -z "$1" ]; then echo "No drive"; fi

b)

If (Test-Path L:) { Get-PSDrive L | Remove-PSDrive } New-PSDrive -Name "L" -Persist -PSProvider FileSystem -Root "\\MS10\LABFILES"

c)

scp user@remotehost:/path /localpath

d)

ping \\MS10\LABFILES

6.

An IT security specialist is concerned about the risk of exposing Remote Desktop Protocol (RDP) to the Internet by opening port 3389 on the firewall. They want to provide secure remote access for users. Which of the following solutions would BEST address this concern?

a)

Use a VPN to tunnel RDP traffic

b)

Disable Network Level Authentication (NLA)

c)

Enable port forwarding for TCP/3389

d)

Install a VNC server

7.

A developer wants to automate the installation of applications and perform automated backups on multiple machines running different operating systems. Which of the following scripting languages would be MOST appropriate for cross-platform automation?

a)

PowerShell

b)

Batch scripting

c)

Python

d)

Visual Basic Script

8.

A technician is setting up a new workstation for an employee. To ensure proper record-keeping and future support, which of the following should the technician document during the setup process?

a)

Personal social media accounts

b)

Serial numbers and asset tag IDs

c)

Employee’s preferred web browser

d)

Employee’s favorite applications

9.

A help desk technician receives a ticket regarding an application crash that they cannot resolve. According to best practices, which of the following actions should the technician take NEXT?

a)

Close the ticket as unresolved

b)

Escalate the ticket to a higher tier

c)

Delete the ticket and ask the user to submit a new one

d)

Advise the user to reinstall the application themselves

10.

A company plans to implement a system-wide software upgrade. Which of the following should occur FIRST in the change management process?

a)

Inform end users about downtime

b)

Perform sandbox testing

c)

Submit a change request detailing the scope and purpose

d)

Develop a rollback plan

11.

A technician is repairing a computer in a shared workspace and comes across sensitive HR documents on the screen. What should the technician do according to best practices?

a)

Ignore the documents and continue working

b)

Minimize the documents and inform the user afterward

c)

Take a screenshot to report to management

d)

Discuss the documents with other team members for clarity

12.

A technician is preparing to install RAM into a desktop computer. Which of the following actions will BEST prevent damage from electrostatic discharge?

a)

Wear an anti-ESD wrist strap connected to a grounded object

b)

Place the RAM on the carpet to keep it stable

c)

Hold the RAM by its contact pins for better grip

d)

Spray compressed air before touching the components

13.

A company is retiring old hard drives that once stored customer data. Which of the following ensures compliance with data destruction regulations?

a)

Formatting the drives using OS tools

b)

Storing the drives in a locked cabinet

c)

Using a certified third-party to shred the drives and provide a certificate of destruction

d)

Donating the drives to employees for home use

14.

During routine maintenance, a technician notices dust buildup inside a server room. Which of the following is the BEST action to take?

a)

Use a household vacuum cleaner

b)

Use compressed air and a PC-safe vacuum

c)

Wipe surfaces with a wet cloth

d)

Open windows to improve ventilation

15.

A user becomes upset and begins raising their voice at a technician over a recurring technical issue. Which of the following should the technician do FIRST?

a)

Respond loudly to match the user’s tone

b)

Inform the user the conversation will end if they continue

c)

Stay calm, listen actively, and acknowledge the user’s frustration

d)

Walk away from the situation without explanation

16.

A technician replaces a UPS battery and needs to dispose of the old one. Which of the following is the MOST appropriate action?

a)

Throw it in the office trash bin

b)

Place it in an e-waste recycling container according to regulations

c)

Store it in a filing cabinet until further notice

d)

Leave it in the break room for anyone to take

17.

During a security breach investigation, which of the following BEST ensures the integrity of the collected evidence?

a)

Making a hash of the data and documenting all transfers

b)

Allowing only the first responder to handle all evidence

c)

Storing the evidence on an unsecured external hard drive

d)

Using live forensic tools without documenting steps

18.

A security consultant needs secure, remote access to a client environment. Which of the following should the security consultant most likely use to gain access?

a)

EAP

b)

DHCP

c)

IPSec

d)

NAT

19.

Why would an administrator use Windows Remote Desktop and Windows Remote Assistant?

answer choices

a)

to provide secure remote access to resources on another network

b)

to connect to a remote computer over the network to control its applications and data

c)

to enable sharing of files and presentations with a group of users over the Internet

d)

to connect to an enterprise network across an unsecured connection and act as a local client of that network

20.

Several employees have expressed concerns about the company monitoring their internet activity when they are working from home. The company wants to mitigate this issue and reassure employees that their private internet activity is not being monitored. Which of the following would satisfy company and employee needs?

a)

Split tunnel

b)

Full tunnel

c)

Site-to-site tunnel

d)

Virtual desktop

21.

A company has hired a new IT firm to manage its network switches and routers. The firm is geographically separated from the company and will need to able to securely access the devices. Which of the following will provide the ability to access these devices?

a)

Telnet

b)

SSH

c)

RDP

d)

VNC