220-1202 · Operational Procedures · Updated July 26, 2026
AI Basics for Technicians: Use Cases, Training Data, Bias, and Limitations
Artificial intelligence (AI) is software that performs tasks normally requiring human judgment — classifying, predicting, generating, and deciding — by learning statistical patterns from large sets of training data rather than following hand-written rules. That origin is also its weakness: an AI system is only as good as the data it learned from, so outdated, unrepresentative, or biased training data produces outdated, unrepresentative, or biased output. CompTIA A+ Core 2 (220-1202) added an AI objective to the Operational Procedures domain — one of the areas mapped out in the full 220-1202 study guide — and it tests exactly this pairing — recognize the common IT use cases, and recognize the limitations that make human oversight mandatory.
How AI systems learn: training data in plain terms
Most AI you’ll encounter at a help desk is built on machine learning (ML): instead of a programmer writing explicit rules (“if the subject line contains ‘invoice.zip’, flag it”), the system is fed a large collection of labeled examples — millions of emails already marked as phishing or legitimate, thousands of tickets already categorized — and it derives the distinguishing patterns itself. Once trained, the model applies those patterns to new inputs it has never seen.
Two consequences follow, and both are testable. First, the model has no understanding of truth — only of patterns in its training set. A chatbot trained on text scraped broadly from the internet inherits whatever that text contained: obsolete facts, popular misconceptions, skewed viewpoints, and copyrighted material. Its answers can only be as reliable as that source material, a limitation the exam frames as accuracy of the training data (sometimes phrased as data or source quality). Second, the model is frozen in time at training. The world changes; the model doesn’t, until someone retrains it.
The IT use cases the exam expects you to recognize
Automated ticket routing and triage. A help desk portal that reads an incoming ticket, sends a password-reset request to a self-service bot, and forwards a hardware failure to a human technician queue is demonstrating AI-driven automation of a workflow — the system classifies the request and routes it without a person touching it. This is the flagship “AI in IT support” scenario: the value is speed and volume on repetitive requests, freeing technicians for problems that need hands.
Pattern-based threat detection. An email gateway that flags probable phishing by comparing each message against patterns learned from millions of prior emails is machine-learning classification applied to security. The same approach powers spam filtering, the behavior-based malware detection built into workstation defenses, and anomaly detection on networks. The tell in these scenarios is the phrase “based on patterns from previously seen data” — that’s learning from examples, not rule-matching.
Chatbots and virtual assistants. Conversational front ends that answer common questions, walk users through resets, and deflect simple tickets. Useful for volume; risky when users treat their answers as authoritative, for the training-data reasons above.
Generative AI as a technician aid. Drafting documentation, summarizing long ticket threads, suggesting troubleshooting steps. Helpful as a starting point — but everything it produces needs verification, because generative models can produce hallucinations: confident, fluent, entirely fabricated output, such as a registry path or command switch that doesn’t exist.
The limitations: where AI goes wrong
| Strength | Corresponding limitation |
|---|---|
| Learns patterns from historical examples at massive scale | Inherits and repeats the biases baked into those examples |
| Answers instantly on any topic in its training data | No guarantee of accuracy — output mirrors training data quality, including outdated or wrong material |
| Produces fluent, confident text | Fluency isn’t truth: hallucinated facts read exactly like real ones |
| Automates decisions at high volume | Errors also happen at high volume, silently, until someone audits |
| Works well on data resembling its training set | Degrades as real-world inputs drift away from what it trained on |
Bias deserves its own paragraph because the exam gives it its own scenarios. If an AI screening tool is trained on years of historical hiring decisions, and those decisions favored candidates from certain schools, the model learns that preference as if it were a legitimate signal — and reproduces it automatically, at scale, with a veneer of objectivity. The tool isn’t malfunctioning; it’s faithfully mirroring biased training data. That’s the definition the exam wants: AI bias is systematic unfairness in output caused by patterns in the data the model learned from, not a random glitch and not machine malice.
Privacy is the other operational limitation. Anything typed into a public AI chatbot leaves your control and may be retained or used for future training. Company policy typically forbids pasting customer records, credentials, source code, or any confidential data into public AI tools — treat a public chatbot like posting to a public forum.
Oversight: monitoring, feedback, and retraining
Because models degrade and err, deploying AI is not fire-and-forget. The operational loop the exam rewards: monitor the system’s real-world accuracy, collect the misclassifications, report them through the vendor’s or tool’s feedback mechanism, and retrain or tune the model with corrected data. Human review stays in the loop for consequential decisions.
The tested scenario looks like this: months after an AI ticket-classifier is deployed, staff notice it keeps mislabeling an urgent category of requests as low priority. The correct next step is to flag and document the misclassifications and use the system’s feedback/retraining process to correct the model — accompanied by human review of the affected queue in the meantime. The distractor answers are the extremes: ripping the tool out entirely (overreaction), ignoring the errors because “the AI decided” (abdication), or manually re-sorting tickets forever without ever fixing the model (treating the symptom). AI in production is a system you supervise, not an employee you trust unattended.
For the human side of the help desk that AI triage hands tickets to, see customer communication for technicians.
How the 220-1202 exam tests this
- A workflow description — tickets read, classified, and routed to a bot or a human queue with no human dispatcher — asks which AI concept it demonstrates; the credited concept is AI-driven automation (automated ticket routing/triage).
- A security tool flags threats “based on patterns learned from millions of previous examples,” and the question asks what kind of AI use this is; the answer is machine-learning pattern recognition/classification, distinguished from static rule lists.
- A chatbot’s answers are described as only as good as the material it learned from, possibly outdated, biased, or copyrighted; the limitation being described is training-data accuracy/quality.
- An audit finds an AI tool systematically disadvantaging a group in a way that mirrors historical data; the limitation is AI bias inherited from training data — watch for distractors blaming hardware, hacking, or randomness.
- A deployed model starts misclassifying and the question asks what to do NEXT; the credited step is document the errors and feed them into the tool’s feedback/retraining process with human oversight, not removal, not blind trust.
The AI objective is new territory for most candidates, which makes 220-1202 practice questions the fastest way to see how these scenarios are actually phrased.
Quick reference
- AI/ML systems learn patterns from labeled training data instead of following hand-written rules; output quality is capped by data quality.
- Ticket triage and routing without human dispatch = AI-driven automation, the headline help desk use case.
- Detection “based on patterns from millions of prior examples” = machine-learning classification (phishing, spam, malware, anomalies).
- Hallucination = fluent, confident, fabricated output from generative AI; verify every technical detail it gives you.
- AI bias = systematic unfair output learned from biased historical training data — a data problem, not a glitch.
- Public chatbots may retain what you type; never paste customer data, credentials, or confidential material into them.
- Models drift and err in production: monitor accuracy, document misclassifications, use feedback/retraining, keep humans reviewing consequential calls.
- When an AI tool misbehaves, the exam’s answer is correct-and-retrain with oversight — never “remove it entirely” and never “trust it anyway.”