Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ prerequisite_knowledge:
children:
- title: "Cloud Computing Basics"
link: "https://academy-domain.com/learning-paths/cloud-computing-basics"
- title: "Basic knowledge of Linux command line
- title: "Basic knowledge of Linux command line"
link: "https://linuxcommand.org/"
- title: "Basic Certification: Networking Basics"
link: "https://academy-domain.com/certifications/networking-basics"
Expand Down
2 changes: 1 addition & 1 deletion content/challenges/your-org-uuid/challenge-1/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ prerequisite_knowledge:
children:
- title: "Cloud Computing Basics"
link: "https://academy-domain.com/learning-paths/cloud-computing-basics"
- title: "Basic knowledge of Linux command line
- title: "Basic knowledge of Linux command line"
link: "https://linuxcommand.org/"
- title: "Basic Certification: Networking Basics"
link: "https://academy-domain.com/certifications/networking-basics"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ prerequisite_knowledge:
children:
- title: "Cloud Computing Basics"
link: "https://academy-domain.com/learning-paths/cloud-computing-basics"
- title: "Basic knowledge of Linux command line
- title: "Basic knowledge of Linux command line"
link: "https://linuxcommand.org/"
- title: "Basic Certification: Networking Basics"
link: "https://academy-domain.com/certifications/networking-basics"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,11 @@ questions:
type: "short-answer"
marks: 2
correct_answer: "kubectl"
- id: "q4"
text:
"True or False: Docker containers share the host operating system kernel."
type: "true-false"
marks: 1
answer: true
type: "test"
---
---
Original file line number Diff line number Diff line change
@@ -1,41 +1,55 @@
---
title: "Course Test"
title: 'Course Test'
pass_percentage: 70
questions:
- id: "q1"
text: "Which Layer5 project is used for visual design in Kubernetes and cloud native infrastructure?"
type: "single-answer"
- id: 'q1'
text:
'Which Layer5 project is used for visual design in Kubernetes and cloud
native infrastructure?'
type: 'single-answer'
marks: 2
options:
- id: "a"
text: "Meshery"
- id: "b"
text: "Kanvas"
- id: 'a'
text: 'Meshery'
- id: 'b'
text: 'Kanvas'
is_correct: true
- id: "c"
text: "Istio"
- id: "d"
text: "Docker"
- id: "q2"
text: "Which of the following are architectural components of Meshery?"
type: "multiple-answers"
- id: 'c'
text: 'Istio'
- id: 'd'
text: 'Docker'
- id: 'q2'
text: 'Which of the following are architectural components of Meshery?'
type: 'multiple-answers'
marks: 2
options:
- id: "a"
text: "MeshSync"
- id: 'a'
text: 'MeshSync'
is_correct: true
- id: "b"
text: "Broker"
- id: 'b'
text: 'Broker'
is_correct: true
- id: "c"
text: "Operator"
- id: 'c'
text: 'Operator'
is_correct: true
- id: "d"
text: "Docker Engine"
- id: "q3"
text: "Which tool manages Kubernetes namespace labeling?"
type: "short-answer"
- id: 'd'
text: 'Docker Engine'
- id: 'q3'
text: 'Which tool manages Kubernetes namespace labeling?'
type: 'short-answer'
marks: 2
correct_answer: "kubectl"
type: "test"
---
correct_answer: 'kubectl'
- id: 'q4'
text:
'True or False: Containers provide better resource isolation than virtual
machines.'
type: 'true-false'
marks: 1
answer: false
- id: 'q5'
text: 'True or False: Docker uses Linux namespaces for process isolation.'
type: 'true-false'
marks: 1
answer: true
type: 'test'
---
Original file line number Diff line number Diff line change
@@ -1,41 +1,49 @@
---
title: "Module Quiz"
title: 'Module Quiz'
pass_percentage: 70
questions:
- id: "q1"
text: "Which Layer5 project is used for visual design in Kubernetes and cloud native infrastructure?"
type: "single-answer"
- id: 'q1'
text:
'Which Layer5 project is used for visual design in Kubernetes and cloud
native infrastructure?'
type: 'single-answer'
marks: 2
options:
- id: "a"
text: "Meshery"
- id: "b"
text: "Kanvas"
- id: 'a'
text: 'Meshery'
- id: 'b'
text: 'Kanvas'
is_correct: true
- id: "c"
text: "Istio"
- id: "d"
text: "Docker"
- id: "q2"
text: "Which of the following are architectural components of Meshery?"
type: "multiple-answers"
- id: 'c'
text: 'Istio'
- id: 'd'
text: 'Docker'
- id: 'q2'
text: 'Which of the following are architectural components of Meshery?'
type: 'multiple-answers'
marks: 2
options:
- id: "a"
text: "MeshSync"
- id: 'a'
text: 'MeshSync'
is_correct: true
- id: "b"
text: "Broker"
- id: 'b'
text: 'Broker'
is_correct: true
- id: "c"
text: "Operator"
- id: 'c'
text: 'Operator'
is_correct: true
- id: "d"
text: "Docker Engine"
- id: "q3"
text: "Which tool manages Kubernetes namespace labeling?"
type: "short-answer"
- id: 'd'
text: 'Docker Engine'
- id: 'q3'
text: 'Which tool manages Kubernetes namespace labeling?'
type: 'short-answer'
marks: 2
correct_answer: "kubectl"
type: "test"
---
correct_answer: 'kubectl'
- id: 'q4'
text:
'True or False: Kubernetes Deployments ensure a specified number of pod replicas are running.'
type: 'true-false'
marks: 1
answer: true
type: 'test'
---
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@ questions:
text: "Which tool manages Kubernetes namespace labeling?"
type: "short-answer"
marks: 2
correct_answer: "kubectl"
correct_answer: "kubectl"
- id: "q4"
text: "True or False: Kubernetes Services provide load balancing for pods."
type: "true-false"
marks: 1
answer: true
- id: "q5"
text: "True or False: All Kubernetes resources must be created in the default namespace."
type: "true-false"
marks: 1
answer: false
type: "test"
---
72 changes: 43 additions & 29 deletions content/learning-paths/your-org-uuid/example-learning-path/exam.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,55 @@
---
title: "Learning Path Exam"
title: 'Learning Path Exam'
pass_percentage: 70
questions:
- id: "q1"
text: "Which Layer5 project is used for visual design in Kubernetes and cloud native infrastructure?"
type: "single-answer"
- id: 'q1'
text:
'Which Layer5 project is used for visual design in Kubernetes and cloud
native infrastructure?'
type: 'single-answer'
marks: 2
options:
- id: "a"
text: "Meshery"
- id: "b"
text: "Kanvas"
- id: 'a'
text: 'Meshery'
- id: 'b'
text: 'Kanvas'
is_correct: true
- id: "c"
text: "Istio"
- id: "d"
text: "Docker"
- id: "q2"
text: "Which of the following are architectural components of Meshery?"
type: "multiple-answers"
- id: 'c'
text: 'Istio'
- id: 'd'
text: 'Docker'
- id: 'q2'
text: 'Which of the following are architectural components of Meshery?'
type: 'multiple-answers'
marks: 2
options:
- id: "a"
text: "MeshSync"
- id: 'a'
text: 'MeshSync'
is_correct: true
- id: "b"
text: "Broker"
- id: 'b'
text: 'Broker'
is_correct: true
- id: "c"
text: "Operator"
- id: 'c'
text: 'Operator'
is_correct: true
- id: "d"
text: "Docker Engine"
- id: "q3"
text: "Which tool manages Kubernetes namespace labeling?"
type: "short-answer"
- id: 'd'
text: 'Docker Engine'
- id: 'q3'
text: 'Which tool manages Kubernetes namespace labeling?'
type: 'short-answer'
marks: 2
correct_answer: "kubectl"
type: "test"
---
correct_answer: 'kubectl'
- id: 'q4'
text: 'True or False: Kubernetes is a container orchestration platform.'
type: 'true-false'
marks: 1
answer: true
- id: 'q5'
text:
'True or False: Docker is the only container runtime supported by
Kubernetes.'
type: 'true-false'
marks: 1
answer: false
type: 'test'
---