
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 3)
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 11–15
- 11
An administrator wants to include all .conf files in /etc/nginx/conf.d/ and also a specific file /etc/nginx/custom.conf. The main nginx.conf has 'include /etc/nginx/conf.d/*.conf;' and 'include /etc/nginx/custom.conf;' in the http block. What will be the order of processing?
Select an answer first - 12
An NGINX configuration has an http block that includes a file with a server block. The included server block sets 'listen 8080;'. The main nginx.conf also has a server block with 'listen 80;'. After reloading, what will happen?
Select an answer first - 13
An NGINX configuration has an http block with 'keepalive_timeout 65;'. An included file in the http block contains a location block that sets 'keepalive_timeout 30;'. What will be the effective keepalive_timeout for requests matching that location?
Select an answer first - 14
An `http` block contains a directive `gzip on;`. An included file inside the `http` block contains `gzip off;`. What is the effective value of `gzip` in the merged configuration?
Select an answer first - 15
An NGINX configuration has an http block with 'server_tokens off;'. An included file in the http block contains a server block with 'server_tokens on;'. Another included file in the http block contains a location block with 'server_tokens off;'. What will be the effective server_tokens setting for requests to that location?
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.