Explore topic-wise InterviewSolutions in .

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 _________.
(1)1998
(2)1996
(3)1999
(4)1997

Answer:-(3)1999

2.

Nginx supports __________ through SCGI protocol.

Answer»

Nginx supports __________ through SCGI protocol.
(1)REVERSE Proxying
(2)WEB resource SHARING
(3)DNS
(4)Load balancing

Answer:-(1)Reverse Proxying

3.

The event-polling nature of Nginx can be dealt with using _____________.

Answer»

The event-polling nature of NGINX can be dealt with using _____________.
(1)EVENTS
(2)CONTEXTS
(3)DIRECTIVES
(4)main context

Answer:-(1)events

4.

worker_connections is a directive contained within ___________.

Answer»

worker_connections is a DIRECTIVE contained within ___________.
(1)server
(2)HTTP
(3)EVENTS
(4)location

Answer:-(3)events

5.

A server block may contain another server block.

Answer»

A server block MAY contain ANOTHER server block.
(1)False
(2)True

Answer:-(1)False

6.

If you define more than one default server, Nginx will _________.

Answer»

If you define more than one default server, NGINX will _________.
(1)work as multiple subdomain server
(2)fail to load
(3)work as usual
(4)work as multiple DOMAIN server

ANswer:-(2)fail to load

7.

How many default servers can you configure?

Answer»

How many default SERVERS can you CONFIGURE?
(1)One
(2)Depends upon the capacity
(3)Depends upon the application
(4)Any NUMBER of
Answer:-(1)One

8.

127.0.0.1 is an IP address of _____________.

Answer»

127.0.0.1 is an IP ADDRESS of _____________.
(1)APACHE
(2)localhost
(3)Nginx
(4)All WEB servers
Answer:-(2)localhost

9.

___________ was introduced in the year 1995.

Answer»

___________ was introduced in the year 1995.
(1)IBM Websphere
(2)NGINX
(3)APACHE Tomcat
(4)Apache HTTP
Answer:-(4)Apache HTTP

10.

Nginx supports __________ through round robin algorithm.

Answer»

Nginx SUPPORTS __________ through round robin algorithm.
(1)DNS
(2)WEB resource SHARING
(3)Reverse Proxying
(4)Load balancing
Answer:-(4)Load balancing

11.

___________ webserver was introduced primarily to support Java servlets.

Answer»

___________ webserver was introduced PRIMARILY to support JAVA servlets.
(1)APACHE HTTP
(2)Nginx
(3)IBM Websphere
(4)Apache Tomcat

Answer:-(4)Apache Tomcat

12.

Apache cannot handle 10K connections because it is a _____________ webserver.

Answer»

Apache cannot handle 10K CONNECTIONS because it is a _____________ webserver.
(1)single WORKER
(2)thread BASED
(3)traditional
(4)event-driven

Answer:-(2)thread based

13.

Worlds first web server was developed in_____________.

Answer»

Worlds FIRST web SERVER was DEVELOPED in_____________.
(1)1990s
(2)1980s
(3)1070s
(4)1060s

Answer:-(1)1990s

14.

IBM Websphere was introduced in the year __________.

Answer»

IBM WEBSPHERE was introduced in the YEAR __________.
(1)1995
(2)1999
(3)1996
(4)1998

Answer;-(4)1998

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 _____________.
(1)nginx -s STOP
(2)nginx -s shutdown
(3)nginx -s exit
(4)nginx -s quit

Answer:-(4)nginx -s quit

17.

You can ask Nginx to refresh its configuration file using _____________.

Answer»

You can ask Nginx to refresh its CONFIGURATION file using _____________.
(1)nginx -s RESTART
(2)nginx -s REOPEN
(3)nginx -s refresh
(4)nginx -s RELOAD

Answer:-(4)nginx -s reload

18.

It is always recommended to install ___________ version of Nginx.

Answer»

It is always recommended to INSTALL ___________ version of Nginx.
(1)STABLE
(2)development
(3)binary
(4)legacy

Answer:-(2)development

19.

Which of the following line can be used to install Nginx?

Answer»

Which of the FOLLOWING LINE can be used to INSTALL Nginx?
(1)yum-get install nginx
(2)apt-get install nginx
(3)sudo install nginx -g
(4)apt-get nginx install -g

Answer:-(2)apt-get 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
21.

In nginx.conf, a block of lines defined within a pair of curly braces is called _____________.

Answer»

In nginx.conf, a block of lines defined within a pair of curly BRACES is called _____________.
(1)SubContext
(2)SERVER
(3)Directive
(4)Context

Answer;-(4)Context

22.

Each resource has its own _____________.

Answer»

Each resource has its own _____________.
(1)URC
(2)URI
(3)URA
(4)URL
Answer:-(4)URL