CompTIA A+ Core 2 220-1202 - Domains 3 and 4 Software Troubleshooting and Operational Procedures

By Jordan Blake · Updated May 25, 2026

Questions25
Passing Score75%
Format100% Multiple Choice
Sessions Logged1,534
Your progressLog in / Register to track times taken, best score, questions mastered, and coverage on this quiz.
Rating
Community rating 4.3 out of 5 from 29 ratings.
4.3 (29)

Topics covered

This quiz

Uncategorized25 (100%)

Uncategorized25 questions

Discussion

Log in to post a comment, reply, or expand a question.

Q-5594

Question Q-5594 A technician is following CompTIA's recommended malware removal process. After…

1 comment · last active May 22, 2026

  • anniecao2 · May 22, 8:52 AM

    Malware still there after scan? Boot to Safe Mode or offline scan, then disable System Restore before cleanup (old objective still referenced).

Q-5599

Question Q-5599 A technician dispatches to a user complaint about a non-working…

1 comment · last active May 13, 2026

  • Tux922 · May 13, 9:07 AM

    Interrupting the user and assuming the problem = terrible bedside manner. Active listening first.

Q-5604

Question Q-5604 A Windows 10 user reports that after a Windows Update,…

1 comment · last active Apr 16, 2026

  • Ryno9292 · Apr 16, 12:24 PM

    Broken app after Windows Update = rollback/uninstall update or System Restore before full reinstall.

Q-5614

Question Q-5614 A company wants to ensure that a critical server can…

1 comment · last active Apr 14, 2026

  • throwawayfee · Apr 14, 3:28 PM

    RTO = how fast you recover. RPO = how much data you can lose. Exam loves mixing them.

Q-5597

Question Q-5597 A company is implementing a formal change management process. A…

1 comment · last active Apr 12, 2026

  • ashadds · Apr 12, 7:53 PM

    Change management = change request/ticket approved BEFORE production change. Not 'just do it at 5pm'.

    +1 votes
Q-5603

Question Q-5603 Which of the following BEST describes the "3-2-1" backup strategy?

1 comment · last active Apr 12, 2026

  • theboom1 · Apr 12, 6:23 AM

    3-2-1: 3 copies, 2 media types, 1 offsite. Ransomware recovery questions love this.

    +1 votes
Q-5612

Question Q-5612 A technician receives a call from an upset user who…

1 comment · last active Apr 9, 2026

  • phatsbuddhaspot · Apr 9, 3:16 AM

    Upset caller: stay calm, acknowledge, gather info. Never match their volume.

    +1 votes
Q-5617

Question Q-5617 Which of the following BEST describes the purpose of a…

1 comment · last active Apr 5, 2026

  • claudication · Apr 5, 11:23 PM

    Rollback plan = how you undo a failed change. Required piece of change management.

    +1 votes
Q-5608

Question Q-5608 A user reports that their Windows workstation shows "The trust…

1 comment · last active Mar 31, 2026

  • FiniCky- · Mar 31, 3:43 AM

    Trust relationship failed → rejoin domain or reset machine account in AD. Password reset alone won't fix.

Question catalog for this preview

Catalog listing of the 5 preview questions for this quiz.

Question 1

A Windows 10 user reports that after a Windows Update, their specialized medical imaging software no longer works. The technician needs to quickly restore the previous working state without reinstalling Windows. What is the FASTEST resolution?

Answer choices

  • A. Reinstall the medical software

  • B. Use System Restore to roll back to a restore point before the update

  • C. Format and reinstall Windows

  • D. Roll back the specific Windows Update via Settings → Windows Update → View Update History → Uninstall Updates (Correct)

Explanation

Both B and D are valid, but uninstalling the specific problematic Windows Update is the most targeted approach — it removes only the breaking update without rolling back other system changes. System Restore would work but rolls back more broadly. The question asks for the fastest targeted resolution.

Question 2

A technician's ticket queue shows a "Priority 1" and a "Priority 3" ticket. The P1 ticket is a system outage affecting the entire company. The P3 is a single user's non-critical request. What should the technician do?

Answer choices

  • A. Handle P3 first because it was submitted first

  • B. Handle them simultaneously

  • C. Escalate both tickets to senior staff

  • D. Handle P1 first — P1 (critical outage) takes priority over P3 (minor single-user issue) (Correct)

Explanation

Ticket prioritization is based on severity and impact. P1 (Critical) incidents affecting many users have highest priority. P3 (Minor/Low) single-user non-critical issues have lower priority. Technicians must always address higher-priority issues first.

Question 3

A Windows 10 system encounters a critical error and displays a Blue Screen of Death. After rebooting, the technician wants to analyze the crash dump file. Where are minidump files located?

Answer choices

  • A. C:\Windows\System32\Logs

  • B. C:\Windows\Minidump (Correct)

  • C. C:\Users\[Username]\AppData\Temp

  • D. C:\ProgramData\Microsoft\Windows\WER

Explanation

Windows writes small memory dump files (minidumps) to C:\Windows\Minidump after BSOD events. Full memory dumps go to C:\Windows\MEMORY.DMP. Minidumps can be analyzed with WinDbg or third-party tools like WhoCrashed to identify the failing driver.

Question 4

A user reports that their Windows workstation shows "The trust relationship between this workstation and the primary domain failed." The user cannot log in with domain credentials. What is the MOST likely cause and solution?

Answer choices

  • A. The user's password expired — reset it in AD

  • B. The workstation's computer account in Active Directory became out of sync — remove the machine from the domain and rejoin it (Correct)

  • C. The user needs to restart the workstation

  • D. The domain controller is offline

Explanation

"Trust relationship failed" means the machine's computer account password (auto-rotated every 30 days) is out of sync with Active Directory. Fix: log in with a local admin account, remove the PC from the domain, rejoin it, and the computer account is re-established.

Question 5

A technician is working in a customer's home office and notices illegal content on the customer's computer monitor. What is the CORRECT course of action?

Answer choices

  • A. Immediately delete the illegal content

  • B. Confront the customer directly

  • C. Do not interact with or change the content; document what was observed and report it to the appropriate authorities and management (Correct)

  • D. Ignore it as it's not related to the repair

Explanation

Technicians must follow legal and ethical obligations. If illegal content is observed, the technician should not delete it (which could destroy evidence), not confront the customer, but document the observation and report it to management and/or law enforcement per company policy.