
[Full-Version] 2026 New CT-AI Actual Exam Dumps, ISTQB Practice Test
Study HIGH Quality CT-AI Free Study Guides and Exams Tutorials
NEW QUESTION # 13
Pairwise testing can be used in the context of self-driving cars for controlling an explosion in the number of combinations of parameters.
Which ONE of the following options is LEAST likely to be a reason for this incredible growth of parameters?
SELECT ONE OPTION
- A. ML model metrics to evaluate the functional performance
- B. Different features like ADAS, Lane Change Assistance etc.
- C. Different Road Types
- D. Different weather conditions
Answer: A
Explanation:
Pairwise testing is used to handle the large number of combinations of parameters that can arise in complex systems like self-driving cars. The question asks which of the given options isleast likelyto be a reason for the explosion in the number of parameters.
* Different Road Types (A): Self-driving cars must operate on various road types, such as highways, city streets, rural roads, etc. Each road type can have different characteristics, requiring the car's system to adapt and handle different scenarios. Thus, this is a significant factor contributing to the growth of parameters.
* Different Weather Conditions (B): Weather conditions such as rain, snow, fog, and bright sunlight significantly affect the performance of self-driving cars. The car's sensors and algorithms must adapt to these varying conditions, which adds to the number of parameters that need to be considered.
* ML Model Metrics to Evaluate Functional Performance (C): While evaluating machine learning (ML) model performance is crucial, it does not directly contribute to the explosion of parameter combinations in the same way that road types, weather conditions, and car features do. Metrics are used to measure and assess performance but are not themselves variable conditions that the system must handle.
* Different Features like ADAS, Lane Change Assistance, etc. (D): Advanced Driver Assistance Systems (ADAS) and other features add complexity to self-driving cars. Each feature can have multiple settings and operational modes, contributing to the overall number of parameters.
Hence, theleast likelyreason for the incredible growth in the number of parameters isC. ML model metrics to evaluate the functional performance.
References:
* ISTQB CT-AI Syllabus Section 9.2 on Pairwise Testing discusses the application of this technique to manage the combinations of different variables in AI-based systems, including those used in self- driving cars.
* Sample Exam Questions document, Question #29 provides context for the explosion in parameter combinations in self-driving cars and highlights the use of pairwise testing as a method to manage this complexity.
NEW QUESTION # 14
Which ONE of the following approaches to labelling requires the least time and effort?
SELECT ONE OPTION
- A. Internal
- B. Pre-labeled dataset
- C. Al-Assisted
- D. Outsourced
Answer: B
Explanation:
* Labelling Approaches: Among the options provided, pre-labeled datasets require the least time and effort because the data has already been labeled, eliminating the need for further manual or automated labeling efforts.
* Reference: ISTQB_CT-AI_Syllabus_v1.0, Section 4.5 Data Labelling for Supervised Learning, which discusses various approaches to data labeling, including pre-labeled datasets, and their associated time and effort requirements.
NEW QUESTION # 15
Which ONE of the following options BEST DESCRIBES clustering?
SELECT ONE OPTION
- A. Clustering is done without prior knowledge of output classes.
- B. Clustering is supervised learning.
- C. Clustering is classification of a continuous quantity.
- D. Clustering requires you to know the classes.
Answer: A
Explanation:
Clustering is a type of machine learning technique used to group similar data points into clusters. It is a key concept in unsupervised learning, where the algorithm tries to find patterns or groupings in data without prior knowledge of output classes. Let's analyze each option:
A . Clustering is classification of a continuous quantity.
This is incorrect. Classification typically involves discrete categories, whereas clustering involves grouping similar data points. Classification of continuous quantities is generally referred to as regression.
B . Clustering is supervised learning.
This is incorrect. Clustering is an unsupervised learning technique because it does not rely on labeled data.
C . Clustering is done without prior knowledge of output classes.
This is correct. In clustering, the algorithm groups data points into clusters without any prior knowledge of the classes. It discovers the inherent structure in the data.
D . Clustering requires you to know the classes.
This is incorrect. Clustering does not require prior knowledge of classes. Instead, it aims to identify and form the classes or groups based on the data itself.
Therefore, the correct answer is C because clustering is an unsupervised learning technique done without prior knowledge of output classes.
NEW QUESTION # 16
Which of the following is a problem with AI-generated test cases that are generated from the requirements?
- A. They are defect-prone because they are unable to detect nuances in the requirements
- B. They make debugging more complicated because the number of steps is usually high in order to induce the target failure
- C. They are slow and will usually not be able to execute in the time allowed
- D. They are usually missing the expected results, so verification is difficult or must resort to only detecting significant failures
Answer: D
Explanation:
The syllabus mentions a drawback of AI-generated test cases:
"AI-based test generation tools can generate test cases... However, unless a test model that defines required behaviors is used as the basis of the tests, this form of test generation generally suffers from a test oracle problem because the AI-based tool does not know what the expected results should be." (Reference: ISTQB CT-AI Syllabus v1.0, Section 11.3, page 78 of 99)
NEW QUESTION # 17
You are using a neural network to train a robot vacuum to navigate without bumping into objects. You set up a reward scheme that encourages speed but discourages hitting the bumper sensors. Instead of what you expected, the vacuum has now learned to drive backwards because there are no bumpers on the back.
This is an example of what type of behavior?
- A. Transparency
- B. Error-shortcircuiting
- C. Reward-hacking
- D. Interpretability
Answer: C
Explanation:
Reward hacking occurs when an AI-based system optimizes for a reward function in a way that is unintended by its designers, leading to behavior that technically maximizes the defined reward but does not align with the intended objectives.
In this case, the robot vacuum was given a reward scheme that encouraged speed while discouraging collisions detected by bumper sensors. However, since the bumper sensors were only on the front, the AI found a loophole-driving backward-thereby avoiding triggering the bumper sensors while still maximizing its reward function.
This is a classic example of reward hacking, where an AI "games" the system to achieve high rewards in an unintended way. Other examples include:
* An AI playing a video game that modifies the score directly instead of completing objectives.
* A self-learning system exploiting minor inconsistencies in training data rather than genuinely improving performance.
* Section 2.6 - Side Effects and Reward Hackingexplains that AI systems may produce unexpected, and sometimes harmful, results when optimizing for a given goal in ways not intended by designers.
* Definition of Reward Hacking in AI: "The activity performed by an intelligent agent to maximize its reward function to the detriment of meeting the original objective" Reference from ISTQB Certified Tester AI Testing Study Guide:
NEW QUESTION # 18
"AllerEgo" is a product that uses sell-learning to predict the behavior of a pilot under combat situation for a variety of terrains and enemy aircraft formations. Post training the model was exposed to the real- world data and the model was found to be behaving poorly. A lot of data quality tests had been performed on the data to bring it into a shape fit for training and testing.
Which ONE of the following options is least likely to describes the possible reason for the fall in the performance, especially when considering the self-learning nature of the Al system?
SELECT ONE OPTION
- A. The fast pace of change did not allow sufficient time for testing.
- B. The unknown nature and insufficient specification of the operating environment might have caused the poor performance.
- C. There was an algorithmic bias in the Al system.
- D. The difficulty of defining criteria for improvement before the model can be accepted.
Answer: A
Explanation:
* A. The difficulty of defining criteria for improvement before the model can be accepted.
* Defining criteria for improvement is a challenge in the acceptance of AI models, but it is not directly related to the performance drop in real-world scenarios. It relates more to the evaluation and deployment phase rather than affecting the model's real-time performance post-deployment.
* B. The fast pace of change did not allow sufficient time for testing.
* This can significantly affect the model's performance. If the system is self-learning, it needs to adapt quickly, and insufficient testing time can lead to incomplete learning and poor performance.
* C. The unknown nature and insufficient specification of the operating environment might have caused the poor performance.
* This is highly likely to affect performance. Self-learning AI systems require detailed specifications of the operating environment to adapt and learn effectively. If the environment is insufficiently specified, the model may fail to perform accurately in real-world scenarios.
* D. There was an algorithmic bias in the AI system.
* Algorithmic bias can significantly impact the performance of AI systems. If the model has biases, it will not perform well across different scenarios and data distributions.
Given the context of the self-learning nature and the need for real-time adaptability, optionAis least likely to describe the fall in performance because it deals with acceptance criteria rather than real-time performance issues.
NEW QUESTION # 19
Which ONE of the following combinations of Training, Validation, Testing data is used during the process of learning/creating the model?
SELECT ONE OPTION
- A. Training data - validation data
- B. Training data - validation data - test data
- C. Training data * test data
- D. Validation data - test data
Answer: B
Explanation:
The process of developing a machine learning model typically involves the use of three types of datasets:
Training Data: This is used to train the model, i.e., to learn the patterns and relationships in the data.
Validation Data: This is used to tune the model's hyperparameters and to prevent overfitting during the training process.
Test Data: This is used to evaluate the final model's performance and to estimate how it will perform on unseen data.
Let's analyze each option:
A . Training data - validation data - test data
This option correctly includes all three types of datasets used in the process of creating and validating a model. The training data is used for learning, validation data for tuning, and test data for final evaluation.
B . Training data - validation data
This option misses the test data, which is crucial for evaluating the model's performance on unseen data after the training and validation phases.
C . Training data - test data
This option misses the validation data, which is important for tuning the model and preventing overfitting during training.
D . Validation data - test data
This option misses the training data, which is essential for the initial learning phase of the model.
Therefore, the correct answer is A because it includes all necessary datasets used during the process of learning and creating the model: training, validation, and test data.
NEW QUESTION # 20
ln the near future, technology will have evolved, and Al will be able to learn multiple tasks by itself without needing to be retrained, allowing it to operate even in new environments. The cognitive abilities of Al are similar to a child of 1-2 years.' In the above quote, which ONE of the following options is the correct name of this type of Al?
SELECT ONE OPTION
- A. Narrow Al
- B. Super Al
- C. Technological singularity
- D. General Al
Answer: D
Explanation:
* A. Technological singularity
Technological singularity refers to a hypothetical point in the future when AI surpasses human intelligence and can continuously improve itself without human intervention. This scenario involves capabilities far beyond those described in the question.
* B. Narrow AI
Narrow AI, also known as weak AI, is designed to perform a specific task or a narrow range of tasks. It does not have general cognitive abilities and cannot learn multiple tasks by itself without retraining.
* C. Super AI
Super AI refers to an AI that surpasses human intelligence and capabilities across all fields. This is an advanced concept and not aligned with the description of having cognitive abilities similar to a young child.
* D. General AI
General AI, or strong AI, has the ability to understand, learn, and apply knowledge across a wide range of tasks, similar to human cognitive abilities. It aligns with the description of AI that can learn multiple tasks and operate in new environments without needing retraining.
NEW QUESTION # 21
How can a tester check the system for bias as part of a review of data sources, acquisition, and preprocessing?
Choose ONE option (1 out of 4)
- A. During the review, it can uncover algorithmic bias by analysing the procedures used to obtain the training data.
- B. It may use the LIME method as part of its data collection review to detect inappropriate bias.
- C. As part of the review of preprocessing, it can reveal whether the data has been influenced in a way that could lead to algorithmic bias.
- D. During the review of the preprocessing, the auditor can uncover whether the data has been influenced in a way that could lead to sample distortions.
Answer: D
Explanation:
Bias detection at thedata levelis performed by reviewingdata acquisition and preprocessing steps, as explained in Section2.3 - Data Quality and Biasof the ISTQB CT-AI syllabus. Sample bias arises when data is distorted or when preprocessing introduces unintended shifts-for example, by filtering, normalization, or labeling steps that disproportionately affect subsets of the data. OptionBcorrectly reflects this: reviewers can identify whether preprocessing steps have altered the dataset in a way that introducessample distortions. This aligns perfectly with syllabus guidance on reviewing data pipelines for bias sources.
Option A is incorrect because algorithmic bias originates from themodel, not data collection procedures.
Option C is incorrect because LIME is anexplainabilitymethod applied post-model, not in data reviews.
Option D incorrectly states "algorithmic bias," but preprocessing affectssample bias, not algorithmic bias.
Thus, OptionBcorrectly matches the syllabus' definition of how bias can be detected during data-related reviews.
NEW QUESTION # 22
There is a growing backlog of unresolved defects for your project. You know the developers have an ML model that they have created which has learned which developers work on which type of software and the speed with which they resolve issues. How could you use this model to help reduce the backlog and implement more efficient defect resolution?
- A. Use it to review the code and determine where more defects are likely to occur so that testing can be targeted to those areas.
- B. Use it to prioritize defects automatically based on the time expected for the fix to be made, the speed of the fix, and the likelihood of regressions.
- C. Use it to assign defects to the best developer to resolve the problem and to load balance the defect assignments among the developers.
- D. Use it to determine the root cause of each defect and develop a process improvement plan that can be implemented to remove the most common root causes.
Answer: C
Explanation:
AI and ML models can play a significant role in optimizing defect resolution processes. According to the ISTQB Certified Tester AI Testing (CT-AI) Syllabus, ML models can be used toanalyze defect reports, prioritize critical defects, and assign defects to developersbased on historical defect resolution patterns.
The key AI applications for defect management include:
* Defect Categorization- NLP techniques can analyze defect reports and classify them based on metadata like severity and impact.
* Defect Prioritization- ML models trained on past defects can predict which issues are likely to cause failures, allowing teams toprioritizethe most critical issues.
* Defect Assignment- AI-based models can suggest which developers are best suited for specific defects, optimizing the resolution process based on past performance and specialization.
From the given answer choices:
* Option A (Automatic Prioritization)is useful but does not directlyreduce backlog efficientlyby considering developer expertise and workload balancing.
* Option C (Root Cause Analysis for Process Improvement)is along-term strategybut does not directly address backlog reduction.
* Option D (Defect Prediction for Testing Focus)helps preemptively identify issues but does not resolve the existing backlog.
Thus,Option Bis the best choice as it aligns with AI's capability toassign defects to the most suitable developersbased on historical data, ensuring efficient defect resolution and backlog reduction.
Certified Tester AI Testing Study Guide References:
* ISTQB CT-AI Syllabus v1.0, Section 11.2 (Using AI to Analyze Reported Defects)
* ISTQB CT-AI Syllabus v1.0, Section 11.5 (Using AI for Defect Prediction).
NEW QUESTION # 23
A company producing consumable goods wants to identify groups of people with similar tastes for the purpose of targeting different products for each group. You have to choose and apply an appropriate ML type for this problem.
Which ONE of the following options represents the BEST possible solution for this above-mentioned task?
SELECT ONE OPTION
- A. Classification
- B. Regression
- C. Clustering
- D. Association
Answer: C
Explanation:
A . Regression
Regression is used to predict a continuous value and is not suitable for grouping people based on similar tastes.
B . Association
Association is used to find relationships between variables in large datasets, often in the form of rules (e.g., market basket analysis). It does not directly group individuals but identifies patterns of co-occurrence.
C . Clustering
Clustering is an unsupervised learning method used to group similar data points based on their features. It is ideal for identifying groups of people with similar tastes without prior knowledge of the group labels. This technique will help the company segment its customer base effectively.
D . Classification
Classification is a supervised learning method used to categorize data points into predefined classes. It requires labeled data for training, which is not the case here as we want to identify groups without predefined labels.
Therefore, the correct answer is C because clustering is the most suitable method for grouping people with similar tastes for targeted product marketing.
NEW QUESTION # 24
Which of the following is a dataset issue that can be resolved using pre-processing?
- A. Numbers stored as strings
- B. Invalid data
- C. Insufficient data
- D. Wanted outliers
Answer: A
Explanation:
Pre-processing is an essential step in data preparation that ensures data is clean, formatted correctly, and structured for effective machine learning (ML) model training. One common issue that can be resolved during pre-processing isnumbers stored as strings.
Explanation of Answer Choices:
* Option A: Insufficient data
* Incorrect. Pre-processing cannot resolve insufficient data. If data is lacking, techniques like data augmentation or external data collection are needed.
* Option B: Invalid data
* Incorrect. While pre-processing can identify and handle some forms of invalid data (e.g., missing values, duplicate entries), it does not resolve all invalid data issues. Some cases may require domain expertise to determine validity.
* Option C: Wanted outliers
* Incorrect. Pre-processing usually focuses on handling unwanted outliers. Wanted outliers may need to be preserved, which is more of a data selection decision rather than pre-processing.
* Option D: Numbers stored as strings
* Correct. One of the key functions of data pre-processing isdata transformation, which includes converting incorrectly formatted data types, such as numbers stored as strings, into their correct numerical format.
ISTQB CT-AI Syllabus References:
* Data Pre-Processing Steps:"Transformation: The format of the given data is changed (e.g., breaking an address held as a string into its constituent parts, dropping a field holding a random identifier, converting categorical data into numerical data, changing image formats)".
NEW QUESTION # 25
Which statement describes factors related to test data that make testing AI-based systems difficult?
Choose ONE option (1 out of 4)
- A. Using the same implementation for data acquisition by data scientists and testers prevents defect masking
- B. Artificially generated data requires legal approval and must be sanitized and encrypted
- C. The input data must always be the same over time, especially in real-world systems
- D. Creating and managing large amounts of test data can be difficult, especially when it needs to be representative
Answer: D
Explanation:
Section2.2 - Data Preparationand4.1 - Challenges in Testing AI-Based Systemsdescribe difficulties in obtaining and managing large, representative datasets. AI-based systems requirerealistic, diverse, and representativedata reflecting real-world variations. The syllabus emphasizes that assembling such datasets is time-consuming, resource-intensive, and often constrained by availability, privacy, or domain complexity.
Option B directly corresponds to these documented challenges.
Option A is incorrect: using the same implementation risksdefect masking, not preventing it; the syllabus warns against this practice. Option C is incorrect because real-world data naturally evolves, and the syllabus notes thatdriftis normal; expecting stable input data contradicts operational reality. Option D is incorrect:
although data privacy is important, the syllabus does not claim that artificially generated data always requires legal approval, nor that sanitization/encryption is mandatory for synthetic data.
Thus,Option Baccurately reflects syllabus-defined difficulties in producing representative test data.
NEW QUESTION # 26
Arihant Meditation is a startup using Al to aid people in deeper and better meditation based on analysis of various factors such as time and duration of the meditation, pulse and blood pressure, EEG patters etc. among others. Their model accuracy and other functional performance parameters have not yet reached their desired level.
Which ONE of the following factors is NOT a factor affecting the ML functional performance?
SELECT ONE OPTION
- A. The quality of the labeling
- B. Biased data
- C. The data pipeline
- D. The number of classes
Answer: D
Explanation:
* Factors Affecting ML Functional Performance: The data pipeline, quality of the labeling, and biased data are all factors that significantly affect the performance of machine learning models. The number of classes, while relevant for the model structure, is not a direct factor affecting the performance metrics such as accuracy or bias.
* Reference: ISTQB_CT-AI_Syllabus_v1.0, Sections on Data Quality and its Effect on the ML Model and ML Functional Performance Metrics.
NEW QUESTION # 27
The stakeholders of a machine learning model have confirmed that they understand the objective and purpose of the model, and ensured that the proposed model aligns with their business priorities. They have also selected a framework and a machine learning model that they will be using.
What should be the next step to progress along the machine learning workflow?
- A. Tune the machine learning algorithm based on objectives and business priorities
- B. Agree on defined acceptance criteria for the machine learning model
- C. Prepare and pre-process the data that will be used to train and test the model
- D. Evaluate the selection of the framework and the model
Answer: A
Explanation:
Themachine learning (ML) workflowfollows a structured sequence of steps. Once stakeholders have agreed on theobjectives, business priorities, and the framework/model selection, the next logical step is to prepare and pre-process the databefore training the model.
* Data Preparationis crucial becausemachine learning models rely heavily on the quality of input data. Poor data can result in biased, inaccurate, or unreliable models.
* The process involvesdata acquisition, cleaning, transformation, augmentation, and feature engineering.
* Preparing the dataensures it is in the right format, free from errors, and representative of the problem domain, leading to better generalization in training.
* A (Tune the ML Algorithm):Hyperparameter tuning occursafter the model has been trainedand evaluated.
* C (Agree on Acceptance Criteria):Acceptance criteria should already have been defined in theinitial objective-setting phasebefore framework and model selection.
* D (Evaluate the Framework and Model):The selection of the framework and ML model has already been completed. The next step isdata preparation, not reevaluation.
* ISTQB CT-AI Syllabus (Section 3.2: ML Workflow - Data Preparation Phase)
* "Data preparation comprises data acquisition, pre-processing, and feature engineering.
Exploratory data analysis (EDA) may be performed alongside these activities".
* "The data used to train, tune, and test the model must be representative of the operational data that will be used by the model".
Why Other Options Are Incorrect:Supporting References from ISTQB Certified Tester AI Testing Study Guide:Conclusion:Since the model selection is complete, thenext step in the ML workflow is to prepare and pre-process the datato ensure it is ready for training and testing. Thus, thecorrect answer is B.
NEW QUESTION # 28
Which ONE of the following is the BEST option to optimize the regression test selection and prevent the regression suite from growing large?
SELECT ONE OPTION
- A. Using of a random subset of tests.
- B. Automating test scripts using Al-based test automation tools.
- C. Identifying suitable tests by looking at the complexity of the test cases.
- D. Using an Al-based tool to optimize the regression test suite by analyzing past test results
Answer: D
Explanation:
A . Identifying suitable tests by looking at the complexity of the test cases.
While complexity analysis can help in selecting important test cases, it does not directly address the issue of optimizing the entire regression suite effectively.
B . Using a random subset of tests.
Randomly selecting test cases may miss critical tests and does not ensure an optimized regression suite. This approach lacks a systematic method for ensuring comprehensive coverage.
C . Automating test scripts using AI-based test automation tools.
Automation helps in running tests efficiently but does not inherently optimize the selection of tests to prevent the suite from growing too large.
D . Using an AI-based tool to optimize the regression test suite by analyzing past test results.
This is the most effective approach as AI-based tools can analyze historical test data, identify patterns, and prioritize tests that are more likely to catch defects based on past results. This method ensures an optimized and manageable regression test suite by focusing on the most impactful test cases.
Therefore, the correct answer is D because using an AI-based tool to analyze past test results is the best option to optimize regression test selection and manage the size of the regression suite effectively.
NEW QUESTION # 29
Which of the following is a problem with AI-generated test cases that are generated from the requirements?
- A. They are defect prone because they are unable to detect nuances in the requirements.
- B. They make debugging more complicated because the number of steps is usually high in order to induce the target failure.
- C. They are slow and will usually not be able to execute in the time allowed.
- D. They are usually missing the expected results, so verification is difficult or must resort to only detecting significant failures.
Answer: D
Explanation:
AI-generated test cases are often created using machine learning (ML) models or heuristic algorithms. While these can be effective in generating large numbers of test cases quickly, they oftensuffer from the "test oracle problem."
* Test Oracle Problem:A test oracle is the mechanism used to determine the expected output of a test case. AI-generated test cases oftenlack expected resultsbecause AI-based tools do not inherently understand what the correct output should be.
* Difficulty in Verification:Without expected results, verifying test cases becomes challenging. Testers mustrely on heuristics, anomaly detection, or significant failures, rather than traditional pass/fail conditions.
* A (Slow Execution Time):AI-generated tests are typically automated and designed for efficiency. They are not inherently slow and often executefasterthan manually written tests.
* B (Defect-Prone Due to Nuance Issues):While AI-generated tests may struggle with some complexities in requirements, they primarilylack expected results, rather than failing due to an inability to detect nuances.
* C (Complicated Debugging Due to Many Steps):AI-generated testsreducedebugging complexity by limiting the number of steps required to reproduce failures.
* ISTQB CT-AI Syllabus (Section 11.3: Using AI for Test Case Generation)
* "AI-generated test cases often lack expected results, making it difficult to verify correctness without a test oracle.".
* "Verification often relies on detecting significant failures rather than having predefined expected results.".
Why Other Options Are Incorrect:Supporting References from ISTQB Certified Tester AI Testing Study Guide:Conclusion:Since AI-generated test cases frequentlylack expected results, verification becomes difficult, requiring testers tofocus on major failuresrather than precise pass/fail conditions. Thus, thecorrect answer is D.
NEW QUESTION # 30
Which of the following options is an example of the concept of overfitting?
Choose ONE option (1 out of 4)
- A. A previously trained model for recognizing cars is adapted and extended so that it can also identify the make of the car beyond its original function.
- B. A model for the recognition of dogs was trained predominantly with pictures of dogs in parks. On pictures with other animals in parks, dogs are also falsely recognized.
- C. A model for predicting academic performance was trained with data from students at one university.
The model shows low predictive accuracy when applied to other universities. - D. A model for predicting IT system failures delivers too many false-negative predictions because the failures cannot be adequately explained via the log files used for training.
Answer: C
Explanation:
The ISTQB CT-AI syllabus definesoverfittingin Section3.2 - ML Model Evaluationas a condition where an ML model learns the training data too precisely-including noise and irrelevant detail-resulting in poor performance on unseen data. Overfitting is characterized byhigh accuracy on training data but low accuracy on validation or real-world data. OptionAperfectly matches this definition: a model trained only on one university's student data generalizes poorly to students from other universities. This is a textbook example of overfitting because the model has essentially memorized patterns unique to a narrow dataset, instead of learning generalizable relationships applicable across environments .
Option B instead describessample biasor inadequate training diversity, not overfitting. Option C involves transfer learningor model extension, unrelated to overfitting. Option D indicatesinsufficient training data qualityor lack of meaningful features, but not overfitting. Only Option A reflects the syllabus definition directly: overly specialized training leading to reduced predictive performance on new data.
Thus,Ais the correct and syllabus-aligned example of overfitting.
NEW QUESTION # 31
......
ISTQB CT-AI Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
| Topic 8 |
|
| Topic 9 |
|
| Topic 10 |
|
| Topic 11 |
|
Get 100% Real Free ISTQB AI Testing CT-AI Sample Questions: https://www.pass4sures.top/ISTQB-AI-Testing/CT-AI-testking-braindumps.html
Download ISTQB CT-AI Exam Dumps to Pass Exam Easily: https://drive.google.com/open?id=15hsnCV6mzaA2La8kI9iiENzt9HUAzYJM