Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
F5 logo

F5 Certified Administrator NGINX - Configuration:Demonstrate

Domain 2Objective 4

Demonstrate How to Restrict URIs F5N3 Practice Questions (Page 2)

Part of the Demonstrate how to restrict access domain, which makes up ~19% 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 19 practice questions to prepare you well beyond it. (estimate)

19questions here
4free pages
6concepts

Questions 6–10

  1. 6foundation · easy

    Which NGINX directive is specifically designed to restrict HTTP methods within a location block?

    Select an answer first
  2. 7application · medium

    A REST API endpoint /api/orders accepts only GET and POST requests. The team wants to reject PUT, DELETE, and PATCH requests with a 405 response. Which configuration should be used inside the location block?

    Select an answer first
  3. 8expert · hard

    A company has a location block for /reports that requires authentication and restricts access to the 10.0.0.0/8 network. An administrator tests from a machine on that network and receives a 401 Unauthorized response. What is the most likely cause?

    Select an answer first
  4. 9expert · hard

    An administrator configures a location block to deny access to /private from all IPs except 203.0.113.5. After reloading NGINX, a request from 203.0.113.5 is still denied. The configuration is: location /private { allow 203.0.113.5; deny all; }. What is the most likely cause?

    Select an answer first
  5. 10expert · hard

    A company has a location block for /secure that should be accessible only from the 192.168.1.0/24 network. An administrator tests from a machine on that network and receives a 403 Forbidden response. The configuration is: location /secure { deny all; allow 192.168.1.0/24; }. What is the most likely cause?

    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. “F5N3” is a trademark of its owner, used for identification only.