File tree Expand file tree Collapse file tree 7 files changed +510
-3
lines changed
content/learning-paths/d011fd20-a3f5-4480-883b-dfb34321d168/foundations-of-devops-and-sre
introduction-to-devops-and-sre Expand file tree Collapse file tree 7 files changed +510
-3
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ title : " Test"
3+ pass_percentage : 70
4+ questions :
5+ - id : " q1"
6+ text : " Which of the following are key principles of DevOps?"
7+ type : " multiple-answers"
8+ marks : 2
9+ options :
10+ - id : " a"
11+ text : " Collaboration"
12+ is_correct : true
13+ - id : " b"
14+ text : " Automation"
15+ is_correct : true
16+ - id : " c"
17+ text : " Manual deployment processes"
18+ - id : " d"
19+ text : " Infrastructure as Code (IaC)"
20+ is_correct : true
21+
22+ - id : " q2"
23+ text : " What does CI stand for in DevOps practices?"
24+ type : " single-answer"
25+ marks : 2
26+ options :
27+ - id : " a"
28+ text : " Centralized Integration"
29+ - id : " b"
30+ text : " Continuous Integration"
31+ is_correct : true
32+ - id : " c"
33+ text : " Container Integration"
34+ - id : " d"
35+ text : " Code Inspection"
36+
37+ - id : " q3"
38+ text : " Which of the following are benefits of DevOps?"
39+ type : " multiple-answers"
40+ marks : 2
41+ options :
42+ - id : " a"
43+ text : " Speed and rapid delivery"
44+ is_correct : true
45+ - id : " b"
46+ text : " Improved collaboration between teams"
47+ is_correct : true
48+ - id : " c"
49+ text : " Increased manual processes"
50+ - id : " d"
51+ text : " Better scalability"
52+ is_correct : true
53+
54+ - id : " q4"
55+ text : " What is Kubernetes primarily used for in DevOps?"
56+ type : " single-answer"
57+ marks : 2
58+ options :
59+ - id : " a"
60+ text : " Version control"
61+ - id : " b"
62+ text : " Container orchestration"
63+ is_correct : true
64+ - id : " c"
65+ text : " Log management"
66+ - id : " d"
67+ text : " Security scanning"
68+
69+ - id : " q5"
70+ text : " Which emerging trend is expected to significantly impact the future of DevOps?"
71+ type : " single-answer"
72+ marks : 2
73+ options :
74+ - id : " a"
75+ text : " Return to manual processes"
76+ - id : " b"
77+ text : " AI-powered automation"
78+ is_correct : true
79+ - id : " c"
80+ text : " Decreased focus on security"
81+ - id : " d"
82+ text : " Reduced collaboration"
83+
84+ layout : " test"
85+ type : " test"
86+ ---
Original file line number Diff line number Diff line change 1+ ---
2+ title : " Test"
3+ pass_percentage : 70
4+ questions :
5+ - id : " q1"
6+ text : " What is the primary goal of DevOps?"
7+ type : " single-answer"
8+ marks : 2
9+ options :
10+ - id : " a"
11+ text : " To automate and streamline the processes of software delivery and infrastructure changes"
12+ is_correct : true
13+ - id : " b"
14+ text : " To eliminate the need for operations teams"
15+ - id : " c"
16+ text : " To increase manual testing efforts"
17+ - id : " d"
18+ text : " To create more silos between teams"
19+
20+ - id : " q2"
21+ text : " What does SRE stand for?"
22+ type : " single-answer"
23+ marks : 2
24+ options :
25+ - id : " a"
26+ text : " Software Reliability Engineering"
27+ - id : " b"
28+ text : " Site Reliability Engineering"
29+ is_correct : true
30+ - id : " c"
31+ text : " System Resource Engineering"
32+ - id : " d"
33+ text : " Server Resiliency Engineering"
34+
35+ - id : " q3"
36+ text : " Which company is widely credited with formalizing and popularizing the term 'SRE'?"
37+ type : " single-answer"
38+ marks : 2
39+ options :
40+ - id : " a"
41+ text : " Microsoft"
42+ - id : " b"
43+ text : " Amazon"
44+ - id : " c"
45+ text : " Google"
46+ is_correct : true
47+ - id : " d"
48+ text : " Facebook"
49+
50+ - id : " q4"
51+ text : " What is the key focus of DevOps practices?"
52+ type : " multiple-answers"
53+ marks : 2
54+ options :
55+ - id : " a"
56+ text : " Enhancing collaboration and communication between Dev and Ops teams"
57+ is_correct : true
58+ - id : " b"
59+ text : " Creating more manual processes"
60+ - id : " c"
61+ text : " Fostering a culture of continuous improvement"
62+ is_correct : true
63+ - id : " d"
64+ text : " Reducing automation in software delivery"
65+
66+ - id : " q5"
67+ text : " Which of the following describes the main difference between traditional IT operations and SRE?"
68+ type : " single-answer"
69+ marks : 2
70+ options :
71+ - id : " a"
72+ text : " SRE focuses only on keeping systems running"
73+ - id : " b"
74+ text : " SRE provides a framework for balancing system reliability with new features and development"
75+ is_correct : true
76+ - id : " c"
77+ text : " SRE eliminates the need for operations teams"
78+ - id : " d"
79+ text : " SRE is only applicable to small-scale systems"
80+
81+ layout : " test"
82+ type : " test"
83+ ---
Original file line number Diff line number Diff line change 1+ ---
2+ title : " Test"
3+ pass_percentage : 70
4+ questions :
5+ - id : " q1"
6+ text : " What was the dominant software development methodology in the pre-DevOps era?"
7+ type : " single-answer"
8+ marks : 2
9+ options :
10+ - id : " a"
11+ text : " Agile"
12+ - id : " b"
13+ text : " Waterfall Model"
14+ is_correct : true
15+ - id : " c"
16+ text : " Scrum"
17+ - id : " d"
18+ text : " DevOps"
19+
20+ - id : " q2"
21+ text : " Which of the following are characteristics of the pre-DevOps era?"
22+ type : " multiple-answers"
23+ marks : 2
24+ options :
25+ - id : " a"
26+ text : " Siloed teams working independently"
27+ is_correct : true
28+ - id : " b"
29+ text : " Manual processes for testing and deployment"
30+ is_correct : true
31+ - id : " c"
32+ text : " Continuous automated deployments"
33+ - id : " d"
34+ text : " Limited automation of repetitive tasks"
35+ is_correct : true
36+
37+ - id : " q3"
38+ text : " What mentality was common in the pre-DevOps era due to siloed teams?"
39+ type : " single-answer"
40+ marks : 2
41+ options :
42+ - id : " a"
43+ text : " Shared responsibility"
44+ - id : " b"
45+ text : " 'Throw it over the wall' mentality"
46+ is_correct : true
47+ - id : " c"
48+ text : " Collaborative development"
49+ - id : " d"
50+ text : " Continuous integration"
51+
52+ - id : " q4"
53+ text : " In the Waterfall model, what had to be completed before moving to the next stage?"
54+ type : " single-answer"
55+ marks : 2
56+ options :
57+ - id : " a"
58+ text : " User feedback"
59+ - id : " b"
60+ text : " Market analysis"
61+ - id : " c"
62+ text : " Each stage"
63+ is_correct : true
64+ - id : " d"
65+ text : " Budget approval"
66+
67+ - id : " q5"
68+ text : " What were the typical characteristics of software releases in the pre-DevOps era?"
69+ type : " multiple-answers"
70+ marks : 2
71+ options :
72+ - id : " a"
73+ text : " Infrequent releases"
74+ is_correct : true
75+ - id : " b"
76+ text : " Often buggy"
77+ is_correct : true
78+ - id : " c"
79+ text : " Automated and reliable"
80+ - id : " d"
81+ text : " Time-consuming and error-prone"
82+ is_correct : true
83+
84+ layout : " test"
85+ type : " test"
86+ ---
Original file line number Diff line number Diff line change 1+ ---
2+ title : " Test"
3+ pass_percentage : 70
4+ questions :
5+ - id : " q1"
6+ text : " What does DevOps combine?"
7+ type : " single-answer"
8+ marks : 2
9+ options :
10+ - id : " a"
11+ text : " Development + Operations"
12+ is_correct : true
13+ - id : " b"
14+ text : " Design + Operations"
15+ - id : " c"
16+ text : " Deployment + Optimization"
17+ - id : " d"
18+ text : " Database + Operations"
19+
20+ - id : " q2"
21+ text : " SRE incorporates aspects of software engineering and applies them to which areas?"
22+ type : " single-answer"
23+ marks : 2
24+ options :
25+ - id : " a"
26+ text : " Marketing and sales"
27+ - id : " b"
28+ text : " Infrastructure and operations problems"
29+ is_correct : true
30+ - id : " c"
31+ text : " Human resources"
32+ - id : " d"
33+ text : " Financial planning"
34+
35+ - id : " q3"
36+ text : " What is the main purpose of DevOps practices?"
37+ type : " multiple-answers"
38+ marks : 2
39+ options :
40+ - id : " a"
41+ text : " Automate and streamline software delivery processes"
42+ is_correct : true
43+ - id : " b"
44+ text : " Foster a culture of continuous improvement"
45+ is_correct : true
46+ - id : " c"
47+ text : " Increase manual handoffs between teams"
48+ - id : " d"
49+ text : " Create isolated development environments"
50+
51+ - id : " q4"
52+ text : " Where was SRE originally developed?"
53+ type : " single-answer"
54+ marks : 2
55+ options :
56+ - id : " a"
57+ text : " Microsoft"
58+ - id : " b"
59+ text : " Google"
60+ is_correct : true
61+ - id : " c"
62+ text : " Amazon"
63+ - id : " d"
64+ text : " IBM"
65+
66+ - id : " q5"
67+ text : " What is the primary goal of SRE?"
68+ type : " single-answer"
69+ marks : 2
70+ options :
71+ - id : " a"
72+ text : " To eliminate all system failures"
73+ - id : " b"
74+ text : " To create scalable and highly reliable software systems"
75+ is_correct : true
76+ - id : " c"
77+ text : " To reduce software development speed"
78+ - id : " d"
79+ text : " To increase operational costs"
80+
81+ layout : " test"
82+ type : " test"
83+ ---
You can’t perform that action at this time.
0 commit comments