-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquestions.json
436 lines (436 loc) · 11.7 KB
/
questions.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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
[
{
"question": "In S3 what can be used to delete a large number of objects",
"answers": {
"A": "QuickDelete",
"B": "Multi-Object Delete",
"C": "Multi-S3 Delete",
"D": "There is no such option available"
},
"correct": "B",
"category": "S3"
},
{
"question":
"S3 buckets can contain both encrypted and non-encrypted objects",
"answers": {
"A": "False",
"B": "True"
},
"correct": "B",
"category": "S3"
},
{
"question":
"What is the maximum number of S3 buckets by default allowed per AWS account",
"answers": {
"A": "1000",
"B": "50",
"C": "100",
"D": "150"
},
"correct": "C",
"category": "S3"
},
{
"question": "S3 object key names are stored lexicographically",
"answers": {
"A": "False",
"B": "True"
},
"correct": "B",
"category": "S3"
},
{
"question": "Which object encryption options are available with Amazon S3",
"answers": {
"A": "Server side encryption using amazon keys",
"B": "Server side encryption using customer keys",
"C": "Client side encryption using customer keys",
"D": "All of the options"
},
"correct": "D",
"category": "S3"
},
{
"question":
"Which API call would best to used to describe an Amazon Machine Image",
"answers": {
"A": "DescribeImage",
"B": "DescribeImages",
"C": "ami-describe-image",
"D": "ami-describe-images"
},
"correct": "B",
"category": "EC2"
},
{
"question":
"You have software on an EC2 instance that needs to access both the private and public IP address of that instance. What's the best way for the software to get that information",
"answers": {
"A": "Look it up in instance metadata",
"B": "Look it up in userdata",
"C":
"Use the instance metadata for the private IP and userdata for the public IP",
"D": "Make a call to the EC2 API"
},
"correct": "B",
"category": "EC2"
},
{
"question":
"A user is trying to connect to a running EC2 instance using SSH. However, the user gets an Unprotected Private Key File error. Which of the below mentioned options can be a possible reason for rejection",
"answers": {
"A": "The user has provided the wrong user name for the OS login",
"B": "The ppk file used for SSH is read only",
"C": "The public key file has the wrong permission",
"D": "The private key file has the wrong file permission"
},
"correct": "D",
"category": "EC2"
},
{
"question":
"You need to pass a custom script to new Amazon Linux instances created in your Auto Scaling group. Which feature allows you to accomplish this",
"answers": {
"A": "AWS Config",
"B": "IAM Roles",
"C": "User data",
"D": "EC2Config Service"
},
"correct": "C",
"category": "EC2"
},
{
"question":
"You are deploying an application on Amazon Elastic Cloud Compute that must call AWS APIs. What method of securely passing credentials to the application should you use",
"answers": {
"A": "Use AWS Identity and Access Management roles for EC2 instances",
"B": "Embed the API credentials into your JAR files",
"C": "Pass API credentials to the instance using instance meta data",
"D": "Store API credentials as an object in Amazon Simple Storage Service"
},
"correct": "A",
"category": "EC2"
},
{
"question": "What is the hourly rate to run a VPC",
"answers": {
"A": "0.002 per hour",
"B": "0.01 per hour",
"C": "Free",
"D": "0.05 per hour"
},
"correct": "C",
"category": "VPC"
},
{
"question":
"You have multiple instances behind private and public subnets. None of the instances have an Elastic IP assigned to them. How can you connect them to the internet to download system updates",
"answers": {
"A": "Assign Elastic IP to each instance",
"B": "Create a NAT instance",
"C": "Connect to a VPN",
"D": "Use both NAT instance and VPN"
},
"correct": "B",
"category": "VPC"
},
{
"question": "Can a VPC subnet have multiple route tables",
"answers": {
"A": "True",
"B": "False"
},
"correct": "B",
"category": "VPC"
},
{
"question":
"To connect your remote office to your VPC for internal network access, what would you need to use",
"answers": {
"A": "VPN",
"B": "Server",
"C": "Elastic IP",
"D": "None of the above"
},
"correct": "A",
"category": "VPC"
},
{
"question":
"A VPC subnet whose instances cannot be reached from the Internet",
"answers": {
"A": "Secret subnet",
"B": "Hidden subnet",
"C": "Private subnet",
"D": "Internal subnet"
},
"correct": "C",
"category": "VPC"
},
{
"question": "In S3 what can be used to delete a large number of objects",
"answers": {
"A": "QuickDelete",
"B": "Multi-Object Delete",
"C": "Multi-S3 Delete",
"D": "There is no such option available"
},
"correct": "B",
"category": "IAM"
},
{
"question": "Which statement best describes IAM",
"answers": {
"A":
"IAM allows you to manage users, groups and roles and their corresponding level of access to the AWS platform",
"B":
"IAM allows you to manage users passwords only. AWS staff must create new users for your organization. This is done by raising a ticket",
"C": "IAM allows you to manage persmissions for AWS resources only",
"D":
"IAM stands for improvised Application Management and it allows you to deploy and manager applications in the AWS Cloud"
},
"correct": "A",
"category": "IAM"
},
{
"question": "Which is not a feature of IAM",
"answers": {
"A": "Centralised control of your AWS account",
"B":
"Integrates with existing active directory account allowing single sign on",
"C": "Fine grained access control to AWS resources",
"D":
"Allows you to setup biometric authentication, so that no passwords are required"
},
"correct": "D",
"category": "IAM"
},
{
"question": "SAML stands for Security Assetion Markup Language",
"answers": {
"A": "True",
"B": "False"
},
"correct": "A",
"category": "IAM"
},
{
"question":
"What is the name of the service to allow users to use their social media account to gain temporary access to the AWS platform",
"answers": {
"A": "Active Directory",
"B": "Web Identity Federation",
"C": "Facebook Messenger API"
},
"correct": "B",
"category": "IAM"
},
{
"question": "in IAM what is the representation of a person or service",
"answers": {
"A": "User",
"B": "Group",
"C": "Team",
"D": "Role"
},
"correct": "A",
"category": "SQS"
},
{
"question":
"Which of the following statements is true about SQS standard queues",
"answers": {
"A":
"Messages will be delivered one or more times and messages will be delivered in First in First out order",
"B":
"Messages will be delivered exactly once and message delivery order is inderterminate",
"C":
"Messages will be delivered one or more times and message delivery order is inderterminate",
"D":
"Messages will be delivery exactly once and messages will be delivered in First in, First out order"
},
"correct": "C",
"category": "SQS"
},
{
"question": "How many messages queues can be created in SQS",
"answers": {
"A": "50",
"B": "100",
"C": "200",
"D": "Unlimited"
},
"correct": "D",
"category": "SQS"
},
{
"question": "How many requests in SQS are available in the free tier",
"answers": {
"A": "1000",
"B": "1 million",
"C": "10000",
"D": "10 million"
},
"correct": "B",
"category": "SQS"
},
{
"question": "In SQS what is the maximum visibility timeout",
"answers": {
"A": "1 hour",
"B": "1 day",
"C": "12 hours",
"D": "24 hours"
},
"correct": "C",
"category": "SQS"
},
{
"question":
"In DynamoDB, an atomic counter allows all write requests to be applied in the order they are received by incrementing or decrementing the attribute value",
"answers": {
"A": "True",
"B": "False"
},
"correct": "A",
"category": "DynamoDB"
},
{
"question":
"Company is writing 10 items to the products table every second. Each item is 15.5 kilobytes in size. What would be the required provisioned write throughput for best performance",
"answers": {
"A": "10",
"B": "160",
"C": "155",
"D": "16"
},
"correct": "B",
"category": "DynamoDB"
},
{
"question":
"In DynamoDB, how many tables can an AWS account have per region",
"answers": {
"A": "126",
"B": "256",
"C": "282",
"D": "255"
},
"correct": "B",
"category": "DynamoDB"
},
{
"question":
"Which API call can be used to retrieve up to 100 items at a time or 1 Megabytes of data from a DynamoDB table",
"answers": {
"A": "BatchGetItem",
"B": "GetItem",
"C": "BatchItem",
"D": "ChunkGetItem"
},
"correct": "A",
"category": "DynamoDB"
},
{
"question":
"For best performance when retrieving data from a table, what type of API call should you perform",
"answers": {
"A": "Filtered",
"B": "Scan",
"C": "Query",
"D": "Query then Scan"
},
"correct": "C",
"category": "DynamoDB"
},
{
"question":
"You plan to set up DNS failover using Amazon Route 53. What feature of Route 53 can use to test your web application’s availability and reachability",
"answers": {
"A": "Private DNS",
"B": "CloudWatch",
"C": "Health Checks",
"D": "DNS Ping"
},
"correct": "C",
"category": "Route53"
},
{
"question": "Elastic Beanstalk is object based storage",
"answers": {
"A": "True",
"B": "False"
},
"correct": "B",
"category": "Elastic Beanstalk"
},
{
"question":
"What languages and development stacks is not supported by AWS Elastic Beanstalk",
"answers": {
"A": "Apache Tomcat",
"B": "Nginx",
"C": "Nodejs",
"D": "Scala"
},
"correct": "D",
"category": "Elastic Beanstalk"
},
{
"question":
"Does AWS CloudFomration assume default template version if one is not explicitly mentioned in a CloudFormation template",
"answers": {
"A": "True",
"B": "False"
},
"correct": "A",
"category": "CloudFormation"
},
{
"question":
"Which section is required for a CloudFormation template to be accepted",
"answers": {
"A": "Parameters",
"B": "Template Version",
"C": "Mappings",
"D": "Resources"
},
"correct": "D",
"category": "CloudFormation"
},
{
"question":
"What is the default behavior of a CloudFormation stack if creation fails",
"answers": {
"A": "Rollback",
"B": "Delete",
"C": "Undo",
"D":
"None of the above, the stack continues creating and the failed resource is ignoredResources"
},
"correct": "A",
"category": "CloudFormation"
},
{
"question": "Can CloudFormation be used with Chef and Puppet",
"answers": {
"A": "True",
"B": "False"
},
"correct": "A",
"category": "CloudFormation"
},
{
"question": "How much CloudFormation does cost per hour",
"answers": {
"A": "0.50",
"B": "0.10",
"C": "0.15",
"D": "There is no cost"
},
"correct": "D",
"category": "CloudFormation"
}
]