Skip to content

Commit 928fc6c

Browse files
ShashaankSvr-varad
andauthored
Add Quiz For Intro DBaaS Course (#219)
* Added knowledge chacks Signed-off-by: ShashaankS <shashaank.srivastava04@gmail.com> * fixed qestion number Signed-off-by: ShashaankS <shashaank.srivastava04@gmail.com> * Removed whitespaces Signed-off-by: ShashaankS <shashaank.srivastava04@gmail.com> --------- Signed-off-by: ShashaankS <shashaank.srivastava04@gmail.com> Co-authored-by: Varad Gupta <114755221+vr-varad@users.noreply.github.com>
1 parent f7a6f4a commit 928fc6c

File tree

3 files changed

+170
-0
lines changed
  • content/learning-paths/98e16360-a366-4b78-8e0a-031da07fdacb/cloud-fundamentals/intro-dbaas

3 files changed

+170
-0
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
title: "Knowledge Check"
3+
id: "quiz-databases"
4+
passing_percentage: 70
5+
questions:
6+
- id: "q1"
7+
text: "Databases are essential because..."
8+
type: "mcq"
9+
multiple_answers: true
10+
marks: 2
11+
options:
12+
- id: "a"
13+
text: "...they help to handle the enormous amount of data we have produced over time."
14+
is_correct: true
15+
- id: "b"
16+
text: "...they help to reduce the data we produce annually."
17+
- id: "c"
18+
text: "...they help to extract value out of collected data."
19+
is_correct: true
20+
- id: "d"
21+
text: "...they automatically transform from unstructure data to structured data."
22+
- id: "e"
23+
text: "...they automate the data processing for more efficiency."
24+
is_correct: true
25+
26+
- id: "q2"
27+
text: "What are the benefits of databases?"
28+
type: "mcq"
29+
multiple_answers: true
30+
marks: 2
31+
options:
32+
- id: "a"
33+
text: "add, edit or delete data"
34+
is_correct: true
35+
- id: "b"
36+
text: "store large data sets efficiently"
37+
is_correct: true
38+
- id: "c"
39+
text: "sort data"
40+
is_correct: true
41+
- id: "d"
42+
text: "access data at the same time by multiple users"
43+
is_correct: true
44+
- id: "e"
45+
text: "search and find data"
46+
is_correct: true
47+
- id: "f"
48+
text: "import and export data from and to other applications"
49+
is_correct: true
50+
layout: "quiz"
51+
type: "quiz"
52+
---
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
---
2+
title: "Knowledge Check"
3+
id: "quiz-exoscale-dbaas"
4+
passing_percentage: 70
5+
questions:
6+
- id: "q1"
7+
text: "What are the three core benefits of Exoscale DBaaS?"
8+
type: "mcq"
9+
multiple_answers: true
10+
marks: 2
11+
options:
12+
- id: "a"
13+
text: "Quick Start"
14+
is_correct: true
15+
- id: "b"
16+
text: "Zero Costs"
17+
- id: "c"
18+
text: "Open Source"
19+
is_correct: true
20+
- id: "d"
21+
text: "Hardware Configuration"
22+
- id: "e"
23+
text: "Fully Managed"
24+
is_correct: true
25+
26+
- id: "q2"
27+
text: "What are features of Exoscale DBaaS?"
28+
type: "mcq"
29+
multiple_answers: true
30+
marks: 2
31+
options:
32+
- id: "a"
33+
text: "Partially Integrated"
34+
- id: "b"
35+
text: "Your Data Stays with You"
36+
- id: "c"
37+
text: "99.95% Uptime SLA"
38+
- id: "d"
39+
text: "Automate Setup"
40+
- id: "e"
41+
text: "Weekly Backups included"
42+
- id: "f"
43+
text: "No Vendor Lock-Down"
44+
- id: "g"
45+
text: "Daily Backups included"
46+
is_correct: true
47+
- id: "h"
48+
text: "Completely Integrated"
49+
is_correct: false
50+
- id: "i"
51+
text: "No Vendor Lock-In"
52+
is_correct: true
53+
- id: "j"
54+
text: "Your Data Stays in Europe"
55+
is_correct: true
56+
- id: "k"
57+
text: "Automate Everything"
58+
is_correct: false
59+
- id: "l"
60+
text: "99.99% Uptime SLA"
61+
is_correct: false
62+
layout: "quiz"
63+
type: "quiz"
64+
---
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
title: "Knowledge Check"
3+
id: "quiz-managed-databases"
4+
passing_percentage: 70
5+
questions:
6+
- id: "q1"
7+
text: "What is the trend in Database/Data Services usage in modern applications?"
8+
type: "mcq"
9+
multiple_answers: true
10+
marks: 2
11+
options:
12+
- id: "a"
13+
text: "The trend is more extensive Databases/Data Services in apps."
14+
is_correct: true
15+
- id: "b"
16+
text: "The trend is more accelerated Databases/Data Services in apps."
17+
is_correct: true
18+
- id: "c"
19+
text: "The trend is more than one Database/Data Service in apps."
20+
is_correct: true
21+
- id: "d"
22+
text: "The trend is avoiding Database/Data Service in apps."
23+
24+
- id: "q2"
25+
text: "What are the Infrastructure Expenses running a Database self-hosted?"
26+
type: "mcq"
27+
multiple_answers: true
28+
marks: 2
29+
options:
30+
- id: "a"
31+
text: "machine"
32+
is_correct: true
33+
- id: "b"
34+
text: "storage"
35+
is_correct: true
36+
- id: "c"
37+
text: "opportunity"
38+
- id: "d"
39+
text: "egress"
40+
- id: "e"
41+
text: "ingress"
42+
- id: "f"
43+
text: "support"
44+
- id: "g"
45+
text: "load balancer"
46+
is_correct: true
47+
- id: "h"
48+
text: "software licenses"
49+
is_correct: true
50+
- id: "i"
51+
text: "domain expertise"
52+
layout: "quiz"
53+
type: "quiz"
54+
---

0 commit comments

Comments
 (0)