최신 AI Testing CT-AI_v1.0_World 무료샘플문제:
1. Which ONE of the following tests is MOST likely to describe a useful test to help detect different kinds of biases in ML pipeline?
SELECT ONE OPTION
A) Testing the distribution shift in the training data for inappropriate bias.
B) Test the model during model evaluation for data bias.
C) Check the input test data for potential sample bias.
D) Testing the data pipeline for any sources for algorithmic bias.
2. 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 - test data
B) Training data * test data
C) Training data - validation data
D) Validation data - test data
3. Upon testing a model used to detect rotten tomatoes, the following data was observed by the test engineer, based on certain number of tomato images.
For this confusion matrix which combinations of values of accuracy, recall, and specificity respectively is CORRECT?
SELECT ONE OPTION
A) 0.84.1,0.9
B) 0.87.0.9. 0.84
C) 1,0.9, 0.8
D) 1,0.87,0.84
4. Written requirements are given in text documents, which ONE of the following options is the BEST way to generate test cases from these requirements?
SELECT ONE OPTION
A) Machine learning on logs of execution
B) GUI analysis by computer vision
C) Natural language processing on textual requirements
D) Analyzing source code for generating test cases
질문과 대답:
질문 # 1 정답: B | 질문 # 2 정답: A | 질문 # 3 정답: B | 질문 # 4 정답: C |