Win IT Exam with Last Dumps 2023


CompTIA XK0-004 Exam

Page 8/18
Viewing Questions 71 80 out of 180 Questions
44.44%

Question 71
Which of the following is the purpose of the monitoring server role?
A. To aggregate web traffic to watch which websites employees are visiting
B. To collect status and performance information about the servers in an environment
C. To provide user authentication services to a network
D. To provide real-time analysis of potential threats to the organization

Question 72
A junior administrator is migrating a virtual machine from a Type 1 hypervisor to a Type 2 hypervisor. To ensure portability, which of the following formats should the administrator export from the Type 1 hypervisor to ensure compatibility?
A. OWASP
B. VDI
C. VMDK
D. OVA

Question 73
A junior systems administrator is upgrading a package that was installed on a Red Hat-based system. The administrator is tasked with the following:
- Update and install the new package.
- Verify the new package version is installed.
Which of the following should be done to BEST accomplish these task? (Choose two.)
A. yum install
B. yum upgrade
C. rpm -e
D. rpm -qa
E. apt-get
F. apt-get upgrade

Question 74
Which of the following is the template for the grub.cfg file?
A. /etc/default/grub
B. /etc/grub2.cfg
C. /etc/sysctl.conf
D. /boot/efi

Question 75
A Linux administrator implemented a new HTTP server using the default configuration. None of the users on the network can access the server. If there is no problem on the network or with the users' workstations, which of the following steps will BEST analyze and resolve the issue?
A. Run netstat to ensure the port is correctly bound, and configure the firewall to allow access on ports 80 and 443
B. Run route to ensure the port is correctly bound, and configure the firewall to allow access on ports 80 and 443
C. Run netcat to ensure the port is correctly bound, and configure a static route to the web to allow access on ports 80 and 443
D. Run route to ensure the port is correctly bound, and configure SELinux to allow access on ports 80 and 443


Question 76
A Linux storage administrator wants to create a logical volume group. Which of the following commands is required to start the process?
A. pvcreate
B. vgcreate
C. lvcreate
D. mkfs.xfs

Question 77
A Linux administrator built a GitLab server. Later that day, a software engineer tried to access the server to upload the repository during the final step of installation. The software engineer could not access the website. Which of the following firewall rules would allow access to this site?
A. iptables -A INPUT -p tcp -m multiport --dports 80,443 -m conntrack -cstate NEW, ESTABLISHED -j ACCEPT
B. iptables -A INPUT -p tcp -m multiport --dports 80,443 -m conntrack -cstate ESTABLISHED -j ACCEPT
C. iptables -A INPUT -p tcp -m multiport --dports 80,443 -m conntrack -cstate RELATED, ESTABLISHED -j ACCEPT
D. iptables -A INPUT -p tcp -m multiport --dports 80,443 -m conntrack -cstate NEW, ESTABLISHED -j REJECT

Question 78
While creating a file on a volume, the Linux administrator receives the following message: No space left on device. Running the df -m command, the administrator notes there is still 50% of usage left. Which of the following is the NEXT step the administrator should take to analyze the issue without losing data?
A. Run the df -i command and notice the inode exhaustion
B. Run the df -h command and notice the space exhaustion
C. Run the df -B command and notice the block size
D. Run the df -k command and notice the storage exhaustion

Question 79
A user attempts to use the mount -a command but gets the following error: mount: mount point /mnt/test does not existWhich of the following commands best describes the action the Linux administrator should take NEXT?
A. mount -a /mnt/test
B. mkdir -p /mnt/test
C. mdadm -p /mnt/test
D. mkfs /mnt/test
E. touch /mnt/test

Question 80
Which of the following is modified to reconfigure the boot environment?
A. grub-mkconfig
B. grub.cfg
C. update-grub
D. grub2-mkconfig