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
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1110,7 +1110,7 @@ window.questions = [
1110
1110
"c) Visual testing helps find overlapping user interface elements",
1111
1111
"d) Visual testing fails when the screen layout changes"
1112
1112
],
1113
-
"correct_answer": "A",
1113
+
"correct_answer": "C",
1114
1114
"k_level": "K2",
1115
1115
"points": "1",
1116
1116
"justification": {
@@ -2266,7 +2266,7 @@ window.questions = [
2266
2266
},
2267
2267
{
2268
2268
"id": 17,
2269
-
"question": "The confusion matrix for an image classifier is shown below.\n\n| Actual Positive | Actual Negative\n--------------------------------------------------\nPredicted Positive | 78 | 22\nPredicted Negative | 6 | 14\n\nWhich of the following options represents the precision of the classifier?",
2269
+
"question": "The confusion matrix for an image classifier is shown below.\n\n| Actual Positive | Actual Negative\n--------------------------------------------------\nPredicted Positive | 78 | 22\nPredicted Negative | 6 | 14\n\nWhich of the following options represents the precision of the classifier?",
2270
2270
"options": {
2271
2271
"a": "20/120 * 100",
2272
2272
"b": "78/120 * 100",
@@ -2309,7 +2309,7 @@ window.questions = [
2309
2309
},
2310
2310
{
2311
2311
"id": 29,
2312
-
"question": "An AI-based system is being used by the health ministry to identify vulnerable groups of patients, who will be provided with support and advice to help prevent them suffering future illnesses to which they may be susceptible. The results will also be shared with other government agencies \nand medical insurance companies. The system is initially being trained on a large set of data \ncollected by the health ministry from two surveys of 5,000 men over 50 years of age and 25,000 \nwomen over 30 years of age. The system will continue to identify vulnerable patients by gathering \ninformation from publicly available social media. \nWhich of the following attributes should be MOST carefully considered when specifying the \nobjectives and acceptance criteria for the system? Select TWO options.",
2312
+
"question": "An AI-based system is being used by the health ministry to identify vulnerable groups of patients, who will be provided with support and advice to help prevent them suffering future illnesses to which they may be susceptible. The results will also be shared with other government agencies and medical insurance companies. The system is initially being trained on a large set of data collected by the health ministry from two surveys of 5,000 men over 50 years of age and 25,000 women over 30 years of age. The system will continue to identify vulnerable patients by gathering information from publicly available social media. Which of the following attributes should be MOST carefully considered when specifying the objectives and acceptance criteria for the system? Select TWO options.",
2313
2313
"options": {
2314
2314
"a": "Adaptability",
2315
2315
"b": "Bias",
@@ -2332,7 +2332,7 @@ window.questions = [
2332
2332
},
2333
2333
{
2334
2334
"id": 33,
2335
-
"question": "An AI-based mobile phone search system provides a list of phones that it believes are most suitable for the user based on its knowledge of the user's previous mobile phone usage and their specified preferences.\n\nGiven that metamorphic testing is being used with the following source test case:\n\nInputs | Outputs\n--------------------------------------------------------------\nSelected price range: $200–$300 | Recommended Phones:\n3D camera: Don’t care | SnapHappy_X1\nScreen size: mid to large | SnapHappy_M2\nOS: Android or iOS | SnapHappy_M3\nBattery Life: Don’t care | ClickNow_1000x\n | ClickNow_1000xs\n\nAnd this test data for two corresponding follow-up test cases:\n\nInput T1\n-----------\nSelected price range: $200–$300\n3D camera: yes\nScreen size: mid to large\nOS: Android or iOS\nBattery Life: Don’t care\n\nInput T2\n-----------\nSelected price range: $200–$300\n3D camera: no\nScreen size: mid to large\nOS: Android or iOS\nBattery Life: Don’t care\n\nWhich of the following options is MOST likely to be a valid list of recommended phones for the follow-up test cases?",
2335
+
"question": "An AI-based mobile phone search system provides a list of phones that it believes are most suitable for the user based on its knowledge of the user's previous mobile phone usage and their specified preferences.\n\nGiven that metamorphic testing is being used with the following source test case:\n\nInputs | Outputs\n--------------------------------------------------------------\nSelected price range: $200–$300 | Recommended Phones:\n3D camera: Don’t care | SnapHappy_X1\nScreen size: mid to large | SnapHappy_M2\nOS: Android or iOS | SnapHappy_M3\nBattery Life: Don’t care | ClickNow_1000x\n | ClickNow_1000xs\n\nAnd this test data for two corresponding follow-up test cases:\n\nInput T1\n-----------\nSelected price range: $200–$300\n3D camera: yes\nScreen size: mid to large\nOS: Android or iOS\nBattery Life: Don’t care\n\nInput T2\n-----------\nSelected price range: $200–$300\n3D camera: no\nScreen size: mid to large\nOS: Android or iOS\nBattery Life: Don’t care\n\nWhich of the following options is MOST likely to be a valid list of recommended phones for the follow-up test cases?",
"question": "LAIgal systems has an AI-based product for extracting relevant favorable judgements similar to a \ngiven legal case. This product is used by judges in the courts. Details of the current case are \nprovided, and the system produces relevant judgements. The system needs to be safe from \nmalicious inputs. A similar open-source product exists and is available. Not having a suitable test \noracle is a challenge when testing. \nWhich of the following test techniques should be selected to test the new version during system \ntesting? Select TWO options.",
2354
+
"question": "LAIgal systems has an AI-based product for extracting relevant favorable judgements similar to a given legal case. This product is used by judges in the courts. Details of the current case are provided, and the system produces relevant judgements. The system needs to be safe from malicious inputs. A similar open-source product exists and is available. Not having a suitable test oracle is a challenge when testing. Which of the following test techniques should be selected to test the new version during system testing? Select TWO options.",
0 commit comments