Skip to content

NGINX quiz

Test NGINX knowledge across reverse proxies, static files, caching, TLS, and load balancing.

DevOps · About 3 minutes

What is NGINX commonly used for?

Exit quiz

Question 1 of 5

NGINX quiz questions and answers

Review all 5 questions at your own pace. Open each answer to see the correct response and a concise explanation of the concept.

Topics covered

  • Reverse proxy
  • Load balancing
  • Caching
  • TLS
  • Configuration

What is NGINX commonly used for?

Correct answer

Reverse proxy and web server

NGINX can serve static files, proxy requests, terminate TLS, cache, and load balance.

What does a reverse proxy do?

Correct answer

Forwards client requests to backend servers

A reverse proxy sits in front of backend services and routes incoming traffic.

Why enable gzip or Brotli compression?

Correct answer

Reduce transferred text asset size

Compression reduces bytes for HTML, CSS, JS, and other text responses.

What does TLS termination mean?

Correct answer

Handling HTTPS encryption at NGINX

NGINX can handle HTTPS certificates and forward requests to upstream services.

Which directive is commonly used to send traffic to an upstream app?

Correct answer

proxy_pass

proxy_pass forwards matching requests to an upstream server or upstream group.

Build something great with a NGINX expert.

Need a teammate, not a test?