220-1202 Cheat Sheet
Operating systems
OS Installation & Configuration
Read full chapterCheat sheet
Sharp facts the exam loves — scan these before test day.
- Choose the install type by what must survive
Four Windows install paths differ mainly by what they preserve: a clean install wipes the volume and starts fresh, an in-place upgrade keeps files, apps, and settings, image deployment clones one standard image onto many machines, and a repair installation reinstalls the same version over itself to fix corruption while keeping data. Name the goal first (keep data, wipe, or standardize) and the path follows.
Trap Running a clean install to fix a single corrupt OS, erasing data that a repair installation or Reset with Keep my files would have preserved.
- In-place upgrade is the supported Windows 10 to 11 path
An in-place upgrade runs Windows Setup from inside the running OS and keeps personal files, apps, and settings, which is how you move Windows 10 to Windows 11 and between feature versions. Aimed at the same version already installed, it also becomes a repair. Nothing needs reinstalling afterward, unlike a clean install.
Trap Assuming a clean install is required to go from Windows 10 to 11; the in-place upgrade carries apps and files across.
9 questions test this
- A technician creates a Windows 11 bootable USB flash drive using the Media Creation Tool. The technician inserts the USB into a Windows 10…
- A technician must upgrade a workstation running Windows 7 Professional directly to Windows 11 Pro while the user is on vacation. Which of…
- A technician must move a fleet of compatible Windows 10 Pro workstations to Windows 11 Pro while preserving each user's installed…
- A technician is preparing several machines running Windows 10 Enterprise to move to Windows 11 Enterprise, and the business requires that…
- A technician is upgrading several computers from Windows 10 Pro to Windows 11 Pro and must retain the installed applications and user…
- A technician needs to upgrade a workstation from Windows 10 Pro to Windows 11 Pro while preserving all user files, applications, and…
- A technician needs to upgrade a workstation from Windows 10 to Windows 11 while preserving the user's installed applications and personal…
- A technician inserts a USB drive with Windows 11 installation media created by the Media Creation Tool into a Windows 10 workstation and…
- A technician creates a bootable USB using the Windows 11 Media Creation Tool and runs setup.exe from the USB while logged into Windows 10…
- Sysprep generalize strips the SID before you capture an image
Before capturing a reference machine for image deployment, run Sysprep with the /generalize switch, which removes the machine-specific security identifier (SID) and hardware bindings so every cloned PC ends up with a unique identity. Deployment tools such as WDS, MDT, or Configuration Manager then push the image, usually over the network.
Trap Cloning a Windows image without running Sysprep generalize first; duplicate SIDs break domain membership and some management tooling.
- Reset this PC offers Keep my files or Remove everything
Push-button reset rebuilds Windows from on-box recovery files, or a cloud download, in two modes: Keep my files removes apps and settings but leaves personal data, while Remove everything wipes the volume and adds a data-cleaning option for a device you are handing on. Neither needs external media.
Trap Selecting Keep my files when repurposing a PC for a new user; personal data survives, so Remove everything is the correct wipe.
- UEFI boots GPT; legacy BIOS boots MBR
Firmware mode fixes the boot disk's partition style: UEFI boots Windows from a GPT disk and legacy BIOS boots it from an MBR disk, and the two are not interchangeable for the volume Windows starts from. Match them at install time or Setup rejects the disk or the machine will not boot.
Trap Installing to a GPT disk while firmware is still in legacy BIOS mode (or MBR under UEFI); the mismatched pair will not boot.
- MBR caps at 4 primary partitions and a 2 TB disk
An MBR (Master Boot Record) disk stores its partition table in the first sector, allows only four primary partitions (or three primary plus one extended holding logical drives), and cannot address space beyond 2 TB. A disk that shows only 2 TB usable out of a larger drive is the classic MBR symptom.
Trap Treating a 3 TB drive that shows only 2 TB as failing hardware; it is an MBR disk that cannot address the rest, so convert it to GPT.
- GPT allows 128 partitions and disks beyond 2 TB
A GPT (GUID Partition Table) disk, part of the UEFI standard, supports up to 128 partitions in Windows and boots disks far larger than 2 TB, and it keeps a backup partition table with CRC checksums so one corrupt sector does not lose the layout. It is the required style for a Windows 11 system disk.
- Convert MBR to GPT in place with mbr2gpt, no wipe
mbr2gpt.exe converts a system disk from MBR to GPT without deleting data, after which you switch firmware from BIOS to UEFI. The destructive alternative is DiskPart's clean followed by convert gpt, which erases the selected disk, so it fits a fresh install disk only.
Trap Running DiskPart clean against the wrong disk number; it erases whatever disk is selected, so confirm the number against list disk first.
- PXE boot pulls the installer over the network
A PXE (Preboot Execution Environment) boot uses the network card's ROM to get an address and boot-server name from DHCP, then downloads a WinPE boot image over TFTP that runs Setup or applies a deployment image. Backed by a server role such as WDS, it images many identical machines without carrying media to each one.
- No drives in Setup usually means a missing storage driver
When Windows Setup lists no disks to install to, the installer is missing the storage controller driver (often NVMe or RAID), so you supply the vendor driver via Load driver rather than assuming the disk is dead. Newer install media usually include it; older media may not.
Trap Concluding the disk has failed when Setup shows no drives; the missing storage controller driver is the far more common cause.
- macOS reinstalls from Recovery and formats APFS in Disk Utility
A Mac reinstalls from macOS Recovery, reached by holding the power button on Apple silicon or Command-R on Intel, and Disk Utility there erases the disk to APFS, the default file system since macOS High Sierra and the right choice for SSDs. Migration Assistant then brings apps, accounts, and files from another Mac, a Time Machine backup, or a PC.
- Linux dual-boot installs GRUB and leaves Windows in place
Installing a Linux distribution from a live USB alongside Windows partitions free space for Linux (commonly ext4 for root plus swap) and installs the GRUB boot loader, which shows a menu at power-on to pick Windows or Linux. Choosing to use the whole disk instead would overwrite the existing Windows install.
Trap Selecting erase disk or use entire disk in the Linux installer when you meant to dual-boot; it wipes the Windows partition.
- First-boot account type: local, Microsoft, domain, or Entra
OOBE's account choice has the longest reach: a local account is offline and specific to that PC, a Microsoft account is a cloud identity that syncs settings, a domain join hands management to on-premises Active Directory, and a Microsoft Entra join does the same for cloud identity. Domain and Entra joins require Windows Pro or higher.
Trap Confusing a Microsoft account (one person's cloud login) with a domain or Entra join (an organization taking management of the device); they are different choices.
- Run Windows Update first on any fresh or imaged machine
A freshly installed or newly imaged Windows machine is months behind on security patches, so Windows Update (cumulative, driver, and feature updates) is the first task before the machine is trusted on the network. Windows 11 Home also requires an internet connection and a Microsoft account to finish OOBE at all.
- Match the Linux distribution to its niche
The common distributions split by purpose: Ubuntu and its friendly Mint spin suit general desktops with long-term-support releases and huge communities, while Lubuntu's lightweight desktop revives old, low-RAM hardware. Debian is the rock-solid, fully community-run upstream that many other distributions are built on; Fedora is the fast-moving upstream proving ground for Red Hat Enterprise Linux; and Rocky Linux (like AlmaLinux) is a free, RHEL-binary-compatible drop-in replacement for CentOS.
Trap Treating Fedora as a stable long-term server base, when it is the bleeding-edge upstream and Debian or Rocky is the stable choice.
6 questions test this
- A nonprofit wants to repurpose a batch of aging PCs that have very limited RAM and older processors into usable workstations. The IT…
- A startup is deploying Linux servers to host its public-facing web applications. The team wants a free, widely adopted distribution that…
- An organization is moving office staff from older Windows PCs to a free operating system. Users want a traditional desktop with a familiar…
- Following the discontinuation of CentOS Linux, an IT department needs a free, community-supported server OS that is binary-compatible with…
- A software developer wants a free, community-supported Linux distribution that delivers the newest open-source technologies and the latest…
- An infrastructure team wants a Linux distribution for long-running servers that is entirely community-driven rather than backed by a single…
- The Media Creation Tool builds a bootable USB or an ISO
The Windows Media Creation Tool downloads Windows and writes it either to a bootable USB flash drive of 8 GB or larger or to an ISO file you can burn to DVD, which makes it the way to upgrade a PC that has no internet by preparing the media on another machine. It requires administrator rights on the computer running it.
Trap Assuming the Installation Assistant can upgrade an offline PC, when only Media Creation Tool media works without internet on the target.
7 questions test this
- A standard user on a Windows 10 workstation attempts to run the Windows 11 Media Creation Tool to create installation media for an in-place…
- A technician plans to upgrade several workstations from Windows 10 to Windows 11 and downloads the Media Creation Tool. When creating the…
- A technician needs to upgrade several workstations at a remote office from Windows 10 to Windows 11. The workstations have limited internet…
- A technician needs to create Windows 11 installation media to perform in-place upgrades on multiple Windows 10 workstations. Which of the…
- A technician needs to perform an in-place upgrade from Windows 10 to Windows 11 on a workstation that does not currently have internet…
- A technician is using the Windows 11 Media Creation Tool to create bootable installation media for upgrading several workstations. Which of…
- A technician is using the Media Creation Tool to create a bootable USB flash drive for a Windows 11 in-place upgrade on another…
- Windows 11 Pro adds the business features Home lacks
Home is the low-cost consumer edition for everyday use; stepping up to Pro adds domain and Entra join, BitLocker, the Hyper-V hypervisor, Group Policy and Windows Update for Business controls, and support for far more RAM, since Home caps at 128 GB while Pro reaches into terabytes. Education and Enterprise carry Pro's capabilities plus academic or large-organization management and licensing.
Trap Reaching for Home when the requirement is domain join, Hyper-V, Group Policy, or more than 128 GB of RAM, all of which need at least Pro.
5 questions test this
- A home user wants a single personal computer for web browsing, streaming, office documents, and gaming. The user has no need for domain…
- A university is deploying computers across its student labs and wants advanced management and security features comparable to the…
- An engineering firm is building a workstation with 256 GB of installed RAM for memory-intensive simulation software. The technician needs a…
- A software developer running Windows 11 Home needs to create and run multiple local virtual machines using the operating system's built-in…
- An administrator wants to use the Local Group Policy Editor and configure deferral of feature updates through Windows Update for Business…
- Go back reverts a Windows 11 upgrade for only 10 days
After an in-place upgrade to Windows 11, Settings > System > Recovery offers Go back to the previous Windows version, but only for a default window of 10 days, after which Windows deletes the old files in the Windows.old folder to reclaim space and the option greys out. Once that window has passed, reverting to Windows 10 requires a clean installation from media.
Trap Assuming Go back is available indefinitely, when reverting after the 10-day window needs a full clean install.
6 questions test this
- A user upgraded a workstation from Windows 10 to Windows 11 using the Installation Assistant five days ago. The user reports application…
- A technician upgraded a workstation to Windows 11. After the upgrade, the user reports compatibility issues with a critical business…
- A user upgraded their Windows 10 workstation to Windows 11 using the Windows 11 Installation Assistant. Two weeks later, the user reports…
- A user's workstation was upgraded from Windows 10 to Windows 11 using the Installation Assistant three weeks ago. The user now wants to…
- A technician used the Windows 11 Installation Assistant to perform an in-place upgrade on a user's workstation seven days ago. The user…
- A user upgraded from Windows 10 to Windows 11 using the Windows 11 Installation Assistant two weeks ago. The user now wants to revert to…
- The Windows 11 Installation Assistant has its own start-up prerequisites
Beyond the TPM 2.0, Secure Boot, and CPU hardware floor, the Windows 11 Installation Assistant only runs on a PC already updated to Windows 10 version 2004 or later, only supports x64 processors so it will not launch on an Arm device, and must be run with administrator rights. A machine that passes PC Health Check can still be blocked by an out-of-date Windows 10 build or an Arm CPU.
Trap Assuming a PC Health Check pass guarantees the Installation Assistant will run, when an old Windows 10 build or an Arm processor still stops it.
12 questions test this
- A technician is attempting to upgrade a laptop from Windows 10 to Windows 11 using the Windows 11 Installation Assistant. The tool fails to…
- A technician attempts to run the Windows 11 Installation Assistant on a workstation running Windows 10 version 1909. The workstation meets…
- A technician runs the Windows 11 Installation Assistant on a workstation with a supported 64-bit CPU, 8 GB of RAM, a 256 GB SSD, TPM 2.0…
- A technician confirms that a workstation meets all Windows 11 hardware requirements using the PC Health Check app. However, when the…
- A technician plans to upgrade a Windows 10 workstation to Windows 11 using the Windows 11 Installation Assistant. The workstation uses an…
- A technician is preparing to upgrade a Windows 10 workstation to Windows 11. The PC Health Check app confirms the hardware is compatible,…
- A technician attempts to upgrade a workstation to Windows 11 through Windows Update, but the upgrade option does not appear. The PC Health…
- A technician downloads the Windows 11 Installation Assistant on a laptop that meets all other Windows 11 hardware requirements. The tool…
- A technician attempts to run the Windows 11 Installation Assistant on a Windows 10 workstation that uses an ARM-based processor. The tool…
- A technician is preparing to use the Windows 11 Installation Assistant to upgrade several workstations from Windows 10. Which of the…
- A technician is upgrading a workstation to Windows 11 using the Installation Assistant. The PC Health Check app confirms all hardware…
- A technician attempts to run the Windows 11 Installation Assistant on a workstation running Windows 10 version 1903. The tool displays an…
- Windows Setup's install-location screen: unallocated auto-partitions, existing keeps Windows.old
At Windows Setup's 'Where do you want to install Windows?' screen, selecting an unallocated or empty drive and clicking Next lets Setup automatically create the required system, recovery, and primary partitions. Selecting an existing Windows partition without first formatting or deleting it installs alongside it and moves the prior installation into a Windows.old folder rather than erasing it.
Trap Assuming Setup always wipes the disk, when installing to an unformatted existing partition instead preserves the old system in Windows.old.
7 questions test this
- A technician is performing a clean installation of Windows 11 on a workstation with a new empty drive. After booting from the USB…
- A technician is performing a clean installation of Windows on a UEFI-based workstation. Windows Setup displays the error: 'Windows cannot…
- A technician performs a custom installation of Windows 10 using Windows Setup on a workstation with an existing Windows installation. The…
- A technician performs a custom installation of Windows 10 by booting from USB media. At the partition selection screen in Windows Setup,…
- A technician is performing a clean installation of Windows 10 on a new workstation with a blank hard drive. During Windows Setup, the…
- During Windows Setup, a technician selects the Custom installation type and chooses the existing Windows partition without first deleting…
- A technician is performing a clean installation of Windows 11 on a new workstation. During Windows Setup, the technician deletes all…
Windows Management Tools
Read full chapterUnlock with Premium — includes all practice exams and the complete study guide.
File Systems & Updates
Read full chapterUnlock with Premium — includes all practice exams and the complete study guide.
Security
Encryption & Access Control
Read full chapterCheat sheet
Sharp facts the exam loves — scan these before test day.
- Full-disk encryption is what protects a lost or stolen device
Full-disk encryption (FDE) is the control for data at rest on portable devices, because it turns a removed drive into ciphertext an attacker cannot read on another machine. A screen lock or account password only blocks a live login; it does nothing once the disk is pulled out. BitLocker (Windows), FileVault (macOS), and LUKS (Linux) all encrypt the whole volume with AES.
Trap Relying on a login or screen-lock password to protect data at rest; it is bypassed the moment the drive is removed and read on another computer.
6 questions test this
- A Windows 11 Pro workstation has a secondary internal data drive that all users access after signing in. A technician must ensure the…
- A security administrator needs to protect all data at rest on company laptops, including OS files, temporary files, and the hibernation…
- During a security audit, an auditor requires assurance that if a powered-off company tablet is lost, its stored data cannot be extracted by…
- A new compliance regulation requires that all data stored on company tablets be rendered unreadable to anyone who physically removes the…
- A technician is hardening a Windows 11 Pro laptop so that the entire contents of the operating system drive remain unreadable if the drive…
- A company tablet was lost while a user was traveling in a remote area with no cellular or Wi-Fi coverage, so IT cannot send any remote…
- Match the full-disk encryption tool to the operating system
Each OS has its own full-disk encryption tool: BitLocker on Windows, FileVault on macOS, and LUKS on Linux. They are not interchangeable, so the right answer follows the platform in the stem. All three encrypt the entire volume rather than selected files.
Trap Answering BitLocker for a Mac or Linux host; BitLocker is Windows-only, and those platforms use FileVault and LUKS.
4 questions test this
- During installation of a Linux workstation that will store regulated research data, a technician must enable native full-disk encryption so…
- A design firm requires that the contents of the built-in drive on a macOS laptop be encrypted and that the disk stay locked until a user…
- A company-issued MacBook stores confidential client data on its internal startup disk. A technician must ensure that all of the data on the…
- A help desk supports both Windows and macOS laptops. A macOS user asks for built-in full-disk encryption that provides protection…
- BitLocker needs Windows Pro, Enterprise, or Education
BitLocker is available on the Pro, Enterprise, and Education editions of Windows, not Home, and it encrypts an entire volume with AES. You manage it from the Control Panel applet or the
manage-bdecommand line. Windows Home instead offers Device Encryption on hardware that supports it, which is a more limited, automatic form.Trap Expecting the full BitLocker management tools on Windows Home; Home only has Device Encryption where the hardware qualifies.
- The TPM releases BitLocker's key only for an unchanged boot
The Trusted Platform Module (TPM) is a hardware chip that seals BitLocker's volume key and releases it only when the measured startup path is unchanged. Change the firmware or boot loader, or move the disk to another machine, and the TPM withholds the key, forcing the recovery key. You can layer a startup PIN or USB key on top of the TPM for a pre-boot factor.
Trap Assuming a BitLocker disk moved into another PC will simply unlock; the TPM is bound to the original machine's boot, so it demands the recovery key.
3 questions test this
- A technician is configuring BitLocker on a Windows laptop that has a TPM chip installed. Which of the following best describes the role of…
- A technician performs a BIOS firmware update on a workstation with BitLocker Drive Encryption enabled. After restarting, the workstation…
- A security administrator has enabled BitLocker with TPM-only protection on company laptops. Management now requires an additional…
- Store the 48-digit BitLocker recovery key off the device
BitLocker's recovery key is a 48-digit number that unlocks the volume when the TPM refuses, a PIN is forgotten, or hardware changes. Back it up somewhere off the encrypted drive: a Microsoft account, Active Directory, a printout, or a file on other media. A recovery key saved only on the encrypted disk cannot be reached when you need it.
Trap Saving the recovery key only onto the encrypted drive itself, leaving no way in once the volume locks.
8 questions test this
- A user's workstation enters BitLocker recovery mode after a BIOS firmware update. The user does not have the recovery key written down or…
- After a BIOS firmware update, a user's laptop begins prompting for BitLocker recovery and cannot boot to the Windows desktop. Which of the…
- After a BIOS firmware update, a workstation prompts for a BitLocker recovery key at startup and will not boot to Windows. Which of the…
- A technician enables BitLocker on a company laptop and is prompted to back up a recovery key. Which of the following best describes the…
- A Windows laptop with BitLocker enabled prompts for a recovery key after detecting a hardware change. Which of the following describes the…
- A user's BitLocker-encrypted laptop enters recovery mode after a firmware update. The user is prompted to enter a recovery key to unlock…
- After a firmware update, a workstation boots to a BitLocker recovery screen and prompts for authentication before allowing access to the…
- A user's BitLocker-encrypted laptop enters recovery mode after a firmware update. The recovery screen prompts the user to enter the…
- BitLocker To Go encrypts removable USB and external drives
BitLocker To Go applies BitLocker's volume encryption to removable media such as USB flash drives and external disks, unlocked by a password or a smart card. It is the answer for encrypting portable media, whereas standard BitLocker targets fixed system and data volumes.
- EFS encrypts individual files for one user, not the whole disk
The Encrypting File System (EFS) encrypts selected files and folders on NTFS, keyed to a single user's certificate, and decrypts them transparently while that user is signed in. It protects a file from other users of the same running machine, which BitLocker does not, but leaves the rest of the disk in the clear. Lose the user's certificate and the encrypted files become unrecoverable.
Trap Choosing BitLocker to encrypt just a few files for one user; BitLocker works on whole volumes, while EFS is the per-file tool.
15 questions test this
- Two employees share a company laptop and log in with separate Windows user accounts. The security team requires that each user's documents…
- A user on a shared Windows workstation needs to encrypt specific confidential files so that other users who log in to the same computer…
- A user wants to encrypt a folder containing financial documents on a USB flash drive using the Encrypting File System (EFS). The encryption…
- Several employees share a single Windows 11 Pro workstation, each using a separate local account. One employee wants to encrypt only their…
- A user needs to encrypt specific confidential files on a Windows workstation without encrypting the entire volume. The drive uses the NTFS…
- A technician is configuring file-level encryption for sensitive documents on a user's workstation using EFS. The user wants to store the…
- Multiple employees share a single workstation and log in with individual user accounts. A manager wants to ensure that each user's…
- A user previously encrypted several files using EFS on a Windows workstation. After a hard drive failure and OS reinstallation, the user…
- A company requires that only specific confidential documents on a Windows workstation be encrypted while other files on the same NTFS…
- A user wants to encrypt individual files on a USB drive connected to a Windows Pro workstation using EFS. The drive is formatted with…
- A technician needs to protect specific confidential files from other local user accounts on a shared Windows workstation with…
- A user reports that the option to encrypt a folder using EFS is unavailable in the Advanced Attributes of the file properties dialog. Which…
- Multiple employees share a single Windows workstation. A technician needs to protect specific confidential files so that only the user who…
- A user asks a technician to encrypt specific confidential files stored on a USB flash drive using EFS. The technician discovers the drive…
- Multiple employees share a single Windows Pro workstation. One user needs to encrypt specific confidential project files so that other…
- An admin password reset can orphan another user's EFS files
Resetting a user's Windows password from an administrator account, rather than the user changing it themselves, can leave that user's EFS-encrypted files unrecoverable, because the file-encryption certificate is tied to the original credentials. Use a proper password change or a configured data-recovery agent when EFS is in play.
Trap Force-resetting a password from another admin account for a user with EFS-encrypted data, then finding the encrypted files can no longer be opened.
3 questions test this
- An employee has left the company and the IT department needs to access EFS-encrypted files on the former employee's workstation. The…
- An employee has left the organization, and their Windows workstation contains EFS-encrypted files the department needs to access. The…
- An employee who encrypted files using EFS on a company workstation has left the organization. The technician cannot log in with the former…
- Do daily work as a standard user, not an administrator
Least privilege means each account gets only the access its job needs, so routine work should run under a standard account. Malware or a mistake in a standard session inherits only standard-user power and cannot silently reconfigure the system, install services, or touch other users. Administrator accounts are reserved for installs and configuration changes.
Trap Running day-to-day as a local administrator for convenience; any malware in that session immediately has full administrative control.
7 questions test this
- A technician is setting up a new workstation for a user who will perform daily tasks such as browsing the web, sending email, and editing…
- A new help desk technician requires access to reset user passwords but should not be able to modify server configurations or open financial…
- A help desk team finds that repeated malware infections are caused by employees installing unauthorized software, which is possible because…
- A technician is hardening a workstation's local account security. Which of the following is a best practice for the built-in Administrator…
- A company's standard users currently have local administrator rights, and several have installed unapproved software that introduced…
- A technician is hardening a Windows workstation in accordance with security best practices. Which of the following should the technician do…
- A technician is hardening a Windows workstation and reviewing local account settings in Local Users and Groups. Which of the following best…
- A UAC prompt is the elevation gate, not a malfunction
User Account Control (UAC) interrupts before any change that needs administrator rights and asks for approval on a secure desktop. A standard user must supply an administrator's credentials, while an administrator just consents, and even admins run with a standard token until elevated. The prompt is the system working as designed.
Trap Disabling UAC to stop the prompts; that removes the elevation gate malware would otherwise have to clear.
9 questions test this
- A technician discovers that malware installed itself and made system-level changes on a workstation without any elevation prompts…
- A technician is configuring endpoint hardening controls on a Windows workstation to prevent malware from silently making system-level…
- A user with a local administrator account has disabled User Account Control (UAC) on their Windows workstation. Shortly after, malware…
- A technician is explaining how User Account Control (UAC) helps prevent malware from making unauthorized system changes on a Windows…
- While investigating a Windows workstation, a technician finds that malware was able to change system settings without any confirmation…
- When an administrator logs on to a Windows workstation with User Account Control enabled, which of the following occurs during the sign-in…
- A security technician is explaining to a colleague how UAC protects administrator accounts from malware privilege escalation on Windows…
- A user signed in to a Windows workstation with an account that belongs to the local Administrators group reports that certain system…
- A technician enables User Account Control (UAC) on a workstation to prevent malware from silently executing with elevated privileges. Which…
- NTFS grants Read, Modify, or Full Control per user or group
NTFS permissions are assigned to a user or group and build up in scope: Read, then Read & Execute and List Folder Contents, then Write, then Modify, then Full Control. Full Control adds the ability to change permissions and take ownership, which the lower levels do not. NTFS permissions apply to both local and network access.
- Child files and folders inherit the parent's NTFS permissions
By default a subfolder or file inherits the NTFS permissions of its parent folder, so a permission set once high in the tree flows down without being reassigned. You can break inheritance on a child to manage it independently, which converts the inherited entries to explicit ones or removes them. This is why auditing one top-level folder tells you most of what its contents allow.
13 questions test this
- A technician creates a new subfolder inside a shared directory on an NTFS volume. The parent folder grants the Accounting group Modify…
- A technician needs to restrict access to a single subfolder within a shared department folder. All other subfolders should continue to…
- A company's shared project directory has NTFS permissions that are inherited by all subfolders. A technician must restrict access to one…
- A technician needs to remove a specific group's access from one subfolder while keeping that group's inherited permissions on all other…
- A user copies a file from FolderA to FolderB on the same NTFS-formatted volume. FolderA grants the Sales group Modify permission, and…
- A technician creates a new folder inside a shared directory that has NTFS Modify permissions assigned to the Accounting group. No explicit…
- A technician copies a set of files from a restricted folder on drive C: to a project folder on drive D: on a Windows workstation. Both…
- A technician creates a new subfolder inside a parent directory that has Modify permissions assigned to the Sales security group. No…
- A technician needs to secure a subfolder named 'Payroll' so that only the Accounting group can access it. The Payroll folder currently…
- A user copies a file from Folder A to Folder B on the same NTFS-formatted volume. Folder A grants Read permissions to the Users group, and…
- A technician needs to apply unique NTFS permissions to a sensitive subfolder without changing the permissions applied to other subfolders…
- A technician creates a subfolder for a confidential project inside a shared department folder. Only two specific users should access the…
- A technician copies a file from a folder on drive C: to a folder on drive D:, where both drives use the NTFS file system. Which of the…
- An explicit Deny overrides an Allow in NTFS
When NTFS permissions conflict, an explicit Deny beats an Allow, and an explicit permission on the object beats one it inherited. The Allows a user picks up from several groups are cumulative, so Read plus Modify adds up to Modify, but one explicit Deny still overrides them all. So a user who is allowed access through one group but explicitly denied through another is denied. Deny entries are strong, which is why least-privilege designs prefer granting narrow Allows over stacking Denies.
Trap Assuming a user's group Allow wins when another of their groups carries an explicit Deny; the Deny takes precedence.
7 questions test this
- A user is a member of two local groups on a Windows workstation. Group A has Allow Read and Write NTFS permissions on a shared folder,…
- A user is a member of both the Sales group and the Contractors group. The Sales group has Allow Read permission on a project folder, and…
- A user belongs to both the Sales group and the Contractors group. The Sales group has an explicit Allow Read & Execute permission on a…
- A user is a member of the Sales group, which has Allow Modify NTFS permission on a project folder. The user is also a member of the…
- A user has an explicit Allow Read permission assigned directly to a subfolder. The subfolder also inherits a Deny Read permission from its…
- A user is a member of two local groups with NTFS permissions assigned to a shared folder. Group A has Allow Read and Allow Write, while…
- A user is a member of both the Engineering group and the Contractors group. The Engineering group has explicit Allow Modify permission on a…
Share permissions apply only when a folder is reached over the network, while NTFS permissions apply to every access, local or remote. When both are set, a network user's effective permission is the most restrictive of the two combined. A local user never crosses the share layer, so NTFS alone governs them.
Trap Granting Full Control on the share and overlooking a Read-only NTFS permission underneath; the remote user still gets only Read.
- Account lockout, not a longer password, stops online guessing
An account-lockout policy locks an account after a set number of failed sign-in attempts, which halts automated online password guessing that a longer password alone does not stop. The password policy still sets minimum length, complexity, history, and maximum age, but lockout is what defeats repeated live attempts.
Trap Answering 'require a longer password' to stop repeated failed logins; only lockout actually halts the automated guessing.
- MFA needs factors from two different categories
Multifactor authentication combines two or more factors from different categories: something you know (password, PIN), something you have (token, security key, authenticator app), and something you are (biometric). The categories matter, not the count, so two secrets of the same kind do not qualify. A leaked password alone cannot get in when a second category is required.
Trap Counting a password plus a PIN as MFA; both are 'something you know', so it stays single-factor.
9 questions test this
- A technician is configuring access controls on company workstations and must implement multifactor authentication (MFA). Which of the…
- A company requires employees to enter a password and scan a fingerprint to log on to their workstations. Which of the following security…
- A finance application stores sensitive records, and the security team is concerned that an attacker who guesses or steals a password could…
- A financial services firm is deploying remote access and wants to ensure that, in addition to entering a password, employees approve a…
- A company wants to implement multifactor authentication (MFA) for workstation logins. Which of the following combinations uses two…
- A company experienced several account breaches after employees' passwords were captured in a phishing campaign. Management wants to ensure…
- An organization enforces password complexity and minimum password length through Group Policy. A technician is asked to further strengthen…
- A company requires employees to enter a password and then scan their fingerprint when logging in to workstations. Which of the following…
- A company uses Group Policy to require smart card authentication in addition to a password for domain workstation logons. Which of the…
- Biometrics are the 'something you are' factor
Biometrics such as a fingerprint, facial recognition, or an iris scan are the 'something you are' factor, and Windows Hello uses them to sign in without a typed password. A biometric is hard to steal remotely but cannot be reissued if it is ever compromised, so it usually serves as one factor among several rather than the sole credential.
- Hardware tokens are physical; software tokens are an app
Both token types are the 'something you have' factor. A hardware token is a physical device: a key-fob showing a rotating one-time code, a smart card, or a FIDO2 security key on USB. A software token is an authenticator app on a phone that generates a time-based one-time code without dedicated hardware.
- SSO logs in once for many systems, so pair it with MFA
Single sign-on (SSO) authenticates a user once and then grants access to many systems without a fresh login at each, which is why one domain sign-in can open shares, mail, and apps. That convenience concentrates risk, because one captured SSO credential unlocks everything behind it, so SSO is meant to sit on top of MFA rather than replace it.
Trap Treating SSO as a security improvement on its own; without MFA, a single stolen credential reaches every linked system.
- WPA3's SAE handshake blocks offline passphrase cracking
WPA3-Personal replaces WPA2's pre-shared-key four-way handshake with SAE (Simultaneous Authentication of Equals), so an attacker who captures the exchange cannot take it away and brute-force the passphrase offline, the attack that threatens WPA2 networks with weak passwords. SAE also provides forward secrecy, so cracking one session does not expose earlier traffic.
Trap Assuming a captured WPA3 handshake can be cracked offline the way a WPA2 handshake can; SAE is built to prevent that offline dictionary attack.
4 questions test this
- A technician is upgrading a SOHO router from WPA2-Personal to WPA3-Personal. Which of the following authentication methods is used by…
- A technician is securing the wireless network for a small dental office that has no dedicated authentication server. The office manager…
- A small business owner asks a technician why WPA3-Personal is recommended over WPA2-Personal for their new SOHO router. Which of the…
- A company is concerned that an attacker could capture encrypted wireless traffic and decrypt it later if the network password is…
- Choose AES/CCMP encryption, never TKIP
WPA2 introduced AES-based CCMP, the strong wireless cipher still in use, while TKIP was the interim WPA cipher and is now deprecated and weak. When a router offers both, select AES rather than TKIP or a mixed TKIP+AES mode. WPA3 likewise mandates AES-based encryption.
Trap Selecting WPA2 with TKIP (or a TKIP+AES mix) when AES-only is available; TKIP is the deprecated, weak option.
- WEP is broken and is never the right choice
WEP (Wired Equivalent Privacy) uses the RC4 cipher with a weak initialization vector and can be cracked in minutes from captured traffic, so it is never an acceptable wireless setting. If a legacy device only supports WEP, isolate it on a separate network rather than dropping the whole network's security to WEP.
Trap Selecting WEP because an old device lists it as an option; WEP is trivially crackable, so segregate the legacy device instead.
- Disable WPS because its eight-digit PIN is brute-forceable
Wi-Fi Protected Setup (WPS) lets a device join by pressing a button or entering an eight-digit PIN, and the PIN method is the flaw: the router validates it in two separate halves, shrinking the search space enough to brute-force it in hours. Turn WPS off regardless of which WPA version protects the network.
Trap Leaving WPS enabled because the network already uses WPA2 or WPA3; the WPS PIN is a separate weakness independent of the WPA version.
- Use WPA Enterprise (802.1X/RADIUS) for per-user revocable logins
Personal mode shares one pre-shared key (PSK) across everyone on the network, so revoking one person means changing the passphrase for all. Enterprise mode uses 802.1X: the device authenticates through the access point to a RADIUS server that verifies each user individually, giving every user a revocable credential. Choose Enterprise when logins must be per-user and revocable.
Trap Using a shared pre-shared key when each employee needs an individually revocable Wi-Fi login; that requires Enterprise mode with RADIUS.
6 questions test this
- A university wants every faculty member to connect to the campus wireless network using their own directory account credentials, which are…
- A federal agency is upgrading its wireless network. A central authentication server is already in place, and every new access point and…
- A small business owner wants each employee to authenticate to the wireless network using their own unique credentials. Which of the…
- A company shares a single Wi-Fi passphrase among all employees, and the IT team must reset it on every device whenever someone leaves.…
- An organization is migrating its wireless network so employees authenticate with their unique Active Directory username and password…
- A clinic must tie every wireless session to an individual staff member's login for compliance auditing. The existing access points support…
- Add a user to a built-in local group to grant one right without admin
Windows built-in local groups grant a specific privilege without full administrator rights, which is the least-privilege choice: add a user to Backup Operators to let them back up and restore files, or to Remote Desktop Users to let them sign in over Remote Desktop. Membership is managed in Local Users and Groups (lusrmgr.msc).
Trap Putting the user in the Administrators group when a narrower built-in group already carries the one right they need.
5 questions test this
- A user needs to perform file backups on a Windows workstation but should not have the ability to install software or change system…
- A technician needs to allow a user to connect to a workstation remotely via Remote Desktop without granting administrative privileges on…
- A technician is configuring a workstation for an employee who needs to connect remotely using Remote Desktop but should not have…
- A technician needs to add a user account to the Backup Operators local group on a Windows 10 Pro workstation. Which of the following is the…
- A technician needs to add a user account to the Remote Desktop Users group on a Windows 10 Pro workstation. Which of the following tools…
- An EFS Data Recovery Agent decrypts files when the user's key is gone
A Data Recovery Agent (DRA) is an account whose certificate is designated, usually through Group Policy, to decrypt any user's EFS-encrypted files. It is how an administrator recovers encrypted data after an employee leaves or their profile and private key are lost. Without a preconfigured DRA, EFS files whose owning key is unavailable are unrecoverable.
Trap Reaching for an administrator password reset, which cannot decrypt another user's EFS files and can orphan them.
9 questions test this
- An employee has left the company and the IT department needs to access EFS-encrypted files on the former employee's workstation. The…
- An employee has left the organization, and their Windows workstation contains EFS-encrypted files the department needs to access. The…
- An employee who encrypted files using EFS on a company workstation has left the organization. The technician cannot log in with the former…
- An employee leaves the company, and the IT department needs to recover EFS-encrypted files from the employee's workstation. The employee's…
- An employee who encrypted files using EFS has left the company, and the administrator needs to access the data. The employee's private…
- A company uses EFS to encrypt confidential files on employee workstations. An employee's user profile becomes corrupted and the private key…
- An employee who used EFS to encrypt confidential files on a company workstation has left the organization. The employee's encryption…
- An employee encrypted sensitive project files using EFS on their Windows workstation. The employee leaves the company and their user…
- An employee who encrypted sensitive work files using EFS has left the company without exporting encryption keys. The IT administrator needs…
- A burst of Event ID 4625 in the Security log is a brute-force attack
Windows records each failed sign-in as Security event ID 4625, so hundreds of 4625 entries in a short window, especially from one source address or against one account, signal an automated brute-force or password-guessing attack. A successful logon is the separate event ID 4624. Account lockout is the control that halts the guessing.
Trap Treating event ID 4624 (a successful logon) as the failure to hunt for.
8 questions test this
- A technician reviews the Security log in Event Viewer on a workstation and finds hundreds of Event ID 4625 entries with varying account…
- A technician reviews Event Viewer on a workstation and finds hundreds of Event ID 4625 entries in the Security log recorded within a…
- A technician is reviewing Event Viewer and notices hundreds of Event ID 4625 entries in the Security log within a short time period. All…
- While investigating a security incident, a technician reviews the Security log in Event Viewer and finds numerous entries with Event ID…
- A technician reviewing the Security log in Windows Event Viewer discovers hundreds of Event ID 4625 entries generated within a ten-minute…
- A technician is reviewing the Security log in Event Viewer and discovers hundreds of Event ID 4625 entries from the same source address…
- A technician is reviewing the Security log in Event Viewer after a user reports their account was locked out overnight. The log reveals…
- A technician is reviewing the Security log in Windows Event Viewer and notices hundreds of Event ID 4625 entries recorded within a short…
- Windows Defender Firewall blocks unsolicited inbound by default and allows outbound
By default Windows Defender Firewall blocks any inbound connection that does not match an allow rule while permitting outbound traffic, so keeping inbound blocked across all profiles is what limits malware from spreading laterally between machines. Blocking outbound instead is a deliberate hardening step to cut off command-and-control traffic, not the default behavior.
Trap Assuming the firewall blocks outbound traffic by default, when only unmatched inbound is blocked.
7 questions test this
- A technician is hardening workstations with Windows Defender Firewall to prevent malware from spreading between computers on the corporate…
- A technician is hardening a new workstation and wants to verify the default behavior of Windows Defender Firewall before creating custom…
- A technician is hardening a Windows workstation to limit lateral movement of malware across the network. The technician confirms that…
- A security audit reveals that malware recently spread across multiple workstations through unsolicited inbound connections. Which Windows…
- A technician is hardening endpoints to limit lateral movement of malware across the corporate network. Which of the following describes the…
- A technician is reviewing the default configuration of Windows Defender Firewall on a newly deployed workstation as part of an endpoint…
- A technician wants to prevent malware on a workstation from establishing outbound connections to command-and-control servers. Which of the…
- The firewall's Domain profile applies only when a domain controller is reachable
Windows Defender Firewall keeps separate rule sets for the Domain, Private, and Public profiles and switches between them automatically through Network Location Awareness. The Domain profile is applied only when the PC can authenticate to its domain controller; on untrusted networks such as coffee-shop Wi-Fi the Public profile with its most restrictive defaults applies, and a domain PC that cannot reach a controller also falls back to Public.
Trap Expecting a domain-joined laptop to keep the Domain profile on public Wi-Fi, when it can no longer reach a domain controller.
6 questions test this
- A domain-joined laptop is taken to a coffee shop and connected to the public Wi-Fi. A technician wants to verify that the most restrictive…
- A technician is reviewing Windows Defender Firewall settings on a workstation that was recently joined to the corporate domain. The…
- A company laptop connects to the office LAN, a home network, and public Wi-Fi at different times. Which of the following determines when…
- A technician is hardening a domain-joined laptop for an employee who travels frequently. When the employee connects to Wi-Fi at a coffee…
- A technician configures different Windows Defender Firewall rules on a domain-joined laptop. The Domain profile is active at the office,…
- A technician notices that a domain-joined workstation is applying the Public firewall profile instead of the Domain profile while connected…
- Set password and lockout policy in Local Security Policy, but domain GPO overrides it
On a standalone Windows workstation, password and account-lockout rules are configured in Local Security Policy (secpol.msc) under Account Policies, in the Password Policy and Account Lockout Policy sections. Once the machine is domain-joined, a domain Group Policy Object overrides those local settings, which is why local password rules appear greyed out or stop taking effect after the join.
Trap Editing local secpol.msc on a domain-joined PC and expecting it to win over the domain policy.
5 questions test this
- A technician needs to enforce a minimum password length of eight characters on a standalone Windows workstation. Which of the following…
- A technician configures a strict password policy using Local Security Policy on a workstation. After the workstation is joined to the…
- A technician opens Local Security Policy (secpol.msc) on a domain-joined workstation and finds that the password policy settings are greyed…
- A technician needs to enforce password and account lockout policies on a standalone Windows workstation that is not joined to a domain.…
- A technician configures password and account lockout policies using secpol.msc on a domain-joined Windows workstation. After saving the…
- Match the lost-device action to whether the data must survive
Choose the mobile-device response by the scenario: a remote wipe erases all data on a device that is lost for good, a remote lock secures a device you expect to recover without destroying its data, and an enforced screen-lock PIN plus auto-erase after several failed passcode attempts protects an unattended or stolen device from passcode guessing. When someone shoulder-surfs a PIN, setting a new PIN restores that one credential.
Trap Reaching for a remote wipe on a device that is only temporarily misplaced, when a remote lock preserves the data.
5 questions test this
- An employee believes a coworker watched over their shoulder and memorized the PIN they use to unlock their company phone. The phone is…
- A traveling employee reports that a company-owned smartphone containing confidential client data has been lost, and there is no expectation…
- An employee reports misplacing a company smartphone somewhere inside the office building during the workday. The device holds sensitive…
- Employees in an office frequently leave their mobile devices unattended on their desks for short periods, and management is concerned that…
- A technician is hardening company smartphones against theft. Management is specifically concerned that a thief who steals a device will…
- 'Passwords must meet complexity requirements' sets categories, length, and no username
When the Group Policy setting 'Passwords must meet complexity requirements' is enabled, a password must contain characters from at least three of four categories (uppercase, lowercase, digits, and symbols), be at least six characters long, and not contain the user's account name or full display name. It enforces these rules together, separate from the standalone minimum password length setting.
Trap Assuming complexity alone sets a long minimum, when minimum password length is its own separate policy.
4 questions test this
- When the 'Password must meet complexity requirements' setting is enabled in a Windows Group Policy, which of the following describes a…
- When the 'Passwords must meet complexity requirements' setting is enabled in Group Policy, which of the following rules is enforced?
- A technician is configuring the Local Security Policy on a standalone Windows 10 Pro workstation to require that passwords include a mix of…
- A security audit reveals that users are creating passwords containing only lowercase letters. Which of the following settings should a…
Malware Defense
Read full chapterUnlock with Premium — includes all practice exams and the complete study guide.
Software troubleshooting
OS & Application Troubleshooting
Read full chapterCheat sheet
Sharp facts the exam loves — scan these before test day.
- Work CompTIA's six troubleshooting steps in order
CompTIA's A+ method is a six-step loop: identify the problem, establish a theory of probable cause, test the theory, establish a plan of action and implement it, verify full functionality and add preventive measures, then document. It is a job-role working habit rather than a numbered sequence the 220-1202 objectives publish, so learn it for the way it orders your thinking. What domain 3.0 states four times over is "Given a scenario, troubleshoot common ... issues", the symptom-to-cause-to-fix discipline this loop carries.
Trap Jumping straight to a plan of action before you have established and tested a theory; the tested theory has to come first.
- The most useful first question is 'what changed?'
Identifying the problem means questioning the user and pinning down what changed right before the symptom, because a newly installed update, driver, or app is the prime suspect. Reproducing the fault confirms you are chasing the real problem and not a one-off. This is why reversing the recent change is so often the actual fix.
Trap Taking a user's "nothing changed" at face value; a recent update, driver, or install is usually the trigger even when they do not recall making a change.
- Back up the user's data before you make any changes
Backing up data before you alter the system is part of step one of the methodology, because a repair can fail or make matters worse. It is testable on its own: when the planned fix risks data, such as a reset, a disk repair, or a reimage, the correct first action is to back up first.
Trap Running a destructive repair like Reset this PC's Remove everything or a full reimage before backing up the user's files.
- Try the least destructive fix first, escalate only if it fails
At the plan-of-action step, start with the least invasive action that could resolve the symptom and climb only when it fails: reboot or restart the service, then Safe Mode and rolling back a driver or update, then System Restore, then targeted repairs (sfc, DISM, chkdsk, Startup Repair), and finally Reset this PC or a reimage. Each rung up preserves less of the user's data and installed software, so stopping at the lowest rung that works is both faster and safer.
Trap Reaching for a reimage or Reset this PC early; it is the last resort after cheaper, data-preserving fixes fail, not the first move.
- WinRE auto-starts after two failed boot attempts
The Windows Recovery Environment (WinRE) loads automatically after two consecutive failed startup attempts, and you can launch it on demand by holding Shift while selecting Restart or by booting Windows installation media and choosing Repair your computer. WinRE is the single gateway to Startup Repair, Safe Mode, System Restore, a command prompt, and Reset this PC.
Trap Assuming a PC that will not reach the desktop needs a reinstall; WinRE reaches every offline repair tool even when Windows will not start.
5 questions test this
- A user reports that their Windows workstation automatically displays 'Preparing Automatic Repair' each time it restarts. Which of the…
- A technician is troubleshooting a Windows 10 workstation that cannot boot, and the built-in Recovery Environment fails to load from the…
- A malware-infected workstation cannot boot to the Windows desktop or into Safe Mode and displays a stop error on every attempt. Which of…
- A technician needs to explain when the Windows Recovery Environment launches without user action. Which of the following conditions causes…
- A Windows workstation displays a blue screen error on every boot attempt after a recent system change. The technician cannot sign in to…
- Run Startup Repair first for a boot failure
Startup Repair (Automatic Repair) is the first WinRE tool to try when Windows will not boot: it automatically diagnoses and fixes common boot problems such as damaged boot configuration and logs its work to Srttrail.txt. Let it run before you hand-edit boot files, because it resolves many boot faults without any manual command.
5 questions test this
- A desktop repeatedly fails to load Windows and restarts into a recovery screen after each attempt, even though the user made no recent…
- A technician runs Startup Repair from the Windows Recovery Environment on a workstation that will not boot. The tool reports that it could…
- A technician is troubleshooting a Windows 10 workstation that fails to boot. Startup Repair ran automatically but could not resolve the…
- A technician ran Startup Repair on a workstation that will not boot, but the tool reports it could not repair the PC. Which of the…
- A technician runs Startup Repair from the Windows Recovery Environment on a workstation that will not boot, but the repair is unsuccessful.…
- Boot Safe Mode to strip out a driver or update that blocks Windows
Safe Mode starts Windows with a minimal set of drivers and services, which lets you work when a bad driver or startup app prevents a normal boot. From WinRE, Startup Settings offers Safe Mode on F4, Safe Mode with Networking on F5, and Safe Mode with Command Prompt on F6. Once in, roll back the driver in Device Manager or uninstall the update that preceded the symptom.
Trap Choosing plain Safe Mode (F4) when you need to download a driver or reach the network; that requires Safe Mode with Networking (F5).
5 questions test this
- During the malware removal process, a technician boots an infected computer into Safe Mode to run anti-malware scans. Which of the…
- A technician needs to run anti-malware scans on an infected workstation as part of the malware removal process. Which of the following best…
- A technician needs to scan an infected workstation as part of the malware removal process. The technician boots the workstation into Safe…
- A Windows laptop becomes unstable and crashes shortly after reaching the desktop, and the technician suspects that a recently added…
- A technician is following the malware removal process and needs to run anti-malware scans while preventing most malware processes from…
- System Restore rolls back system changes but keeps personal files
System Restore returns Windows system files, settings, drivers, and installed programs to an earlier restore point while leaving the user's personal files untouched, so it undoes a bad change you cannot pin to a single driver or update. Restore points are created automatically before major changes like updates and driver installs, and you can also make one by hand. It runs from within Windows or from WinRE.
Trap Expecting System Restore to bring back deleted documents; it reverts system state, not user files, so it is not a data-recovery tool.
9 questions test this
- A technician is remediating an infected workstation that will not boot into normal mode or Safe Mode. The technician accesses the Windows…
- A technician plans to install a line-of-business application on a workstation and wants to ensure the system can be recovered if the…
- A technician installed a new application on a user's workstation that caused system instability. The technician decides to use System…
- A user reports that after a technician performed a System Restore on their Windows workstation, a recently installed application is no…
- After installing a new third-party utility yesterday, a Windows workstation now crashes intermittently and runs unstably, although it still…
- A user reports that their workstation became unstable after installing a third-party application. A technician plans to use System Restore…
- A technician is about to perform a System Restore on a workstation to resolve instability caused by a recent application installation. The…
- A technician used System Restore to resolve instability on a workstation by selecting a restore point from five days ago. The user…
- A technician plans to use System Restore to resolve instability caused by a recent software installation. The user is concerned about…
- Rebuild boot files with bootrec when the error names BCD or Bootmgr
From the WinRE command prompt, bootrec repairs the boot path:
bootrec /fixmbrrewrites the master boot record's boot code,/fixbootwrites a new boot sector,/scanosfinds installed Windows systems, and/rebuildbcdrebuilds the Boot Configuration Data (BCD) store. Reach for it when Startup Repair fails and the error names a missing or corrupt Bootmgr, boot sector, MBR, or BCD.Trap Running Reset this PC for a "BCD is missing" error; bootrec /rebuildbcd repairs the boot store without removing apps or data.
- Reliability Monitor maps failures to the day a change was made
Reliability Monitor (run
perfmon /rel, or open it from Security and Maintenance) draws a day-by-day stability timeline and marks each app crash, driver failure, and Windows update against its date, which answers the "what changed?" question almost visually. A stability score that drops the day a driver installed points straight at that driver. Event Viewer holds the same events, but as raw timestamped logs rather than a chart.- For a BSOD, note the stop code and roll back the recent change
A blue screen (BSOD) is a stop error, most often from a bad driver or a failing update and sometimes hardware. Record the stop code, boot Safe Mode, and roll back the driver or update that preceded it; the minidump and Event Viewer name the failing component. A repeating INACCESSIBLE_BOOT_DEVICE points at a storage driver or a bad update rather than a broken app.
Trap Reimaging on a single blue screen; most stop errors trace to one recent driver or update you can roll back.
- A 'temporary profile' sign-in means the user profile is corrupt
When Windows reports you are signed in with a temporary profile, the local user profile is corrupt and any changes are discarded at sign-out. Repair or recreate the profile (create a fresh local profile) and copy the user's data into it. Because it is a per-user fault, other accounts on the same PC still sign in normally.
Trap Reinstalling applications to fix one user's broken profile; the profile itself is the fault, so recreate it and migrate the data.
- Clock drift beyond about five minutes breaks domain logins
A domain client whose clock drifts more than about five minutes from the domain controller fails Kerberos authentication, so domain logins and resource access break even though the password is correct. Resync the clock with
w32tm /resyncand confirm the Windows Time service is running. The symptom looks like an authentication problem, but the cause is the wrong time.Trap Resetting the user's password when domain logins suddenly fail across a site; if the clock drifted past the Kerberos tolerance, correcting the time is the fix.
- For an app that will not open, try run-as-admin and compatibility mode before reinstalling
When an application will not launch or crashes, the cheapest fixes usually work: run it as administrator if it needs the elevated token to reach protected files or registry keys, and set compatibility mode (Properties, Compatibility tab) for a program written for an older Windows. A repair of the installation and applying updates come next, and a full uninstall and reinstall is the step after those, not the first move.
Trap Uninstalling and reinstalling an app the moment it fails to launch; run-as-admin, compatibility mode, and a repair are faster and often fix it.
- An app that will not install usually fails on requirements, rights, or a bad installer
Before retrying a failed install, confirm the machine meets the app's requirements (Windows edition and version, disk space, and any framework it needs), that you are installing with administrator rights since a standard user cannot write to Program Files, and that the installer itself is not corrupt (re-download one that failed a checksum). Remove a blocking older version from Programs and Features first.
Trap Blaming the app when a standard user cannot complete an install; writing to Program Files needs administrator rights.
- When an app works for one user but not another, suspect permissions or the profile
If one account can run an app or open a file and another cannot, the difference is usually NTFS permissions on the program folder or the data file, not the application itself. Compare the effective permissions and check for a corrupt profile rather than reinstalling. The app binaries are shared, so a fault that is user-specific points to that user's rights or profile.
Trap Reinstalling the application to fix a one-user access problem; the app is fine, and NTFS permissions or a corrupt profile are the real cause.
- A truly incompatible app belongs in a VM or on a supported OS
A legacy application that will not run on the current Windows even in compatibility mode should run in a virtual machine or on a supported OS version, which is the plan of action rather than another reinstall. Compatibility mode only helps an app that expects an older Windows; it cannot rescue one the operating system genuinely cannot execute.
- After a fix, verify full functionality and then document
Steps five and six of the method are real, tested steps: confirm the original symptom is gone and nothing else broke, add a preventive measure where one applies, then record the symptom, cause, and fix in the ticket or knowledge base. Documentation is what lets the next technician skip the diagnosis you already did.
Trap Closing the ticket as soon as the fix appears to work; verifying full functionality and documenting the outcome are the required final steps.
- A fault right after an update or driver install is fixed by reversing that change
When a symptom appears immediately after a Windows update or a driver install, the targeted fix is to reverse that one change: uninstall the update (from Settings, or Uninstall Updates in WinRE) or roll back the driver in Device Manager, rather than a broad repair. It is faster and less disruptive than System Restore because it touches only the suspect item; System Restore is the fallback when you cannot pin the change to one update or driver.
Trap Running sfc or reimaging after a bad update when simply uninstalling that update restores the machine.
7 questions test this
- After a recent Windows Update, a workstation fails to boot and displays a blue screen error. The technician cannot access the Windows…
- After a recent Windows Update, a user reports display flickering and visual artifacts on the screen. No other hardware components are…
- A technician updates the audio driver on a Windows workstation. Immediately afterward, the workstation produces no sound output. No other…
- A Windows workstation enters a boot loop after a recent quality update was applied overnight. The technician cannot reach the Windows…
- After a recent Windows update, a user reports that a critical business application crashes on startup. The technician confirms the issue…
- A technician manually updated the audio driver on a workstation and the user now reports no sound output. The issue began immediately after…
- Shortly after a recent Windows quality update was installed, multiple applications begin throwing errors and the workstation behaves…
- Infection and mobile symptoms leave the OS-repair workflow
Symptoms that signal malware, such as pop-ups, browser redirects, ransom notes, or a rogue antivirus, follow the malware-removal best-practice process, not a generic OS repair, and phone or tablet faults follow the mobile workflow. Recognizing which process a symptom belongs to is itself tested, because the recovery tools on this page will not remove an infection.
Trap Running Startup Repair or sfc to clear malware symptoms; malware removal follows its own quarantine-and-remediate sequence.
Mobile Troubleshooting
Read full chapterUnlock with Premium — includes all practice exams and the complete study guide.
Security Issue Remediation
Read full chapterUnlock with Premium — includes all practice exams and the complete study guide.
Operational procedures
Change Management
Read full chapterCheat sheet
Sharp facts the exam loves — scan these before test day.
- Change management makes changes deliberate, approved, and reversible
Change management replaces ad-hoc changes with a controlled process: every change is documented, risk-assessed, approved, and given a way back before it touches production. The goal is not bureaucracy but avoiding self-inflicted outages, so the exam frames it as choosing the controlled step over the fast one.
- The rollback plan and the backout plan are the same thing
A rollback plan, also called a backout plan, is the pre-written path back to the last known-good state if a change fails. CompTIA uses both names for one concept, so an item offering both is not testing a difference between them.
Trap Treating the rollback plan and the backout plan as two separate documents; they are one plan under two names.
10 questions test this
- During a scheduled OS update, a technician encounters an unexpected compatibility issue with a business-critical application. Which of the…
- A technician is creating a change request ticket to deploy updated accounting software to 50 workstations. Which of the following change…
- A technician is applying an approved operating system update to workstations during a maintenance window. After updating the first batch,…
- A technician is preparing a change request to update the accounting software on a production server. The change management policy requires…
- A technician is preparing to deploy a major software update to a department file server. The change management plan requires a rollback…
- A technician is implementing a CAB-approved operating system update on department workstations. Midway through the process, several…
- A technician is preparing to migrate a department's workstations to a new software application during a scheduled maintenance window. The…
- A technician is completing a change request form for an upcoming workstation software migration. Which of the following should be included…
- A technician has submitted a change request to migrate users from a local file server to a cloud-based storage solution. The change…
- A technician implemented a scheduled operating system update that was approved through the change management process. After the update, a…
- Write the backout plan before you implement, not after it breaks
The backout plan has to exist before the change goes live, because once a change has failed in production there is no time to design a recovery. Having the way back ready is what turns a failed change into a quick restore instead of an incident.
Trap Implementing a change first and working out how to undo it only if it fails; the backout plan is a planning-stage deliverable.
4 questions test this
- A technician has received CAB approval to deploy a critical security patch to all company workstations during a scheduled maintenance…
- A technician is scheduled to deploy a major firmware update to a production server during an approved maintenance window and wants to be…
- A technician is preparing a change request ticket for a scheduled software upgrade on a department server. Which of the following should…
- A technician is completing a change request form to upgrade workstations in the accounting department to a new operating system. Which of…
- Test a change in a sandbox before it reaches production
Sandbox testing proves a change works in an isolated, non-production copy of the environment, so a bad change is caught off the live floor. The sandbox is walled off, so nothing done there touches real systems or data.
Trap Testing the change directly on production because it looks small; the point of the sandbox is to fail safely, away from users.
- Every change has one named responsible staff member
A single named person is accountable for the change from request to close, so there is never confusion about who drives it or who answers for the outcome. This is ownership by one person, distinct from the board that approves the change.
- Approve and plan the rollback before you implement a change
A change works through a natural order: submit the request, analyze risk, plan the change and its backout, get change-board approval, get end-user acceptance, implement, then verify and document.
Trap Jumping to implementation before the change has been risk-assessed and approved; risk analysis, planning, and approval come first.
7 questions test this
- A technician identifies that a critical security patch needs to be applied to the company's file server. Which of the following should the…
- A technician needs to reconfigure security policies on multiple workstations across a department. Which of the following should the…
- A department manager requests that a technician upgrade the operating system on all departmental workstations over the weekend. Which of…
- A technician identifies that a production application server needs a configuration change to fix a recurring performance problem. Before…
- A technician has been asked to upgrade the accounting department's application server to a new operating system version. The organization…
- A technician has documented a change request and completed a risk assessment for a planned server software update. Which of the following…
- A technician has been tasked with migrating a department's shared drive data to a new file server. Which of the following should the…
- A change request states purpose, scope, affected systems, and timing
The request form records why the change is needed (purpose), exactly what it touches and what it does not (scope), which systems and users are affected and the expected impact, and the date and time, ideally inside a maintenance window. This documented request is the starting point the rest of the process reviews.
- Risk analysis assigns a risk level that sets the scrutiny
Before approval you assess what could go wrong and how badly, then assign a risk level such as low, medium, or high. A higher risk level means a closer review and a firmer backout plan, so the level directly drives how much process the change needs.
- The change board's approval is the gate before implementing
A change board, often a change advisory board (CAB), reviews the request, risk, and plans and approves, defers, or rejects the change. For a normal change you do not implement without that approval, which exists so no single person pushes a risky change unchecked.
Trap Letting a technician implement a normal change on their own authority to save time; the change board's sign-off is required first.
11 questions test this
- A technician has submitted a change request ticket to replace the antivirus software on department workstations. The risk assessment and…
- A technician plans to upgrade the operating system on 50 workstations during the scheduled maintenance window. The supervisor instructs the…
- A technician is planning to upgrade the email client software on 50 department workstations during a scheduled maintenance window. Before…
- A technician has been asked to deploy a new operating system across a department's workstations. The IT manager directs the technician to…
- A technician prepares a change request to migrate the company's email platform to a new provider. The request includes the scope of the…
- An organization requires all proposed IT system modifications to be reviewed by a Change Advisory Board (CAB) before implementation. Which…
- A technician submitted a change request to reconfigure the security settings on all company workstations. The request has been reviewed but…
- A technician applied a software update to a production file server without submitting a change request or receiving approval. The update…
- A technician receives approval from the change advisory board (CAB) to update the operating system on several workstations. During…
- A technician needs to upgrade the operating system on workstations in the finance department. This change will require downtime during…
- A technician must complete a change request form before deploying a new email client across all company workstations. Which of the…
- End-user acceptance means users are told and confirm the change
The people who use the affected systems are notified what is changing, when, and how it affects them, and for user-facing changes they confirm it works afterward. Skipping acceptance is how a technically successful change still produces a wave of tickets.
4 questions test this
- A technician is performing a scheduled workstation software deployment across the finance department. Several users report they were…
- A technician has received Change Advisory Board approval to migrate a department shared drive to new storage during a scheduled maintenance…
- A technician receives change advisory board approval to deploy a security patch that will require a brief system restart on all department…
- A technician implements an approved change to update the email client on department workstations. The installation completed without errors…
- Documenting the change is a required final step, not optional
After verifying the change worked and broke nothing else, you record what was done, when, by whom, the outcome, and whether the backout was used. That record closes the loop and feeds the knowledge base, so a 'the change is done, now what' question wants verify and document.
Trap Closing out a completed change without documenting it; the record is a graded step of the process.
7 questions test this
- A technician implemented an approved change during a scheduled maintenance window. The change caused unexpected application errors, and the…
- During a scheduled OS update, a technician encounters an unexpected compatibility issue with a business-critical application. Which of the…
- A technician successfully migrated 20 workstations to a new email application during a scheduled maintenance window. Which of the following…
- A technician successfully deployed an approved software update to all workstations during a scheduled maintenance window. The update is…
- Which of the following BEST describes why a technician should document all steps taken in a ticketing system when performing an approved…
- A technician has completed a server application upgrade during an approved maintenance window. End users have confirmed the application is…
- A technician completes a CAB-approved workstation software migration and confirms that all applications are running correctly. Which of the…
- A ticket captures user, device, problem, category, severity, and escalation
A ticketing system tracks a support request from open to close, recording who reported it and on which device, a description of the problem, its category and severity for prioritization, the escalation level, and progress notes ending in the resolution. Category and severity are what drive how the queue is prioritized.
8 questions test this
- A user calls the help desk to report that a business-critical application is not launching on their workstation. Which of the following…
- An IT manager reviews closed help desk tickets and finds that several entries lack details about the troubleshooting steps performed. Which…
- A user contacts the help desk to report that a business application crashes every time a specific report is generated. Which of the…
- A help desk receives two new tickets simultaneously. Ticket A reports a single user's secondary monitor is not displaying. Ticket B reports…
- A single user reports that their email client occasionally freezes. At the same time, a separate ticket reports that the company's primary…
- A technician receives two new tickets at the same time. One ticket reports that five accounting users cannot access the billing…
- A help desk receives the following tickets at the same time. Which of the following should be assigned the HIGHEST priority?
- Multiple help desk tickets arrive simultaneously. One ticket reports a company-wide email outage affecting all departments, and another…
- Ticket notes need clear, concise problem descriptions, progress notes, and a resolution
The written record is its own skill: a clear problem description, running progress notes, and a stated resolution let the next technician resume or find the ticket later without guessing. This record-keeping is separate from interpersonal communication, which is professionalism rather than documentation.
11 questions test this
- A technician resolves a complex software compatibility issue and closes the ticket without documenting the troubleshooting steps. The…
- A technician resolves a user's application crash by reinstalling a corrupted software component and prepares to close the support ticket.…
- A technician has resolved a recurring application error on a user's workstation after performing multiple troubleshooting steps. Which of…
- A help desk technician resolves a user's email connectivity issue by updating the mail server settings on the workstation. Before closing…
- A technician has resolved a workstation connectivity issue and is preparing to close the ticket. Which of the following should the…
- A help desk technician resolves a user's email synchronization issue by reconfiguring the mail client settings. Which of the following…
- A technician resolves a complex application error that required multiple troubleshooting steps. Which of the following should the…
- A technician needs additional information from a user to continue troubleshooting an open ticket. The user has not responded to a phone…
- A technician resolved a complex driver conflict and is updating the incident ticket before closing it. Which of the following pieces of…
- A technician resolved a workstation application crash and is preparing to close the support ticket. Which of the following documentation…
- A technician has resolved a workstation issue and is preparing to close the incident ticket. Which of the following should the technician…
- Asset management records what you own, its tag, owner, warranty, and license
Asset management is the inventory of hardware and software, usually in a database once it grows, with each asset carrying an asset tag and unique ID, its assigned user, procurement details, and warranty and license status. When a question asks where a device's model, owner, or warranty lives, it is the inventory.
Trap Recording a device's owner, tag, or warranty in the ticket instead of the asset inventory; the ticket only references the device.
9 questions test this
- A technician is adding newly purchased workstations to the company's asset management tool. Which of the following should the technician…
- An IT department applies unique barcode labels to all new equipment before distributing it to end users. Which of the following BEST…
- During an annual IT audit, several company laptops cannot be located or matched to records in the inventory system. Which of the following…
- A technician wants to ensure that all devices connected to the organization's network are approved and accounted for. Which of the…
- A company is deploying 20 new workstations to various departments. To maintain accurate inventory records, which of the following should…
- A company receives 20 new desktops for a department expansion project. Before deploying the devices, which of the following should the…
- A company discovers during a routine audit that several active laptops are not listed in the asset management database. Which of the…
- A technician is deploying 15 new laptops for the sales department. The IT manager requires each device to be registered in the company's…
- A company assigns asset tags with unique barcode identifiers to all new IT equipment. Which of the following best describes the primary…
- Assets follow a procurement life cycle from purchase to disposal
An asset moves through procurement, tagging and inventory, assignment to a user, maintenance (warranty and licenses), retirement, and disposal, with the inventory record tracking it the whole way. Disposal is not just discarding hardware: the device is wiped or destroyed so no data leaves with it.
7 questions test this
- A company is preparing to deploy 50 new laptops across multiple office locations. A technician must ensure each device can be tracked…
- A technician is labeling company equipment with barcoded asset tags before placing the devices into service. Which of the following BEST…
- A company requires all IT equipment to be labeled with barcoded asset tags linked to records in a centralized database. Which of the…
- A company is decommissioning 20 workstations that have reached end of life. Which of the following is the BEST way to handle the asset…
- During a company audit, several laptops assigned to former employees are discovered missing with no record of their return or disposal.…
- A technician is decommissioning an end-of-life workstation. Which of the following is the proper step to maintain accurate inventory…
- A company purchases 50 new laptops for the sales department. Which of the following should a technician do FIRST to begin tracking these…
- The knowledge base turns one solved problem into everyone's shortcut
A knowledge base is a searchable store of articles and known fixes, so a resolved issue becomes reusable instead of re-solved, and users can self-serve. Documenting resolved tickets is what feeds it, which is why a 'known fix already exists' scenario points here.
Trap Re-troubleshooting a recurring issue from scratch when a knowledge base article already documents the fix.
15 questions test this
- A help desk technician resolves a complex issue that has not been previously documented. Which of the following should the technician do…
- A technician resolved a recurring VPN connectivity issue caused by a recent Windows update. The technician wants to ensure other team…
- A technician resolves a recurring email synchronization issue by adjusting server timeout settings on a user's workstation. Which of the…
- A technician discovers a previously undocumented workaround for an application error that multiple users have reported over the past month.…
- A help desk has resolved the same software error for several different users over the past week. A technician wants to record the symptoms…
- A technician resolves a recurring application crash affecting multiple users by applying a specific configuration change. Which of the…
- Which of the following is the PRIMARY reason for documenting all troubleshooting actions taken within an incident ticket?
- A company policy requires technicians to record the problem description, troubleshooting steps taken, and final resolution in every support…
- A new help desk technician receives a support request for an issue they have not encountered before. The company maintains an internal…
- A technician resolved a complex software configuration issue that took several hours to diagnose. No existing documentation covers this…
- A help desk technician resolves a recurring printer connectivity issue by following a series of troubleshooting steps. No existing…
- A help desk team notices the same application error is being escalated by multiple Tier 1 technicians each week. Which of the following…
- A technician resolves an application crash that was caused by a recent OS update. The issue has not been previously documented. Which of…
- A technician closes a support ticket after resolving a user's application error but does not record the troubleshooting steps or root…
- A technician resolves a common issue that has generated 15 nearly identical tickets over the past month. Which of the following should the…
- A network topology diagram maps how devices connect
A network topology diagram shows how devices, segments, and links connect, so you read it before a change to see what will be touched and during a fault to trace the path. It is a map, not a procedure or a policy.
8 questions test this
- A company's network topology diagram has not been updated in over a year despite several infrastructure changes. Which of the following is…
- A company recently installed additional switches and wireless access points on the network. The network topology diagram was not updated to…
- A junior technician asks why the IT department maintains a network topology diagram. Which of the following best describes the purpose of…
- A technician is troubleshooting a network outage affecting an entire floor of the office building. To quickly identify which infrastructure…
- A technician replaced a failed network switch in the server room and verified that all connections are functioning properly. Which of the…
- A technician needs to document the physical locations of switches, routers, and cabling runs throughout the building. Which of the…
- A technician needs to trace a cable route from a workstation to the network closet to diagnose a connectivity issue. Which of the following…
- A technician replaces an older switch with a new managed switch in the server room and reconnects all cabling. After verifying network…
- SOPs standardize repeatable tasks like new-user setup and termination
A standard operating procedure (SOP) gives step-by-step instructions so a repeatable task is done the same way every time, regardless of who performs it. The objectives name three: a custom software-install procedure, the new-user setup checklist for onboarding, and the end-user termination checklist for revoking a departing user's access.
Trap Skipping the end-user termination checklist so a departed employee's account stays active; the unrevoked account is an open door.
6 questions test this
- A help desk manager notices that different technicians are resolving the same recurring printer connectivity issue using inconsistent…
- A company requires that all technicians follow the same steps when deploying a new workstation. Which of the following BEST ensures…
- An IT manager wants to reduce the time it takes for newly hired help desk technicians to independently handle common support requests.…
- A help desk team notices that technicians are resolving the same recurring issue using different troubleshooting methods, leading to…
- A help desk manager discovers that technicians follow different steps when onboarding new user accounts, resulting in inconsistent…
- A recently hired technician encounters a network connectivity issue that has an existing SOP documented in the company's knowledge base.…
- An AUP is the signed rules for how users may use company systems
An acceptable use policy (AUP) states what users may and may not do with company systems, networks, and data, and users typically sign it. It is the document the organization points to when someone's use crosses the line.
- A splash screen is a compliance notice banner, not the AUP itself
A splash screen is a banner shown at logon or on a site that states terms, warnings, or required notices before a user proceeds, and it is one visible piece of meeting regulatory or compliance requirements. It differs from the acceptable use policy, which is the signed rules document rather than a displayed banner.
Trap Calling a logon warning banner an acceptable use policy; the banner is a splash screen, while the AUP is the signed policy document.
- An incident report is the record; incident response is the process
An incident report is a document type that records what happened during a security or safety incident, when, and how it was handled. It is distinct from the incident response process (first-responder duties, preserving evidence), which is a separate operational-procedures topic.
Trap Confusing the incident report you write with the incident-response process that governs handling; the report is the artifact, the response is the procedure.
- Documenting every incident is what surfaces recurring problems
Recording each ticket and incident with its symptoms, root cause, and resolution turns individual fixes into data you can analyze: it exposes a problem that keeps recurring across many users, feeds accurate help-desk metrics, and drives the continuous improvement of SOPs after a post-incident review. Resolving issues without logging them destroys that visibility, so the same root cause gets treated over and over instead of fixed once.
Trap Treating each repeat of the same issue as an isolated ticket instead of reading the pattern behind them.
4 questions test this
- A help desk technician resolves several user issues throughout the day by phone without creating tickets in the tracking system. Which of…
- After a widespread email outage is resolved, the IT team conducts a post-incident review meeting. Which of the following BEST describes the…
- A technician is closing a completed support ticket in the incident tracking system. Which of the following details is MOST important to…
- A technician reviews past incident records and notices the same printer connectivity issue has been reported 15 times in the last month by…
- An emergency change is expedited, not skipped
An urgent fix such as a critical security patch or a production-down outage follows the emergency change process, which streamlines approval through a smaller authorized body, often an Emergency Change Advisory Board (ECAB), instead of waiting for the next scheduled CAB meeting. The steps are compressed, not dropped: documented justification, risk assessment, and a change record are still required so the change stays accountable.
Trap Treating an emergency as license to apply the change with no approval or record.
5 questions test this
- A technician discovers a critical security vulnerability that requires an immediate OS patch on production workstations. Which of the…
- A critical security vulnerability requires an immediate patch to the organization's primary database server. Which of the following is the…
- A critical production database server has failed unexpectedly, causing a company-wide service outage. The technician has identified a…
- A critical security vulnerability requires an immediate patch to be deployed across all company workstations. Which of the following is the…
- A company's file server crashes unexpectedly, and the technician determines an operating system patch is needed immediately to restore…
- Escalate to the next tier with detailed notes when you run out of road
When a technician exhausts the standard troubleshooting or knowledge-base procedures, or a problem exceeds their access level or expertise, the correct next step is to escalate the ticket to the next support tier rather than keep guessing. Attach detailed notes of every step already taken so the higher tier does not repeat the work and can continue from where you stopped.
Trap Reaching for more trial-and-error fixes instead of escalating once the standard procedures are exhausted.
6 questions test this
- A Tier 1 help desk technician is unable to resolve a user's software issue after following all applicable knowledge base procedures. Which…
- A Tier 1 help desk technician has been unable to resolve a user's application error after following all standard troubleshooting…
- A Tier 1 help desk technician receives a ticket about a server application that crashes intermittently. The technician does not have…
- A technician is troubleshooting a workstation issue and determines it requires Group Policy changes on the domain controller. The…
- A technician is unable to resolve a user's software installation error after following all standard troubleshooting procedures. Which of…
- A help desk technician receives a ticket for an enterprise application error that is outside the technician's area of expertise. After…
- A knowledge base is only useful if its articles are kept current
Knowledge base articles must be reviewed and updated whenever the underlying SOP, tool, or procedure changes, so technicians never follow outdated steps, and scheduling periodic reviews is how the repository stays reliable. A fixed article is saved with its revision date, while an article about a discontinued OS or tool is archived and labeled as legacy rather than left in active search results where it causes confusion.
Trap Deleting an outdated article outright instead of archiving it as legacy for anyone who still needs the history.
5 questions test this
- An IT department recently updated its standard operating procedure for workstation onboarding. A technician notices that the corresponding…
- A company maintains an internal knowledge base for IT support procedures. Technicians report that some articles reference outdated steps.…
- A company's knowledge base contains articles that reference a discontinued operating system. Technicians report these articles cause…
- After resolving a recurring application error, a technician discovers that the existing knowledge base article for this issue contains…
- A technician discovers that a frequently referenced knowledge base article contains steps for a deprecated Windows utility. Which of the…
Safety & Communication
Read full chapterUnlock with Premium — includes all practice exams and the complete study guide.
Backup & Recovery
Read full chapterUnlock with Premium — includes all practice exams and the complete study guide.