Skip to content
Merged
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 @@ -32,7 +32,7 @@ questions:

- id: "q3"
text: "What is the default namespace in Kubernetes if none is specified?"
type: "short_answer"
type: "short-answer"
marks: 2
correct_answer: "default"

Expand Down Expand Up @@ -70,7 +70,7 @@ questions:

- id: "q6"
text: "StatefulSets are used to manage stateless applications. (true/false)"
type: "short_answer"
type: "short-answer"
marks: 2
correct_answer: "false"

Expand All @@ -91,7 +91,7 @@ questions:

- id: "q8"
text: "Which kubectl command is used to create resources from a configuration file?"
type: "short_answer"
type: "short-answer"
marks: 2
correct_answer: "kubectl apply -f"

Expand Down