220-1202 — CompTIA A+ Core 2 Quick Review

Quick Review for CompTIA A+ Core 2 (220-1202): high-yield operating systems, security, software troubleshooting, and operational procedures before practice.

Quick Review purpose

This independent Quick Review is for candidates preparing for the real CompTIA A+ Core 2 (220-1202) exam from CompTIA. Use it to refresh the most testable ideas before moving into topic drills, mock exams, and detailed explanations in an IT Mastery question bank.

Core 2 is largely about working safely and professionally with operating systems, users, security settings, software problems, endpoint protection, and support procedures. The exam often rewards practical judgment: choosing the next best step, identifying the most likely cause, and applying a standard troubleshooting or security process without overcorrecting.

Use CompTIA’s current exam objectives as your scope authority. This page is IT Mastery practice support, not an official CompTIA resource.

High-yield Core 2 map

AreaWhat to review quicklyWhat questions often test
Operating systemsWindows features, installation methods, recovery tools, file systems, command-line utilities, macOS/Linux basicsBest tool for a task, correct installation/recovery choice, command output interpretation
SecurityAuthentication, permissions, malware response, endpoint hardening, wireless security, social engineering, data handlingLeast privilege, order of response, secure configuration, recognizing attack types
Software troubleshootingBoot issues, OS errors, application crashes, update failures, browser symptoms, mobile OS issuesMost likely cause, next troubleshooting step, safe remediation
Operational proceduresDocumentation, change management, safety, professionalism, backups, scripting risks, environmental controlsTechnician behavior, escalation, rollback planning, evidence preservation

Exam-day thinking pattern

When a question gives a scenario, slow down and identify what it is really asking:

  1. Symptom — What is broken or risky?
  2. Scope — One user, one device, many users, one application, entire network?
  3. Recent change — Update, driver, policy, installation, permission change, malware event?
  4. Impact — Data loss risk, security incident, safety issue, business outage?
  5. Best next step — Verify, contain, document, escalate, remediate, or test?

A common mistake is jumping to a dramatic fix—reimage, replace hardware, reinstall OS—before checking simpler or safer causes such as credentials, permissions, network settings, services, updates, or user profile issues.

Core troubleshooting method

Use the standard troubleshooting flow whenever the question asks for the “next” or “best” action.

StepWhat it meansCandidate trap
Identify the problemGather symptoms, question the user, determine changes, duplicate issue if possibleFixing before understanding scope
Establish a theoryStart with probable cause; consider simple causes firstChoosing rare causes without evidence
Test the theoryConfirm or rule out the causeMaking irreversible changes as a “test”
Establish a planDecide remediation and consider effectsNo rollback plan or user impact check
Implement solutionApply the fix or escalateEscalating too late or too early
Verify functionalityConfirm the issue is resolved and preventive steps workStopping after the first successful reboot
Document findingsRecord cause, action, outcome, and future preventionTreating documentation as optional

Scope decision rules

If the issue affects…Think first about…
One user on one deviceProfile, local settings, permissions, app config, cached credentials
One device for all usersOS corruption, local service, driver, hardware, firewall, disk, malware
Many users on one applicationApplication service, update, certificate, authentication, server-side change
Many users on the networkDNS, DHCP, routing, firewall, identity provider, shared service outage
Only remote usersVPN, MFA, conditional access, endpoint compliance, split tunnel, DNS
Only after an updateDriver rollback, update history, compatibility, known issue, restore point

Operating systems: must-know review

Windows editions and feature awareness

Know which features are associated with business-oriented Windows environments. Questions may ask why a feature is unavailable or which edition/configuration is appropriate.

Feature/categoryReview point
Domain or enterprise managementBusiness editions are commonly used where centralized identity and policy management are needed
BitLocker-style disk encryptionCommonly associated with protecting data at rest; know recovery-key implications
Remote Desktop host capabilityDo not confuse being able to connect outward with accepting inbound remote desktop sessions
Group PolicyCentralized configuration in managed environments; local policy affects one machine
Update controlsEnterprise environments may use staged updates, maintenance windows, and rollback planning

Installation and deployment choices

MethodUse when…Watch for…
Clean installationStarting fresh, replacing corrupted OS, repurposing deviceData wipe risk; backup first
Upgrade installationKeeping apps/data while moving to a newer supported OSCompatibility checks matter
Repair/in-place repairOS components are damaged but user environment should be preservedNot a substitute for backup
Image deploymentStandardizing many machinesDrivers, licensing, naming, domain identity, post-deployment updates
Recovery/resetReturning a malfunctioning system to working stateUnderstand keep-files vs remove-everything style choices
Network/PXE deploymentDeploying over the networkRequires network boot support and deployment infrastructure

File systems and storage concepts

File system/conceptHigh-yield point
NTFSWindows permissions, encryption/compression features, large file support
FAT32Broad compatibility but file size and feature limitations
exFATUseful for removable media and cross-platform exchange
ext familyCommon in Linux environments
APFSModern macOS file system
PartitionLogical division of a physical disk
MBR vs GPTPartitioning schemes; GPT is common on modern UEFI systems
Basic vs dynamic-style storageKnow that advanced volume features add complexity and recovery considerations

Boot and recovery decision table

SymptomConsider firstUseful tools/actions
Windows fails after driver updateBad driver or updateSafe Mode, rollback driver, uninstall update, System Restore/recovery tools
Repeated startup repair loopBoot files, disk, update failure, corruptionStartup Repair, command-line repair, disk diagnostics, restore/reset
Blue screen after new hardwareDriver, firmware, incompatible hardwareRemove device, update/rollback driver, check vendor support
Slow bootStartup apps, services, disk health, malware, updatesTask Manager startup tab, Services, Event Viewer, disk checks
User cannot sign inPassword, account lockout, profile corruption, domain connectivityVerify credentials, network, account status, local admin recovery path
“Operating system not found”Boot order, missing bootloader, failed diskBIOS/UEFI boot order, recovery media, disk diagnostics

Windows administration toolbox

Know the right tool for the task. Many exam questions are essentially tool-selection questions.

ToolBest useCommon trap
Task ManagerProcesses, performance, startup apps, quick service viewUsing it for deep historical logs
Event ViewerSystem/application/security logs and error patternsIgnoring timestamps and event source
Device ManagerDrivers, disabled devices, hardware conflictsReinstalling OS for a driver issue
Disk ManagementPartitions, volumes, drive lettersConfusing it with file-level permissions
ServicesStart/stop/configure servicesDisabling services without dependency review
System ConfigurationStartup and boot troubleshootingPermanent changes without documenting
Performance MonitorCounters and long-term performance analysisUsing it when Task Manager is enough
Resource MonitorReal-time CPU, disk, network, memory detailOverlooking disk queue or network activity
Reliability MonitorTimeline of crashes, updates, and failuresForgetting it is useful after “it started yesterday”
Registry EditorLow-level OS/application configurationEditing without backup or exact instruction
Local Users and GroupsLocal account/group managementNot available in all environments/editions
Local Security PolicyLocal password/audit/security settingsConfusing local policy with domain policy
Group Policy toolsManaged policy application and troubleshootingAssuming local settings override domain policy
Windows Defender FirewallHost firewall rules and profilesOpening broad inbound access unnecessarily
Windows Security toolsAntivirus, threat protection, device securityDisabling protection instead of adding controlled exclusions
Windows UpdatePatch status and update historyIgnoring rollback/uninstall options
Backup and recovery toolsRestore files/system stateBackups are useful only if restore works

Command-line quick review

Memorize what each command is for, not just its name.

CommandUseExam trap
ipconfigView IP configuration; release/renew DHCP; flush DNS cacheDNS cache flush does not fix a bad gateway
pingBasic connectivity and name-resolution checkICMP may be blocked; failure is not always outage
tracertPath to destination and where routing may failIt does not prove application-layer availability
nslookupDNS query testingIf DNS works, the app can still fail for other reasons
netstatActive connections and listening portsRequires interpretation; many connections may be normal
net userView/create/manage local users from CLILocal account commands do not manage cloud/domain identities
net useMap network drives/resourcesDrive mapping failure may be permissions or DNS
gpupdateRefresh Group PolicyPolicy may not apply if scope/filtering is wrong
gpresultShow applied policiesBetter for policy troubleshooting than guessing
chkdskFile system/disk checksNot a backup; can take time and may require reboot
sfcVerify/repair protected Windows system filesNot designed to fix third-party applications
DISMRepair Windows image/component storeOften used before or with SFC in corruption scenarios
shutdownShutdown/restart/logoff from CLIUseful for remote or scripted administration
robocopyRobust file copy/syncWrong switches can mirror deletion; test carefully
xcopyLegacy extended copyKnow it, but robocopy is often stronger
diskpartDisk/partition managementDangerous if wrong disk is selected
formatPrepare a volume with a file systemDestroys existing data on target volume

Linux and macOS command awareness

Command/toolPlatformHigh-yield use
ls, cd, pwdLinux/macOSNavigate and list files
cat, less, tailLinux/macOSView files/logs
grepLinux/macOSSearch text/output
chmodLinux/macOSChange permissions
chownLinux/macOSChange ownership
ps, topLinux/macOSView processes/resource usage
killLinux/macOSStop a process
sudoLinux/macOSRun command with elevated privileges
ifconfig / ipLinux/macOS/LinuxNetwork configuration review
manLinux/macOSCommand documentation
apt, dnf, yumLinuxPackage management, depending on distribution
Disk UtilitymacOSDisk formatting/repair
Activity MonitormacOSProcess and performance review
Keychain AccessmacOSCredentials/certificates
Time MachinemacOSBackup and restore

Permissions and access control

Core permission principles

PrincipleMeaningExam application
Least privilegeGive only the access requiredAvoid making users local admins for convenience
Need to knowAccess should match job role and data sensitivityRestrict confidential files by group/role
Separation of dutiesSplit sensitive tasks across rolesOne person should not control all critical steps
Role-based accessAssign rights through groups/rolesManage groups, not one-off user exceptions
Explicit denyDeny can override allow in many permission modelsUse carefully; it can block intended access
InheritancePermissions flow from parent containersCheck inherited permissions before adding new ones

NTFS and share permission traps

SituationRule of thumb
Local access to filesNTFS permissions apply
Network access to shared folderBoth share and NTFS permissions matter
Share allows Full Control, NTFS allows ReadEffective network access is limited by NTFS
Share allows Read, NTFS allows ModifyEffective network access is limited by share permission
User belongs to multiple groupsCombined allows generally accumulate, but denies can override
User suddenly loses accessCheck group membership, inheritance, explicit deny, moved folder, token refresh/sign-out

Candidate mistake: selecting “reinstall the application” when the actual issue is that the user cannot write to a folder, access a share, or inherit the right group membership.

Security quick review

Authentication and account security

ControlWhat it protects againstReview point
MFAPassword-only compromiseStronger when factors are truly different
Password managerWeak/reused passwordsProtect the vault with strong MFA
Account lockoutBrute-force attemptsToo strict can cause denial-of-service issues
BiometricsCredential sharing and convenience issuesUsually paired with device or PIN
Smart card/security keyPhishing-resistant authentication in some setupsRequires enrollment and recovery process
Single sign-onReduces password promptsA compromised primary identity has broad impact
Local admin restrictionMalware and accidental system changesUse standard accounts for daily work
Screen lockUnauthorized local accessShort timeout for shared/public areas

Endpoint hardening

ControlWhy it matters
Patch OS and applicationsReduces known vulnerabilities
Enable host firewallLimits unsolicited inbound access
Use antivirus/EDR protectionsDetects and blocks malware behavior
Disable unused servicesReduces attack surface
Remove unnecessary appsFewer vulnerabilities and conflicts
Encrypt storageProtects data if device is lost or stolen
Use secure boot/firmware protectionsHelps protect startup integrity
Configure automatic lockReduces walk-up access risk
Use standard user accountsLimits damage from user mistakes and malware

Wireless and network security

TopicHigh-yield point
WPA2/WPA3Prefer modern encryption over obsolete wireless security
WPSConvenient but often discouraged in secure setups
Guest networkIsolates visitors from internal resources
Strong passphrasePrevents easy unauthorized access
MAC filteringWeak as a primary security control
SSID hidingNot real security by itself
Captive portalCommon in public/guest environments
VPNProtects traffic over untrusted networks and supports remote access
DNS filteringHelps block known malicious domains
Firewall profilesPublic networks should be more restrictive than private/domain profiles

Social engineering recognition

AttackRecognition cue
PhishingDeceptive message asking for credentials/action
Spear phishingTargeted phishing using personal or business context
WhalingTargets executives or high-value users
VishingVoice-based social engineering
SmishingSMS/text phishing
ImpersonationPretending to be support, vendor, executive, courier
Shoulder surfingObserving screens/keystrokes
TailgatingFollowing an authorized person into a restricted area
Dumpster divingSearching discarded materials
Evil twinRogue wireless network posing as legitimate
On-path attackIntercepting/modifying communications between parties

Data handling and disposal

ScenarioBest practice
Sensitive file no longer neededSecure deletion according to policy
Disk repurposed internallyWipe or reimage according to data classification
Disk leaving organizationSanitize, destroy, or follow approved chain-of-custody process
Lost encrypted laptopVerify encryption status and report through incident process
Shared printer outputRetrieve promptly; use secure print where appropriate
Emailing sensitive dataUse approved encryption and recipients only
Ticket notesDo not expose unnecessary secrets or personal data

Malware and incident response

Malware types to distinguish

TypeCore behavior
VirusAttaches to files/programs and spreads through execution
WormSelf-propagates across systems/networks
TrojanDisguises itself as legitimate software
RansomwareEncrypts or blocks access and demands payment
SpywareCollects information without consent
KeyloggerCaptures keystrokes
RootkitHides privileged malicious activity
Botnet agentEnrolls device into remote-controlled network
CryptominerUses system resources to mine cryptocurrency
Adware/PUPDisplays ads or unwanted behavior; may be bundled

Malware response sequence

A practical endpoint malware-removal sequence is:

  1. Identify symptoms — pop-ups, redirects, disabled security tools, high CPU, unknown processes, file encryption, suspicious network traffic.
  2. Isolate or quarantine — disconnect from network if needed to prevent spread or data loss.
  3. Preserve what matters — if it may be an incident, follow policy before wiping evidence.
  4. Disable persistence where applicable — startup entries, scheduled tasks, malicious services, browser extensions.
  5. Update tools and scan — use trusted antimalware and offline scanning if appropriate.
  6. Remediate — remove malware, repair settings, patch exploited software, reset affected credentials.
  7. Verify — rescan, confirm symptoms are gone, check logs and network behavior.
  8. Restore protections — firewall, antivirus, updates, restore/recovery features where applicable.
  9. Educate user and document — record cause, impact, actions, and prevention.

Common trap: immediately deleting or reimaging a system that may require evidence preservation, management approval, or incident escalation.

Software troubleshooting review

Windows symptom table

SymptomLikely areas to checkBetter first action than reinstalling
App crashes on launchUpdates, dependencies, permissions, profile corruption, event logsCheck Event Viewer/Reliability Monitor
App works for admin onlyFile/registry permissions, elevation requirementAdjust permissions or app configuration
Slow systemStartup apps, disk health, memory pressure, malware, updatesUse Task Manager/Resource Monitor
BSODDriver, hardware, memory, update, firmwareCheck stop information, recent changes, drivers
Windows update failsDisk space, services, network/proxy, corrupted update cacheReview update history and logs; retry after clearing issue
Printer unavailableSpooler, driver, queue, network path, default printerCheck queue/spooler/connectivity
No soundOutput device, mute, driver, service, app settingVerify selected output and driver
Cannot access shareDNS, credentials, permissions, offline server, firewallTest path, credentials, effective permissions
Time/date wrongTime service, time zone, CMOS/firmware, domain syncCorrect sync source and time zone
Certificate warningWrong date/time, expired cert, interception, wrong hostnameDo not bypass without validation

Browser troubleshooting

SymptomPossible cause
Pop-ups/redirectsMalicious extension, adware, notification permission, DNS issue
Certificate errorsDate/time wrong, expired certificate, captive portal, inspection proxy
One site failsDNS cache, browser cache, site issue, security block
All sites failNetwork, proxy, DNS, firewall, VPN
Slow browser onlyExtensions, cache, profile, hardware acceleration
Saved passwords missingProfile sync issue, browser profile, password manager problem

Quick checks: private/incognito window, alternate browser, disable extensions, clear cache for the affected site, verify proxy/VPN, check DNS, review security warnings.

Mobile OS and app troubleshooting

SymptomReview actions
App crashesUpdate app/OS, clear cache where supported, reinstall app, check permissions
Battery drains quicklyReview battery usage, background activity, radios, location, failing battery
Device overheatsHeavy app, charging issue, environment, battery problem
Cannot email/syncCredentials, MFA, server settings, network, account lock, storage
Location not workingPermissions, location services, airplane mode, app settings
No networkAirplane mode, Wi-Fi/cellular settings, SIM/eSIM, carrier issue, VPN
Storage fullRemove unused apps/media, clear cache, cloud sync settings
Suspicious behaviorRemove unknown apps/profiles, scan where supported, update OS, reset if needed

Trap: assuming every mobile issue is hardware. App permissions, account authentication, and OS updates are frequent causes.

Security troubleshooting scenarios

ScenarioBest first thinking
User reports suspicious emailDo not click links; report/quarantine according to policy
Workstation shows ransomware noteIsolate immediately; escalate; preserve evidence; follow incident plan
User cannot access encrypted driveRecovery key, TPM/firmware change, account permissions
Browser redirects to unknown search pageExtension/adware/DNS settings; scan and reset browser settings
Repeated account lockoutsMapped drives, saved credentials, mobile email, brute-force attempt
Unknown admin account appearsTreat as security incident; investigate and escalate
Antivirus disabledCheck policy, tampering, malware, service status
Public Wi-Fi useVPN, firewall public profile, avoid sensitive activity without protection

Backups and recovery

Backup types

TypeWhat it doesRestore implication
FullCopies all selected dataSimplest restore, more storage/time
IncrementalCopies changes since last backup of any typeRestore needs last full plus each incremental
DifferentialCopies changes since last full backupRestore needs last full plus latest differential
ImageCaptures system state/disk imageUseful for bare-metal or standardized recovery
File-levelCaptures selected files/foldersGood for user data restore
Cloud backup/syncStores data off-deviceSync is not always the same as versioned backup

Backup decision rules

  • Test restores. A backup is only useful if restoration works.
  • Keep offline or immutable copies where ransomware risk matters.
  • Match recovery method to the problem: deleted file, corrupted profile, failed disk, or compromised system require different recovery choices.
  • Protect backup credentials. Backup systems are high-value targets.
  • Document retention according to organizational policy.

Operational procedures

Change management

StepWhy it matters
Define the changePrevents unclear or expanding work
Identify risk and impactAvoids surprise outages
Get approvalEnsures accountability
Schedule maintenance windowReduces user disruption
CommunicateSets expectations
Back up and create rollback planAllows recovery if change fails
Implement and testConfirms intended result
Document outcomeSupports future troubleshooting

Trap: making an urgent fix without documenting what changed. In later troubleshooting questions, the undocumented change is often the hidden cause.

Ticketing and documentation

Good ticket notes usually include:

  • User/device/application affected
  • Symptoms and error messages
  • Time started and recent changes
  • Scope and business impact
  • Troubleshooting steps already tried
  • Root cause if known
  • Fix applied
  • Verification performed
  • User communication and follow-up
  • Escalation details if applicable

Avoid recording passwords, unnecessary personal data, or unapproved sensitive details in tickets.

Professional communication

SituationStrong technician behavior
User is frustratedListen, acknowledge, ask focused questions
User caused the issueAvoid blame; educate respectfully
You need more timeSet expectations and provide updates
Issue is outside your authorityEscalate with clear notes
You do not know the answerSay you will research or escalate; do not guess
Working around sensitive dataMaintain privacy and follow policy
Remote support sessionGet permission before taking control or viewing files

Safety and environmental procedures

TopicReview point
ESDUse antistatic handling, grounding, proper bags/mats
Electrical safetyDisconnect power where appropriate; avoid unsafe equipment
BatteriesHandle swollen/damaged batteries carefully; follow disposal rules
LiftingUse proper lifting technique and assistance for heavy equipment
CablesAvoid trip hazards and blocked airflow
Toner/chemicalsFollow safety documentation and disposal practices
Fire suppressionUse the correct class/type for the environment
VentilationPrevent overheating and exposure to fumes
Personal protective equipmentMatch PPE to task and workplace policy

Scripting and automation basics

The CompTIA A+ Core 2 (220-1202) candidate does not need to be a software engineer, but should understand what scripts do and why they can be risky.

ConceptReview point
VariablesStore values such as paths, usernames, or counters
Environment variablesSystem/user values like paths and temp locations
ConditionalsRun different actions based on true/false tests
LoopsRepeat actions; dangerous if logic is wrong
CommentsExplain script purpose and assumptions
Exit codesIndicate success/failure for automation
Input validationPrevents bad data from causing damage
PermissionsScripts run with the privileges of the executing context
TestingRun in a safe environment before production
Signing/execution policyHelps control unauthorized scripts

File extensions to recognize

ExtensionTypical association
.bat / .cmdWindows batch scripts
.ps1PowerShell
.shShell script
.pyPython
.jsJavaScript
.vbsVBScript

Script trap: a script that deletes, moves, formats, changes permissions, or modifies many accounts should be treated as high risk. Review it, test it, back up first, and confirm the target path or scope.

Common candidate traps

“Best next step” traps

  • Choosing a final fix before confirming the problem.
  • Reimaging before checking logs, drivers, updates, or user profile issues.
  • Escalating without collecting basic information.
  • Continuing troubleshooting after discovering a security incident that must be isolated/escalated.
  • Making a change without rollback or documentation.
  • Bypassing certificate or security warnings for convenience.
  • Giving admin rights instead of fixing the specific permission problem.
  • Assuming wireless signal strength means authentication, DHCP, DNS, and internet access all work.
  • Confusing backup, sync, restore point, and full system image.
  • Treating user education as optional after malware or phishing events.

Tool-selection traps

If asked to…Prefer…Not usually…
Find why an app crashed yesterdayReliability Monitor/Event ViewerRandomly reinstalling drivers
See current CPU/memory hogsTask Manager/Resource MonitorRegistry Editor
Troubleshoot policy applicationgpresult, gpupdate, policy toolsChanging local settings blindly
Check DNS resolutionnslookup, ipconfig /displaydnsReplacing the NIC
Repair Windows system filessfc, DISMFormatting the disk first
Manage partitionsDisk Management/diskpartFile Explorer permissions
Investigate malware symptomsSecurity tools, isolation, logsIgnoring network spread risk

Practice priorities before a mock exam

Use original practice questions to test whether you can apply concepts under exam-style wording. Do not only memorize tables.

Topic drills to run first

Drill areaWhat to prove
Windows toolsChoose the correct utility for a scenario
CommandsMatch command to symptom and interpret basic purpose
PermissionsCalculate effective access and identify least-privilege fix
Malware responsePut containment, remediation, verification, and education in order
Boot troubleshootingSelect Safe Mode, recovery, rollback, repair, or reset appropriately
Browser/mobile issuesIdentify app, permission, network, certificate, or malware causes
Operational proceduresApply documentation, change control, safety, and professionalism
Security hardeningChoose practical endpoint, account, and wireless controls

How to review explanations

When using a question bank with detailed explanations, review every missed question this way:

  1. Why was the correct answer best?
  2. Which clue in the scenario pointed to it?
  3. Why were the distractors tempting but wrong?
  4. Was the issue scope, sequence, tool choice, or terminology?
  5. What similar scenario could appear with a different symptom?

Final rapid checklist

Before your next CompTIA A+ Core 2 (220-1202) practice exam, confirm you can:

  • Select the correct Windows administrative tool for a troubleshooting task.
  • Distinguish clean install, upgrade, repair, reset, image, and recovery options.
  • Use common Windows commands for network, policy, disk, file, and system repair tasks.
  • Recognize Linux/macOS commands and support tools at a practical level.
  • Apply least privilege, MFA, encryption, firewall, patching, and account-hardening concepts.
  • Troubleshoot NTFS/share permission scenarios.
  • Identify malware types and follow a safe response sequence.
  • Diagnose common application, browser, boot, update, and mobile OS symptoms.
  • Choose safe backup and restore approaches.
  • Apply change management, documentation, safety, privacy, and professional communication.
  • Recognize scripting benefits and risks.

Next step

Use this Quick Review as a checklist, then move directly into IT Mastery practice: start with short topic drills on your weakest Core 2 areas, review the detailed explanations, and then take a timed mixed question bank set before attempting a full mock exam.

Continue in IT Mastery

Use this Quick Review as a final concept map, then move into IT Mastery for focused topic drills, mixed practice sets, timed mock exams, and detailed explanations. The practice questions are original IT Mastery practice items; they are not official CompTIA questions, copied live-exam content, or exam dumps.

Browse Certification Practice Tests by Exam Family