LearnThatStack Ace your next interview
System Administration
Windows Administration.
50 Qs 7 free
Change topic Change
Drill · questions

All questions

of 50
Beginner 14
01

What is the difference between a workgroup and a domain?

Beginner ·

Answer it yourself first - out loud, or typed below.

How should your speech become text?

Listening… your words appear above as you speak - tap Stop when you're done.

Recording · cr - tap Stop & transcribe when you're done.

Transcribing with AI…

Voice:

Keep going - a few more words and AI can grade it.

Last attempt -

Your answer

Re-explain

A workgroup is a peer-to-peer network where each computer manages its own security and user accounts locally. There's no centralized authentication, and each machine maintains its own user database. Workgroups are suitable for small networks (typically under 20 computers).

A domain is a centralized network where a domain controller manages authentication, security policies, and user accounts. All computers in the domain trust the domain controller for authentication. Domains provide centralized management, better security, and scalability for larger organizations.

Key differences:

  • Authentication: Workgroup uses local accounts; Domain uses centralized authentication
  • Management: Workgroup requires individual computer management; Domain allows centralized management
  • Security: Domain provides better security through centralized policies
  • Scalability: Workgroups are limited to small networks; Domains can scale to thousands of computers
Rewriting in plainer words…

This answer doesn't lend itself to a diagram - it reads best . No credits were charged.

The model's verdict: “

The interactive diagram is below the answer - jump to diagram ↓

This answer is explained by a shared concept diagram - open

Tailored explanation · switch back to · ·
Point the redraw:
How well did you know this?
AI:

02

What are the different Windows Server roles and their purposes?

Beginner ·

Answer it yourself first - out loud, or typed below.

How should your speech become text?

Listening… your words appear above as you speak - tap Stop when you're done.

Recording · cr - tap Stop & transcribe when you're done.

Transcribing with AI…

Voice:

Keep going - a few more words and AI can grade it.

Last attempt -

Your answer

Re-explain

Common Windows Server roles include:

  • Active Directory Domain Services (AD DS): Provides directory services and domain authentication
  • DNS Server: Resolves domain names to IP addresses
  • DHCP Server: Automatically assigns IP addresses to network clients
  • File and Storage Services: Manages file shares and storage
  • IIS (Web Server): Hosts websites and web applications
  • Print and Document Services: Manages network printers
  • Remote Desktop Services: Provides remote access to applications and desktops
  • Hyper-V: Provides virtualization platform
  • Windows Deployment Services (WDS): Deploys Windows operating systems over the network

Each role can be installed and configured based on organizational needs.

Rewriting in plainer words…

This answer doesn't lend itself to a diagram - it reads best . No credits were charged.

The model's verdict: “

The interactive diagram is below the answer - jump to diagram ↓

This answer is explained by a shared concept diagram - open

Tailored explanation · switch back to · ·
Point the redraw:
How well did you know this?
AI:

03

What is the difference between NTFS and FAT32 file systems?

Beginner ·

Answer it yourself first - out loud, or typed below.

How should your speech become text?

Listening… your words appear above as you speak - tap Stop when you're done.

Recording · cr - tap Stop & transcribe when you're done.

Transcribing with AI…

Voice:

Keep going - a few more words and AI can grade it.

Last attempt -

Your answer

Re-explain

NTFS (New Technology File System):

  • Supports large files (up to 16 TB) and volumes (up to 256 TB)
  • Provides file-level security and permissions
  • Supports compression, encryption, and disk quotas
  • Has journaling capabilities for better reliability
  • Supports symbolic links and hard links

FAT32 (File Allocation Table 32):

  • Limited to 4 GB maximum file size
  • Maximum volume size of 32 GB (Windows formatting limitation)
  • No built-in security features
  • Compatible with multiple operating systems
  • Simpler structure, faster for small files

NTFS is preferred for Windows systems due to its advanced features and security capabilities.

Rewriting in plainer words…

This answer doesn't lend itself to a diagram - it reads best . No credits were charged.

The model's verdict: “

The interactive diagram is below the answer - jump to diagram ↓

This answer is explained by a shared concept diagram - open

Tailored explanation · switch back to · ·
Point the redraw:
How well did you know this?
AI:

04

What is Active Directory and what are its main components?

Beginner ·

Answer it yourself first - out loud, or typed below.

How should your speech become text?

Listening… your words appear above as you speak - tap Stop when you're done.

Recording · cr - tap Stop & transcribe when you're done.

Transcribing with AI…

Voice:

Keep going - a few more words and AI can grade it.

Last attempt -

Your answer

Re-explain

Active Directory (AD) is Microsoft's directory service that stores information about network resources and enables administrators to manage them. It provides authentication and authorization services in Windows domains.

Main components:

  • Domain: A logical group of network objects (users, computers, groups)
  • Domain Controller (DC): A server that authenticates users and manages domain objects
  • Organizational Units (OUs): Containers used to organize objects within a domain
  • Forest: A collection of one or more domains that share a common schema
  • Tree: A collection of domains in a contiguous namespace
  • Global Catalog: A partial replica of all objects in the forest
  • Schema: Defines the structure and attributes of objects in AD
Rewriting in plainer words…

This answer doesn't lend itself to a diagram - it reads best . No credits were charged.

The model's verdict: “

The interactive diagram is below the answer - jump to diagram ↓

This answer is explained by a shared concept diagram - open

Tailored explanation · switch back to · ·
Point the redraw:
How well did you know this?
AI:

05

What is PowerShell and how does it differ from Command Prompt?

Beginner ·

Answer it yourself first - out loud, or typed below.

How should your speech become text?

Listening… your words appear above as you speak - tap Stop when you're done.

Recording · cr - tap Stop & transcribe when you're done.

Transcribing with AI…

Voice:

Keep going - a few more words and AI can grade it.

Last attempt -

Your answer

Re-explain

PowerShell is a task automation and configuration management framework from Microsoft, consisting of a command-line shell and scripting language built on .NET Framework.

Key differences from Command Prompt:

PowerShell:

  • Object-oriented (works with .NET objects)
  • Extensive cmdlet library with consistent syntax
  • Advanced scripting capabilities
  • Built-in help system and tab completion
  • Can access .NET Framework and WMI
  • Supports aliases for common commands

Command Prompt:

  • Text-based input/output
  • Limited built-in commands
  • Basic scripting with batch files
  • Legacy tool dating back to DOS

Example: In PowerShell, Get-Process returns process objects with properties and methods. In CMD, tasklist returns text output that requires parsing.

Rewriting in plainer words…

This answer doesn't lend itself to a diagram - it reads best . No credits were charged.

The model's verdict: “

The interactive diagram is below the answer - jump to diagram ↓

This answer is explained by a shared concept diagram - open

Tailored explanation · switch back to · ·
Point the redraw:
How well did you know this?
AI:

06

Explain PowerShell cmdlets and their syntax structure.

Beginner ·

Answer it yourself first - out loud, or typed below.

How should your speech become text?

Listening… your words appear above as you speak - tap Stop when you're done.

Recording · cr - tap Stop & transcribe when you're done.

Transcribing with AI…

Voice:

Keep going - a few more words and AI can grade it.

Last attempt -

Your answer

Re-explain

PowerShell cmdlets follow a consistent Verb-Noun syntax structure, making them intuitive and predictable.

Common verbs:

  • Get (retrieve information)
  • Set (modify properties)
  • New (create objects)
  • Remove (delete objects)
  • Start/Stop (control services/processes)

Syntax structure:

Verb-Noun -Parameter Value -Switch

Examples:

Get-Service -Name "Spooler"
Set-Location -Path "C:\Windows"
New-Item -ItemType Directory -Name "TestFolder"
Stop-Process -Name "notepad" -Force

Parameters: Modify cmdlet behavior
Switches: Boolean parameters (present or not)
Pipeline: Cmdlets can be chained using the pipe operator (|)

Rewriting in plainer words…

This answer doesn't lend itself to a diagram - it reads best . No credits were charged.

The model's verdict: “

The interactive diagram is below the answer - jump to diagram ↓

This answer is explained by a shared concept diagram - open

Tailored explanation · switch back to · ·
Point the redraw:
How well did you know this?
AI:

07

What is User Account Control (UAC) and how does it work?

Beginner ·

Answer it yourself first - out loud, or typed below.

How should your speech become text?

Listening… your words appear above as you speak - tap Stop when you're done.

Recording · cr - tap Stop & transcribe when you're done.

Transcribing with AI…

Voice:

Keep going - a few more words and AI can grade it.

Last attempt -

Your answer

Re-explain

User Account Control (UAC) is a Windows security feature that helps prevent unauthorized changes to the system by requiring administrative approval for actions that could affect system security.

How UAC works:

  1. Standard user context: Users run with standard user privileges by default
  2. Elevation prompt: Administrative actions trigger an elevation prompt
  3. Admin approval mode: Even administrators run with standard privileges until elevation
  4. Secure desktop: Elevation prompts run on a secure desktop to prevent spoofing

UAC levels:

  • Always notify: Prompt for all administrative actions
  • Notify when apps try to make changes: Default setting, prompts for unknown applications
  • Notify when apps try to make changes (no dimming): Same as above but without secure desktop
  • Never notify: UAC disabled (not recommended)

Benefits: Reduces impact of malware, prevents accidental system changes, promotes principle of least privilege.

Rewriting in plainer words…

This answer doesn't lend itself to a diagram - it reads best . No credits were charged.

The model's verdict: “

The interactive diagram is below the answer - jump to diagram ↓

This answer is explained by a shared concept diagram - open

Tailored explanation · switch back to · ·
Point the redraw:
How well did you know this?
AI:

08

Explain Windows Defender and its components.

Part of Pro
09

What is DNS and how does it work in a Windows environment?

Part of Pro
10

Explain DHCP and its key components.

Part of Pro
11

What are Windows services and how do you manage them?

Part of Pro
12

What is the Windows Registry and what are its main hives?

Part of Pro
13

What are Windows Event Logs and how do you use them for troubleshooting?

Part of Pro
14

What are the different backup types and when would you use each?

Part of Pro
Intermediate 31
15

Explain the Windows boot process.

Part of Pro
16

Explain the difference between authentication and authorization in Active Directory.

Part of Pro
17

What are Group Policy Objects (GPOs) and how do they work?

Part of Pro
18

What is the Global Catalog and why is it important?

Part of Pro
19

Explain the different types of groups in Active Directory.

Part of Pro
20

How does Group Policy inheritance work?

Part of Pro
21

How do you troubleshoot Group Policy issues?

Part of Pro
22

How do you manage Windows services using PowerShell?

Part of Pro
23

What are PowerShell execution policies and how do you manage them?

Part of Pro
24

Explain NTFS permissions and their types.

Part of Pro
25

What is the difference between NTFS and Share permissions?

Part of Pro
26

What is WINS and when would you use it?

Part of Pro
27

How do you troubleshoot network connectivity issues in Windows?

Part of Pro
28

What is Performance Monitor (PerfMon) and how do you use it?

Part of Pro
29

How do you identify and resolve high CPU usage issues?

Part of Pro
30

What tools would you use to monitor memory usage and identify memory leaks?

Part of Pro
31

How do you troubleshoot a service that won't start?

Part of Pro
32

What is the difference between a process and a thread?

Part of Pro
33

What are the different disk types and partitioning schemes in Windows?

Part of Pro
34

Explain the different RAID levels supported by Windows.

Part of Pro
35

How do you manage disk quotas in Windows?

Part of Pro
36

How do you safely edit the Registry and what precautions should you take?

Part of Pro
37

How do you use Event Viewer to troubleshoot system startup issues?

Part of Pro
38

What tools and techniques do you use for general Windows troubleshooting?

Part of Pro
39

How do you configure Windows Server Backup?

Part of Pro
40

What are the different methods for remote Windows administration?

Part of Pro
41

How do you configure and troubleshoot Remote Desktop Services?

Part of Pro
42

What is Hyper-V and what are its key features?

Part of Pro
43

How do you create and manage virtual machines in Hyper-V?

Part of Pro
44

What are the different types of virtual switches in Hyper-V?

Part of Pro
45

What is Windows Subsystem for Linux (WSL) and how do you manage it?

Part of Pro
Expert 5
46

What is FSMO and what are the different FSMO roles?

Part of Pro
47

What is Group Policy loopback processing?

Part of Pro
48

What is Volume Shadow Copy Service (VSS) and how does it work?

Part of Pro
49

How do you implement and manage Windows containers?

Part of Pro
50

What are some key PowerShell security features and best practices?

Part of Pro

No matches

Try a different filter or search term.

Pro · $10/mo

43 of 50 Windows Administration answers are gated.

Full answers, code samples, AI explanations - simpler, deeper, or as an interactive diagram. Cancel anytime.

  • Full answers + code
  • AI explain - simpler, deeper, or visualized
  • 1,000 AI credits / month
  • Cancel anytime

Change topic

Pick a different technology or stack. Your current topic stays put until you choose a new one.

Technologies
No technologies match “”.
Cross-cutting topics
No topics match “”.
By role
Stacks & frameworks

MEAN

MongoDB, Express, Angular, Node.js

MERN

MongoDB, Express, React, Node.js

LAMP

Linux, Apache, MySQL, PHP

Django

Python Full-Stack Development

Ruby on Rails

Convention over Configuration

JAM

JavaScript, APIs, and Markup

Serverless on AWS

Serverless Architecture on AWS

Cross-cutting topics 43 topics

Interviewers also test these - they're common to every stack, whichever one you picked above.

Flutter Mobile

Flutter Cross-Platform Mobile Development

Cross-cutting topics 44 topics

Interviewers also test these - they're common to every stack, whichever one you picked above.

Spring Boot

Enterprise Java Development

.NET

Microsoft Ecosystem

Vue

Vue.js, Vite, TypeScript, Tailwind, Node.js

Go Backend

Golang, gRPC, PostgreSQL, Redis, RabbitMQ

FastAPI

Python, FastAPI, SQLAlchemy, PostgreSQL

React Native

React, TypeScript, Redux, Firebase

iOS Native

Swift, SwiftUI, UIKit, Firebase

Android Native

Java, Jetpack Compose, Firebase

Web3 / Ethereum

Solidity, Ethereum, Hardhat, Foundry

DevOps / Platform

Docker, Kubernetes, Terraform, CI/CD

Core SWE Interview Prep

Data structures, algorithms, OS, concurrency, networking, git
Big-O & Complexity Analysis Arrays, Strings & Hash Tables Linked Lists, Stacks & Queues Trees, BSTs & Heaps Graphs Sorting, Searching & Recursion Operating Systems Concurrency & Multithreading Networking for Developers Git & Version Control API Design 45 Distributed Systems Fundamentals 34

Cross-cutting topics 43 topics

Interviewers also test these - they're common to every stack, whichever one you picked above.


Cross-cutting topics 45 topics

Interviewers also test these - they're common to every stack, whichever one you picked above.