Breaking News

Microservices > Service Middleware>Nginx --- Freco Play NO Hands-ON

 Microservices > Service Middleware>Nginx --- Freco Play Answers


By doing this cousre in fresco play will get high T-Factor , there is no Hands on this Course 


Nginx

=======

1.

___________ was introduced in the year 1995.

Apache HTTP

Apache Tomcat

Nginx

IBM Websphere


2.

___________ webserver was introduced primarily to support Java servlets.

Apache Tomcat

IBM Websphere

Nginx

Apache HTTP


3. 

Nginx was introduced in the year _________.

1998

1999

1996

1997

4.

IBM Websphere was introduced in the year __________.

1999

1995

1996

1998

5.

Nginx has become popular as it resolves __________.

C10X problem

C10M problem

C10K problem

Event-driven


6. 

How many default servers can you configure?

Any number of

Depends upon the application

Depends upon the capacity

One


7.

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

single worker

traditional

event-driven

thread based

8.

Choose the best option. Nginx is a ___________. 

A) Webserver 

B) Reverse proxy 

C) Loadbalancer 

D) Hub

All the options

Options A,B and C

Options A and B

Options A,B and D

9.

Nginx supports __________ through SCGI protocol.

DNS

Reverse Proxying

Web resource sharing

Load balancing

10.

Nginx can be started using _____________.

nginx -s start

service nginx -s start

service nginx begin

service nginx start 



11. 

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

apt-get nginx install -g

yum-get install nginx

sudo install nginx -g

apt-get install nginx


12.

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

nginx -s restart

nginx -s reopen

nginx -s reload

nginx -s refresh


13.

It is always recommended to install ___________ version of Nginx.

legacy

stable

Development

binary


14.

For smooth shutdown of Nginx, you must use _____________.

nginx -s quit

nginx -s shutdown

nginx -s stop

nginx -s exit


15.

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

SubContext

Context

Server

Directive

16.

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

events

Contexts

Directives

main context


17.

Each resource has its own _____________.

URL

URI

URA

URC


18.

worker_connections is a directive contained within ___________.

server

location

events

http

19. 

A server block may contain _________ location block.

two

any number of

Only one


20.

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

fail to load

work as multiple subdomain server

work as usual

work as multiple domain server


21.

A server block may contain another server block.

False

True



22.

When you configure Nginx as a reverse proxy for Apache, both may listen to a same port.

False

True


23.

Nginx supports __________ through round robin algorithm.

Reverse Proxying

Load balancing

DNS

Web resource sharing


24.

127.0.0.1 is an IP address of _____________.

Apache

localhost

Nginx

All web servers

25.

The world's first web server was developed in Paul Kunz and Louise Addis, the first Web server in the US came online in December 1991

No comments