EX200 · topic practice

Operate running systems practice questions

Practise Red Hat Certified System Administrator EX200 Operate running systems practice questions — original exam-style scenarios with answer choices, explanations, and analysis of common mistakes.

Courseiva uses original exam-style practice questions designed for learning and revision. The goal is to understand the concepts, recognise exam patterns, and improve through explanations — not memorise copied exam dumps.

Reviewed byJohnson Ajibi· MSc IT Security
20 questionsDomain: Operate running systems

What the exam tests

What to know about Operate running systems

Operate running systems questions test whether you can apply the concept in context, not just recognise a definition.

How the topic appears in realistic exam-style scenarios.

Which detail in the question changes the correct answer.

How to eliminate plausible but wrong options.

How to connect the question back to the wider exam objective.

Watch out for

Common Operate running systems exam traps

  • Answering from memory before reading the full scenario.
  • Missing a constraint such as cost, availability, security, scope or command context.
  • Choosing a broad answer when the question asks for the most specific fix.
  • Ignoring why the wrong options are tempting.

Practice set

Operate running systems questions

20 questions · select your answer, then reveal the explanation

A system administrator needs to ensure that a specific process continues to run even if it crashes. The process is started by a systemd service unit. Which approach ensures the process is automatically restarted by systemd, with a delay of 30 seconds after each crash, and does not count restarts towards the failure limit?

Which TWO statements about systemd journal and rsyslog are correct?

Question 3easymultiple choice
Read the full NAT/PAT explanation →

Refer to the exhibit. A security analyst reviews the journal output for sshd.service. Which of the following best describes the observed pattern of events?

Exhibit

Refer to the exhibit.

# systemctl status sshd
● sshd.service - OpenSSH server daemon
   Loaded: loaded (/usr/lib/systemd/system/sshd.service; enabled; vendor preset: enabled)
   Active: active (running) since Mon 2025-02-17 10:30:45 EST; 2h 15min ago
 Main PID: 1234 (sshd)
   Status: "Server listening on 0.0.0.0 port 22."
   CGroup: /system.slice/sshd.service
           └─1234 /usr/sbin/sshd -D

Feb 17 12:45:01 localhost sshd[1234]: Did not receive identification string from 192.168.1.100 port 54321
Feb 17 12:45:02 localhost sshd[1234]: Connection closed by 192.168.1.100 port 54321 [preauth]
Feb 17 12:46:10 localhost sshd[1234]: Failed password for root from 192.168.1.100 port 54322 ssh2
Feb 17 12:46:10 localhost sshd[1234]: Failed password for root from 192.168.1.100 port 54322 ssh2
Feb 17 12:46:11 localhost sshd[1234]: Failed password for root from 192.168.1.100 port 54322 ssh2
Feb 17 12:46:11 localhost sshd[1234]: Connection closed by 192.168.1.100 port 54322 [preauth]
Feb 17 12:47:05 localhost sshd[1234]: Accepted password for root from 192.168.1.100 port 54323 ssh2
Feb 17 12:47:05 localhost sshd[1234]: pam_unix(sshd:session): session opened for user root by (uid=0)
Question 4mediumdrag order
Review the full routing breakdown →

Arrange the steps to configure a static IPv4 route in Red Hat Enterprise Linux.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5

Order the steps to configure a new user 'jdoe' with UID 2000, home directory /home/jdoe, and secondary group 'staff'.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5

Match each file system type to its description.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Default file system for RHEL 8/9 with journaling and support for large files

High-performance 64-bit journaling file system, default for /boot in RHEL 7

Copy-on-write file system with snapshots and compression (available in RHEL 8/9)

Used for virtual memory, typically as a partition or file

Match each user/group management command to its function.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Create a new user account

Modify an existing user account

Create a new group

Set or change a user's password

A critical service must restart automatically after a crash. Which systemd directive should be added to the [Service] section of the service unit file?

Which command checks if a specific systemd service is currently running?

An ext4 filesystem on a logical volume has been extended with lvextend, but df -h still shows the old size. Which command must be run to make the filesystem aware of the new size?

A security policy requires user passwords to expire 60 days after last change. Which command sets this for user 'jdoe'?

Which systemctl command configures a service to start automatically at boot without starting it now?

After a system crash, an administrator needs to review logs from the previous boot. Which command shows only logs from the boot before the current one?

An administrator needs to combine two physical network interfaces into a single logical interface for redundancy. Which RHEL tool is recommended to configure this in RHEL 8/9?

To mount an ext4 filesystem with the noatime option and remount read-only on errors, which file should be edited?

After restoring files from backup, an SELinux context of a directory is not correct. Which command will restore the file contexts to the system defaults?

Which two commands can be used to view systemd journal entries for the sshd service?

Which three network configuration methods are valid in RHEL 8/9?

Which three commands can be used to display overall memory usage information?

Refer to the exhibit. What is the most likely cause of this failure?

Exhibit

[root@server ~]# systemctl status sshd
● sshd.service - OpenSSH server daemon
   Loaded: loaded (/usr/lib/systemd/system/sshd.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Mon 2025-03-10 14:22:34 EDT; 5min ago
  Process: 1234 ExecStart=/usr/sbin/sshd -D $OPTIONS (code=exited, status=255)
 Main PID: 1234 (code=exited, status=255)
   Status: "Failed to start sshd"
   CGroup: /system.slice/sshd.service
           └─1234 /usr/sbin/sshd -D

Jan 10 14:22:34 server sshd[1234]: fatal: Cannot bind any address.
Jan 10 14:22:34 server sshd[1234]: fatal: Cannot bind any address.

Free account

Track your progress over time

Create a free account to save your results and see which topics improve across sessions.

Focused Operate running systems sessions

Start a Operate running systems only practice session

Every question in these sessions is drawn from the Operate running systems domain — nothing else.

Related practice questions

Related EX200 topic practice pages

Move into related areas when this topic feels solid.

Frequently asked questions

What does the EX200 exam test about Operate running systems?
Operate running systems questions test whether you can apply the concept in context, not just recognise a definition.
How should I use these practice questions?
Select your answer before revealing the explanation. Then read why each option is right or wrong — this active recall approach builds retention far faster than re-reading notes.
Can I practise just Operate running systems questions in a focused session?
Yes — the session launcher on this page draws every question from the Operate running systems domain. Use a 10-question session first to gauge your baseline, then move to 20 or 30 once the weak spots are clear.
Where can I practise other EX200 topics?
Use the topic links above to move to related areas, or go back to the EX200 question bank to see all topics.
Are these real exam questions or dumps?
These are original practice questions written to test the same concepts the EX200 exam covers. They are not copied from any real exam or dump site.