wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Security Hardening, Secure Boot and AD

Total questions: 14

Worksheet time: 7mins

Name
Class
Date
1.

What is the primary goal of security hardening?

a)

A) Increase system performance

b)

B) Make systems easier to use

c)

C) Reduce the system's attack surface

d)

D) Enhance system aesthetics

2.

Which of the following is a common first step in system hardening?

a)

A) Installing antivirus software

b)

B) Disabling unnecessary services and ports

c)

C) Creating user accounts

d)

D) Defragmenting the hard drive

3.

What is a key benefit of regularly updating software as part of security hardening?

a)

C) It increases system storage capacity

b)

B) It reduces the likelihood of vulnerabilities

c)

D) It enhances the speed of the system

d)

A) It improves user interface design

4.

Which of the following practices helps in securing user accounts during system hardening?

a)

A) Using default passwords

b)

B) Implementing multi-factor authentication

c)

D) Sharing passwords among users

d)

C) Allowing unlimited login attempts

5.

What is the purpose of disabling unused network ports in system hardening?

a)

C) To simplify network configuration

b)

B) To prevent unauthorized access

c)

A) To improve network speed

d)

D) To enhance data storage capabilities

6.

You’re an IT administrator at a large enterprise. During a routine check, you discover a system booting with a non-signed bootloader. The system runs, but you're concerned about the risk. Which feature would help prevent this issue in the future?

a)

A) BIOS password protection

b)

B) Secure Boot

c)

C) Full disk encryption

d)

D) UEFI Shell access

7.

A user downloads and runs a suspicious program. The program attempts to load a custom kernel-mode driver not signed by a trusted authority. What Windows feature will prevent this driver from executing?

a)

A) SmartScreen

b)

B) AppLocker

c)

C) Device Guard / Code Integrity

d)

D) BitLocker

8.

Your development team is testing a new driver on Windows 11. It's signed with an internal test certificate, but Windows refuses to load it, citing driver signing policies. What must be done for the code to run temporarily on a test system without disabling security for all users?

a)

A) Disable Secure Boot

b)

B) Enable Test Signing mode

c)

C) Run as Administrator

d)

D) Use Group Policy to bypass signing

9.

An attacker attempts to bypass Secure Boot by exploiting UEFI firmware to insert a malicious bootloader. What countermeasure would most effectively detect or prevent such a compromise?

a)

A) BitLocker with TPM

b)

B) BIOS-level password

c)

C) Secure Boot with TPM-backed attestation

d)

D) Disabling fast startup

10.

Your company requires certain internally-developed applications and drivers to run on employee laptops. These apps are signed, but not by Microsoft. Which strategy ensures both security and functionality without compromising Secure Boot or Code Integrity?

a)

A) Disable Code Integrity

b)

B) Use self-signed certificates and disable enforcement

c)

C) Enroll the company's code signing certificate in the UEFI firmware and Windows Trust Store

d)

D) Whitelist executables manually in registry

11.

During a security audit, you discover that an attacker who compromised a standard user account is querying the AD for domain admin accounts and accessing other systems. Which security best practice would most effectively limit this type of lateral movement?

a)

A) Use only one domain admin account for the whole organization

b)

B) Store admin credentials in Group Policy Objects (GPOs)

c)

C) Implement Tiered Administration and Privileged Access Workstations (PAWs)

d)

D) Disable account lockout policies to reduce disruptions

12.

You receive alerts that multiple failed logins from one IP address are targeting many AD accounts. This activity resembles a password spraying attack. What AD security feature can help mitigate this threat?

a)

A) DNS scavenging

b)

B) Fine-Grained Password Policies

c)

C) Account Lockout Policy

d)

D) LDAP signing

13.

Your security team wants to protect domain admins from phishing attacks and credential theft. Which solution would provide the best defense against compromised credentials?

a)

A) Disable all email access for domain admins

b)

B) Require smart card authentication and restrict logon to secure devices

c)

C) Only allow domain admins to use their credentials over VPN

d)

D) Implement time-based restrictions for login hours

14.

You find that many legacy service accounts in AD have never had their passwords changed and have excessive permissions. What is the most secure approach to mitigate the risks these accounts pose?

a)

A) Enable interactive logon for all service accounts

b)

B) Move them to the Domain Admins group for better visibility

c)

C) Rotate their passwords regularly and apply the principle of least privilege

d)

D) Disable all service accounts immediately