diff --git a/README.md b/README.md index 7088b43..ac18a71 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ :information_source:  This repository contains questions on various DevOps and SRE related topics -:bar_chart:  There are currently **655** questions +:bar_chart:  There are currently **658** questions :books:  To learn more about DevOps check the resources in [DevOpsBit.com](https://devopsbit.com) @@ -58,7 +58,10 @@ Virtualization
Beginner :baby:
Operating System
Beginner :baby:
Distributed
Distributed
- General
General
+ General
Beginner :baby:
+ HR
HR
+ + Scenarios
Scenarios
@@ -191,41 +194,6 @@ Stateless applications don't store any data in the host which makes it ideal for Stateful applications depend on the storage to save state and data, typically databases are stateful applications. -
-What is HTTP?
-
- -
-Describe HTTP request lifecycle
- -* Resolve host by request to DNS resolver -* Client SYN -* Server SYN+ACK -* Client SYN -* HTTP request -* HTTP response -
- -
-True or False? HTTP is stateful
- -False. Server doesn't maintain state for incoming request. -
- -
-How HTTP request looks like?
- -It consits of: - - * Request line - request type - * Headers - content info like length, enconding, etc. - * Body (not always included) -
- -
-What is HTTPS?
-
-
Describe the workflow of setting up some type of web server (Apache, IIS, Tomact, ...)
@@ -327,10 +295,6 @@ Note: cross-dependency is when you have two or more changes to separate projects Have you contributed to an open source project? Tell me about this experience
-
-When you publish a project, you usually publish it with a license. What types of licenses are you familiar with and which one do you prefer to use?
-
- ## Jenkins @@ -4314,6 +4278,10 @@ the pseudo table to retrieve the sum of the prices spent by each customer, then Explain "Forward Secrecy"
+
+What is Cache Poisoned Denial of Service?
+
+ ## Puppet @@ -4625,7 +4593,71 @@ According to the CAP theorem, it's not possible for a distributed data store to ## General -Although the following questions are not DevOps related, they are still quite common so it's better to prepare for them as well. +
+What is HTTP?
+
+ +
+Describe HTTP request lifecycle
+ +* Resolve host by request to DNS resolver +* Client SYN +* Server SYN+ACK +* Client SYN +* HTTP request +* HTTP response +
+ +
+True or False? HTTP is stateful
+ +False. Server doesn't maintain state for incoming request. +
+ +
+How HTTP request looks like?
+ +It consits of: + + * Request line - request type + * Headers - content info like length, enconding, etc. + * Body (not always included) +
+ +
+What HTTP method types are there?
+ +* GET +* POST +* HEAD +* PUT +* DELETE +* CONNECT +* OPTIONS +* TRACE +
+ +
+What HTTP response codes are there?
+ +* 1xx - informational +* 2xx - Success +* 3xx - Redirect +* 4xx - Error, client fault +* 5xx - Error, server fault +
+ +
+What is HTTPS?
+
+ +
+When you publish a project, you usually publish it with a license. What types of licenses are you familiar with and which one do you prefer to use?
+
+ +## HR + +Although the following questions are not DevOps related, they are still quite common and part of the DevOps interview process so it's better to prepare for them as well.
Tell us little bit about yourself
diff --git a/images/general.png b/images/HR.png similarity index 100% rename from images/general.png rename to images/HR.png