wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

QUIZ 3 SAM

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

A server running multiple virtual machines (VMs) under Windows Server starts experiencing sluggish performance. After reviewing system logs, you notice that memory usage is consistently high. Which action should you take first to troubleshoot the issue?

a)

Increase the swap file size.

b)

Use Task Manager to identify memory-hogging processes.

c)

Upgrade the physical memory (RAM) on the server.

d)

Restart the server to refresh system resources.

2.

You are managing a Linux server, and users report that the server is unresponsive. Upon logging in, you see that the CPU usage is at 100%. Which tool should you use first to identify the issue?

a)

htop

b)

df

c)

ping

d)

nslookup

3.

A user reports that they are unable to save large files to a USB drive. The drive is using the FAT32 file system. What should you do to resolve this?

a)

Format the drive to NTFS.

b)

Increase the page file size on the computer.

c)

Disable read-only attributes on the files.

d)

Run chkdsk on the drive to check for errors.

4.

You need to provide temporary administrative rights to a user in Windows Server. Which approach should you use to ensure these rights are removed after a set period?

a)

Add the user to the Administrators group and manually remove them later.

b)

Use Group Policy to schedule a script to remove the user from the Administrators group.

c)

Grant the user administrative rights permanently.

d)

Use Task Scheduler to elevate privileges for specific tasks only.

5.

You have discovered unauthorized access attempts to your Windows Server. What is the first step you should take to secure the system?

a)

Change all administrative passwords.

b)

Enable BitLocker encryption.

c)

Disable the network interface temporarily.

d)

Review security logs in the Event Viewer.

6.

Your Windows Server is having issues with a newly installed network card. After installation, the card does not show up in the Network and Sharing Center. Which of the following should you do first?

a)

Update the server's BIOS.

b)

Reinstall the operating system.

c)

Use Device Manager to check for driver issues.

d)

Reboot the server in safe mode.

7.

Your company is transitioning to IPv6, but clients are still using IPv4. How would you configure a Windows Server to handle DNS for both IPv4 and IPv6 clients?

a)

Configure a dual-stack DNS server that supports both protocols.

b)

Disable IPv4 to force all clients to switch to IPv6.

c)

Set up two separate DNS servers, one for IPv4 and one for IPv6.

d)

Install DHCP on the DNS server to assign IPv6 addresses.

8.

A client wants to run both Linux and Windows environments simultaneously on the same server. Which virtualization solution should you implement?

a)

Dual-boot setup with GRUB.

b)

Install VMware or Hyper-V to virtualize the environments.

c)

Partition the disk and assign separate resources for each OS.

d)

Use Docker containers to run both environments.

9.

A company's critical server was infected with ransomware. Fortunately, backups were in place. What is the first step to take before restoring from backup?

a)

Reinstall the operating system.

b)

Format the drives and restore from backup.

c)

Isolate the server from the network and scan for malware.

d)

Restore files directly from backup without reformatting.

10.

You are monitoring a server and notice high disk I/O activity. Which tool would you use to diagnose which processes are responsible for the disk activity?

a)

Task Manager

b)

Resource Monitor

c)

Event Viewer

d)

Performance Monitor

11.

After installing a critical update on your Windows Server, the server fails to boot properly. What should you do first to resolve this?

a)

Reinstall the operating system.

b)

Perform a system restore from safe mode.

c)

Boot into the BIOS and reset the configuration.

d)

Run a disk check using chkdsk.

12.

You need to create and manage users on a Linux server but do not have access to a graphical user interface. What tool would you use to add a new user?

a)

useradd command in the terminal

b)

Control Panel

c)

Active Directory

d)

Disk Management

13.

You are managing an embedded system in a manufacturing plant that uses a real-time operating system (RTOS). One of the control systems is lagging in its responses. What is the most likely cause?

a)

The RTOS is not configured for real-time processing.

b)

The system's hardware resources are insufficient.

c)

The RTOS needs to be updated.

d)

The real-time tasks are not prioritized correctly.

14.

You are preparing a new hard drive for use in a Windows Server environment. What is the best file system to format the drive with?

a)

FAT32

b)

NTFS

c)

exFAT

d)

HFS+

15.

A hardware device is not working correctly after installing Windows Server. The driver installed is incompatible. How should you resolve this?

a)

Revert to a previous driver using Device Manager.

b)

Remove the device and reinstall it.

c)

Reinstall the operating system.

d)

Install Windows Updates.

16.

Your company's server is running outdated software, posing a security risk. What is the most immediate step to take?

a)

Apply the latest security patches and updates.

b)

Replace the server with new hardware.

c)

Turn off the server until new software is acquired.

d)

Perform a factory reset on the server.

17.

After a power outage, your Windows Server fails to boot, and it displays a "No boot device found" error. What is the first troubleshooting step?

a)

Check the BIOS/UEFI settings to confirm the boot order.

b)

Reinstall the operating system.

c)

Run sfc /scannow.

d)

Check the event logs for system errors.

18.

A newly installed application is being blocked by Windows Defender Firewall. What is the best way to allow it?

a)

Turn off the firewall entirely.

b)

Create an inbound rule for the application in Windows Firewall.

c)

Disable the application from starting at boot.

d)

Install third-party firewall software.

19.

A Windows Server is experiencing slow performance. You notice that many unnecessary services are running. What is the best way to manage these services?

a)

Use Task Manager to end processes.

b)

Use services.msc to disable unnecessary services permanently.

c)

Reinstall the operating system to clear unused services.

d)

Increase the virtual memory allocation.

20.

You are experiencing slow read/write speeds on a Windows server with a traditional HDD. Which action is most likely to improve performance?

a)

Defragment the disk.

b)

Disable the paging file.

c)

Install a second hard drive.

d)

Convert the disk to a dynamic disk.