-
Notifications
You must be signed in to change notification settings - Fork 12
/
Week-1(Compute Quiz)
78 lines (30 loc) · 926 Bytes
/
Week-1(Compute Quiz)
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
1.Question 1
Which of the following is NOT an advantage of AWS cloud computing over on-premise computing?
a:Provision compute capacity on-demand
b:Pay-as-you-go pricing
c:Large upfront investments in physical servers
d:Broad selection of hardware and software resources over the internet
Ans:c
2.Question 2
Which AWS service allows you to use compute capacity without worrying about provisioning or managing underlying hardware?
a:Amazon Lightsail
b:Amazon DynamoDB
c:Amazon S3
d:Amazon ECS
Ans:a
3.Question 3
What does AMI stand for?
a:Amazon Modified Instance
b:Amazon Machine Image
c:Amazon Main Infrastructure
Ans:b
4.Question 4
If you want to make changes to your EC2 instance, you must do it programmatically.
a:False
b:True
Ans:a
5.Question 5
An AMI allows you to configure software, such as operating system, web servers, etc. on your EC2 instance.
a:True
b:False
Ans:a