Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
F5 logo

F5 Certified Administrator NGINX - Configuration:Knowledge

Domain 3Objective 1

Demonstrate How to Securely Serve Content (HTTP/HTTPS) F5N2 Practice Questions (Page 1)

Part of the Configure NGINX as a web server domain, which makes up ~21% of our current practice bank. F5 does not publish an official question count, but from its 30-minute exam (~10–20 total, ~2–4 in this domain), expect 1–1 from this objective — we provide 20 practice questions to prepare you well beyond it. (estimate)

20questions here
4free pages
7concepts

Questions 1–5

  1. 1expert · hard

    An administrator is configuring a new NGINX server block for `api.example.com`. They have a certificate file `cert.pem` and a private key `key.pem`. The server must listen on port 443 and also redirect all HTTP traffic on port 80 to HTTPS. The administrator writes the following configuration: ``` server { listen 80; server_name api.example.com; return 301 https://$host$request_uri; } server { listen 443 ssl; server_name api.example.com; ssl_certificate /etc/nginx/ssl/cert.pem; ssl_certificate_key /etc/nginx/ssl/key.pem; } ``` After reloading NGINX, the administrator finds that HTTPS requests are not working, but HTTP requests are correctly redirecting. What is the most likely cause?

    Select an answer first
  2. 2foundation · easy

    What is the primary difference between HTTP and HTTPS when serving web content?

    Select an answer first
  3. 3expert · hard

    An NGINX server must support a legacy payment terminal that only supports TLS 1.0 and the RC4 cipher. The rest of the organization requires TLS 1.2 or higher with strong ciphers. The administrator must configure NGINX to serve both the legacy terminal and modern clients from the same IP address. What is the most appropriate approach?

    Select an answer first
  4. 4foundation · easy

    What is the effect of the `index` directive in an NGINX server block serving static content?

    Select an answer first
  5. 5application · easy

    A small business is setting up a public-facing NGINX web server. They need to secure traffic but have a limited budget and do not need extended validation. They want to avoid browser warnings and are comfortable with an automated issuance process. Which type of TLS certificate is most appropriate for this scenario?

    Select an answer first
Finished these 5 questions?

Review the revealed explanations, or continue through the curriculum.

Free Basic Practice is a study aid with revealable answers — not a scored exam. Examers.io is independent and not affiliated with or endorsed by F5. “F5N2” is a trademark of its owner, used for identification only.