Skip to content

Commit 63bc5b6

Browse files
fix 25
1 parent 2eeefbd commit 63bc5b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

questions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2285,7 +2285,7 @@ window.questions = [
22852285
},
22862286
{
22872287
"id": 25,
2288-
"question": "An ML-based toll charging solution determines the type of incoming vehicles from the images \ncaptured by a camera. There are different types of cameras available and the solution provider \nclaims to be able to use cameras of different resolutions. The images need to be in jpeg format with \na size of 320X480 pixels for the purpose of training the model as well as for predicting the outcome. \nThe model should be able to classify the vehicle types with certain desired high level of accuracy \nand should be tested against vulnerabilities. Each toll plaza will have its own complete system \nunconnected to any other system. \nWhich of the following types of testing are the MOST appropriate options for the tests you would \nchoose for system testing? Select TWO options.",
2288+
"question": "An ML-based toll charging solution determines the type of incoming vehicles from the images captured by a camera. There are different types of cameras available and the solution provider claims to be able to use cameras of different resolutions. The images need to be in jpeg format with a size of 320X480 pixels for the purpose of training the model as well as for predicting the outcome. The model should be able to classify the vehicle types with certain desired high level of accuracy and should be tested against vulnerabilities. Each toll plaza will have its own complete system unconnected to any other system. Which of the following types of testing are the MOST appropriate options for the tests you would choose for system testing? Select TWO options.",
22892289
"options": {
22902290
"a": "Testing for concept drift ",
22912291
"b": "Adversarial testing",

0 commit comments

Comments
 (0)