Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
F5 logo

F5 Certified Administrator NGINX - Configuration:Knowledge

Domain 1Objective 1

Load Balancing Fundamentals F5N2 Practice Questions (Page 4)

Part of the Configure NGINX as a load balancer domain, which makes up ~16% of our current practice bank. F5 does not publish an official question count, but from its 30-minute exam (~10–20 total, ~2–3 in this domain), expect 1–1 from this objective — we provide 27 practice questions to prepare you well beyond it. (estimate)

27questions here
6free pages
10concepts

Questions 16–20

  1. 16foundation · easy

    Which setting in an upstream server directive controls how much traffic a server receives relative to others?

    Select an answer first
  2. 17application · medium

    A system administrator is configuring a new NGINX load balancer for a pool of four backend servers. The servers have different hardware specifications: two are older and slower, and two are newer and faster. The administrator wants to ensure that the faster servers receive a larger share of the traffic. Which configuration should they use?

    Select an answer first
  3. 18foundation · easy

    Which directive is required inside an upstream block to specify a backend server?

    Select an answer first
  4. 19application · easy

    A system administrator is configuring a new NGINX load balancer for a set of three backend web servers. The servers are named web1, web2, and web3, and they listen on port 8080. The administrator writes the following configuration snippet: ``` http { upstream backend { server web1:8080; server web2:8080; server web3:8080; } server { listen 80; location / { proxy_pass http://backend; } } } ``` What is the default load balancing algorithm used by this configuration?

    Select an answer first
  5. 20foundation · easy

    Which directive enables the random load balancing algorithm in an upstream block?

    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. “F5N2” is a trademark of its owner, used for identification only.