You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: questions.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2285,7 +2285,7 @@ window.questions = [
2285
2285
},
2286
2286
{
2287
2287
"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.",
0 commit comments