
F5Certified Administrator NGINX - Troubleshooting
Domain 2Objective 6
Describe How to Troubleshoot Location Precedence and Add_header Inheritance F5N4 Practice Questions (Page 2)
Part of the Troubleshoot basic use cases domain, which makes up ~60% of our current practice bank. F5 does not publish an official question count, but from its 30-minute exam (~10–20 total, ~6–12 in this domain), expect 1–2 from this objective — we provide 11 practice questions to prepare you well beyond it. (estimate)
11questions here
3free pages
4concepts
Questions 6–10
- 6
Given the following configuration, which response header will be present for requests to /api/data?
Select an answer first - 7
A response is missing a custom header that was defined in the http block. The location block also defines an add_header directive. What is the most likely cause?
Select an answer first - 8
An NGINX server is configured with add_header X-Frame-Options "SAMEORIGIN" at the http level. A server block for example.com has add_header X-Content-Type-Options "nosniff". A location block for /api/ has add_header X-Request-ID "$request_id" and add_header Cache-Control "no-store". A developer reports that responses from /api/ do not include X-Frame-Options or X-Content-Type-Options. What is the most likely cause?
Select an answer first - 9
Which debugging technique can help you determine which location block NGINX selected for a request?
Select an answer first - 10
An NGINX server has the following locations: location /app/ { proxy_pass http://backend; }, location ~ ^/app/.*\.php$ { return 200 "php"; }, and location ^~ /app/static/ { return 200 "static"; }. A request for /app/static/script.php is made. Which location handles the request?
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. “F5N4” is a trademark of its owner, used for identification only.