Decide Fast & Get 50% Flat Discount on This End of Year | Limited Time Offer - Ends In 0d 00h 00m 00s Coupon code: END50
  1. Home
  2. RedHat RHCSA
  3. EX200 Exam Info
Skill Up with Our

RedHat EX200
EXAM QUIZ

RedHat EX200

4 ( votes)

Thanks for rating 5 star(s)!

Thanks for rating 4 star(s)!

Thanks for rating 3 star(s)!

Thanks for rating 2 star(s)!

Thanks for rating 1 star(s)!

RedHat EX200 Exam Questions

Exam number/code: EX200

Release/Update Date: 03 May, 2026

Available Number of Questions: Maximum of 136 Questions

Exam Name: Red Hat Certified System Administrator

Exam Duration: 180 Minutes

Related Certification(s): RedHat RHCSA Certification

RedHat EX200 Exam Topics - You’ll Be Tested in Actual Exam

The Red Hat EX200 exam is a comprehensive assessment designed to evaluate your skills and knowledge in managing and maintaining Red Hat Enterprise Linux systems. This exam covers a wide range of topics, including network configuration, security management, package management, automation, and containerization. You'll need to demonstrate your ability to configure and troubleshoot network settings, implement security measures, manage software packages, and utilize automation tools effectively. Additionally, the exam assesses your understanding of container technologies like Docker and Kubernetes, as well as your proficiency in deploying and managing containerized applications. By successfully passing the EX200 exam, you'll earn the Red Hat Certified System Administrator (RHCSA) certification, a highly respected credential in the IT industry that validates your expertise in Red Hat Enterprise Linux administration.

RedHat EX200 Exam Short Quiz

Attempt this RedHat EX200 exam quiz to self-assess your preparation for the actual RedHat Red Hat Certified System Administrator exam. CertBoosters also provides premium RedHat EX200 exam questions to pass the RedHat Red Hat Certified System Administrator exam in the shortest possible time. Be sure to try our free practice exam software for the RedHat EX200 exam.

1 of 0 questions | RedHat EX200 Exam Quiz
0 answered
🔖 0 bookmarked
RedHat EX200
Q1:

Part 2 (on Node2 Server)

Task 5 [Managing Logical Volumes]

Add an additional swap partition of 656 MiB to your system. The swap partition should automatically mount when your system boots

Do not remove or otherwise alter any existing swap partition on your system

A Explanation:
*
[root@node2 ~]# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
vdc 252:32 0 5G 0 disk
vdc1 252:33 0 4.1G 0 part
datavg-datalv 253:3 0 3.9G 0 lvm /data
vdd 252:48 0 5G 0 disk
vde 252:64 0 10G 0 disk
[root@node2 ~]# swapon -s
Filename Type Size Used Priority
/dev/dm-1 partition 2097148 1548 -2
[root@node2 ~]# free -m
total used free shared buff/cache available
Mem: 1816 1078 104 13 633 573
Swap: 2047 1 2046
[root@node2 ~]# parted /dev/vdc print
Number Start End Size Type File system Flags
1 1049kB 4404MB 4403MB primary lvm
*
[root@node2 ~]# parted /dev/vdc mkpart primary linux-swap 4404MiB 5060MiB
[root@node2 ~]# mkswap /dev/vdc2
Setting up swapspace version 1, size = 656 MiB (687861760 bytes)
no label, UUID=9faf818f-f070-4416-82b2-21a41988a9a7
[root@node2 ~]# swapon -s
Filename Type Size Used Priority
/dev/dm-1 partition 2097148 1804 -2
[root@node2 ~]# swapon /dev/vdc2
*
[root@node2 ~]# swapon -s
Filename Type Size Used Priority
/dev/dm-1 partition 2097148 1804 -2
/dev/vdc2 partition 671740 0 -3
[root@node2 ~]# blkid
/dev/vdc2: UUID='9faf818f-f070-4416-82b2-21a41988a9a7' TYPE='swap' PARTUUID='0f22a35f-02'
[root@node2 ~]# vim /etc/fstab
UUID=9faf818f-f070-4416-82b2-21a41988a9a7 swap swap defaults 0 0
[root@node2 ~]# reboot
[root@node2 ~]# swapon -s
Filename Type Size Used Priority
/dev/dm-1 partition 2097148 1804 -2
/dev/vdc2 partition 671740 0 -3
Try Premium Practice Exam Software for Free

Save Cancel