ARTIFICIAL INTELLIGENCE CERTIFICATION
EXAM|QUESTIONS AND ANSWERS WITH
RATIONALE|GRADED A+|100%
CORRECT|2026 UPDATE
1. What is the primary definition of Artificial Intelligence (AI)?
A) Machines that can think exactly like humans
B) Systems that perform tasks that normally require human
intelligence
C) Any computer program that uses data
D) Robots that replace all human workers
Answer: B
Rationale: AI is broadly defined as systems capable of
performing tasks that typically need human intelligence, such as
reasoning, learning, perception, or language understanding .
,Page 2 of 124
2. Which of the following best describes the AI lifecycle?
A) Data collection → Model training → Deployment →
Monitoring
B) Code writing → Testing → Deployment → Maintenance
C) Planning → Budgeting → Development → Launch
D) Research → Patent → Marketing → Sales
Answer: A
Rationale: The AI lifecycle typically includes problem
identification, data collection, preprocessing, model selection,
training, evaluation, deployment, and continuous monitoring .
3. What is the difference between AI, Machine Learning, and
Deep Learning?
A) They are the same thing
B) ML is a subset of AI; DL is a subset of ML
C) DL is a subset of AI; ML is separate
D) AI is a subset of ML
,Page 3 of 124
Answer: B
Rationale: AI is the broad field; Machine Learning (ML) is a
subset of AI that uses data to learn; Deep Learning (DL) is a
subset of ML using deep neural networks .
4. Which of the following is an example of Artificial General
Intelligence (AGI)?
A) A chatbot that answers customer questions
B) A system that can perform any intellectual task a human can
do
C) A facial recognition system
D) A recommendation engine
Answer: B
Rationale: AGI refers to hypothetical AI with human-like
cognitive abilities across any task. Current systems are narrow AI,
specialized for specific domains.
, Page 4 of 124
5. A company implements an AI-driven recommendation
engine that continually adjusts product suggestions based on
real-time user interaction data. Which learning paradigm best
describes this system?
A) Supervised learning
B) Reinforcement learning
C) Unsupervised learning
D) Transfer learning
Answer: B
Rationale: Reinforcement learning is correct because the system
iteratively adjusts its behavior in response to user feedback to
optimize outcomes over time .
6. What is the difference between Artificial Intelligence and
Automation?
A) Automation follows predefined rules; AI learns and adapts
B) AI follows predefined rules; automation learns