About the Exam

The recertification exam for the F5 Certified Administrator, BIG-IP (F5-CA) credential, taken to renew an existing or expired certification. It re-tests core BIG-IP administration: installation and initial configuration, upgrades, traffic processing and virtual server behaviour, and support and troubleshooting of a BIG-IP deployment. Passing renews the F5-CA credential without repeating the full original exam series.

Exam Topics

  • Installation, Licensing, and Initial Configuration5–10%
  • Network Configuration10–15%
  • Pools and Pool Members10–15%
  • Virtual Servers10–15%
  • Profiles and Protocols12–18%
  • Load Balancing Methods and Algorithms8–12%
  • High Availability and Failover10–15%
  • Monitoring, Logging, and Troubleshooting12–18%

How to Use This Practice Exam

  1. Browse — Read each question, select your answer, and reveal the explanation.
  2. Exam Mode — Simulate real exam conditions with a timed session and score report.
  3. Learn Mode — Spaced repetition schedules questions you struggle with for long-term retention.

Download the Full Exam PDF

Get every question and answer in a clean, printable PDF built for offline study. Purchase once, keep permanent access, and re-download the latest version anytime.

Last updated August 10, 2026 at 4:19 AM

Topic filter
Retired questions
Question sort

QuestionQ1

Monitoring, Logging, and Troubleshooting

Which log file should a BIG-IP Administrator review to determine whether a specific user attempted to log in to the BIG-IP Configuration Utility?

  • A /var/log/pam/tallylog
  • B /var/log/secure
  • C /var/log/ltm
  • D /var/log/httpd
Explanation

The BIG-IP Configuration Utility runs on Apache (httpd) and uses PAM for authentication. PAM logs all authentication attempts — including GUI login attempts — to /var/log/secure, recording the username, timestamp, and whether the attempt succeeded or failed. This makes /var/log/secure the appropriate log to check to confirm whether a specific user tried to log in to the Configuration Utility.

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ2

Profiles and Protocols

A user reports that the shopping cart empties when proceeding to checkout.

What profile type should the BIG-IP Administrator configure to resolve the issue?

  • A Client SSL
  • B Persistence
  • C HTTP
  • D OneConnect
Explanation

The shopping cart emptying at checkout indicates that requests from the same client are being load-balanced to different pool members, causing loss of session-specific state stored on the originating server. Configuring a persistence profile on the virtual server ensures that all requests from a given client are consistently directed to the same pool member for the duration of the session, preserving cart data through checkout. Client SSL profiles handle TLS termination, HTTP profiles manage HTTP protocol behavior, and OneConnect profiles optimize backend TCP connection reuse — none of these provide client-to-server session affinity.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ3

High Availability and Failover

On a device group, a configuration change is applied to the standby member.

What does the Device Management Overview screen display as the "Recommended Action" in this situation?

  • A Activate device with the most recent configuration
  • B Force active member of device group to standby
  • C Synchronize the standby member configuration to the group
  • D Synchronize the active member configuration to the group
Explanation

F5 BIG-IP tracks configuration changes per device in a device group and reports which device's configuration differs from the synchronized state. Because the change was made on the standby device, that device now holds the most recent, unsynchronized configuration, so the system's recommended action is to synchronize the standby member's configuration out to the rest of the device group, ensuring all members share the updated configuration.

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ4

Pools and Pool Members

A BIG-IP Administrator is configuring an SSH Pool that has five members.

Which Health Monitor should be applied to ensure that available pool members are monitored accordingly?

  • A https
  • B tcp
  • C udp
  • D http
Explanation

SSH operates over TCP, and BIG-IP's HTTP and HTTPS monitors are designed to send HTTP-formatted requests and parse HTTP responses, which an SSH service does not provide, making them unsuitable. A UDP monitor would not properly test a TCP-based service like SSH. The TCP monitor is the appropriate choice because it establishes a TCP three-way handshake (and can optionally send/receive data) against the pool member's SSH port to confirm the service is up and accepting connections, which is the standard method for monitoring TCP-based services such as SSH when no protocol-specific monitor is configured.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ5

Virtual Servers

Users are unable to reach an application. The BIG-IP Administrator checks the Configuration Utility and observes that the Virtual Server has a red diamond in front of its status.

What is causing this issue?

  • A The Virtual Server is disabled.
  • B All pool members have been disabled.
  • C All pool members are down.
  • D The Virtual Server is receiving HTTPS traffic over HTTP virtual.
Explanation

On a BIG-IP system, the virtual server status icon in the Configuration Utility reflects both its administrative state and its availability, which is derived from the health of its pool members. A red diamond means the virtual server is enabled but currently unavailable — this occurs when the associated health monitors report that all pool members in the default pool are down, so the BIG-IP has no valid destination to forward traffic to. A disabled virtual server is shown with a different icon (a grey/black square), so that scenario would not produce a red diamond.

Community Discussion

No comments yet. Be the first to start the discussion!

That's the end of the preview

It's free

100% of the questions are free for all users.
No strings attached.

Topics covered
Installation, Licensing, and Initial ConfigurationNetwork ConfigurationPools and Pool MembersVirtual ServersProfiles and ProtocolsLoad Balancing Methods and AlgorithmsHigh Availability and FailoverMonitoring, Logging, and Troubleshooting
Know a question that should be here? Contribute to this exam
Back home