
F5Certified Administrator NGINX
Domain 2Objective 3
Describe the Order of How the Included Files Will Be Merged into the Running Configuration 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 16 practice questions to prepare you well beyond it. (estimate)
16questions here
4free pages
4concepts
Questions 1–5
- 1
A `server` block includes a file that sets `client_max_body_size 20m;`. The `http` block sets `client_max_body_size 10m;`. What is the effective value for requests handled by this `server` block?
Select an answer first - 2
An administrator has a main nginx.conf with an http block that includes 'include /etc/nginx/conf.d/*.conf;'. One of the included files contains a server block with 'listen 80 default_server;'. Another included file contains a server block with 'listen 80;'. What will be the result?
Select an answer first - 3
An included file contains a `server` block that listens on port 8080. Another included file contains a `server` block that also listens on port 8080 but with a different `server_name`. How does NGINX handle these duplicate `server` blocks?
Select an answer first - 4
An NGINX configuration has an http block with 'client_max_body_size 10m;'. Inside the http block, there is an include that loads a file with a server block that sets 'client_max_body_size 20m;'. What will be the effective client_max_body_size for requests to that server?
Select an answer first - 5
An NGINX configuration has an http block with 'gzip on;'. An included file in the http block contains a server block with 'gzip off;'. What will be the effective gzip setting for requests to that server?
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.