-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAptitude Test.json
122 lines (122 loc) · 3.59 KB
/
Aptitude Test.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"data": [
{
"reasoning": [
{
"question": "Look at this series: 53, 53, 40, 40, 27, 27, ... What number should come next?",
"options": [
"21",
"41",
"27",
"53"
],
"value": {
"1": [
0,
1,
3,
4
]
},
"weightage": 0.16
},
{
"question": "Marathon is to race as hibernation is to",
"options": [
"winter",
"bear",
"dream",
"sleep"
],
"value": {
"3": [
0,
4,
5,
2
]
},
"weightage": 0.16
},
{
"question": "Complete the series : SCD, TEF, UGH, ____, WKL",
"options": [
"CMN",
"UJI",
"VIJ",
"IJT"
],
"value": {
"2": [
1,
2,
5
]
},
"weightage": 0.16
}
]
},
{
"numerical ability": [
{
"question": "The sum of first five prime numbers is:",
"options": [
"11",
"18",
"26",
"28"
],
"value": {
"3": [
0,
1,
2,
3,
4,
5
]
},
"weightage": 0.16
},
{
"question": "The difference between a positive proper fraction and its reciprocal is 9/20. The fraction is:",
"options": [
"3/5",
"3/10",
"4/5",
"4/3"
],
"value": {
"2": [
0,
1,
2
]
},
"weightage": 0.16
},
{
"question": "4500 x ?= 3375",
"options": [
"2/5",
"3/4",
"3/5",
"None of these"
],
"value": {
"1": [
0,
1,
2,
3,
4,
5
]
},
"weightage": 0.16
}
]
}
]
}