Free F5N3 sample questions
Real questions from the NGINX Configuration: Demonstrate practice bank, with the correct answer and an explanation for each one. No junk, no filler.
Try them in the simulator Same questions, with study, timed and flashcard modes.
Showing 6 of 12 free sample questions.
A video streaming platform wants to allow users to download the first 50 Megabytes of a video file at full speed, but then restrict the download speed to 500 Kilobytes per second for the remainder of the file to save bandwidth. Which combination of NGINX directives should be used?
To optimize performance, an administrator wants to enable persistent connections (keep-alives) between NGINX and a pool of upstream HTTP/1.1 application servers. Which THREE configurations are required to achieve this? (Select THREE)
Company Alpha is running a file hosting service. They are experiencing issues where malicious users open hundreds of slow connections to tie up server resources, but each connection only downloads data at a very slow rate. The architect wants to limit the number of concurrent connections per IP address to 5. Which directive correctly establishes the shared memory zone required for this connection limiting?
True or False: The NGINX `keepalive_timeout` directive sets the maximum time a keep-alive client connection will stay open on the server side, and its default value is 0 (which disables keep-alives).
An administrator needs to enforce a dynamic bandwidth limit. Clients authenticating as 'premium' users should have no bandwidth limit (0), while 'standard' users should be limited to 100k per second. The user type is extracted to a variable named `$user_bandwidth_limit`. Which directive correctly applies this dynamic limit in a location block?
6 more free samples are waiting
Create a free account to unlock the whole F5N3 sample bank, or get full access to all 150 practice questions in the simulator.