If you are studying for CompTIA A+, operating systems questions are not just “where is this setting?” trivia. The exam wants to know whether you can read a user problem, identify the OS tool that fits, avoid destructive fixes, and document the support path like a real help desk tech.

The short version: for A+ operating systems scenarios, think in layers: identify the operating system, reproduce the issue, check the user’s scope, use the least destructive built-in tool first, verify the fix, and document what changed. Do not reinstall Windows because one profile is weird. Do not reset a password because Outlook prompted twice. Do not treat macOS, Linux, and Windows as interchangeable.

Use these questions as scenario reps. Read the prompt, pick the best answer, then read the explanation. If you want a broader plan before drilling questions, start with the CompTIA A+ study plan and then come back here for Core 2 practice.

Quick operating systems decision map

Scenario clueFirst thing to think about
One user affected, same computerUser profile, permissions, app settings, cached credentials
Every user affected, one computerOS configuration, updates, drivers, local services, hardware
Same user affected everywhereAccount state, identity provider, licensing, group membership
Windows will not bootStartup Repair, recovery environment, boot records, recent changes
App opens on another profileProfile corruption or user-specific app data
Linux permission deniedFile owner, group, mode bits, sudo, path permissions
macOS app blockedPrivacy permissions, Gatekeeper, MDM policy, app signing

That map will not answer every question, but it keeps you from flailing. Most exam traps are about jumping to a dramatic fix before checking scope.

Practice question 1: one broken Windows profile

A user says their Windows 11 laptop works, but File Explorer freezes only when they sign in. Another technician signs in with a local admin account and File Explorer works normally. The user can sign into Microsoft 365 in the browser.

What is the best next step?

A. Reinstall Windows immediately
B. Investigate the user’s profile and startup items
C. Replace the laptop motherboard
D. Disable the user’s Microsoft 365 account

Answer: B. Investigate the user’s profile and startup items.

The issue follows one Windows profile on one device. That points toward a profile-specific problem, shell extension, mapped drive, startup app, corrupt cache, or user-specific setting. Reinstalling Windows might eventually fix it, but it is too destructive as a first move. Replacing hardware makes no sense when another profile works.

If the profile is truly damaged, a profile rebuild may be appropriate. The key is proving that first. Our Windows profile reset checklist walks through that support flow without nuking data casually.

Practice question 2: Windows recovery environment

A user’s Windows computer starts to boot, shows automatic repair, then returns to the same repair screen after every restart. The user says the problem started after a failed update.

Which tool should you try first?

A. Windows Recovery Environment startup repair or update rollback
B. Disk Cleanup
C. Task Manager startup tab
D. Device Manager from inside the normal desktop

Answer: A. Windows Recovery Environment startup repair or update rollback.

If the system cannot reach the normal desktop, tools that require a normal login are not your first option. Windows Recovery Environment gives you startup repair, uninstall latest quality/feature update, system restore if configured, command prompt, and other recovery options.

The exam likes to test whether you choose the tool that matches the state of the machine. If Windows is not booting, think recovery environment before normal desktop utilities.

Practice question 3: Linux permission denied

A junior technician on a Linux machine runs ./deploy.sh and gets Permission denied. They can list the file and see it exists in the current directory.

What should they check first?

A. Whether the script has execute permission
B. Whether the monitor cable is loose
C. Whether the Windows registry is corrupt
D. Whether the file is hidden in Finder

Answer: A. Whether the script has execute permission.

On Linux, a file can exist and still not be executable. The tech should check permissions with ls -l deploy.sh and, if appropriate, add execute permission with chmod +x deploy.sh. They should also confirm they are allowed to run the script and that it is not blocked by policy.

This is basic, but it shows up constantly in real support work. Linux errors are often literal. Read the message before inventing a giant outage.

Practice question 4: app blocked on macOS

A user on a managed Mac says a meeting app opens, but the camera is black. The camera works in FaceTime. The app was installed recently.

What should the technician check first?

A. macOS Privacy & Security permissions for Camera
B. The Windows Event Viewer system log
C. The Linux /etc/passwd file
D. The user’s printer driver

Answer: A. macOS Privacy & Security permissions for Camera.

If the camera works in one macOS app but not another, the hardware is probably fine. macOS controls camera, microphone, screen recording, accessibility, and other permissions per app. Managed environments may also enforce these through MDM policy.

Do not replace hardware because one app lacks permission. Scope the issue first, then check the OS privacy setting and management policy.

Practice question 5: command-line tool selection

A user says their Windows machine is slow after startup. You need to see which apps launch automatically and disable an unnecessary startup app.

Which built-in tool is the best fit?

A. Task Manager Startup apps
B. chmod
C. DiskPart clean
D. Windows Defender Firewall advanced rules

Answer: A. Task Manager Startup apps.

Task Manager can show startup apps and their impact. That is a reasonable, low-risk first stop for slow startup complaints. chmod is Linux permissions, DiskPart clean is destructive storage work, and firewall rules do not match the symptom.

A+ scenarios often include one obviously dangerous option. If an answer wipes disks, deletes profiles, or disables security, make sure the prompt truly justifies it.

Practice question 6: wrong default app

A user says PDF files now open in a browser instead of their approved PDF application. The file itself opens and is not corrupt.

What should you check?

A. Default apps / file association settings
B. DHCP lease duration
C. CPU thermal paste
D. BIOS boot order

Answer: A. Default apps / file association settings.

This is a file association problem until proven otherwise. The operating system decides which app opens a file type. You should check default apps, the approved PDF application status, and whether policy manages the association.

Do not turn a small user-experience ticket into a hardware project. Match the tool to the symptom.

Practice question 7: user cannot install software

A standard user cannot install an application on a company Windows laptop. The installer asks for admin credentials. The user says they need the app for a project.

What is the best response?

A. Give the user the local admin password
B. Follow the software request and approval process
C. Tell the user to download a cracked portable version
D. Disable endpoint protection temporarily and leave it off

Answer: B. Follow the software request and approval process.

Operating systems knowledge includes permissions and support process. Standard users usually should not install arbitrary software on managed devices. The right path is to confirm business need, approval, licensing, compatibility, and security review.

For the ticket workflow side, use the software install request checklist. It is boring in the exact way mature IT is supposed to be.

Practice question 8: Windows tool for service issues

A user says an application fails because its background service is not running. You need to check whether the service is stopped and restart it if appropriate.

Which Windows tool fits?

A. Services console
B. Disk Defragmenter only
C. macOS Keychain Access
D. Linux grep only

Answer: A. Services console.

The Services console lets you view, start, stop, restart, and configure Windows services. You may also use PowerShell in some environments, but the scenario asks for the built-in Windows tool that directly matches services.

Be careful with service startup types. Restarting a service is one thing; changing it from manual to automatic without understanding the application can create a different ticket for tomorrow.

Practice question 9: OS update troubleshooting

Several users report the same application crashes after a recent Windows update. The issue started this morning and affects one department.

What should you do first?

A. Check known issues, recent updates, and whether the app vendor has guidance
B. Reimage every computer in the department
C. Delete all user profiles
D. Tell users to stop using computers

Answer: A. Check known issues, recent updates, and vendor guidance.

When multiple users are affected after a common change, treat it like a change-related incident. Confirm the update, app version, affected machines, and vendor notes. You may roll back, patch, or apply a workaround, but do not blindly reimage everyone.

This is also where ticket notes matter. Capture the update KB, app version, device names, error text, time window, and who approved the fix.

Practice question 10: boot order problem

A user says their desktop shows “no bootable device” after they left a USB drive plugged in overnight. The internal drive was working yesterday.

What should you check early?

A. BIOS/UEFI boot order and removable media
B. Microsoft 365 mailbox delegation
C. Browser cookies
D. File sharing permissions

Answer: A. BIOS/UEFI boot order and removable media.

A removable drive can confuse boot order, especially on older or loosely configured systems. Remove the USB device, check boot order, and confirm the internal drive is detected. If the drive is missing from firmware, then you have a different problem.

Again: scope first. The error is about boot, so start with boot path and storage detection.

Practice question 11: cached credentials after password change

A user changed their password this morning. They can sign into the web portal, but Outlook keeps prompting and their mapped drive fails.

What should the help desk check?

A. Cached credentials, saved passwords, and active sessions
B. Printer toner level
C. Monitor refresh rate
D. The subnet mask on the file server only

Answer: A. Cached credentials, saved passwords, and active sessions.

After a password change, old credentials can linger in apps, Windows Credential Manager, mobile mail apps, VPN clients, mapped drives, and browser sessions. The account may be fine while specific clients keep retrying the old password.

This is also a common cause of account lockouts. If repeated failures continue, use the account lockout troubleshooting checklist instead of resetting the password over and over.

Mini checklist for A+ operating systems scenarios

Before choosing an answer, ask:

  • Which operating system is named: Windows, macOS, Linux, ChromeOS, Android, or iOS?
  • Is this one user, one device, one app, or many users?
  • Does the machine boot normally?
  • Is the issue about permissions, profile state, startup, updates, services, storage, or app association?
  • Is there a built-in tool that directly matches the symptom?
  • Is the proposed fix reversible?
  • Did the answer verify and document the result?

If two answers sound possible, prefer the one that scopes and verifies before destroying anything. A+ is not trying to turn you into a cowboy. It is trying to make sure you can support normal people on normal computers without making the day worse.

FAQ

Are operating systems questions mostly Windows?

Windows is common because help desk environments use it heavily, but A+ expects you to recognize macOS, Linux, mobile OS, and basic command-line concepts too. You do not need to be a Linux engineer for A+, but you should know permissions, paths, package/update concepts, and basic commands.

Should I memorize every Windows tool?

Memorize the common ones, but focus on when to use them. Task Manager, Device Manager, Event Viewer, Services, Disk Management, Settings, Control Panel, Windows Security, Recovery Environment, and command-line tools all map to different problems.

How do I practice this without breaking my main computer?

Use a spare laptop or virtual machines. Practice creating users, changing default apps, checking startup apps, reviewing logs, changing permissions, and undoing your changes. If you are new, do not experiment on your work machine unless your team explicitly allows it.

What should I study next?

If operating systems questions feel decent, rotate into security and troubleshooting. The A+ security practice questions and A+ networking troubleshooting practice questions are good next reps.

Bottom line

Operating systems questions reward calm troubleshooting. Read the symptom, identify the scope, choose the built-in tool that fits, avoid destructive shortcuts, and verify the result. That is good exam strategy and, conveniently, good help desk work.

If you want more practical IT career and certification breakdowns without the corporate brochure voice, join the IT Support Group newsletter. We keep it useful, direct, and allergic to nonsense.