Skip to content

Commit f3d7175

Browse files
authored
Merge pull request #87 from AmankeldinovaMadina/test-postgres
Test for course Scalable Postgres with CloudNativePG
2 parents b08d4c1 + 7b77924 commit f3d7175

File tree

1 file changed

+19
-2
lines changed
  • content/learning-paths/11111111-1111-1111-1111-111111111111/mastering-kubernetes-for-engineers/scalable-postgres-with-cloudnativepg

1 file changed

+19
-2
lines changed

content/learning-paths/11111111-1111-1111-1111-111111111111/mastering-kubernetes-for-engineers/scalable-postgres-with-cloudnativepg/test.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2+
type: "test"
23
title: "Test"
34
passing_percentage: 70
4-
type: "test"
55
questions:
66
- id: "q1"
77
text: "Which feature best characterizes CloudNativePG as a Level 5 Kubernetes Operator?"
@@ -51,7 +51,7 @@ questions:
5151
is_correct: true
5252
- id: "d"
5353
text: "The amount of storage to allocate."
54-
- id: "q5"
54+
- id: "q4"
5555
text: "According to the course, what is the very first step required before you can deploy a PostgreSQL cluster using a CloudNativePG manifest?"
5656
type: "single-answer"
5757
marks: 2
@@ -65,4 +65,21 @@ questions:
6565
text: "Create the user credentials Secret."
6666
- id: "d"
6767
text: "Deploy a connection-pooling application."
68+
- id: "q5"
69+
text: "Which of the following are features or benefits provided by the CloudNativePG operator?"
70+
type: "multiple-answer"
71+
instructions: "Select all that apply"
72+
marks: 2
73+
options:
74+
- id: "a"
75+
text: "Built-in high availability with failover capabilities."
76+
is_correct: true
77+
- id: "b"
78+
text: "Management of backup and recovery processes."
79+
is_correct: true
80+
- id: "c"
81+
text: "Automatic performance tuning of SQL queries."
82+
- id: "d"
83+
text: "Support for creating read-only replicas for scaling."
84+
is_correct: true
6885
---

0 commit comments

Comments
 (0)