diff --git a/README.md b/README.md
index 39c5272..b3e92aa 100644
--- a/README.md
+++ b/README.md
@@ -2,13 +2,13 @@
:information_source: This repository contains interview questions on various DevOps and SRE related topics
-:bar_chart: There are currently **500** questions
+:bar_chart: There are currently **501** questions
:thought_balloon: Different interviewers focus on different things. Some will focus on your resume while others might focus on scenario questions or specific technical questions. I tried to cover different types of questions for you to practice and test your skills
:pencil: You can add more questions & answers by submitting pull requests :) You can read more about it [here](CONTRIBUTING.md)
-:cn: You can find a [中文](README-ZH_CN.md) Chinese translation right [here](README-zh_CN.md)
+:cn: You can find a [中文](README-zh_CN.md) Chinese translation right [here](README-zh_CN.md)
****
@@ -985,10 +985,6 @@ hard link can be created only within the same file system.
* /usr/local
-
-What can you find in /etc/services
-
-
What is chroot?
@@ -1228,6 +1224,17 @@ While an A record points a domain name to an IP address, a PTR record does the o
What is a reverse proxy?
+
+What can you find in /etc/services
+
+
+
+You run ssh 127.0.0.1
but it fails with "connection refused". What could be the problem?
+
+1. SSH server is not installed
+2. SSH server is not running
+
+
#### :star: Advanced
@@ -2193,11 +2200,11 @@ Using the re module
-How to substitute the string "green" with "blue"?
+How to substitute the string "green" with "blue"?
-How to find all the IP addresses in a variable? How to find them in a file?
+How to find all the IP addresses in a variable? How to find them in a file?