Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
F5 logo

F5 Certified Administrator NGINX - Configuration:Knowledge

Domain 4Objective 5

Describe the Difference Between Proxy_set_header and Add_header F5N2 Practice Questions (Page 2)

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

19questions here
4free pages
6concepts

Questions 6–10

  1. 6application · medium

    An NGINX configuration has an add_header directive in the http block and a different add_header directive for the same header in a server block. What will happen to the header when a request is served by that server?

    Select an answer first
  2. 7foundation · easy

    In which NGINX configuration context can the add_header directive be used?

    Select an answer first
  3. 8application · medium

    A company wants to add a 'Strict-Transport-Security' header to all responses from their NGINX server to enforce HTTPS. Which directive should be used in the server block?

    Select an answer first
  4. 9foundation · easy

    In an NGINX reverse proxy configuration, which statement correctly describes the scope of proxy_set_header?

    Select an answer first
  5. 10expert · medium

    An administrator has a server block with the following configuration: ``` server { listen 80; add_header X-Server "nginx"; location /api/ { add_header X-Server "api"; proxy_pass http://backend; } } ``` A client requests /api/data. What will be the value of the X-Server header in the response?

    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.