
F5Certified Administrator NGINX
Domain 2Objective 4
Describe Directive Inheritance and Overriding Properties F5N1 Practice Questions (Page 1)
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 1–5
- 1
An NGINX configuration has `client_max_body_size 10m;` at the `http` block level. A `server` block for a file upload service sets `client_max_body_size 50m;`. A `location` block within that server for `/uploads` does not define this directive. What is the effective `client_max_body_size` for requests to `/uploads`?
Select an answer first - 2
An administrator sets `proxy_buffering off;` at the `http` block level. A `server` block for a streaming service does not define `proxy_buffering`. What will be the effective `proxy_buffering` setting for the `server` block?
Select an answer first - 3
An NGINX configuration has `client_body_timeout 60s;` at the `http` block level. A `server` block for a file upload service sets `client_body_timeout 120s;`. A `location` block within that server for `/upload` does not define `client_body_timeout`. What is the effective `client_body_timeout` for requests to `/upload`?
Select an answer first - 4
An NGINX configuration has `log_format main '$remote_addr - $remote_user [$time_local] "$request"';` at the `http` block level. A `server` block defines `access_log /var/log/nginx/custom.log main;`. A `location` block within that server for `/static/` defines `access_log off;`. What will be logged for requests to `/static/`?
Select an answer first - 5
An administrator is troubleshooting an NGINX configuration. They have `gzip_types text/plain text/css;` at the `http` block level. A `server` block for an API sets `gzip_types application/json;`. A `location` block within that server for `/data` does not define `gzip_types`. What types will be compressed for responses from `/data`?
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.