PRACTITIONER EXAMINATION
QUESTION AND CORRECT ANSWERS
(VERIFIED ANSWERS) PLUS RATIONALES
2026 Q&A INSTANT DOWNLOAD PDF
1. Which of the following best defines Artificial Intelligence (AI)?
A. A system that only performs pre-programmed tasks
B. A branch of computer science focused on data storage
C. The ability of machines to simulate human intelligence processes
D. A method for improving hardware performance
Rationale: AI involves machines performing tasks that typically require
human intelligence such as learning, reasoning, and problem-solving.
2. Which AI subfield focuses on enabling machines to learn from data?
A. Robotics
B. Expert systems
C. Machine Learning
D. Computer vision
Rationale: Machine learning allows systems to improve performance
through experience without explicit programming.
3. What type of learning uses labeled data?
A. Unsupervised learning
B. Reinforcement learning
C. Supervised learning
D. Deep learning
, Rationale: Supervised learning relies on labeled datasets to train
predictive models.
4. Which algorithm is commonly used for classification problems?
A. K-means
B. Apriori
C. Logistic regression
D. PCA
Rationale: Logistic regression is widely used for binary and multiclass
classification.
5. What is the main goal of unsupervised learning?
A. Predict outcomes
B. Discover patterns or structures in data
C. Maximize rewards
D. Label data
Rationale: Unsupervised learning identifies hidden patterns without
labeled outputs.
6. Which technique reduces dimensionality?
A. Decision trees
B. Principal Component Analysis (PCA)
C. Naive Bayes
D. KNN
Rationale: PCA reduces features while retaining maximum variance.
7. What does overfitting indicate?
A. Model performs poorly on training data
B. Model fits training data too closely and generalizes poorly
C. Model has low accuracy overall
D. Model has too few parameters
Rationale: Overfitting occurs when a model captures noise instead of
general patterns.
, 8. Which metric evaluates classification accuracy?
A. Mean squared error
B. Confusion matrix
C. R-squared
D. Silhouette score
Rationale: A confusion matrix summarizes correct and incorrect
predictions.
9. What is deep learning primarily based on?
A. Linear regression
B. Artificial neural networks with multiple layers
C. Rule-based systems
D. Genetic algorithms
Rationale: Deep learning uses multilayer neural networks to learn
complex representations.
10.Which activation function introduces non-linearity?
A. Sum
B. Mean
C. ReLU
D. Variance
Rationale: ReLU enables neural networks to model non-linear
relationships.
11.What is the role of a loss function?
A. Initialize weights
B. Measure prediction error
C. Increase accuracy automatically
D. Normalize data
Rationale: Loss functions quantify the difference between predicted and
actual values.
12.Which optimizer adjusts weights using gradients?
A. PCA
B. K-means