[Jul 18, 2023] Get New EX200 Certification Practice Test Questions Exam Dumps [Q39-Q56]

Share

[Jul 18, 2023] Get New EX200 Certification Practice Test Questions Exam Dumps

Real EX200 Exam Dumps Questions Valid EX200 Dumps PDF


Red Hat EX200: Exam details

Red Hat EX200 is a 3-hour test with 20 performance-based questions. To pass this exam, you need to perform well and earn at least 210 points out of 300 available. The test can be delivered via one of three options that include the following:

  • On-site exam – delivered to your location with a simple setup and at a low daily rate.
  • Classroom exam – a prescheduled option, which is monitored by a proctor at a Red Hat testing facility;
  • Individual exam – can be taken remotely or at one of the affiliated testing centers;

The exam voucher will cost you $400, and this amount can be different when choosing the on-site option.

 

NEW QUESTION # 39
Which of the following statements is true about load balancers?

  • A. Load balancers are a security risk because they obfuscate the origin of connections.
  • B. Load balancer require access to private keys in order to be able to forward HTTPS traffic.
  • C. Load balancers are a single point of failure because they cannot be deployed redundantly.
  • D. Load balancers cannot use connection content, such as HTTP cookies, to route traffic.
  • E. Load balancer help to improve the availability and scalability of a service.

Answer: E


NEW QUESTION # 40
What implications does container virtualization have for DevOps? (Choose two answers.)

  • A. Containers require application specific adjustment to the container platform.
  • B. Containers complicate the deployment of software and require early deployment tests.
  • C. Containers decouple the packaging of an application from its infrastructure.
  • D. Containers let developers test their software under production conditions.
  • E. Containers require developers to have detailed knowledge of their IT infrastructure.

Answer: C,D

Explanation:
Explanation/Reference:
Reference http://anandmanisankar.com/posts/container-docker-PaaS-microservices/


NEW QUESTION # 41
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 # 42
Part 1 (on Node1 Server)
Task 11 [Scheduling Future Tasks]
The user natasha must configure a cron job that runs daily at 14:23 local time and also the same cron job will run after every 2 minutes and executes:
/bin/echo hello

Answer:

Explanation:
* [root@node1 ~]# crontab -l -u natasha
no crontab for natasha
[root@node1 ~]# crontab -e -u natasha
23 14 * * * /bin/echo hello
*/2 * * * * /bin/echo 2min
crontab: installing new crontab
[root@node1 ~]# crontab -l -u natasha
23 14 * * * /bin/echo hello
*/2 * * * * /bin/echo 2min
[root@node1 ~]# systemctl status crond.service
* ### For Checking ###
[root@node1 ~]# tail -f /var/log/cron
Mar 23 13:23:48 node1 crontab[10636]: (root) REPLACE (natasha)
Mar 23 13:23:48 node1 crontab[10636]: (root) END EDIT (natasha)
Mar 23 13:23:50 node1 crontab[10638]: (root) LIST (natasha)
Mar 23 13:24:01 node1 crond[1349]: (root) FAILED (loading cron table)
Mar 23 13:24:02 node1 CROND[10673]: (natasha) CMD (/bin/echo 2min)


NEW QUESTION # 43
CORRECT TEXT
Configure the verification mode of your host account and the password as LDAP. And it can ldapuser40. The password is set as "password". And the certificate login successfully through
can be downloaded from http://ip/dir/ldap.crt. After the user logs on , the user has no host directory unless you configure the autofs in the following questions.

Answer:

Explanation:
system-config-authentication
LDAP Server: ldap//instructor.example.com (In domain form, not write IP)
OR
# yum groupinstall directory-client (1.krb5-workstation 2.pam-krb5 3.sssd)
# system-config-authentication
1.User Account Database: LDAP
2.LDAP Search Base DN: dc=example,dc=com
3.LDAP Server: ldap://instructor.example.com (In domain form, not write IP) 4.Download CA
Certificate
5.Authentication Method: LDAP password
6.Apply
getent passwd ldapuser40


NEW QUESTION # 44
SIMULATION
Upgrade the kernel, start the new kernel by default. kernel download from this address:
ftp://server1.domain10.example.com/pub/update/new.kernel

Answer:

Explanation:
See explanation below.
Explanation/Reference:
Explanation: Download the new kernel file and then install it.
[root@desktop8 Desktop]# ls
kernel-2.6.32-71.7.1.el6.x86_64.rpm
kernel-firmware-2.6.32-71.7.1.el6.noarch.rpm
[root@desktop8 Desktop]# rpm -ivh kernel-*
Preparing... ###########################################
[100%]
1:kernel-firmware
########################################### [ 50%]
2:kernel
########################################### [100%]
Verify the grub.conf file, whether use the new kernel as the default boot. [root@desktop8 Desktop]# cat / boot/grub/grub.conf default=0 title Red Hat Enterprise Linux Server (2.6.32-71.7.1.el6.x86_64) root (hd0,0) kernel /vmlinuz-2.6.32-71.7.1.el6.x86_64 ro root=/dev/mapper/vol0-root rd_LVM_LV=vol0/root rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us crashkernel=auto rhgb quiet initrd /initramfs-2.6.32-71.7.1.el6.x86_64.img


NEW QUESTION # 45
Configure the verification mode of your host account and the password as LDAP. And it can login successfully through ldapuser40. The password is set as "password". And the certificate can be downloaded from http://ip/dir/ldap.crt. After the user logs on the user has no host directory unless you configure the autofs in the following questions.

Answer:

Explanation:
system-config-authentication
LDAP Server: ldap//instructor.example.com (In domain form, not write IP) OR
# yum groupinstall directory-client (1.krb5-workstation 2.pam-krb5 3.sssd)
# system-config-authentication
1.User Account Database: LDAP
2.LDAP Search Base DN: dc=example,dc=com
3.LDAP Server: ldap://instructor.example.com (In domain form, not write IP) 4.Download CA Certificate
5.Authentication Method: LDAP password
6.Apply
getent passwd ldapuser40


NEW QUESTION # 46
Which security issues exist for most publicly available Vagrant boxes? (Choose three correct answers.)

  • A. They accept SSH logins from the user vagrantwith the password vagrant.
  • B. They export their file system via NFS with full write permissions without any additional restrictions.
  • C. They accept SSH logins from the user vagrantwith a publicly available SSH key pair.
  • D. The vagrant user can use sudoto obtain root privileges without additional authentication.
  • E. Their whole file system, including configuration files, is writable by any user, including vagrant.

Answer: A,C,D

Explanation:
Explanation/Reference:
Reference https://www.vagrantup.com/docs/boxes/base.html


NEW QUESTION # 47
Binding to an external validation server.
System server.domain11.example.com provides a LDAP validation service, your system should bind to this service as required:
Base DN of validation service is dc=example,dc=com
LDAP
is used for providing account information and validation information Connecting and using the certification of
http://server.domain11.example.com/pub/EXAMPLE-CA-CERT to encrypt
After the correct configuration, ldapuser1 can log into your system, it does not have HOME directory until you finish autofs questions, ldapuser1 password is password.

Answer:

Explanation:
see explanation below.
Explanation
yum -y install sssd authconfig-gtk krb5-workstation authconfig-gtk // open the graphical interface Modify user account database to ldap, fill up DN and LDAP SERVER as questions required, use TLS to encrypt connections making tick, write http://server.domain11.example.com/pub/EXAMPLE-CA-CERT to download ca, authentication method choose ldap password.
You can test if the ldapuser is added by the following command:
Id ldapuser1
Note: user password doesn't not need to set


NEW QUESTION # 48
An Ansible variable file contains the following content:
myapp:
option1: one
Which of the following strings can be used to reference the defined variable? (Choose two correct answers).

  • A. myapp['option1']
  • B. myapp.option1
  • C. myapp{{option1}}
  • D. option1@myapp
  • E. myapp(option1);

Answer: C,E


NEW QUESTION # 49
Part 1 (on Node1 Server)
Task 17 [Accessing Linux File Systems]
Find all the files owned by user "alex" and redirect the output to /home/alex/files.

Answer:

Explanation:
* root@node1 ~]# find / -user alex -type f > /home/alex/files


NEW QUESTION # 50
Find the rows that contain abcde from file /etc/testfile, and write it to the file/tmp/testfile, and the sequence is requested as the same as /etc/testfile.

Answer:

Explanation:
# cat /etc/testfile | while read line;
do
echo $line | grep abcde | tee -a /tmp/testfile
done
OR
grep `abcde' /etc/testfile > /tmp/testfile


NEW QUESTION # 51
According the following requirements to create user, user group and the group members:
- A group named admin.
- A user named mary, and belong to admin as the secondary group.
- A user named alice, and belong to admin as the secondary group.
- A user named bobby, bobby's login shell should be non-interactive. Bobby not belong to admin as the secondary group.
Mary, Alice, bobby users must be set "password" as the user's password.

Answer:

Explanation:
groupadd admin
useradd -G admin mary
useradd -G admin alice
useradd -s /sbin/nologin bobby
echo "password" | passwd --stdin mary
echo "password" | passwd --stdin alice
echo "password" | passwd --stdin bobby


NEW QUESTION # 52
CORRECT TEXT
Find the rows that contain abcde from file /etc/testfile, and write it to the file/tmp/testfile, and the sequence is requested as the same as /etc/testfile.

Answer:

Explanation:
# cat /etc/testfile | while read line;
do
echo $line | grep abcde | tee -a /tmp/testfile
done
OR
grep `abcde' /etc/testfile > /tmp/testfile


NEW QUESTION # 53
According the following requirements to create a local directory /common/admin.
This directory has admin group.
This directory has read, write and execute permissions for all admin group members.
Other groups and users don't have any permissions.
All the documents or directories created in the/common/admin are automatically inherit the admin group.

Answer:

Explanation:
mkdir -p /common/admin
chgrp admin /common/admin
chmod 2770 /common/admin


NEW QUESTION # 54
Create a volume group, and set 16M as a extends. And divided a volume group containing 50 extends on volume group lv, make it as ext4 file system, and mounted automatically under /mnt/data.

Answer:

Explanation:
see explanation below.
Explanation
# pvcreate /dev/sda7 /dev/sda8
# vgcreate -s 16M vg1 /dev/sda7 /dev/sda8
# lvcreate -l 50 -n lvm02
# mkfs.ext4 /dev/vg1/lvm02
# blkid /dev/vg1/lv1
# vim /etc/fstab
# mkdir -p /mnt/data
UUID=xxxxxxxx /mnt/data ext4 defaults 0 0
# vim /etc/fstab
# mount -a
# mount
(Verify)


NEW QUESTION # 55
Which of the following HTTP methods are used by REST? (Choose three correct answers.)

  • A. PUT
  • B. GET
  • C. CREATE
  • D. DELETE
  • E. REPLACE

Answer: A,B,D

Explanation:
Explanation/Reference:
Reference https://restfulapi.net/http-methods/


NEW QUESTION # 56
......

EX200 Exam Dumps - PDF Questions and Testing Engine: https://realpdf.pass4suresvce.com/EX200-pass4sure-vce-dumps.html