Desktop Support Engineer Interview Practice

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/55

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:31 PM on 7/21/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

56 Terms

1
New cards

Active Directory (AD)

Microsoft's centralized directory service that manages users, computers, groups, and permissions in a Windows domain. It is used to authenticate users and control access to network resources.

2
New cards

Microsoft Entra ID (Azure AD)

Microsoft's cloud-based identity and access management service for Microsoft 365 and other cloud applications. It authenticates users and manages access to cloud resources.

3
New cards

Domain

A collection of users, computers, and resources managed by Active Directory. It allows centralized management and authentication across multiple devices.

4
New cards

Domain Controller (DC)

A server that hosts Active Directory Domain Services. It authenticates users, enforces security policies, and manages domain resources.

5
New cards

Local Account

A user account that exists only on a single computer. It can only be used to access that specific device.

6
New cards

Active Directory Account

A centrally managed user account stored in Active Directory. It allows users to sign in to any authorized computer within the domain.

7
New cards

Group Policy (GPO)

A Windows feature that allows administrators to centrally configure settings for users and computers. It is used to enforce security policies and standardize configurations across a domain.

8
New cards

Organizational Unit (OU)

A container in Active Directory used to organize users, groups, and computers. It makes administration easier by allowing Group Policies and permissions to be applied to specific groups of objects.

9
New cards

Security Group

A collection of users or computers used to simplify permission management. Permissions are assigned to the group instead of individual users.

10
New cards

Authentication

The process of verifying a user's identity. It confirms that a user is who they claim to be before granting access.

11
New cards

Authorization

The process of determining what resources an authenticated user can access. It controls permissions after a user has successfully signed in.

12
New cards

Single Sign-On (SSO)

An authentication method that allows users to sign in once and access multiple applications. It reduces the need to remember multiple passwords.

13
New cards

Multi-Factor Authentication (MFA)

A security method that requires two or more forms of verification before granting access. It helps protect accounts even if a password is compromised.

14
New cards

Least Privilege

A security principle that gives users only the permissions necessary to perform their job. It reduces the risk of accidental or malicious changes.

15
New cards

Windows Server

Microsoft's server operating system used to manage network services and business infrastructure. It provides services such as Active Directory, DNS, DHCP, file sharing, and application hosting.

16
New cards

Safe Mode

A diagnostic startup mode that loads Windows with only essential drivers and services. It is used to troubleshoot software and driver issues.

17
New cards

Reliability Monitor

A Windows tool that displays a timeline of system and application failures. It helps identify recurring issues and troubleshoot system stability problems.

18
New cards

BitLocker

A Windows drive encryption feature that protects data by encrypting entire drives. It helps prevent unauthorized access if a device is lost or stolen.

19
New cards

Windows Update

A Microsoft service that installs security patches, bug fixes, and feature updates. It helps keep systems secure and operating reliably.

20
New cards

IP Address

A unique numerical address assigned to a device on a network. It allows devices to identify and communicate with each other.

21
New cards

Subnet Mask

A 32-bit value used with an IP address to separate the network portion from the host portion. It helps devices determine whether traffic should stay on the local network or be sent to a router.

22
New cards

Default Gateway

A router or network device that forwards traffic to other networks. It allows devices to communicate outside of their local network, such as with the internet.

23
New cards

DNS (Domain Name System)

A service that translates domain names into IP addresses. It allows users to access websites without remembering numerical IP addresses.

24
New cards

DHCP (Dynamic Host Configuration Protocol)

A network service that automatically assigns IP addresses and other network settings to devices. It eliminates the need to manually configure each device.

25
New cards

MAC Address

A unique hardware address assigned to a network adapter. It identifies a device on a local network.

26
New cards

TCP (Transmission Control Protocol)

A reliable transport protocol that guarantees data is delivered accurately and in order. It is commonly used for web browsing, email, and file transfers.

27
New cards

UDP (User Datagram Protocol)

A fast transport protocol that does not guarantee delivery or order of data. It is commonly used for streaming, online gaming, and voice calls.

28
New cards

Port

A logical communication endpoint used by applications and services. It allows multiple network services to operate on a single device.

29
New cards

Ping

A network utility that tests connectivity between two devices. It is commonly used to verify whether a device is reachable on a network.

30
New cards

Traceroute

A network diagnostic tool that shows the path packets take to reach a destination. It helps identify where network delays or failures occur.

31
New cards

VPN (Virtual Private Network)

A secure, encrypted connection between a device and a remote network. It allows users to securely access company resources over the internet.

32
New cards

LAN (Local Area Network)

A network that connects devices within a limited geographic area, such as a home or office. It allows devices to communicate and share resources locally.

33
New cards

WAN (Wide Area Network)

A network that connects multiple LANs across large geographic distances. The internet is the largest example of a WAN.

34
New cards

Exchange Online

Microsoft's cloud-hosted email service included with Microsoft 365. It provides email, calendars, contacts, and mailbox management.

35
New cards

SharePoint

Microsoft's platform for document storage, collaboration, and intranet sites. It allows teams to securely share files and work together.

36
New cards

Endpoint Protection

Security software that protects computers from malware, ransomware, and other cyber threats. It monitors devices and automatically detects and blocks suspicious activity.

37
New cards

Firewall

A security system that filters incoming and outgoing network traffic based on defined rules. It helps prevent unauthorized access to devices and networks.

38
New cards

Phishing

A cyberattack that attempts to trick users into revealing sensitive information through fake emails, websites, or messages. It is commonly used to steal passwords and financial information.

39
New cards

Ransomware

A type of malware that encrypts files or locks a system and demands payment for recovery. It often spreads through phishing emails or software vulnerabilities.

40
New cards

Zero-Day Vulnerability

A software security flaw that has no available patch when it is discovered. Attackers may exploit it before developers release a fix.

41
New cards

Hypervisor

Software that creates and manages virtual machines on a physical computer. It allows multiple operating systems to run on the same hardware.

42
New cards

VMware

A virtualization platform that allows multiple virtual machines to run on a single physical server. It improves hardware utilization and simplifies server management.

43
New cards

VMware vSphere

VMware's enterprise virtualization platform for managing virtual infrastructure. It uses ESXi hosts and vCenter to deploy and manage virtual machines.

44
New cards

ESXi

VMware's bare-metal hypervisor that runs directly on server hardware. It hosts and manages virtual machines.

45
New cards

vCenter

VMware's centralized management software for ESXi hosts and virtual machines. It simplifies administration, monitoring, and resource management.

46
New cards

POST (Power-On Self-Test)

A hardware diagnostic process that runs when a computer starts. It checks that essential hardware components are functioning properly before loading the operating system.

47
New cards

BIOS (Basic Input/Output System)

Legacy firmware that initializes hardware during startup. It starts the boot process and loads the operating system.

48
New cards

UEFI (Unified Extensible Firmware Interface)

The modern replacement for BIOS that initializes hardware during startup. It supports faster boot times, larger drives, and improved security features.

49
New cards

Driver

Software that allows the operating system to communicate with hardware devices. Without the correct driver, hardware may not function properly.

50
New cards

Print Spooler

A Windows service that manages print jobs sent to a printer. It stores print jobs in a queue until they are printed.

51
New cards

Escalation

The process of transferring an issue to someone with more expertise or higher-level access. It is used when a problem cannot be resolved at the current support level.

52
New cards

Scope

The process of determining how widespread an issue is. It helps identify whether a problem affects one user, multiple users, or the entire organization.

53
New cards

Isolate

The process of narrowing down the cause of a problem through systematic troubleshooting. It helps identify the root cause efficiently.

54
New cards

Kernel

The core component of the Windows operating system that manages hardware and system resources. It handles tasks such as memory management, process scheduling, and device communication.

55
New cards

Boot Manager

A Windows component responsible for locating and starting the operating system during startup. It loads the boot loader after POST is complete.

56
New cards

Boot Loader

A program that loads the Windows kernel into memory. Once loaded, the kernel takes control and starts the operating system.