
Nginx Web Server Quiz Question and Answers
Nginx is an open source web server since the initial stage. True or False?
- True
- False
Nginx is a ________. A) Webserver B) Reverse proxy C) Load balancer D) Hub
- A and B
- A, B and C
- A, B and D
Nginx supports _______ through SCGI protocol.
- DNS
- Load balancing
- Web resource sharing
- Reverse Proxying
Nginx supports ________ through round-robin algorithm.
- Load balancing
- DNS
- Reverse Proxying
- Web resource sharing
Nginx has become popular as it resolves __________.
- C10X problem
- Event-driven
- C10M problem
- C10K or 10K Connections problem
___________ webserver was introduced primarily to support Java servlets.
- Nginx
- IBM WebSphere
- Apache Tomcat
- Apache HTTP
Nginx is Web Server. True or False?
- True
- False
It is always recommended to install the ___________ version of nginx.
- development
- binary
- legacy
- stable
Which of the following lines can be used to install nginx?
- apt-get install nginx
- yum-get install nginx
- apt-get nginx install -g
- sudo install nginx -g
Nginx can be started using _______.
- service nginx begin
- nginx -s start
- service nginx start
- service nginx -s start
You can ask nginx to refresh its configuration file using _________.
- nginx -s reload
- nginx -s refresh
- nginx -s reopen
- nginx -s restart
For smooth shutdown of Nginx, you should use ______ command.
- nginx -s exit
- nginx -s shutdown
- nginx -s quit
- nginx -s stop
27.0.0.1 is an IP address of ________.
- localhost
- Nginx
- Apache
- All Web Servers
What is the default IP address of ngnix web server?
- 0.0.0.0
- 0.0.0.1
- 27.0.0.0
- 27.0.0.1
Apache cannot handle 10K connections because it is a _________web server.
- Single worker
- Thread-based (ans)
- Event-driven
- Traditional
Each resource has its own _____.
- URI
- URC
- URA
- URL
In nginx.conf, a block of lines defined within a pair of curly braces is called __________.
- SubContext
- Server
- Context (ans)
- Directive
worker_connections is a directive contained within ________.
- HTTP
- Events
- Location
- Server
The event-polling nature of Nginx can be dealt using _________.
- Directives
- Contexts
- Events
- Main context
How many default servers can you configure?
- One
- Depends upon the application
- Depends upon the capacity
- Any number of
A server block may contain ______ location block(s).
- Two
- Only one
- Any number of
Which web server was introduced primarily to support Java servlets.
- Apache HTTP
- IBM WebSphere
- Nginx
- Apache Tomcat
Apache Tomcat supports Java Servlets and JSPs. True or False?
- True
- False
The world's first web server was developed in the year _______.
- 1060s
- 1990s
- 1070s
- 1980s
Apache HTTP was introduced in the year _________.
- 1995
- 1996
- 1998
- 1999
________ was introduced in the year 1995.
- Nginx
- IBM WebSphere
- Apache HTTP
- Apache Tomcat
IBM WebSphere was introduced in the year _________.
- 1995
- 1996
- 1998
- 1999
Nginx was introduced in the year _________.
- 1996
- 1997
- 1998
- 1999
Which of the following web server was introduced in the year 1995.
- Apache HTTP
- IBM WebSphere
- Nginx
- Apache Tomcat
Nginx has many versions?
- 1
- 2
- 3
Which is the recommended version of ngnix?
- Development
- Stable
- Legacy