Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Exam (elaborations)

CertNexus Certified Artificial Intelligence Practitioner (CAIP) 1000 Questions and Answers Best rated A+ Guaranteed Success Latest Update

Rating
-
Sold
-
Pages
269
Grade
A+
Uploaded on
21-10-2025
Written in
2025/2026

1. Which of the following best describes artificial intelligence (AI)? A. A system that can only perform tasks it was explicitly programmed to do B. Machines that mimic human intelligence to perform tasks C. A collection of static rules for decision making D. Any software that automates repetitive tasks Answer: B [ANSWER] Rationale: AI refers to systems that can mimic human intelligence, including learning, reasoning, and problem-solving. Option A is too restrictive (it describes traditional programming), C refers only to rule-based systems, and D could be automation without intelligence. 2. What is the primary difference between supervised and unsupervised machine learning? A. Supervised learning uses labeled data; unsupervised does not B. Supervised learning is faster than unsupervised C. Unsupervised learning requires more computational resources D. Supervised learning cannot handle large datasets Answer: A [ANSWER] Rationale: Supervised learning requires labeled datasets for training, whereas unsupervised learning finds patterns or structures in unlabeled data. Options B, C, and D are situational and not defining characteristics. 3. Which scenario is an example of reinforcement learning? A. Predicting housing prices from historical data B. Clustering customers based on purchase behavior C. Training a robot to navigate a maze using rewards and penalties D. Translating text from English to SpanishAnswer: C [ANSWER] Rationale: Reinforcement learning involves an agent learning optimal actions through rewards or penalties. A is supervised regression, B is unsupervised clustering, and D is supervised learning in NLP. 4. In natural language processing (NLP), what does tokenization mean? A. Converting text into binary code B. Breaking text into smaller units like words or sentences C. Removing stop words from a text D. Identifying sentiment in a text Answer: B [ANSWER] Rationale: Tokenization is the process of splitting text into individual units (tokens) for further analysis. Option A is too low-level, C is a preprocessing step, and D is an application of NLP. 5. Which of the following is a major ethical concern in AI? A. Computational speed B. Bias in training data C. Model accuracy D. Feature scaling Answer: B [ANSWER] Rationale: AI systems can perpetuate biases present in training data, raising fairness and ethical issues. Accuracy, speed, and scaling are technical concerns but not ethical ones. 6. What is overfitting in a machine learning model? A. When the model is too simple to capture patterns B. When the model performs well on training data but poorly on new data C. When the model is trained with too few features D. When the model is under-optimized Answer: B [ANSWER] Rationale: Overfitting occurs when a model memorizes training data patterns without generalizing to unseen data. A is underfitting, C is feature limitation, and D is vague optimization. 7. Which AI approach is commonly used in computer vision tasks like object detection? A. Support Vector MachinesB. Convolutional Neural Networks (CNNs) C. K-means clustering D. Linear regression Answer: B [ANSWER] Rationale: CNNs are specialized for image data and excel at extracting hierarchical features for tasks like object detection. SVMs are used for classification but less for raw image tasks, Kmeans is unsupervised, and linear regression is for continuous outputs

Show more Read less
Institution
CertNexus Certified Artificial Intelligence Practi
Course
CertNexus Certified Artificial Intelligence Practi

Content preview

CertNexus Certified Artificial Intelligence
Practitioner (CAIP) 1000 Questions and
Answers Best rated A+ Guaranteed
Success Latest Update

1. Which of the following best describes artificial intelligence (AI)?
A. A system that can only perform tasks it was explicitly programmed to do
B. Machines that mimic human intelligence to perform tasks
C. A collection of static rules for decision making
D. Any software that automates repetitive tasks

Answer: B [ANSWER]
Rationale: AI refers to systems that can mimic human intelligence, including learning,
reasoning, and problem-solving. Option A is too restrictive (it describes traditional
programming), C refers only to rule-based systems, and D could be automation without
intelligence.



2. What is the primary difference between supervised and unsupervised machine learning?
A. Supervised learning uses labeled data; unsupervised does not
B. Supervised learning is faster than unsupervised
C. Unsupervised learning requires more computational resources
D. Supervised learning cannot handle large datasets

Answer: A [ANSWER]
Rationale: Supervised learning requires labeled datasets for training, whereas unsupervised
learning finds patterns or structures in unlabeled data. Options B, C, and D are situational and
not defining characteristics.



3. Which scenario is an example of reinforcement learning?
A. Predicting housing prices from historical data
B. Clustering customers based on purchase behavior
C. Training a robot to navigate a maze using rewards and penalties
D. Translating text from English to Spanish

,Answer: C [ANSWER]
Rationale: Reinforcement learning involves an agent learning optimal actions through rewards
or penalties. A is supervised regression, B is unsupervised clustering, and D is supervised
learning in NLP.



4. In natural language processing (NLP), what does tokenization mean?
A. Converting text into binary code
B. Breaking text into smaller units like words or sentences
C. Removing stop words from a text
D. Identifying sentiment in a text

Answer: B [ANSWER]
Rationale: Tokenization is the process of splitting text into individual units (tokens) for further
analysis. Option A is too low-level, C is a preprocessing step, and D is an application of NLP.



5. Which of the following is a major ethical concern in AI?
A. Computational speed
B. Bias in training data
C. Model accuracy
D. Feature scaling

Answer: B [ANSWER]
Rationale: AI systems can perpetuate biases present in training data, raising fairness and ethical
issues. Accuracy, speed, and scaling are technical concerns but not ethical ones.



6. What is overfitting in a machine learning model?
A. When the model is too simple to capture patterns
B. When the model performs well on training data but poorly on new data
C. When the model is trained with too few features
D. When the model is under-optimized

Answer: B [ANSWER]
Rationale: Overfitting occurs when a model memorizes training data patterns without
generalizing to unseen data. A is underfitting, C is feature limitation, and D is vague
optimization.



7. Which AI approach is commonly used in computer vision tasks like object detection?
A. Support Vector Machines

,B. Convolutional Neural Networks (CNNs)
C. K-means clustering
D. Linear regression

Answer: B [ANSWER]
Rationale: CNNs are specialized for image data and excel at extracting hierarchical features for
tasks like object detection. SVMs are used for classification but less for raw image tasks, K-
means is unsupervised, and linear regression is for continuous outputs.



8. In a predictive model, precision measures:
A. The proportion of true positives among predicted positives
B. The proportion of true positives among actual positives
C. The proportion of correctly classified negatives
D. The overall accuracy of the model

Answer: A [ANSWER]
Rationale: Precision = TP / (TP + FP). It measures how many predicted positives are truly
positive. Option B is recall, C is specificity, and D is accuracy.



9. Which of the following best describes a decision tree?
A. A neural network layer used for feature extraction
B. A tree-like model of decisions and their possible consequences
C. A method for reducing dataset dimensionality
D. A type of clustering algorithm

Answer: B [ANSWER]
Rationale: Decision trees map decisions and outcomes in a hierarchical structure. Option A is
unrelated, C is dimensionality reduction (e.g., PCA), and D is unsupervised clustering.



10. What is the main purpose of feature engineering?
A. To increase the size of the dataset
B. To create or transform input variables to improve model performance
C. To split data into training and testing sets
D. To remove outliers from the dataset

Answer: B [ANSWER]
Rationale: Feature engineering creates or modifies features to help models learn better patterns.
Splitting data and outlier removal are preprocessing steps, while increasing dataset size refers to
data augmentation.

, 11. Which scenario illustrates bias in AI?
A. A model predicts sales accurately across all regions
B. A facial recognition system misidentifies individuals of certain ethnicities more frequently
C. A clustering algorithm separates customers into groups by purchase frequency
D. A chatbot provides correct answers to FAQs

Answer: B [ANSWER]
Rationale: Bias occurs when an AI system systematically favors or disadvantages certain
groups. Options A, C, and D demonstrate performance but not unfair bias.



12. In supervised learning, the label refers to:
A. The input feature
B. The output variable the model predicts
C. The preprocessing step
D. The model hyperparameter

Answer: B [ANSWER]
Rationale: Labels are the target outputs used to train supervised learning models. Features are
inputs, preprocessing is a data step, and hyperparameters are model configuration settings.



13. What is the main advantage of using ensemble methods like Random Forests?
A. They reduce computational cost
B. They improve predictive performance by combining multiple models
C. They always use a single decision tree
D. They simplify data preprocessing

Answer: B [ANSWER]
Rationale: Ensemble methods combine predictions from multiple models to improve accuracy
and robustness. Options A, C, and D are inaccurate or misleading.



14. Which of the following is a challenge specific to deep learning?
A. Small datasets can limit performance
B. Linear separability of classes
C. Overfitting is impossible
D. No hyperparameters exist

Answer: A [ANSWER]
Rationale: Deep learning models require large amounts of data to generalize well. Linear

Written for

Institution
CertNexus Certified Artificial Intelligence Practi
Course
CertNexus Certified Artificial Intelligence Practi

Document information

Uploaded on
October 21, 2025
Number of pages
269
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

$17.99
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
Brainarium Delaware State University
Follow You need to be logged in order to follow users or courses
Sold
1948
Member since
3 year
Number of followers
1044
Documents
23329
Last sold
6 hours ago

3.8

332 reviews

5
154
4
63
3
57
2
16
1
42

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions