[Dec-2021] Pass RedHat EX200 Tests Engine pdf - All Free Dumps [Q34-Q51]

Share

[Dec-2021] Pass RedHat EX200  Tests Engine pdf - All Free Dumps

Red Hat Certified System Administrator - RHCSA Practice Tests 2021 | Pass EX200 with confidence!


How to study the EX200 Exam

There are two main types of resources for preparation of certification exams first there are the study guides and the books that are detailed and suitable for building knowledge from ground up then there are video tutorial and lectures that can somehow ease the pain of through study and are comparatively less boring for some candidates yet these demand time and concentration from the learner. Smart Candidates who want to build a solid foundation in all exam topics and related technologies usually combine video lectures with study guides to reap the benefits of both but there is one crucial preparation tool as often overlooked by most candidates the practice exams. Practice exams are built to make students comfortable with the real exam environment. Statistics have shown that most students fail not due to that preparation but due to exam anxiety the fear of the unknown. TroytecDumps expert team recommends you to prepare some notes on these topics along with it don’t forget to practice Red Hat EX200 dumps which been written by our expert team, Both these will help you a lot to clear this exam with good marks.


Red Hat EX200: Exam topics

The EX200 certification exam covers 10 main topics that you need to master before taking the test. Thus, you should know the following details of the exam content:

  • Managing Basic Networking

    The subtopics of this objective include your understanding of how to configure hostname resolution, IPv4 & IPv6 addresses, and network services to start automatically at boot. Your skills in restricting network access with the use of firewall-cmd/firewall are also one of the important abilities to possess.

  • Configuring Local Storage

    This topic will test your skills in creating and deleting logical volumes, adding new partitions and logical volumes, swapping to a system non-destructively, and assigning physical volumes to volume groups. It is also important to know how to create, list, and delete partitions on GPT and MBR disks as well as how to configure systems to mount the file systems at boot by universally UUID or label.

  • Operating Running Systems

    This area requires that you have knowledge of how to manage tuning profiles, preserve system journals, securely transfer files between systems, and adjust process scheduling. You will be able to answer the questions related to the interruption of the boot process in order to gain access to a system, identification of the memory/CPU intensive processes and killing of these processes, as well as adjustment of the process scheduling. This domain also evaluates your knowledge of how to shut down, boot, and reboot a system normally.

  • Deploying, Configuring, and Maintaining Systems

    For this subject, you need to have skills in scheduling tasks using cron and at, configuring the time service clients, working with package module streams, as well as starting and stopping services and configuring them to start automatically at boot. It is also essential to know how to modify the system bootloader and configure systems to boot into a specific target automatically. Your ability to update and install software packages from a remote repository, Red Hat Network, or from the local file system will also define your overall result.

  • Understanding and Using Essential Tools

    In this domain, it is important to know how to use regular and grep expressions to analyze text, create soft and hard links, use input-output redirection, and log in the users and switch them in multiuser targets. It also includes your expertise in accessing the remote systems with the use of SSH and shell prompt and issue commands with correct syntax. Your ability to unpack, compress, uncompress, and archive files with the use of star, tar, bzip2, and gzip will be crucial.

  • Managing Security

    In this section, there will be the evaluation of your knowledge of how to list and identify process context and SELinux file, address and diagnose routine SELinux policy violations, and use boolean settings to modify system SELinux settings. You need to know about the configuration of firewall settings with the use of firewall-cmd/firewalld and key-based authentication for SSH as well. Restoring default file contexts and setting the enforcing and permissive modes for SELinux are also the skills you should have.

  • Creating and Configuring File Systems

    To succeed in this objective, you need to have expertise in configuring disk compression, extending existing logical volumes, managing layered storage, as well as diagnosing and correcting file permission problems. You should also know how to mount and unmount network file systems with the use of NFS, configure and create the set-GID directories, and have the ability to mount, create, use, and unmount ext4, xfs, and vfat file systems.

  • Managing Users and Groups

    The domain covers your skills in creating, deleting, and modifying local groups, group memberships, and local user accounts. If you know how to configure superuser access and adjust password aging and change passwords for local user accounts, you will be able to answer the questions from this area.

  • Managing Containers

    This topic is all about your skills in running a service inside a container, attaching persistent storage to a container, and inspecting container images. A potential candidate needs to know how to perform basic container management, such as starting, running, listing, and stopping running containers, and container management with the use of commands, including skopeo and podman. If you know about finding and retrieving the container images from a remote registry, you will be also able to get a higher score during the test.

  • Creating Simple Shell Scripts

    This section covers your full understanding of the usage of Looping constructs to process file and command-line input, script inputs, output of shell commands within a script, and shell command exit codes. Also, you should know how to conditionally execute code.

 

NEW QUESTION 34
CORRECT TEXT
Configure autofs to make sure after login successfully, it has the home directory autofs, which is shared as /rhome/ldapuser40 at the ip: 172.24.40.10. and it also requires that, other ldap users can use the home directory normally.

Answer:

Explanation:
# chkconfig autofs on
# cd /etc/
# vim /etc/auto.master
/rhome /etc/auto.ldap
# cp auto.misc auto.ldap
# vim auto.ladp
ldapuser40 -rw,soft,intr 172.24.40.10:/rhome/ldapuser40
* -rw,soft,intr 172.16.40.10:/rhome/&
# service autofs stop
# server autofs start
# showmount -e 172.24.40.10
# su - ladpuser40

 

NEW QUESTION 35
SIMULATION
Configure autofs.
Configure the autofs automatically mount to the home directory of LDAP, as required:
server.domain11.example.com use NFS to share the home to your system. This file system contains a pre configured home directory of user ldapuserX.
Home directory of ldapuserX is:
server.domain11.example.com /home/guests/ldapuser
Home directory of ldapuserX should automatically mount to the ldapuserX of the local /home/guests Home directory's write permissions must be available for users ldapuser1's password is password

Answer:

Explanation:
See explanation below.
Explanation/Reference:
Explanation: yum install -y autofs
mkdir /home/rehome
/etc/auto.master
/home/rehome/etc/auto.ldap
Keep then exit
cp /etc/auto.misc /etc/auto.ldap
/etc/auto.ldap
ldapuserX -fstype=nfs,rw server.domain11.example.com:/home/guests/
Keep then exit
systemctl start autofs
systemctl enable autofs
su - ldapuserX// test
If the above solutions cannot create files or the command prompt is -bash-4.2$, it maybe exist multi-level directory, this needs to change the server.domain11.example.com:/home/guests/ to server.domain11.example.com:/home/guests/ldapuserX. What is multi-level directory? It means there is a directory of ldapuserX under the /home/guests/ldapuserX in the questions. This directory is the real directory.

 

NEW QUESTION 36
You have a domain named www.rhce.com associated IP address is 192.100.0.2. Configure the Apache web server by implementing the SSL for encryption communication.

Answer:

Explanation:
see explanation below.
Explanation
* vi /etc/httpd/conf.d/ssl.conf <VirtualHost 192.100.0.2> ServerName www.rhce.com DocumentRoot
/var/www/rhce DirectoryIndex index.html index.htm ServerAdmin [email protected] SSLEngine on SSLCertificateFile /etc/httpd/conf/ssl.crt/server.crt SSLCertificateKeyFile
/etc/httpd/conf/ssl.key/server.key </VirtualHost>
* cd /etc/httpd/conf
3 make testcert
* Create the directory and index page on specified path. (Index page can download from ftp://server1.example.com at exam time)
* service httpd start|restart
* chkconfig httpd on
Apache can provide encrypted communications using SSL (Secure Socket Layer). To make use of encrypted communication, a client must request to https protocol, which is uses port 443. For HTTPS protocol required the certificate file and key file.

 

NEW QUESTION 37
Successfully resolve to server1.example.com where your DNS server is 172.24.254.254.

Answer:

Explanation:
see explanation below.
Explanation
* vi /etc/resolv.conf
nameserver 172.24.254.254
* host server1.example.com
On every clients, DNS server is specified in /etc/resolv.conf. When you request by name it tries to resolv from DNS server.

 

NEW QUESTION 38
SIMULATION
Create a backup
Create a backup file named /root/backup.tar.bz2, contains the content of /usr/local, tar must use bzip2 to compress.

Answer:

Explanation:
See explanation below.
Explanation/Reference:
Explanation:
cd /usr/local
tar -jcvf /root/backup.tar.bz2
mkdir /test
tar -jxvf /root/backup.tar.bz2 -C /test// Decompression to check the content is the same as the /usr/loca after If the questions require to use gzip to compress. change -j to -z.

 

NEW QUESTION 39
Create the user named eric and deny to interactive login.

Answer:

Explanation:
see explanation below.
Explanation
* useradd eric
* passwd eric
* vi /etc/passwd
* eric:x:505:505::/home/eric:/sbin/nologin
Which shell or program should start at login time is specified in /etc/passwd file? By default, Redhat Enterprise Linux assigns the /bin/bash shell to the users. To deny the interactive login, you should write
/sbin/nologin or /bin/ false instead of login shell.

 

NEW QUESTION 40
SIMULATION
Resize the logical volume vo and its filesystem to 290 MB. Make sure that the filesystem contents remain intact.
Note: Partitions are seldom exactly the same size requested, so a size within the range of 260 MB to 320 MiB is acceptable.

Answer:

Explanation:
See explanation below.
Explanation/Reference:
Explanation:
df -hT
lvextend -L +100M /dev/vg0/vo
lvscan
xfs_growfs /home/ // home is LVM mounted directory
Note: This step is only need to do in our practice environment, you do not need to do in the real exam resize2fs /dev/vg0/vo // Use this comand to update in the real exam df -hT OR e2fsck -f/dev/vg0/vo umount /home resize2fs /dev/vg0/vo required partition capacity such as 100M lvreduce -l 100M /dev/vg0/vo mount /dev/ vg0/vo /home df -Ht

 

NEW QUESTION 41
SIMULATION
Create a 2G swap partition which take effect automatically at boot-start, and it should not affect the original swap partition.

Answer:

Explanation:
See explanation below.
Explanation/Reference:
Explanation: # fdisk /dev/sda
p
(check Partition table)
n
(create new partition: press e to create extended partition, press p to create the main partition, and the extended partition is further divided into logical partitions) Enter
+2G t
8 I
82
W
partx -a /dev/sda
partprobe
mkswap /dev/sda8
Copy UUID
swapon -a
vim /etc/fstab
UUID=XXXXX swap swap defaults 0 0
(swapon -s)

 

NEW QUESTION 42
One Package named zsh is dump on ftp://server1.example.com under /pub/updates directory and your FTP server is 192.168.0.254. Install the package zsh.

Answer:

Explanation:
see explanation below.
Explanation
* rpm -ivh ftp://server1/example.com/pub/updates/zsh-*
or
* Login to ftp server : ftp ftp://server1.example.com using anonymous user.
* Change the directory: cd pub and cd updates
* Download the package: mget zsh-*
* Quit from the ftp prompt : bye
* Install the package
* rpm -ivh zsh-*
* Verify either package is installed or not : rpm -q zsh

 

NEW QUESTION 43
Configure a task: plan to run echo "file" command at 14:23 every day.

Answer:

Explanation:
see explanation below.
Explanation
(a) Created as administrator
# crontab -u natasha -e
23 14 * * * /bin/echo "file"
(b)Created as natasha
# su - natasha
$ crontab -e
23 14 * * * /bin/echo "file"

 

NEW QUESTION 44
SIMULATION
A YUM repository has been provided at http://server.domain11.example.com/pub/x86_64/Server.
Configure your system to use this location as a default repository.

Answer:

Explanation:
See explanation below.
Explanation/Reference:
Explanation: vim/etc/yum.repos/base.repo
[base]
name=base
baseurl= http://server.domain11.example.com/pub/x86_64/Server
gpgcheck=0
enable=1
Save and Exit
Use yum list for validation, the configuration is correct if list the package information. If the Yum configuration is not correct then maybe cannot answer the following questions.

 

NEW QUESTION 45
Create a 2G swap partition which take effect automatically at boot-start, and it should not affect the original swap partition.

Answer:

Explanation:
see explanation below.
Explanation
# fdisk /dev/sda
p
(check Partition table)
n
(create new partition: press e to create extended partition, press p to create the main partition, and the extended partition is further divided into logical partitions) Enter
+2G t
8 I
82
W
partx -a /dev/sda
partprobe
mkswap /dev/sda8
Copy UUID
swapon -a
vim /etc/fstab
UUID=XXXXX swap swap defaults 0 0
(swapon -s)

 

NEW QUESTION 46
In the system, mounted the iso image /root/examine.iso to/mnt/iso directory. And enable automatically mount (permanent mount) after restart system.

Answer:

Explanation:
see explanation below.
Explanation
mkdir -p /mnt/iso
/etc/fstab:
/root/examine.iso /mnt/iso iso9660 loop 0 0 mount -a
mount | grep examine

 

NEW QUESTION 47
A Dockerfilecontains the statements:
COPY data/ /data/
VOLUME /data
What happens when the resulting container is started without any additional volume configuration? (Choose
two correct answers.)

  • A. Changes to files within /data/ affect the Docker image and all other containers derived from it.
  • B. Existing files from /data/ in the image are copied to the new volume.
  • C. Files existing in /data/ in the image are not available in the running container.
  • D. A new volume is created and mounted to /data/ within the new container.
  • E. An error is raised because /data/ already contains data when the volume is mounted.

Answer: B,D

 

NEW QUESTION 48
Configure a HTTP server, which can be accessed through http://station.domain40.example.com.
Please download the released page from http://ip/dir/example.html.

Answer:

Explanation:
Answer see in the explanation.
Explanation/Reference:
# yum install -y httpd
# chkconfig httpd on
# cd /var/www/html
# wget http://ip/dir/example.html
# cp example.com index.html
# vim /etc/httpd/conf/httpd.conf
NameVirtualHost 192.168.0.254:80
<VirtualHost 192.168.0.254:80>
DocumentRoot /var/www/html/
ServerName station.domain40.example.com
</VirtualHost>

 

NEW QUESTION 49
There is a local logical volumes in your system, named with common and belong to VGSRV volume group, mount to the /common directory. The definition of size is 128 MB.
Requirement:
Extend the logical volume to 190 MB without any loss of data. The size is allowed between 160-160 MB after extending.

Answer:

Explanation:
see explanation below.
Explanation
lvextend -L 190M /dev/mapper/vgsrv-common resize2fs /dev/mapper/vgsrv-common

 

NEW QUESTION 50
Create a volume group, and set 8M as a extends. Divided a volume group containing 50 extends on volume group lv (lvshare), make it as ext4 file system, and mounted automatically under /mnt/data. And the size of the floating range should set between 380M and 400M.

Answer:

Explanation:
see explanation below.
Explanation
# fdisk
# partprobe
# pvcreate /dev/vda6
# vgcreate -s 8M vg1 /dev/vda6 -s
# lvcreate -n lvshare -l 50 vg1 -l
# mkfs.ext4 /dev/vg1/lvshare
# mkdir -p /mnt/data
# vim /etc/fstab
/dev/vg1/lvshare /mnt/data ext4 defaults 0 0
# mount -a
# df -h

 

NEW QUESTION 51
......

Get instant access to EX200 practice exam questions: https://drive.google.com/open?id=1Wbqt3aieQd5O5yfZ-yA58nKZkDH-AFaT

Online Exam Practice Tests with detailed explanations!: https://www.troytecdumps.com/EX200-troytec-exam-dumps.html