
F5Certified Administrator NGINX
Domain 2Objective 4
Describe Directive Inheritance and Overriding Properties F5N1 Practice Questions (Page 4)
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 16–20
- 16
Which NGINX contexts are involved in directive inheritance for a typical web server configuration?
Select an answer first - 17
An NGINX configuration has `limit_rate 1m;` at the `http` block level. A `server` block for a premium service sets `limit_rate 0;` (no limit). A `location` block within that server for `/downloads` does not define `limit_rate`. What is the effective `limit_rate` for requests to `/downloads`?
Select an answer first - 18
An NGINX configuration has `gzip on;` at the `http` block level. A `server` block for a video streaming service sets `gzip off;`. A `location` block within that server block for `/api/` does not define `gzip`. What is the effective `gzip` setting for requests to `/api/`?
Select an answer first - 19
An NGINX configuration has `tcp_nopush on;` at the `http` block level. A `server` block for a real-time application sets `tcp_nopush off;`. A `location` block within that server for `/stream` does not define `tcp_nopush`. What is the effective `tcp_nopush` setting for requests to `/stream`?
Select an answer first - 20
What happens when a directive is defined in both the http and server contexts?
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.