XK0-005 Exam Questions

Total 361 Questions

Last Updated Exam : 16-Dec-2024

What is the main objective when using Application Control?


A.

To filter out specific content.


B.

To assist the firewall blade with handling traffic.


C.

To see what users are doing.


D.

Ensure security and privacy of information.





C.
  

To see what users are doing.



A Linux administrator has logged in to a server for the first time and needs to know which services are allowed through the firewall. Which of the following options will return the results for which the administrator is looking?


A.

firewall-cmd —get-services


B.

firewall-cmd —check-config


C.

firewall-cmd —list-services


D.

systemctl status firewalld





C.
  

firewall-cmd —list-services



A Linux administrator needs to create an image named sda.img from the sda disk and store it in the /tmp directory. Which of the following commands should be used to accomplish this task?


A.

dd of=/dev/sda if=/tmp/sda.img


B.

dd if=/dev/sda of=/tmp/sda.img


C.

dd --if=/dev/sda --of=/tmp/sda.img


D.

dd --of=/dev/sda --if=/tmp/sda.img





B.
  

dd if=/dev/sda of=/tmp/sda.img



A systems administrator is tasked with creating a cloud-based server with a public IP address.

Which of the following technologies did the systems administrator use to complete this task?


A.

Puppet


B.

Git


C.

Ansible


D.

Terraform





D.
  

Terraform



A Linux administrator needs to analyze a failing application that is running inside a container. Which of the following commands allows the Linux administrator to enter the running container and analyze the logs that are stored inside?


A.

docker run -ti app /bin/sh


B.

podman exec -ti app /bin/sh


C.

podman run -d app /bin/bash


D.

docker exec -d app /bin/bash





B.
  

podman exec -ti app /bin/sh



A Linux administrator is creating a primary partition on the replacement hard drive for an application server. Which of the following commands should the administrator issue to verify the device name of this partition?


A.

sudo fdisk /dev/sda


B.

sudo fdisk -s /dev/sda


C.

sudo fdisk -l


D.

sudo fdisk -h





C.
  

sudo fdisk -l



A cloud engineer needs to block the IP address 192.168.10.50 from accessing a Linux server. Which of the following commands will achieve this goal?


A.

iptables -F INPUT -j 192.168.10.50 -m DROP


B.

iptables -A INPUT -s 192.168.10.30 -j DROP


C.

iptables -i INPUT --ipv4 192.168.10.50 -z DROP


D.

iptables -j INPUT 192.168.10.50 -p DROP





B.
  

iptables -A INPUT -s 192.168.10.30 -j DROP



Which of the following tools is BEST suited to orchestrate a large number of containers across many different servers?


A.

Kubernetes


B.

Ansible


C.

Podman


D.

Terraform





A.
  

Kubernetes



An administrator is trying to diagnose a performance issue and is reviewing the following output:

System Properties:
CPU: 4 vCPU
Memory: 40GB
Disk maximum IOPS: 690
Disk maximum throughput: 44Mbps | 44000Kbps
Based on the above output, which of the following BEST describes the root cause?


A.

The system has reached its maximum IOPS, causing the system to be slow


B.

The system has reached its maximum permitted throughput, therefore iowait is increasing.


C.

The system is mostly idle, therefore the iowait is high.


D.

The system has a partitioned disk, which causes the IOPS to be doubled.





B.
  

The system has reached its maximum permitted throughput, therefore iowait is increasing.



A systems administrator is tasked with installing GRUB on the legacy MBR of the SATA hard drive. Which of the following commands will help the administrator accomplish this task?


A.

grub-install /dev/hda


B.

grub-install /dev/sda


C.

grub-install /dev/sr0


D.

grub-install /dev/hd0,0





B.
  

grub-install /dev/sda




Page 2 out of 37 Pages
Previous