- EX200 has no multiple-choice questions - every "question" is a live configuration task on RHEL 10.
- You get 150 minutes to complete performance-based tasks and need 210 of 300 points to pass.
- Practice must cover eight ungrouped categories, from storage to containers, with changes surviving a reboot.
- Only in-box RHEL documentation is allowed during the exam - no internet, no external notes.
Why "Practice Questions" Means Something Different for RHCSA
If you're searching for "RHCSA practice questions" expecting a bank of multiple-choice items to memorize, it's worth resetting expectations early. The EX200 is a performance-based exam delivered directly by Red Hat, not through Pearson VUE or PSI, and it drops you onto a live RHEL 10 system where you complete real administrative tasks. There is no fixed number of questions - instead, you're handed a set of objectives to accomplish, such as configuring storage, creating users, or hardening a service, and your system is graded afterward on whether those configurations actually work and persist.
This distinction matters enormously for how you prepare. A flashcard app won't help you troubleshoot a broken fstab entry under time pressure. What you need is repeated, hands-on rehearsal of the exact task types Red Hat draws from. For a full breakdown of what the single exam section covers, see our RHCSA Exam Domains 2026: Complete Guide to All 1 Content Areas, and pair it with the RHCSA Study Guide 2026: How to Pass on Your First Attempt for a structured prep path.
The Kinds of Tasks You'll Actually Face
Because Red Hat doesn't publish the exact wording of exam items, "practice questions" for RHCSA really means practice tasks modeled on the published objective categories. Expect instructions phrased as directives rather than questions, such as "create a logical volume of a specified size and mount it persistently" or "configure a user account with a specific password policy." Each task is graded on the end state of the system, not on the commands you typed to get there.
- Tasks are almost always tool-agnostic - you can use
vi,nano, shell scripting, or any combination of RHEL utilities to reach the goal. - Many tasks build on each other; a mistake in an early filesystem task can cascade into a later container or security task.
- Nothing is optional for partial credit assumptions - persistence after reboot is explicitly required, so tasks that "work now but not on reboot" score zero.
Key Takeaway
Practice every task as if the machine will be rebooted mid-exam, because Red Hat's own objectives state configurations must survive a reboot to count.
Practicing by Competency Category
Red Hat groups exam content into a single list of competency categories rather than weighted domains: essential tools, operate running systems, configure local storage, create and configure file systems, deploy configure and maintain systems, manage users and groups, manage security, and manage containers. Since there's no published weighting, treat each category as equally likely to appear, and build your practice question bank around all eight rather than guessing which will dominate.
Essential Tools & Operate Running Systems
Candidates must navigate the shell fluently without hunting for basic syntax.
- Archiving, compressing, and transferring files under time pressure
- Managing systemd services, targets, and boot processes
- Scheduling tasks with cron and at
Configure Local Storage & Create/Configure File Systems
These two categories are frequently tested together because storage tasks often require a matching filesystem and mount point.
- Partitioning with parted or fdisk and creating LVM volumes
- Mounting filesystems persistently via UUID or label in fstab
- Configuring swap space and autofs
Manage Users and Groups & Manage Security
Identity and access control tasks are precise and unforgiving of small errors.
- Creating users with specific UID ranges, shells, and password aging rules
- Configuring sudo access with restricted command sets
- Applying SELinux contexts and booleans correctly, plus firewalld rules
Deploy, Configure, and Maintain Systems & Manage Containers
These reflect real production responsibilities rather than isolated syntax checks.
- Installing and updating software with dnf, including from custom repos
- Configuring network settings with nmcli persistently
- Pulling, running, and managing containers with Podman, including as systemd services
For a deep, task-by-task walkthrough of everything under this single domain, read RHCSA Domain 1: System administration tasks grouped into competency categories, which expands on each bullet above with more granular objectives.
Sample Task Scenarios to Rehearse
Since Red Hat doesn't release real exam items, the best "practice questions" are scenarios you build yourself that mirror the objective language. Here are examples worth rehearsing until they take only a few minutes each:
- Create a 2 GB logical volume, format it with XFS, and mount it persistently at a specified path with specific permissions.
- Add a new user, place them in a secondary group, set their password to expire in a defined number of days, and grant them limited sudo rights to restart one service only.
- Configure a firewalld rule to allow a custom port, then verify the rule survives a reboot.
- Pull a container image, run it with a bind-mounted volume, and configure it to start automatically at boot using a systemd unit.
- Set an SELinux boolean to allow a service to bind to a nonstandard port without disabling enforcement.
Time yourself on each scenario. If any single task takes more than 10-15 minutes during practice, that's a signal to isolate and drill that specific skill rather than moving on. This is also where understanding difficulty expectations helps calibrate your pace - see How Hard Is the RHCSA Exam? Complete Difficulty Guide 2026 for context on why speed and accuracy both matter.
man pages and --help flags instead of searching the web. If you can't find an answer offline during practice, you won't find it on exam day either.Registration, Fee, and Exam-Day Mechanics
Beyond task rehearsal, part of being "exam ready" is understanding the logistics that surround the EX200, since they differ from most IT certification exams you may have taken before.
| Detail | What to Expect |
|---|---|
| Exam code | EX200 |
| Delivery | Red Hat directly - in-person testing center or remote proctored |
| Standard fee | USD 500 per attempt, no included free retake |
| Duration | Single section, approximately 2.5 hours (150 minutes) |
| Passing score | 210 out of 300 |
| Base OS version | Red Hat Enterprise Linux 10 |
| Validity | 3 years, renewable via retaking EX200 or earning RHCE (EX294) |
Because there's no bundled retake and the fee applies per attempt, treat every practice session as a dress rehearsal, not a rough draft. For the full cost picture including regional pricing nuances, read RHCSA Certification Cost 2026: Complete Pricing Breakdown. And once you pass, mark your calendar - renewal planning is covered in RHCSA Recertification 2026: Requirements, Costs & Timeline.
Building a Practice Schedule Around the Domains
Generic study techniques like spaced repetition or timed sprints only help if they're mapped onto RHCSA's actual competency categories. Rather than a one-size-fits-all calendar, allocate blocks by category weight in your own skill gaps - spend more time where you're weakest, not necessarily where you assume the exam weights heavier, since Red Hat doesn't publish weightings at all.
Essential Tools & Operate Running Systems
- Drill shell navigation, systemd units, and cron scheduling until they're automatic
Storage & File Systems
- Practice LVM, partitioning, and persistent mounts repeatedly with reboots between attempts
Users, Groups & Security
- Rehearse sudo restrictions, SELinux contexts, and firewalld rules under a timer
Deployment & Containers
- Combine dnf, nmcli, and Podman tasks into full mock exam runs at 150-minute limits
Use the last week before your scheduled attempt exclusively for full-length timed simulations across all eight categories together, since the real exam mixes them without labeling which category a task belongs to.
Common Mistakes in Practice Sessions
Even candidates who practice heavily tend to repeat the same errors. Watching for these while rehearsing will save points on exam day.
- Skipping the reboot test. A mount or network config that works in the current session but isn't written to a persistent config file earns nothing.
- Memorizing commands instead of understanding flags. Since there's no multiple-choice format, you need to construct commands from scratch under pressure, not recognize them in a list.
- Ignoring SELinux until the last minute. Many candidates configure a service correctly but forget the matching SELinux context or boolean, causing silent failures.
- Not practicing with only offline documentation. Relying on internet searches during study builds a habit you can't use on exam day.
- Underestimating container tasks. Manage containers is a full competency category - treat Podman fluency as seriously as storage or security.
If you want a data-informed sense of how these mistakes translate into outcomes, RHCSA Pass Rate 2026: What the Data Shows discusses what the available evidence suggests about first-attempt success. And if you're still weighing whether the investment is worthwhile before you commit to a full practice regimen, Is the RHCSA Certification Worth It? Complete ROI Analysis 2026 and RHCSA Salary Guide 2026: Complete Earnings Analysis lay out the career case, while RHCSA Jobs outlines who actually hires for this credential.
To turn this guidance into actual repetition, our RHCSA practice test platform mirrors the task-based format described here, letting you rehearse storage, security, and container scenarios under realistic time constraints. Running full-length simulations on our practice test platform before exam day is one of the most direct ways to close the gap between "I understand this command" and "I can execute this under pressure." If you're earlier in your prep and still mapping out fundamentals, start with What Is RHCSA? or RHCSA Certification before diving into task rehearsal, and once exam day approaches, revisit RHCSA Exam Day Tips: 15 Strategies to Maximize Your Score for logistics beyond the technical content.
FAQ
Red Hat does not publish official practice questions or a question bank, since the EX200 is performance-based rather than multiple-choice. The best preparation is hands-on task rehearsal built around the published competency categories, not memorized question-and-answer pairs.
There is no fixed question count. The exam consists of a series of hands-on configuration tasks completed on a live RHEL 10 system within a single 150-minute section, graded on whether the resulting system state meets requirements.
No. The exam is closed-book with no internet access. Only the documentation that ships natively with RHEL, such as man pages, is available during the test.
You need 210 out of 300 points to pass the EX200, which corresponds to correctly completing enough of the assigned configuration tasks across the eight competency categories.
No. The standard exam fee is USD 500 per attempt and does not include a free retake, so a failed attempt requires paying the full fee again to reschedule.