
F5Certified Administrator NGINX
Domain 2Objective 4
Describe Directive Inheritance and Overriding Properties F5N1 Practice Questions (Page 2)
Part of the Explain the NGINX configuration directory structure domain, which makes up ~26% of our current practice bank. F5 does not publish an official question count, but from its 30-minute exam (~10–20 total, ~3–5 in this domain), expect 1–1 from this objective — we provide 22 practice questions to prepare you well beyond it. (estimate)
22questions here
5free pages
4concepts
Questions 6–10
- 6
Which NGINX directive does NOT inherit from parent contexts and must be explicitly defined in each context where it is needed?
Select an answer first - 7
An NGINX configuration has `keepalive_requests 100;` at the `http` block level. A `server` block for a high-traffic site sets `keepalive_requests 50;`. A `location` block within that server for `/api` does not define `keepalive_requests`. What is the effective `keepalive_requests` value for requests to `/api`?
Select an answer first - 8
An administrator is configuring NGINX and notices that a directive set at the `http` block level is not being applied to a `server` block. The directive is `add_header`. The `server` block does not define `add_header`. What is the most likely reason for this behavior?
Select an answer first - 9
An NGINX configuration has `sendfile on;` at the `http` block level. A `server` block for a large file download service does not define `sendfile`. A `location` block within that server for `/downloads` sets `sendfile off;`. What is the effective `sendfile` setting for requests to `/downloads`?
Select an answer first - 10
An administrator sets `server_tokens off;` at the `http` block level to hide NGINX version information. They notice that responses from a specific `server` block still show the version. The `server` block does not define `server_tokens`. What could explain this behavior?
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. “F5N1” is a trademark of its owner, used for identification only.