Security Concepts
User Accounts & Authentication
Encryption & Security Technologies
Active Directory & Group Policy
Windows Shares & Permissions
100

What security principle provides users with only the access needed to perform their jobs and nothing more?

Least Privilege

100

What type of account can synchronize settings and profiles through an online portal?

Microsoft Account

100

What is Symmetric Encryption?

It is a type of encryption that uses a single key for both encryption and decryption

100

What is a Domain Controller?

A Domain Controller (DC) is a server that stores and manages Active Directory information, including user accounts, computers, groups, and security policies.

Example: When a user logs into a company network, the Domain Controller verifies their username and password.

100

What network type must be selected to make a computer discoverable and allow sharing?

Private Network

200

What is Implicit Deny?

It is a security rule denies all access unless an explicit rule allows it?

200

What is Windows Hello?

It is a windows feature that uses PINs, fingerprints, facial recognition, or security keys for sign-in

200

What type of encryption uses a different keys for both encryption and decryption?  

Asymmetric Encryption

200

What are Security Groups?

Security Groups are collections of user accounts that are assigned the same permissions and access rights.

Example: All employees in the Finance department may be added to a Finance Security Group to access financial documents.

200

What is File Explorer?

File Explorer is the Windows application used to view, organize, manage, and access files, folders, drives, and network locations on a computer.

300

What is a Vulnerability?

weakness that could be exploited to cause damage or a security breach

300

What authentication method combines two or more factors to verify a user's identity?

Multifactor Authentication (MFA)

300

What is Hashing?

Hashing is the process of converting data of any size into a fixed-length value called a hash or digest. The hash does not contain the original data and is mainly used to verify that information has not been changed.

300

What is gpupdate?

gpupdate is a Windows command-line tool used to refresh and apply Group Policy settings immediately without waiting for the next automatic update. 

It forces Windows to update Group Policy settings. 

300

What is a Share Tab?

The Share Tab is a section in a folder's Properties window that allows users to configure file and folder sharing over a network.

400

What is Risk?

Risk is the likelihood that a threat will exploit a vulnerability and the potential impact or damage that could result. 

Example: A computer with outdated antivirus software

400

What is User Account Control (UAC)?

User Account Control (UAC) is a Windows security feature that helps prevent unauthorized changes to the operating system by requiring approval before administrative actions are performed.

Example

If you try to:

  • Install software
  • Change system settings
400

What is a digital signature?

A Digital Signature is a security mechanism used to verify that a message, document, or digital certificate has not been altered and that it came from the claimed sender.

400

What is gpresult?

gpresult is a Windows command-line tool that displays the Group Policies currently applied to a user or computer.

400

What is Net Use?

net use is a Windows command-line tool used to connect to, disconnect from, and manage shared network resources such as network drives and printers.

500

What is Zero Trust?

Zero Trust is a security model that assumes no user, device, or application should be trusted automatically, even if they are inside the organization's network. Every access request must be verified before access is granted.

Example: An employee must authenticate with a password and a one-time code before accessing company resources.

500

What is net user?

net user is a Windows command-line tool used to view, create, modify, and manage user accounts on a local computer or domain.

500

What is key exchange?

Key Exchange is the process that allows two systems to securely exchange encryption keys so they can communicate privately.

Example: When you visit a secure website (HTTPS), your browser and the web server exchange encryption keys before sending encrypted data.

500

What is Organizational Unit (OU)?

An Organizational Unit (OU) is a container within Active Directory used to organize users, computers, and groups into logical categories. 

Example: A company might create separate OUs for HR, Finance, IT, and Sales departments.

500

What is Explicit Deny?

Explicit Deny is a permission that directly blocks access to a resource. It takes precedence over any Allow permissions.