Skip to content

Commit 5fdf388

Browse files
authored
Merge pull request #249 from layer5io/add-id
add exoscale certification exam
2 parents f2e5301 + 753014a commit 5fdf388

File tree

6 files changed

+212
-0
lines changed

6 files changed

+212
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
type: "learning-path"
3+
id: "445a80d2-e40b-49f0-85eb-2329c5ddcdec"
4+
title: "Exoscale Certification Exam"
5+
description: "Build your Exoscale expertise from the ground up. Start with core cloud concepts and terminology in the Starter path, dive into technical networking and configuration in the Advanced course, and learn to calculate costs with confidence in the Pricing module. Everything you need to understand, deploy, and optimize on Exoscale."
6+
banner: "images/exoscale-icon.svg"
7+
weight: 1
8+
tags: [exoscale, cloud, infrastructure]
9+
level: "beginner"
10+
categories: "platform"
11+
---
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "Final Exam"
3+
weight: 5
4+
passing_percentage: 70
5+
questions:
6+
- id: "q1"
7+
text: "Terms and Conditions and any Order shall be governed by the laws of: "
8+
type: "mcq"
9+
multiple_answers: true
10+
marks: 2
11+
options:
12+
- id: "a"
13+
text: "Austria"
14+
- id: "b"
15+
text: "Germany"
16+
- id: "c"
17+
text: "Switzerland"
18+
is_correct: true
19+
layout: "test"
20+
type: "test"
21+
---
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
title: "Optional Exam 5"
3+
weight: 4
4+
passing_percentage: 70
5+
is_optional: true
6+
questions:
7+
- id: "q1"
8+
text: "Which of the following is true?"
9+
type: "mcq"
10+
multiple_answers: true
11+
marks: 2
12+
options:
13+
- id: "a"
14+
text: "When my machine has increased traffic, Exoscale will automatically scale up my machine to a bigger size."
15+
- id: "b"
16+
text: "When my machine has increased traffic, Exoscale will automatically start more copies of my machine to handle the load."
17+
- id: "c"
18+
text: "When my machine has increased traffic, it is my responsibility to build a scalable architecture."
19+
is_correct: true
20+
21+
- id: "q2"
22+
text: "Why Exoscale?"
23+
type: "mcq"
24+
multiple_answers: true
25+
marks: 2
26+
options:
27+
- id: "a"
28+
text: "European"
29+
is_correct: true
30+
- id: "b"
31+
text: "Compliant"
32+
is_correct: true
33+
- id: "c"
34+
text: "Full Vendor Lock-in"
35+
- id: "d"
36+
text: "Automated"
37+
is_correct: true
38+
- id: "e"
39+
text: "Affordable"
40+
is_correct: true
41+
- id: "f"
42+
text: "No SLAs"
43+
- id: "g"
44+
text: "Performance"
45+
is_correct: true
46+
- id: "h"
47+
text: "GPUs"
48+
is_correct: true
49+
layout: "test"
50+
type: "test"
51+
---
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "Exam 1"
3+
weight: 1
4+
passing_percentage: 70
5+
questions:
6+
- id: "q1"
7+
text: "Terms and Conditions and any Order shall be governed by the laws of: "
8+
type: "mcq"
9+
multiple_answers: true
10+
marks: 2
11+
options:
12+
- id: "a"
13+
text: "Austria"
14+
- id: "b"
15+
text: "Germany"
16+
- id: "c"
17+
text: "Switzerland"
18+
is_correct: true
19+
layout: "test"
20+
type: "test"
21+
---
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
title: "Exam 2"
3+
weight: 2
4+
passing_percentage: 70
5+
questions:
6+
- id: "q1"
7+
text: "What is Infrastructure as Code (IaC)?"
8+
type: "mcq"
9+
multiple_answers: true
10+
marks: 2
11+
options:
12+
- id: "a"
13+
text: "The process of deploying code onto a cloud infrastructure."
14+
- id: "b"
15+
text: "An export that saves your cloud configuration for archive purposes."
16+
- id: "c"
17+
text: "The concept of writing code is then used to create a cloud infrastructure automatically."
18+
is_correct: true
19+
20+
- id: "q2"
21+
text: "What is the benefit of microservices?"
22+
type: "mcq"
23+
multiple_answers: true
24+
marks: 2
25+
options:
26+
- id: "a"
27+
text: "Easier to manage."
28+
- id: "b"
29+
text: "Easier to scale under load."
30+
is_correct: true
31+
- id: "c"
32+
text: "Easier to debug, smaller services."
33+
34+
- id: "q3"
35+
text: "What is cloud-init?"
36+
type: "mcq"
37+
multiple_answers: true
38+
marks: 2
39+
options:
40+
- id: "a"
41+
text: "A tool to quickly configure Exoscale."
42+
- id: "b"
43+
text: "A best practice configuration for clouds."
44+
- id: "c"
45+
text: "A tool to run an automated program at the start of an instance."
46+
is_correct: true
47+
layout: "test"
48+
type: "test"
49+
---
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
title: "Exam 3"
3+
weight: 3
4+
passing_percentage: 70
5+
questions:
6+
- id: "q1"
7+
text: "On Exoscale, I can ..."
8+
type: "mcq"
9+
multiple_answers: true
10+
marks: 2
11+
options:
12+
- id: "a"
13+
text: "...Create Virtual Machines."
14+
is_correct: true
15+
- id: "b"
16+
text: "... create WordPress hosting managed by Exoscale."
17+
- id: "c"
18+
text: "... create Database services managed by Exoscale."
19+
is_correct: true
20+
- id: "d"
21+
text: "... create Webspace hosting managed by Exoscale."
22+
- id: "e"
23+
text: "... create Kubernetes services managed by Exoscale."
24+
is_correct: true
25+
26+
- id: "q2"
27+
text: "What is an Anti-Affinity Group in cloud computing?"
28+
type: "mcq"
29+
multiple_answers: true
30+
marks: 2
31+
options:
32+
- id: "a"
33+
text: "A group of instances that are deployed on the same network segment to reduce latency."
34+
- id: "b"
35+
text: "A group of instances that are deployed on the same hypervisor for better performance."
36+
- id: "c"
37+
text: "A group of instances that are deployed on the same physical server for better security."
38+
- id: "d"
39+
text: "A group of instances that are deployed on different hypervisors to improve availability and resilience."
40+
is_correct: true
41+
42+
- id: "q3"
43+
text: "What is object storage?"
44+
type: "mcq"
45+
multiple_answers: true
46+
marks: 2
47+
options:
48+
- id: "a"
49+
text: "A type of database used to store structured data."
50+
- id: "b"
51+
text: "A type of file system used to store unstructured data."
52+
- id: "c"
53+
text: "A data storage method on local devices attached to a single server."
54+
- id: "d"
55+
text: "A method of storing and managing data as objects in a distributed system."
56+
is_correct: true
57+
layout: "test"
58+
type: "test"
59+
---

0 commit comments

Comments
 (0)