Skip to content

RHCE — Trivia & Interesting Facts

Surprising, historical, and little-known facts about the Red Hat Certified Engineer certification.


RHCE is the oldest performance-based IT certification

Red Hat launched RHCE in 1999 as a fully hands-on exam — no multiple choice questions. Candidates had to configure real systems under time pressure. This was radical in 1999, when every other IT certification (Microsoft MCSE, Cisco CCNA, CompTIA A+) was multiple choice. RHCE set the standard that performance-based exams later adopted by Linux Foundation, AWS, and Kubernetes certifications.


The original RHCE exam was a full day

The early RHCE exam (pre-2012) had two sections: a troubleshooting lab (2.5 hours) where candidates fixed intentionally broken systems, followed by a server installation and configuration lab (3 hours). The full exam took most of a day including check-in. Modern RHCE (EX294) is a single 4-hour exam focused on Ansible automation.


RHCE now requires RHCSA as a prerequisite

You cannot earn RHCE without first holding RHCSA (Red Hat Certified System Administrator). RHCSA (EX200) covers basic system administration: user management, file systems, SELinux, networking, and systemd. RHCE (EX294) then builds on this with Ansible automation, requiring candidates to write playbooks, roles, and templates under exam conditions.


The exam uses actual RHEL servers, not simulators

RHCE and RHCSA exams run on real RHEL virtual machines. Candidates have no internet access — no man pages online, no Stack Overflow, no documentation except what is installed on the system (man, info, /usr/share/doc). This is why experienced professionals recommend studying with only local documentation: man ansible-playbook and ansible-doc must become second nature.


SELinux troubleshooting fails more candidates than anything else

Industry reports consistently identify SELinux (Security-Enhanced Linux) as the topic that causes the most exam failures. Many candidates learn to set SELinux to permissive mode in practice environments, then face an exam system in enforcing mode where services fail due to context labels. Understanding sealert, restorecon, semanage, and boolean values is non-negotiable.


Red Hat recertification requires retaking the exam every 3 years

RHCE certification expires after 3 years, requiring recertification by exam. This is stricter than many vendor certifications that allow renewal through continuing education credits. Red Hat's rationale is that RHEL versions change significantly (RHEL 7 to 8 to 9 each introduced major differences), and paper-based renewal cannot verify hands-on skills.


The EX294 exam shifted RHCE from "sysadmin expert" to "automation engineer"

Before 2019, RHCE tested advanced system administration: NFS, Samba, iSCSI, Apache, postfix, DNS. The EX294 rewrite made Ansible the core requirement. This reflected Red Hat's bet that automation is the future of system administration. Some veteran RHCE holders were initially critical, arguing that knowing automation without deep sysadmin skills produces dangerous engineers.


Ansible documentation is your best friend — and it is on the exam system

The ansible-doc command provides offline documentation for every Ansible module. During the exam, ansible-doc copy shows all parameters for the copy module. ansible-doc -l lists all available modules. Candidates who memorize playbook syntax instead of learning to use ansible-doc are at a disadvantage because the documentation is faster and more reliable than memory.


The exam is partially auto-graded by scripts

Red Hat exams are graded partly by automated scripts that check system state: is the service running? Does it survive a reboot? Is the firewall rule correct? Is the SELinux context right? This means partial credit is minimal — a service that starts but does not persist across reboot scores zero. The reboot test catches candidates who use systemctl start but forget systemctl enable.


RHCE holders earn significantly higher salaries

Multiple salary surveys (Robert Half, Linux Foundation, Global Knowledge) consistently place RHCE holders among the highest-paid Linux certification holders, typically earning 15-25% more than uncertified peers. This premium reflects both the exam's difficulty and the market demand for Red Hat skills, which dominate enterprise IT (RHEL runs on roughly 40% of the Fortune 500's Linux servers).


Practice environments are essential and available for free

Red Hat Developer accounts provide free access to RHEL subscriptions for development and learning. Combined with Vagrant, libvirt, or VirtualBox, candidates can build realistic multi-VM lab environments at zero cost. The shift from physical hardware labs to virtual environments democratized RHCE preparation — in the early 2000s, practice required actual servers.