InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Nginx was introduced in the year _________. |
|
Answer» Nginx was INTRODUCED in the year _________. |
|
| 2. |
Nginx supports __________ through SCGI protocol. |
|
Answer» Nginx supports __________ through SCGI protocol. |
|
| 3. |
The event-polling nature of Nginx can be dealt with using _____________. |
|
Answer» The event-polling nature of NGINX can be dealt with using _____________. |
|
| 4. |
worker_connections is a directive contained within ___________. |
|
Answer» worker_connections is a DIRECTIVE contained within ___________. |
|
| 5. |
A server block may contain another server block. |
|
Answer» A server block MAY contain ANOTHER server block. |
|
| 6. |
If you define more than one default server, Nginx will _________. |
|
Answer» If you define more than one default server, NGINX will _________. |
|
| 7. |
How many default servers can you configure? |
|
Answer» How many default SERVERS can you CONFIGURE? |
|
| 8. |
127.0.0.1 is an IP address of _____________. |
|
Answer» 127.0.0.1 is an IP ADDRESS of _____________. |
|
| 9. |
___________ was introduced in the year 1995. |
|
Answer» ___________ was introduced in the year 1995. |
|
| 10. |
Nginx supports __________ through round robin algorithm. |
|
Answer» Nginx SUPPORTS __________ through round robin algorithm. |
|
| 11. |
___________ webserver was introduced primarily to support Java servlets. |
|
Answer» ___________ webserver was introduced PRIMARILY to support JAVA servlets. |
|
| 12. |
Apache cannot handle 10K connections because it is a _____________ webserver. |
|
Answer» Apache cannot handle 10K CONNECTIONS because it is a _____________ webserver. |
|
| 13. |
Worlds first web server was developed in_____________. |
|
Answer» Worlds FIRST web SERVER was DEVELOPED in_____________. |
|
| 14. |
IBM Websphere was introduced in the year __________. |
|
Answer» IBM WEBSPHERE was introduced in the YEAR __________. |
|
| 15. |
Choose the best option. Nginx is a ___________. A) Webserver B) Reverse proxy C) Loadbalancer D) Hub |
|
Answer» CHOOSE the BEST option. Nginx is a ___________. A) Webserver B) Reverse PROXY C) Loadbalancer D) Hub (1)All the options (2)Options A,B and C (3)Options A,B and D (4)Options A and B Answer:;-(2)Options A,B and C |
|
| 16. |
For smooth shutdown of Nginx, you must use _____________. |
|
Answer» For smooth shutdown of NGINX, you must use _____________. |
|
| 17. |
You can ask Nginx to refresh its configuration file using _____________. |
|
Answer» You can ask Nginx to refresh its CONFIGURATION file using _____________. |
|
| 18. |
It is always recommended to install ___________ version of Nginx. |
|
Answer» It is always recommended to INSTALL ___________ version of Nginx. |
|
| 19. |
Which of the following line can be used to install Nginx? |
|
Answer» Which of the FOLLOWING LINE can be used to INSTALL Nginx? |
|
| 20. |
Nginx can be started using _____________. |
|
Answer» NGINX can be started USING _____________. (1)service nginx -s start (2)service nginx start (3)service nginx begin (4)nginx -s start Answer:-(2)service nginx start |
|