- How the EX200 Actually Works
- The Single Domain: Every Competency Category Explained
- Registration, Fees, and Retake Math
- A Realistic Study Timeline Built Around the Domain
- Command-Line Fluency: The Non-Negotiable Skill
- Mistakes That Sink First Attempts
- What to Do the Week Before and During the Exam
- After You Pass: What the Credential Actually Opens Up
- FAQ
- EX200 is a 150-minute, hands-on lab exam - you configure live systems, there are no multiple-choice questions.
- Passing requires 210 of 300 points; Red Hat does not weight or publish domain percentages.
- The exam now runs on RHEL 10, so practice environments built on older releases can mislead you.
- Standard cost is USD 500 per attempt with no free retake included - failing once doubles your total spend.
How the EX200 Actually Works
The RHCSA exam, officially EX200, is unlike almost every other IT certification test you've probably taken. It is delivered directly by Red Hat, Inc. - not through Pearson VUE or PSI - either at a physical testing center or through a remote-proctored session. There is no multiple-choice guessing, no answer elimination strategy, and no fixed number of questions to count down. Instead, you're dropped onto a live Red Hat Enterprise Linux system and given a set of real administrative tasks to complete within a single 150-minute (2.5 hour) section.
Your score is a raw performance number out of 300, and you need 210 points to pass. Red Hat doesn't publish how many points each task is worth or which competency categories carry more weight, so treat every objective as equally important until you've done enough practice to know your own weak spots. If you want a deeper walkthrough of exactly how the scoring, timing, and task structure work, the RHCSA Study Guide 2026: How to Pass on Your First Attempt covers the mechanics in more detail than most overview articles bother to.
The Single Domain: Every Competency Category Explained
Unlike certifications that split content into multiple weighted domains, RHCSA's official objectives are organized as one large domain broken into ungrouped competency categories. Red Hat expects you to perform every one of these without assistance, and - critically - any configuration you make must persist after a reboot. A setting that works until the system restarts is treated as a failed task.
Essential Tools
Covers shell scripting basics, file manipulation, archiving, and text processing. This is the foundation everything else is built on.
- Use grep, sed, and redirection to filter and manipulate text streams
- Create, view, and edit text files from the command line under time pressure
Operate Running Systems
Boot processes, systemd targets, process management, and troubleshooting a system that won't start correctly.
- Boot systems into different targets and repair a system that fails to boot
- Manage systemd units, including starting, stopping, and enabling services at boot
Configure Local Storage & Create File Systems
Two closely related categories covering partitioning, LVM, and mounting - historically where candidates lose the most points due to persistence failures.
- Create and manage physical volumes, volume groups, and logical volumes
- Configure systems to mount file systems automatically via /etc/fstab, including swap
Deploy, Configure, and Maintain Systems
Package management, scheduled jobs, kernel modules, and network configuration.
- Install and update software packages from a repository using dnf
- Schedule tasks with at and cron, and configure network settings that survive reboot
Manage Users and Groups
Local account administration including password policies and file-level permissions.
- Create, modify, and delete local user and group accounts
- Configure password aging, sudo access, and default permission behavior
Manage Security
SELinux, firewalld, and file access controls - an area many candidates underestimate.
- Set enforcing/permissive modes and manage SELinux contexts and booleans
- Configure firewalld rules to allow or block specific services and ports
Manage Containers
A newer addition to the objectives reflecting Red Hat's container-first direction, tested using Podman rather than Docker.
- Pull, run, and manage containers with podman
- Configure containers to start automatically as systemd services
For a section-by-section expansion of these competency categories with more granular command examples, see RHCSA Exam Domains 2026: Complete Guide to All 1 Content Areas and the dedicated RHCSA Domain 1 study guide, which walks through each objective individually.
Registration, Fees, and Retake Math
Registering for EX200 is different from booking a typical vendor exam. Because Red Hat controls delivery directly, you schedule through Red Hat's own testing platform rather than a third-party proctor network, choosing either an in-person testing center or a remote-proctored session from your own machine.
The standard global fee is USD 500 per attempt, with regional parity pricing applied in other markets. There is no bundled free retake - if you don't pass on the first try, you pay the full fee again for a second attempt. This is one of the strongest financial arguments for over-preparing rather than "just seeing how it goes." A full cost breakdown, including how regional pricing and retake costs stack up, is available in RHCSA Certification Cost 2026: Complete Pricing Breakdown.
| Detail | What to Know |
|---|---|
| Delivery method | Red Hat direct - testing center or remote proctored, not Pearson VUE/PSI |
| Exam length | Single section, approximately 150 minutes |
| Passing score | 210 out of 300 |
| Standard fee | USD 500 per attempt, regional parity pricing elsewhere |
| Retake policy | No included free retake; full fee applies again |
| Reference material | Only documentation shipped with RHEL, no internet access |
Key Takeaway
Because there's no free retake, budget your prep time as if the USD 500 fee is non-refundable - because it is. Use full-length practice exams on the RHCSA Exam Prep practice test platform to simulate the pressure before you pay for the real thing.
A Realistic Study Timeline Built Around the Domain
Generic weekly study templates rarely map to how RHCSA is actually structured, since there's only one domain with several competency categories rather than multiple weighted sections. A more useful approach is to sequence your study by dependency: storage and file systems need to be solid before you attempt tasks that build on them, and security/container topics are best left until your command-line speed is already high.
Essential Tools & Operating Systems
- Drill shell commands, text processing, and archiving until they're automatic
- Practice booting into rescue/emergency targets and fixing broken boot configurations
Storage, File Systems & Deployment
- Build and rebuild LVM setups until fstab entries persist correctly every time
- Practice package installs, cron jobs, and network configuration from scratch
Users, Security & Containers
- Configure sudo, password aging, SELinux contexts, and firewalld rules together
- Run and persist podman containers as systemd services
Full-Length Simulation
- Take timed practice exams under the 150-minute constraint
- Review every missed task and confirm the fix survives a reboot
If you're unsure how much total prep time your background warrants, How Hard Is the RHCSA Exam? Complete Difficulty Guide 2026 breaks down difficulty by prior experience level, and RHCSA Pass Rate 2026: What the Data Shows discusses what the available data suggests about first-attempt outcomes.
Command-Line Fluency: The Non-Negotiable Skill
Because EX200 has no multiple-choice questions, recognition-based studying is nearly useless. You can't page through a list of command options and pick the right one - you have to type the correct syntax from memory, under time pressure, on a live system that will show you immediately if you got it wrong. This is the single biggest gap between candidates who pass on the first attempt and those who don't.
Red Hat also recommends prior experience equivalent to their RH124 and RH134 courses (or RH199), though there's no formal prerequisite enforced at registration. If you haven't been working hands-on with RHEL in a professional capacity, structured training becomes more important, not less. See RHCSA Training for a comparison of preparation paths beyond self-study.
Mistakes That Sink First Attempts
- Practicing on the wrong RHEL version. The current exam is based on RHEL 10. If your lab environment, old course material, or practice questions reference an older release, commands, default paths, or package names may not match.
- Skipping the reboot-persistence check. A huge share of point loss comes from configurations that work in the current session but vanish after restart - mounts, network settings, and services that aren't enabled correctly.
- Underestimating security tasks. SELinux and firewalld feel optional to candidates coming from other Linux distributions, but they are explicit competency categories and are tested directly.
- Ignoring containers. Manage Containers is a full competency category now, not a bonus topic - skipping podman practice is a common and avoidable gap.
- Treating it like a multiple-choice exam. There's no partial-credit guessing strategy that works here; every task must actually be completed correctly on the live system.
For a closer look at what the actual task style feels like before exam day, Best RHCSA Practice Questions 2026: What to Expect on the Exam walks through realistic task formats without pretending they're multiple-choice questions.
What to Do the Week Before and During the Exam
In the final week, shift from learning new material to tightening speed and accuracy on what you already know. Time yourself completing storage and file system tasks specifically, since these tend to take longer and have the highest chance of cascading failure if done out of order.
- Confirm your testing method (in-person center or remote proctored) and check system requirements days in advance if testing remotely
- Re-run your LVM, fstab, and SELinux configurations from memory one final time, verifying persistence after a reboot
- Read each task on exam day fully before typing anything - misreading a requirement wastes far more time than typing slowly
- Track time in blocks; with 150 minutes and multiple competency categories, don't let one storage task consume disproportionate time
A detailed, step-by-step breakdown of exam-day logistics and pacing strategy is available in RHCSA Exam Day Tips: 15 Strategies to Maximize Your Score.
After You Pass: What the Credential Actually Opens Up
RHCSA certification is current for three years and is renewed either by retaking EX200 or by earning a higher Red Hat credential such as RHCE through EX294 - meaning your recertification path can double as a skills upgrade rather than a repeat test. Details on timing and renewal logistics are in RHCSA Recertification 2026: Requirements, Costs & Timeline.
On the employment side, RHCSA is widely recognized by employers hiring for Linux system administrator, junior DevOps, infrastructure support, and cloud operations roles specifically because it proves hands-on competence rather than theoretical knowledge - there's no way to pass EX200 by memorizing answer choices. If you're evaluating whether the certification is worth the cost and study time relative to career outcomes, Is the RHCSA Certification Worth It? Complete ROI Analysis 2026 and RHCSA Salary Guide 2026: Complete Earnings Analysis go deeper into that comparison, while RHCSA Jobs covers the types of roles that list it as a requirement or preference.
If you're still confirming exactly what the credential represents before committing to a study plan, background pieces like What Is RHCSA?, RHCSA Meaning, and What Does RHCSA Stand For? cover the fundamentals, and RHCSA Certification gives a full program overview.
Once you're ready to test your readiness under realistic time constraints, run through timed scenarios on the RHCSA Exam Prep home page before spending the USD 500 exam fee - it's a far cheaper way to discover gaps than finding them live on the EX200.
FAQ
No. EX200 is entirely performance-based - you complete real configuration tasks on a live Red Hat Enterprise Linux system. There is no fixed question count and no multiple-choice format at all.
You need 210 out of 300 points. Red Hat does not publish how points are distributed across competency categories, so no single topic can be safely skipped.
No. The standard fee is USD 500 per attempt with no included retake, so failing means paying the full fee again for another sitting.
The exam is currently based on RHEL 10. Practicing on significantly older releases can create mismatches in commands, defaults, and available tools.
No. The exam is closed-book with no internet access. Only the documentation that ships natively with RHEL, such as man pages, is available for reference.