Free F5CANR sample questions

Real questions from the F5 Certified Administrator, NGINX Recertification Exam 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.

Question 1Choose one

A systems architect is designing a highly available web architecture. They need a component that can terminate TLS connections, serve static assets directly from disk to reduce backend load, and distribute dynamic API requests across a pool of application servers based on their current connection count. Which NGINX role best encompasses all these requirements?

Question 2Choose one

A large enterprise is redesigning its ingress architecture for a Kubernetes-based microservices environment. The current setup experiences high latency due to TLS handshakes being renegotiated at multiple hops, and static media files are unnecessarily traversing the internal network to reach backend pods. The new requirements dictate: 1. TLS must be terminated at the edge. 2. Static media (/images/, /video/) must be served from memory or disk at the edge. 3. API requests must be routed to the correct internal microservice based on the URI path. 4. Microservice responses must be cached for 5 minutes unless the client sends a 'Cache-Control: no-cache' header. Based on these requirements, how should NGINX be positioned and configured in this architecture? flowchart TD Client([Client]) --> NGINX[NGINX Edge] NGINX -->|/images/| Disk[(Local SSD)] NGINX -->|/api/v1/| PodA[Auth Service] NGINX -->|/api/v2/| PodB[Data Service]

Question 3Choose one

When structuring a complex NGINX configuration using the `include` directive, a system administrator wants to include all `.conf` files located in the `/etc/nginx/conf.d/` directory. However, they must ensure this include statement is placed in the correct context to load virtual host definitions. Which context is the MOST appropriate for including virtual host (server block) configuration files?

Question 4Choose one

True or False: The `sites-available` and `sites-enabled` directory structure is a strict requirement enforced by the core NGINX binary for proper configuration parsing.

Question 5Choose one

During a security audit, it is discovered that NGINX worker processes are running as the 'root' user, which violates the principle of least privilege. To resolve this, the administrator needs to configure NGINX to spawn worker processes as the 'nginx' user. In which configuration context MUST the `user` directive be placed?

Question 6Choose 2

An administrator recently changed the NGINX `user` directive from 'root' to 'www-data'. After reloading the service, they notice several issues with the web application. Which TWO of the following symptoms are most likely caused by worker processes running as an unprivileged user without proper file system permissions? (Select TWO)

6 more free samples are waiting

Create a free account to unlock the whole F5CANR sample bank, or get full access to all 150 practice questions in the simulator.

Create account