-
Notifications
You must be signed in to change notification settings - Fork 12
/
Week-5(End of Course Assessment)
237 lines (100 loc) · 3.58 KB
/
Week-5(End of Course Assessment)
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
1.Question 1
What is AWS Trusted Advisor?
a:Professional Services offering that helps you migrate to the cloud
b:Partner program that helps you validate your application deployment
c:Online tool that helps you configure resources to follow best practices
d:AWS service that helps you manage access to your account
Ans:c
2.Question 2
What is the AWS term for physically distinct groups of data centers?
a:Edge location
b:Cluster
c:Region
d:Availability Zone
Ans:d
3.Question 3
Who owns and maintains the infrastructure required for application services for customers to provision and use?
a:Amazon Web Services
b:System Administrators
c:Dev Ops
d:AWS customers
Ans:a
4.Question 4
An AMI is a template that contains a software configuration such as an operating system, application server, and applications.
a:False
b:True
Ans:b
5.Question 5
Which of the following statements best describes Auto Scaling?
a:Pre-configured templates for your instances that package the bits you need for your server
b:Increases or decreases compute resources on demand to meet your deployment needs and minimize costs
c:Monitors the usage of AWS resources to manage load balancing
d:Provides high throughput and low latency
Ans:b
6.Question 6
Which of the following statements best describes Amazon RDS?
a:An in-memory caching service.
b:A fast, fully managed, petabyte-scale data warehouse solution used to efficiently analyze all your data using your existing business intelligence tools.
c:A very high throughput, very low latency, fast NoSQL database service.
d:A database engine that can be used with MySQL server, Oracle, Microsoft SQL server, PostgreSQL, and Amazon Aurora.
Ans:d
7.Question 7
Unlike RDS, with Amazon DynamoDB you don’t need to define the underlying hardware you’re running your database on.
False
True
Ans:b
8.Question 8
What type of storage is Amazon S3 used for?
a:Block
b:Object
c:File
d:Image
Ans:b
9.Question 9
Databases and EC2 instances are most performant using block-level storage.
a:False
b:True
Ans:b
10.Question 10
You’ve uploaded a PDF document to your S3 bucket.
When you try to access the object’s URL, you get an error. What could be the cause of this error?
a:You’ve exceeded the maximum upload size.
b:You can’t upload a PDF document to S3.
c:Your object doesn’t have private read access.
d:Your object doesn’t have public read access.
Ans:d
11.Question 11
What is an advantage of using Amazon EFS over Amazon EBS?
a:EFS can only live in one subnet.
b:EBS can only live in one subnet.
c:EFS can be attached to multiple EC2 instances simultaneously.
d:EBS can be attached to multiple EC2 instances simultaneously.
Ans:c
12.Question 12
When creating a VPC, what items must you include? (Select two)
a:Region
b:Security Group
c:IP Range
d:Internet Gateway
Ans:a,c
13.Question 13
Which of the following is NOT an advantage of AWS cloud computing over on-premise computing?
a:Pay-as-you-go pricing
b:Large upfront investments in physical servers
c:Provision compute capacity on-demand
d:Broad selection of hardware and software resources over the internet
Ans:b
14.Question 14
Which AWS service allows you to use compute capacity without worrying about provisioning or managing underlying hardware?
a:Amazon ECS
b:Amazon DynamoDB
c:Amazon S3
d:Amazon Lightsail
Ans:d
15.Question 15
According to the lecture, why does AWS exist?
a:To replace your entire IT department
b:To eliminate heavy-lifting tasks for your IT department
c:To create more server space
d:To replace all your hardware
Ans:b