-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcloud.json
More file actions
135 lines (135 loc) · 3.28 KB
/
cloud.json
File metadata and controls
135 lines (135 loc) · 3.28 KB
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
{
"questions": [
{
"answers": [
"SaaS",
"PaaS",
"IaaS",
"Private Cloud"
],
"correct": {
"index": 0
},
"number": 1,
"prompt": "Salesforce is an example of?"
},
{
"answers": [
"SaaS",
"PaaS",
"IaaS"
],
"correct": {
"index": 1
},
"number": 2,
"prompt": "A ___ vendor provides hardware and software tools over the Internet, and people use these tools to develop applcations?"
},
{
"answers": [
"A blend of public and private clouds services with orchestration between them",
"A cloud service deployed across multiple offices or locations",
"A blend of private cloud and legacy on-premises hardware"
],
"correct": {
"index": 0
},
"number": 3,
"prompt": "What is a hybrid cloud?"
},
{
"answers": [
"Moving compute and storage resources closer to a public cloud provider.",
"Bringing compute and data storage closer to the location where it is needed.",
"Public and private cloud coming together.",
"Utilizing containers for hosting legacy applications."
],
"correct": {
"index": 1,
"text": "Edge computing is a distributed computing paradigm which brings computation and data storage closer to the location where it is needed, to improve response times and save bandwidth. https://en.wikipedia.org/wiki/Edge_computing"
},
"number": 4,
"prompt": "Edge computing is defined as?"
},
{
"answers": [
"applications",
"data",
"storage",
"middleware",
"runtime"
],
"correct": {
"index": 2,
"text": "//https://venturebeat.com/2011/11/14/cloud-iaas-paas-saas/"
},
"number": 5,
"prompt": "Which layer does the customer not manage in IaaS?"
},
{
"answers": [
"IaaS",
"SaaS",
"OaaS",
"PaaS"
],
"correct": {
"index": 2
},
"number": 6,
"prompt": "Which of the following is not a cloud model?"
},
{
"answers": [
"IaaS",
"SaaS",
"HaaS",
"PaaS"
],
"correct": {
"index": 0,
"text": "https://venturebeat.com/2011/11/14/cloud-iaas-paas-saas/"
},
"number": 7,
"prompt": "In ____ cloud model you outsource only your hardware needs to a cloud provider?"
},
{
"answers": [
"True",
"False"
],
"correct": {
"index": 0
},
"number": 8,
"prompt": "A public cloud is the cloud infrastructure that is provisioned for open use by the general public?"
},
{
"answers": [
"Public Cloud",
"Private Cloud",
"Hybrid Cloud",
"Segregated Cloud"
],
"correct": {
"index": 3
},
"number": 9,
"prompt": "What is not a type of cloud service?"
},
{
"answers": [
"Public Cloud",
"Private cloud"
],
"correct": {
"index": 1,
"text": "end"
},
"number": 10,
"prompt": "Sensitive/regulatory data is best suited for?"
}
],
"title": "Cloud",
"url": "https://jshively37.github.io/"
}