j-js commited on
Commit
8ef55b3
·
verified ·
1 Parent(s): ad65d71

Upload gmat_questions.json

Browse files
Files changed (1) hide show
  1. data/gmat_questions.json +786 -0
data/gmat_questions.json ADDED
@@ -0,0 +1,786 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "items": [
3
+ {
4
+ "id": "EQUANT01",
5
+ "category": "Quantitative",
6
+ "gmatDifficulty": 450,
7
+ "questionText": "If x is an integer and 3x+2 is divisible by 5, which value could x be?",
8
+ "answers": ["1","2","3","4","6"],
9
+ "correctIndex": 3
10
+ },
11
+ {
12
+ "id": "EQUANT02",
13
+ "category": "Quantitative",
14
+ "gmatDifficulty": 450,
15
+ "questionText": "A price is increased by 20% and then decreased by 20%. The final price is what percent of the original?",
16
+ "answers": ["96%","100%","104%","108%","120%"],
17
+ "correctIndex": 0
18
+ },
19
+ {
20
+ "id": "EQUANT03",
21
+ "category": "Quantitative",
22
+ "gmatDifficulty": 450,
23
+ "questionText": "If a and b are positive and a/b = 3/4, what is (a+b)/b?",
24
+ "answers": ["1.25","1.5","1.75","2","2.5"],
25
+ "correctIndex": 2
26
+ },
27
+ {
28
+ "id": "EQUANT04",
29
+ "category": "Quantitative",
30
+ "gmatDifficulty": 450,
31
+ "questionText": "If 5y - 3 = 22, what is y?",
32
+ "answers": ["3","4","5","6","7"],
33
+ "correctIndex": 2
34
+ },
35
+ {
36
+ "id": "EQUANT05",
37
+ "category": "Quantitative",
38
+ "gmatDifficulty": 450,
39
+ "questionText": "A box contains 3 red and 5 blue balls. If one ball is chosen at random, what is the probability it is red?",
40
+ "answers": ["3/5","3/8","5/8","1/3","1/5"],
41
+ "correctIndex": 1
42
+ },
43
+ {
44
+ "id": "EQUANT06",
45
+ "category": "Quantitative",
46
+ "gmatDifficulty": 450,
47
+ "questionText": "If (x/3) = 5, what is 2x?",
48
+ "answers": ["10","15","20","25","30"],
49
+ "correctIndex": 2
50
+ },
51
+ {
52
+ "id": "EQUANT07",
53
+ "category": "Quantitative",
54
+ "gmatDifficulty": 450,
55
+ "questionText": "The sum of two consecutive integers is 41. What is the larger integer?",
56
+ "answers": ["19","20","21","22","23"],
57
+ "correctIndex": 2
58
+ },
59
+ {
60
+ "id": "EQUANT08",
61
+ "category": "Quantitative",
62
+ "gmatDifficulty": 450,
63
+ "questionText": "If a rectangle has perimeter 30 and length 9, what is its width?",
64
+ "answers": ["3","4","5","6","7"],
65
+ "correctIndex": 1
66
+ },
67
+ {
68
+ "id": "EQUANT09",
69
+ "category": "Quantitative",
70
+ "gmatDifficulty": 450,
71
+ "questionText": "What is the smallest prime factor of 91?",
72
+ "answers": ["7","11","13","17","19"],
73
+ "correctIndex": 0
74
+ },
75
+ {
76
+ "id": "EQUANT10",
77
+ "category": "Quantitative",
78
+ "gmatDifficulty": 450,
79
+ "questionText": "If 0.06 = 6/k, what is k?",
80
+ "answers": ["10","50","60","100","600"],
81
+ "correctIndex": 3
82
+ },
83
+
84
+ {
85
+ "id": "EVERBAL01",
86
+ "category": "Verbal",
87
+ "gmatDifficulty": 450,
88
+ "questionText": "The committee based its decision not only on cost but also ___ the long term impact.",
89
+ "answers": ["consider","considered","considering","to consider","on considering"],
90
+ "correctIndex": 4
91
+ },
92
+ {
93
+ "id": "EVERBAL02",
94
+ "category": "Verbal",
95
+ "gmatDifficulty": 450,
96
+ "questionText": "Which sentence is grammatically correct?",
97
+ "answers": [
98
+ "Neither the managers nor the director were informed.",
99
+ "Neither the managers nor the director was informed.",
100
+ "Neither the manager nor the directors was informed.",
101
+ "Neither the managers or the director was informed.",
102
+ "Neither manager nor director were informed."
103
+ ],
104
+ "correctIndex": 1
105
+ },
106
+ {
107
+ "id": "EVERBAL03",
108
+ "category": "Verbal",
109
+ "gmatDifficulty": 450,
110
+ "questionText": "In the passage, the study is mentioned primarily to:",
111
+ "answers": ["refute the author’s main claim","introduce a new topic unrelated to the argument","illustrate a broader trend","dismiss earlier research entirely","prove causation beyond doubt"],
112
+ "correctIndex": 2
113
+ },
114
+ {
115
+ "id": "EVERBAL04",
116
+ "category": "Verbal",
117
+ "gmatDifficulty": 450,
118
+ "questionText": "Choose the word closest in meaning to 'mitigate'.",
119
+ "answers": ["worsen","reduce","predict","separate","repeat"],
120
+ "correctIndex": 1
121
+ },
122
+ {
123
+ "id": "EVERBAL05",
124
+ "category": "Verbal",
125
+ "gmatDifficulty": 450,
126
+ "questionText": "Which sentence is most concise?",
127
+ "answers": [
128
+ "Due to the fact that the roads were icy, the match was canceled.",
129
+ "Because the roads were icy, the match was canceled.",
130
+ "The match was canceled due to the icy roads that existed.",
131
+ "The match was canceled as a result of roads being icy.",
132
+ "Icy roads were the reason that the match was canceled."
133
+ ],
134
+ "correctIndex": 1
135
+ },
136
+ {
137
+ "id": "EVERBAL06",
138
+ "category": "Verbal",
139
+ "gmatDifficulty": 450,
140
+ "questionText": "Choose the correct verb form: Each of the reports ___ complete.",
141
+ "answers": ["are","were","has","is","have"],
142
+ "correctIndex": 3
143
+ },
144
+ {
145
+ "id": "EVERBAL07",
146
+ "category": "Verbal",
147
+ "gmatDifficulty": 450,
148
+ "questionText": "Choose the best transition: The hypothesis seemed plausible; ___, it lacked supporting data.",
149
+ "answers": ["therefore","however","for example","similarly","in addition"],
150
+ "correctIndex": 1
151
+ },
152
+ {
153
+ "id": "EVERBAL08",
154
+ "category": "Verbal",
155
+ "gmatDifficulty": 450,
156
+ "questionText": "Which choice best fixes the modifier error? 'Walking to the station, the rain soaked Maria.'",
157
+ "answers": [
158
+ "Walking to the station, the rain soaked Maria.",
159
+ "Walking to the station, Maria was soaked by the rain.",
160
+ "Walking to the station, soaking Maria was the rain.",
161
+ "Walking to the station, the station soaked Maria with rain.",
162
+ "Walking to the station, Maria soaked the rain."
163
+ ],
164
+ "correctIndex": 1
165
+ },
166
+ {
167
+ "id": "EVERBAL09",
168
+ "category": "Verbal",
169
+ "gmatDifficulty": 450,
170
+ "questionText": "Choose the correctly spelled word.",
171
+ "answers": ["definately","seperate","receive","enviroment","occassion"],
172
+ "correctIndex": 2
173
+ },
174
+ {
175
+ "id": "EVERBAL10",
176
+ "category": "Verbal",
177
+ "gmatDifficulty": 450,
178
+ "questionText": "Which option is a complete sentence?",
179
+ "answers": ["Because the deadline was moved.","Although working late.","The deadline was moved.","While in the office.","After the meeting."],
180
+ "correctIndex": 2
181
+ },
182
+
183
+ {
184
+ "id": "EDATA01",
185
+ "category": "DataInsight",
186
+ "gmatDifficulty": 450,
187
+ "questionText": "Revenue increased from 80000 to 92000. What was the percent increase?",
188
+ "answers": ["10%","12%","15%","18%","20%"],
189
+ "correctIndex": 2
190
+ },
191
+ {
192
+ "id": "EDATA02",
193
+ "category": "DataInsight",
194
+ "gmatDifficulty": 450,
195
+ "questionText": "Which dataset has the greatest variability?",
196
+ "answers": ["10,12,14","8,12,16","11,12,13","9,12,15","10,11,12"],
197
+ "correctIndex": 1
198
+ },
199
+ {
200
+ "id": "EDATA03",
201
+ "category": "DataInsight",
202
+ "gmatDifficulty": 450,
203
+ "questionText": "If the median is greater than the mean, the distribution is most likely:",
204
+ "answers": ["symmetric","uniform","skewed right","skewed left","bimodal"],
205
+ "correctIndex": 3
206
+ },
207
+ {
208
+ "id": "EDATA04",
209
+ "category": "DataInsight",
210
+ "gmatDifficulty": 450,
211
+ "questionText": "A table shows values 6, 9, 15, 20. What is the mean?",
212
+ "answers": ["10","11.5","12.5","13","14"],
213
+ "correctIndex": 1
214
+ },
215
+ {
216
+ "id": "EDATA05",
217
+ "category": "DataInsight",
218
+ "gmatDifficulty": 450,
219
+ "questionText": "If 18 out of 60 customers choose Option A, what percent choose A?",
220
+ "answers": ["20%","25%","30%","35%","40%"],
221
+ "correctIndex": 2
222
+ },
223
+ {
224
+ "id": "EDATA06",
225
+ "category": "DataInsight",
226
+ "gmatDifficulty": 450,
227
+ "questionText": "Costs are 150 and revenue is 210. Profit is:",
228
+ "answers": ["40","50","60","70","80"],
229
+ "correctIndex": 2
230
+ },
231
+ {
232
+ "id": "EDATA07",
233
+ "category": "DataInsight",
234
+ "gmatDifficulty": 450,
235
+ "questionText": "A pie chart shows 25% for Segment X. This equals:",
236
+ "answers": ["1/2","1/3","1/4","2/5","3/4"],
237
+ "correctIndex": 2
238
+ },
239
+ {
240
+ "id": "EDATA08",
241
+ "category": "DataInsight",
242
+ "gmatDifficulty": 450,
243
+ "questionText": "Which measure represents the middle value of an ordered dataset?",
244
+ "answers": ["mean","median","mode","range","variance"],
245
+ "correctIndex": 1
246
+ },
247
+ {
248
+ "id": "EDATA09",
249
+ "category": "DataInsight",
250
+ "gmatDifficulty": 450,
251
+ "questionText": "If a value is far above most others, it is best described as a(n):",
252
+ "answers": ["cluster","outlier","median","trend","index"],
253
+ "correctIndex": 1
254
+ },
255
+ {
256
+ "id": "EDATA10",
257
+ "category": "DataInsight",
258
+ "gmatDifficulty": 450,
259
+ "questionText": "If sales are 30 on Monday and 45 on Tuesday, Tuesday sales are higher by:",
260
+ "answers": ["10","12","15","18","20"],
261
+ "correctIndex": 2
262
+ },
263
+
264
+ {
265
+ "id": "MQUANT01",
266
+ "category": "Quantitative",
267
+ "gmatDifficulty": 600,
268
+ "questionText": "If x and y are positive integers and x/y = 4/7 and x+y = 66, what is x?",
269
+ "answers": ["24","28","32","36","40"],
270
+ "correctIndex": 1
271
+ },
272
+ {
273
+ "id": "MQUANT02",
274
+ "category": "Quantitative",
275
+ "gmatDifficulty": 600,
276
+ "questionText": "Pipe A fills a tank in 6 hours and Pipe B in 12 hours. After 2 hours together, what fraction remains unfilled?",
277
+ "answers": ["1/6","1/4","1/3","5/12","1/2"],
278
+ "correctIndex": 2
279
+ },
280
+ {
281
+ "id": "MQUANT03",
282
+ "category": "Quantitative",
283
+ "gmatDifficulty": 600,
284
+ "questionText": "If 2a - 3b = 7 and a = 5, what is b?",
285
+ "answers": ["-1","0","1","2","3"],
286
+ "correctIndex": 3
287
+ },
288
+ {
289
+ "id": "MQUANT04",
290
+ "category": "Quantitative",
291
+ "gmatDifficulty": 600,
292
+ "questionText": "If n is an integer, which value of n makes (n^2 + 5n + 6) divisible by 6?",
293
+ "answers": ["-5","-3","-2","1","4"],
294
+ "correctIndex": 3
295
+ },
296
+ {
297
+ "id": "MQUANT05",
298
+ "category": "Quantitative",
299
+ "gmatDifficulty": 600,
300
+ "questionText": "A number is increased by 15% and then increased again by 20%. The final value is what percent of the original?",
301
+ "answers": ["135%","136%","138%","140%","142%"],
302
+ "correctIndex": 2
303
+ },
304
+ {
305
+ "id": "MQUANT06",
306
+ "category": "Quantitative",
307
+ "gmatDifficulty": 600,
308
+ "questionText": "If the average of 5 numbers is 12 and four of the numbers are 9, 10, 11, and 14, what is the fifth number?",
309
+ "answers": ["12","14","16","18","20"],
310
+ "correctIndex": 1
311
+ },
312
+ {
313
+ "id": "MQUANT07",
314
+ "category": "Quantitative",
315
+ "gmatDifficulty": 600,
316
+ "questionText": "If a circle has circumference 18π, what is its area?",
317
+ "answers": ["36π","72π","81π","162π","324π"],
318
+ "correctIndex": 2
319
+ },
320
+ {
321
+ "id": "MQUANT08",
322
+ "category": "Quantitative",
323
+ "gmatDifficulty": 600,
324
+ "questionText": "A store sells pens at 3 for 5. If you buy 12 pens, what is the total cost?",
325
+ "answers": ["15","18","20","22","25"],
326
+ "correctIndex": 2
327
+ },
328
+ {
329
+ "id": "MQUANT09",
330
+ "category": "Quantitative",
331
+ "gmatDifficulty": 600,
332
+ "questionText": "If x^2 - 9 = 0 and x is positive, what is x?",
333
+ "answers": ["1","2","3","6","9"],
334
+ "correctIndex": 2
335
+ },
336
+ {
337
+ "id": "MQUANT10",
338
+ "category": "Quantitative",
339
+ "gmatDifficulty": 600,
340
+ "questionText": "If the ratio of apples to oranges is 5:3 and there are 64 fruits total, how many apples are there?",
341
+ "answers": ["35","40","45","50","55"],
342
+ "correctIndex": 1
343
+ },
344
+
345
+ {
346
+ "id": "MVERBAL01",
347
+ "category": "Verbal",
348
+ "gmatDifficulty": 600,
349
+ "questionText": "The scientist’s theory, once dismissed as implausible, is now regarded as ___ recent evidence.",
350
+ "answers": ["validated by","validation of","validating","to validate","having validated"],
351
+ "correctIndex": 0
352
+ },
353
+ {
354
+ "id": "MVERBAL02",
355
+ "category": "Verbal",
356
+ "gmatDifficulty": 600,
357
+ "questionText": "Which option best combines the sentences: 'The company expanded rapidly.' 'It underestimated logistical challenges.'",
358
+ "answers": [
359
+ "The company expanded rapidly but underestimated the logistical challenges.",
360
+ "The company expanded rapidly, it underestimated the logistical challenges.",
361
+ "Expanding rapidly, logistical challenges were underestimated.",
362
+ "The company expanded rapidly; underestimated logistical challenges.",
363
+ "Rapid expansion underestimated logistical challenges."
364
+ ],
365
+ "correctIndex": 0
366
+ },
367
+ {
368
+ "id": "MVERBAL03",
369
+ "category": "Verbal",
370
+ "gmatDifficulty": 600,
371
+ "questionText": "The author’s discussion of early failures primarily serves to:",
372
+ "answers": ["undermine later successes","show that progress is inevitable","illustrate the complexity of the process","argue that results do not matter","criticize modern views"],
373
+ "correctIndex": 2
374
+ },
375
+ {
376
+ "id": "MVERBAL04",
377
+ "category": "Verbal",
378
+ "gmatDifficulty": 600,
379
+ "questionText": "Choose the best word: The report was praised for its ___ analysis.",
380
+ "answers": ["thorough","thoroughly","thoroughness","thoroughest","thoroughen"],
381
+ "correctIndex": 0
382
+ },
383
+ {
384
+ "id": "MVERBAL05",
385
+ "category": "Verbal",
386
+ "gmatDifficulty": 600,
387
+ "questionText": "Which sentence has correct subject verb agreement?",
388
+ "answers": [
389
+ "A list of items are on the desk.",
390
+ "A list of items is on the desk.",
391
+ "A list of items were on the desk.",
392
+ "A list of item is on the desk.",
393
+ "A list of items have on the desk."
394
+ ],
395
+ "correctIndex": 1
396
+ },
397
+ {
398
+ "id": "MVERBAL06",
399
+ "category": "Verbal",
400
+ "gmatDifficulty": 600,
401
+ "questionText": "Choose the best revision: 'The policy is effective, it reduces costs.'",
402
+ "answers": [
403
+ "The policy is effective, and it reduces costs.",
404
+ "The policy is effective it reduces costs.",
405
+ "The policy is effective; reducing costs.",
406
+ "The policy is effective, reducing costs.",
407
+ "The policy is effective, which reducing costs."
408
+ ],
409
+ "correctIndex": 0
410
+ },
411
+ {
412
+ "id": "MVERBAL07",
413
+ "category": "Verbal",
414
+ "gmatDifficulty": 600,
415
+ "questionText": "Choose the word closest in meaning to 'equivocal'.",
416
+ "answers": ["certain","ambiguous","complete","brief","obvious"],
417
+ "correctIndex": 1
418
+ },
419
+ {
420
+ "id": "MVERBAL08",
421
+ "category": "Verbal",
422
+ "gmatDifficulty": 600,
423
+ "questionText": "Which sentence avoids redundancy best?",
424
+ "answers": ["Advance planning is necessary.","Unexpected surprise occurred.","Final outcome was unclear.","Free gift was offered.","Past history matters."],
425
+ "correctIndex": 0
426
+ },
427
+ {
428
+ "id": "MVERBAL09",
429
+ "category": "Verbal",
430
+ "gmatDifficulty": 600,
431
+ "questionText": "In the argument, the author assumes that:",
432
+ "answers": ["all variables are known","past patterns will continue","no alternatives exist","correlation proves causation","costs always exceed benefits"],
433
+ "correctIndex": 1
434
+ },
435
+ {
436
+ "id": "MVERBAL10",
437
+ "category": "Verbal",
438
+ "gmatDifficulty": 600,
439
+ "questionText": "Choose the correct idiom.",
440
+ "answers": ["capable to","different than","responsible for","regard on","concerned at"],
441
+ "correctIndex": 2
442
+ },
443
+
444
+ {
445
+ "id": "MDATA01",
446
+ "category": "DataInsight",
447
+ "gmatDifficulty": 600,
448
+ "questionText": "Sales increase from 200 to 260. What is the percent increase?",
449
+ "answers": ["20%","25%","30%","35%","40%"],
450
+ "correctIndex": 2
451
+ },
452
+ {
453
+ "id": "MDATA02",
454
+ "category": "DataInsight",
455
+ "gmatDifficulty": 600,
456
+ "questionText": "What is the weighted average of 60 with weight 2 and 80 with weight 3?",
457
+ "answers": ["68","70","72","74","76"],
458
+ "correctIndex": 2
459
+ },
460
+ {
461
+ "id": "MDATA03",
462
+ "category": "DataInsight",
463
+ "gmatDifficulty": 600,
464
+ "questionText": "If the mean of five numbers is 20, what is their sum?",
465
+ "answers": ["80","90","100","110","120"],
466
+ "correctIndex": 2
467
+ },
468
+ {
469
+ "id": "MDATA04",
470
+ "category": "DataInsight",
471
+ "gmatDifficulty": 600,
472
+ "questionText": "Quarterly profits are 40, 60, 50, 70. Which statement is true?",
473
+ "answers": ["Mean exceeds median","Median exceeds mean","Mean equals median","Range is 20","No variability"],
474
+ "correctIndex": 1
475
+ },
476
+ {
477
+ "id": "MDATA05",
478
+ "category": "DataInsight",
479
+ "gmatDifficulty": 600,
480
+ "questionText": "If price rises 25% and demand falls 10%, revenue will most likely:",
481
+ "answers": ["increase significantly","decrease significantly","increase slightly","stay about the same","become zero"],
482
+ "correctIndex": 2
483
+ },
484
+ {
485
+ "id": "MDATA06",
486
+ "category": "DataInsight",
487
+ "gmatDifficulty": 600,
488
+ "questionText": "Which measure is least affected by outliers?",
489
+ "answers": ["mean","median","range","maximum","minimum"],
490
+ "correctIndex": 1
491
+ },
492
+ {
493
+ "id": "MDATA07",
494
+ "category": "DataInsight",
495
+ "gmatDifficulty": 600,
496
+ "questionText": "A dataset is skewed right if most values are:",
497
+ "answers": ["high","low","evenly spread","negative","identical"],
498
+ "correctIndex": 1
499
+ },
500
+ {
501
+ "id": "MDATA08",
502
+ "category": "DataInsight",
503
+ "gmatDifficulty": 600,
504
+ "questionText": "If 3 out of 8 customers return a product, what percent is that?",
505
+ "answers": ["30%","35%","37.5%","40%","45%"],
506
+ "correctIndex": 2
507
+ },
508
+ {
509
+ "id": "MDATA09",
510
+ "category": "DataInsight",
511
+ "gmatDifficulty": 600,
512
+ "questionText": "If revenue is 500 and costs are 350, profit margin is:",
513
+ "answers": ["20%","25%","30%","35%","40%"],
514
+ "correctIndex": 1
515
+ },
516
+ {
517
+ "id": "MDATA10",
518
+ "category": "DataInsight",
519
+ "gmatDifficulty": 600,
520
+ "questionText": "Which display is best for checking correlation between two variables?",
521
+ "answers": ["pie chart","bar chart","histogram","scatter plot","stacked area chart"],
522
+ "correctIndex": 3
523
+ },
524
+
525
+ {
526
+ "id": "HQUANT01",
527
+ "category": "Quantitative",
528
+ "gmatDifficulty": 750,
529
+ "questionText": "If x + 1/x = 3, what is x^3 + 1/x^3?",
530
+ "answers": ["9","18","21","24","27"],
531
+ "correctIndex": 2
532
+ },
533
+ {
534
+ "id": "HQUANT02",
535
+ "category": "Quantitative",
536
+ "gmatDifficulty": 750,
537
+ "questionText": "A positive integer n leaves remainder 1 when divided by 2 and remainder 2 when divided by 3. What could be the remainder when n is divided by 6?",
538
+ "answers": ["0","1","2","3","5"],
539
+ "correctIndex": 4
540
+ },
541
+ {
542
+ "id": "HQUANT03",
543
+ "category": "Quantitative",
544
+ "gmatDifficulty": 750,
545
+ "questionText": "In a geometric sequence, each term is (2/3) times the previous term. If the 4th term is 16, what is the 1st term?",
546
+ "answers": ["18","24","36","54","72"],
547
+ "correctIndex": 3
548
+ },
549
+ {
550
+ "id": "HQUANT04",
551
+ "category": "Quantitative",
552
+ "gmatDifficulty": 750,
553
+ "questionText": "If (x-2)(x-5)=0, and x is an integer greater than 3, what is x?",
554
+ "answers": ["2","3","4","5","6"],
555
+ "correctIndex": 3
556
+ },
557
+ {
558
+ "id": "HQUANT05",
559
+ "category": "Quantitative",
560
+ "gmatDifficulty": 750,
561
+ "questionText": "How many integers satisfy |x-5| ≤ 7?",
562
+ "answers": ["12","13","14","15","16"],
563
+ "correctIndex": 3
564
+ },
565
+ {
566
+ "id": "HQUANT06",
567
+ "category": "Quantitative",
568
+ "gmatDifficulty": 750,
569
+ "questionText": "If a^b = a^3 and a>0 and a≠1, what must be true?",
570
+ "answers": ["b=0","b=1","b=3","a=3","a=b"],
571
+ "correctIndex": 2
572
+ },
573
+ {
574
+ "id": "HQUANT07",
575
+ "category": "Quantitative",
576
+ "gmatDifficulty": 750,
577
+ "questionText": "What is the remainder when 3^100 is divided by 4?",
578
+ "answers": ["0","1","2","3","4"],
579
+ "correctIndex": 1
580
+ },
581
+ {
582
+ "id": "HQUANT08",
583
+ "category": "Quantitative",
584
+ "gmatDifficulty": 750,
585
+ "questionText": "If a triangle has sides 7 and 10 and included angle 60 degrees, what is the length of the third side?",
586
+ "answers": ["3","7","9","13","17"],
587
+ "correctIndex": 2
588
+ },
589
+ {
590
+ "id": "HQUANT09",
591
+ "category": "Quantitative",
592
+ "gmatDifficulty": 750,
593
+ "questionText": "If f(x)=x^2-4x+k has exactly one real root, what is k?",
594
+ "answers": ["0","2","4","8","16"],
595
+ "correctIndex": 2
596
+ },
597
+ {
598
+ "id": "HQUANT10",
599
+ "category": "Quantitative",
600
+ "gmatDifficulty": 750,
601
+ "questionText": "If the area of a circle is 49π, what is its circumference?",
602
+ "answers": ["7π","14π","21π","28π","49π"],
603
+ "correctIndex": 1
604
+ },
605
+
606
+ {
607
+ "id": "HVERBAL01",
608
+ "category": "Verbal",
609
+ "gmatDifficulty": 750,
610
+ "questionText": "Although the proposal appears straightforward, it depends on assumptions that are far from ___.",
611
+ "answers": ["tenuous","explicit","unassailable","redundant","peripheral"],
612
+ "correctIndex": 2
613
+ },
614
+ {
615
+ "id": "HVERBAL02",
616
+ "category": "Verbal",
617
+ "gmatDifficulty": 750,
618
+ "questionText": "Which sentence is grammatically correct and logically clear?",
619
+ "answers": [
620
+ "Having reviewed the data, the conclusions were revised by the analysts.",
621
+ "Having reviewed the data, the analysts revised the conclusions.",
622
+ "The analysts, having reviewed the data, the conclusions were revised.",
623
+ "The data having been reviewed, revising the conclusions was done by the analysts.",
624
+ "Reviewing the data, the conclusions revised the analysts."
625
+ ],
626
+ "correctIndex": 1
627
+ },
628
+ {
629
+ "id": "HVERBAL03",
630
+ "category": "Verbal",
631
+ "gmatDifficulty": 750,
632
+ "questionText": "The argument is most vulnerable because it:",
633
+ "answers": [
634
+ "assumes what it sets out to prove",
635
+ "uses a sample too small to justify any conclusion",
636
+ "assumes one factor cannot influence another",
637
+ "confuses a necessary condition with a sufficient one",
638
+ "draws a conclusion that contradicts its evidence"
639
+ ],
640
+ "correctIndex": 3
641
+ },
642
+ {
643
+ "id": "HVERBAL04",
644
+ "category": "Verbal",
645
+ "gmatDifficulty": 750,
646
+ "questionText": "Choose the best word: The results were not definitive but merely ___.",
647
+ "answers": ["conclusive","tentative","certain","mandatory","literal"],
648
+ "correctIndex": 1
649
+ },
650
+ {
651
+ "id": "HVERBAL05",
652
+ "category": "Verbal",
653
+ "gmatDifficulty": 750,
654
+ "questionText": "Which option has correct parallel structure?",
655
+ "answers": [
656
+ "She values integrity, working hard, and to be punctual.",
657
+ "She values integrity, hard work, and punctuality.",
658
+ "She values to be honest, working hard, and punctual.",
659
+ "She values integrity, to work hard, and punctual.",
660
+ "She values being honest, to work hard, and being punctual."
661
+ ],
662
+ "correctIndex": 1
663
+ },
664
+ {
665
+ "id": "HVERBAL06",
666
+ "category": "Verbal",
667
+ "gmatDifficulty": 750,
668
+ "questionText": "Which option contains an idiom error?",
669
+ "answers": ["regard as","responsible for","different from","capable of","capable to"],
670
+ "correctIndex": 4
671
+ },
672
+ {
673
+ "id": "HVERBAL07",
674
+ "category": "Verbal",
675
+ "gmatDifficulty": 750,
676
+ "questionText": "Choose the most precise word.",
677
+ "answers": ["thing","stuff","aspect","kind","lot"],
678
+ "correctIndex": 2
679
+ },
680
+ {
681
+ "id": "HVERBAL08",
682
+ "category": "Verbal",
683
+ "gmatDifficulty": 750,
684
+ "questionText": "The passage’s primary purpose is to:",
685
+ "answers": ["present a single example without analysis","compare two competing explanations","argue that all research is flawed","describe a personal narrative","list unrelated facts"],
686
+ "correctIndex": 1
687
+ },
688
+ {
689
+ "id": "HVERBAL09",
690
+ "category": "Verbal",
691
+ "gmatDifficulty": 750,
692
+ "questionText": "The author implies that a policy change would be effective only if it:",
693
+ "answers": ["is inexpensive","is widely publicized","addresses the underlying incentive","is implemented gradually","is approved unanimously"],
694
+ "correctIndex": 2
695
+ },
696
+ {
697
+ "id": "HVERBAL10",
698
+ "category": "Verbal",
699
+ "gmatDifficulty": 750,
700
+ "questionText": "Choose the best completion: The theory was dismissed as ___ due to limited evidence.",
701
+ "answers": ["speculative","speculation","speculate","speculating","speculated"],
702
+ "correctIndex": 0
703
+ },
704
+
705
+ {
706
+ "id": "HDATA01",
707
+ "category": "DataInsight",
708
+ "gmatDifficulty": 750,
709
+ "questionText": "Option A returns +10% then -10%. Option B returns -5% then +5%. Starting at 100, which ends higher?",
710
+ "answers": ["Both end at 100","A ends higher","B ends higher","A and B end equal below 100","Cannot be determined"],
711
+ "correctIndex": 2
712
+ },
713
+ {
714
+ "id": "HDATA02",
715
+ "category": "DataInsight",
716
+ "gmatDifficulty": 750,
717
+ "questionText": "Average weekly sales rise from 400 to 460 while stores rise from 8 to 10. Best supported conclusion?",
718
+ "answers": ["Sales per store increased","Sales per store decreased","Sales per store stayed the same","Campaign caused higher sales per store","No comparison can be made"],
719
+ "correctIndex": 1
720
+ },
721
+ {
722
+ "id": "HDATA03",
723
+ "category": "DataInsight",
724
+ "gmatDifficulty": 750,
725
+ "questionText": "A dataset has mean 50 and standard deviation 5 and is approximately normal. Which value is most likely?",
726
+ "answers": ["35","40","45","60","70"],
727
+ "correctIndex": 2
728
+ },
729
+ {
730
+ "id": "HDATA04",
731
+ "category": "DataInsight",
732
+ "gmatDifficulty": 750,
733
+ "questionText": "Compound interest at 10% annually on 100 for 2 years yields:",
734
+ "answers": ["110","115","120","121","125"],
735
+ "correctIndex": 3
736
+ },
737
+ {
738
+ "id": "HDATA05",
739
+ "category": "DataInsight",
740
+ "gmatDifficulty": 750,
741
+ "questionText": "A regression model has R^2 = 0.81. This means:",
742
+ "answers": ["81% of outcomes are predicted perfectly","81% of variance is explained","19% of variance is explained","the model is invalid","variables are independent"],
743
+ "correctIndex": 1
744
+ },
745
+ {
746
+ "id": "HDATA06",
747
+ "category": "DataInsight",
748
+ "gmatDifficulty": 750,
749
+ "questionText": "If revenue grows 20% and costs grow 30%, profit will most likely:",
750
+ "answers": ["increase","decrease","stay the same","double","become zero"],
751
+ "correctIndex": 1
752
+ },
753
+ {
754
+ "id": "HDATA07",
755
+ "category": "DataInsight",
756
+ "gmatDifficulty": 750,
757
+ "questionText": "Which chart best displays the relationship between two quantitative variables?",
758
+ "answers": ["bar chart","pie chart","histogram","scatter plot","stacked bar chart"],
759
+ "correctIndex": 3
760
+ },
761
+ {
762
+ "id": "HDATA08",
763
+ "category": "DataInsight",
764
+ "gmatDifficulty": 750,
765
+ "questionText": "If the median is greater than the mean, the distribution is:",
766
+ "answers": ["symmetric","uniform","skewed right","skewed left","normal"],
767
+ "correctIndex": 3
768
+ },
769
+ {
770
+ "id": "HDATA09",
771
+ "category": "DataInsight",
772
+ "gmatDifficulty": 750,
773
+ "questionText": "Which metric best allows comparison across different scales?",
774
+ "answers": ["raw total","median","percentage change","maximum","frequency"],
775
+ "correctIndex": 2
776
+ },
777
+ {
778
+ "id": "HDATA10",
779
+ "category": "DataInsight",
780
+ "gmatDifficulty": 750,
781
+ "questionText": "A statistically significant result best supports which conclusion?",
782
+ "answers": ["Causation is proven","Results occurred by chance","There is evidence against the null hypothesis","The sample is biased","The model is perfect"],
783
+ "correctIndex": 2
784
+ }
785
+ ]
786
+ }