You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/learning-paths/11111111-1111-1111-1111-111111111111/mastering-kubernetes-for-engineers/scalable-postgres-with-cloudnativepg/test.md
+19-2Lines changed: 19 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
+
type: "test"
2
3
title: "Test"
3
4
passing_percentage: 70
4
-
type: "test"
5
5
questions:
6
6
- id: "q1"
7
7
text: "Which feature best characterizes CloudNativePG as a Level 5 Kubernetes Operator?"
@@ -51,7 +51,7 @@ questions:
51
51
is_correct: true
52
52
- id: "d"
53
53
text: "The amount of storage to allocate."
54
-
- id: "q5"
54
+
- id: "q4"
55
55
text: "According to the course, what is the very first step required before you can deploy a PostgreSQL cluster using a CloudNativePG manifest?"
56
56
type: "single-answer"
57
57
marks: 2
@@ -65,4 +65,21 @@ questions:
65
65
text: "Create the user credentials Secret."
66
66
- id: "d"
67
67
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."
0 commit comments