Which command is used to delete a file in Ubuntu?
Anonymous Quiz
94%
Use 'rm filename'
4%
Run 'delete-file filename'
1%
Type 'remove filename'
1%
Use 'file-delete'
❤2
How do you configure a persistent static route in Ubuntu?
Anonymous Quiz
78%
Edit '/etc/netplan/*.yaml' to add the route and apply changes with 'sudo netplan apply'
11%
Run 'route add-persistent'
4%
Type 'set-static-route'
7%
Use 'netcfg static-route'
❤1
Which command would you use to create a YAML configuration file for a resource in OpenShift?
Anonymous Quiz
48%
oc get <resource> -o yaml
15%
oc export <resource> -o yaml
8%
oc save <resource> -o yaml
29%
oc generate <resource> -o yaml
👍1
Which command is used to display information about mounted filesystems in Ubuntu?
Anonymous Quiz
61%
Use 'mount'
17%
Run 'fs-info'
15%
Type 'list-mounts'
6%
Use 'show-filesystems'
🙏2
Choose the option to remove write permission for group & others for a file “a.txt”.
Anonymous Quiz
26%
Select disable write for group and others where file=”a.txt”
35%
chmod go-w a.txt
14%
chmod w-go a.txt
25%
chmod go=”r-x” a.txt
❤5
How do you create a custom GRUB boot entry in Ubuntu?
Anonymous Quiz
83%
Edit '/etc/grub.d/40_custom' and add the new entry, then run 'sudo update-grub'
9%
Run 'grub-add entry'
3%
Type 'bootentry create'
5%
Use 'grubcfg -custom'
👌2❤1
Which command is used to resize a logical volume in Ubuntu?
Anonymous Quiz
85%
Use 'sudo lvresize -L +10G /dev/volume-group/volume-name'
9%
Run 'resize-volume 10G'
4%
Type 'lv-adjust-size'
2%
Use 'volume-resize command'
❤2🙏1
At its core, Kubernetes is a platform for:
Anonymous Quiz
14%
Provisioning machines (similar to Puppet, Ansible)
81%
Running and scheduling container applications on a cluster
5%
Packaging software in containers
❤3
Which command is used to monitor system logs in real-time in Ubuntu?
Anonymous Quiz
83%
Use 'tail -f /var/log/syslog'
8%
Run 'log-monitor real-time'
2%
Type 'view-logs live'
7%
Use 'syslog-watch'
❤3
Which command is used to view detailed information about a specific package in Ubuntu?
Anonymous Quiz
66%
Use 'apt show package_name'
25%
Run 'dpkg-info package_name'
3%
Type 'package-details'
5%
Use 'pkg-info'
❤1
Which command allows you to set up a software RAID array in Ubuntu?
Anonymous Quiz
77%
Use 'mdadm --create --verbose /dev/md0 --level=1 --raid-devices=2 /dev/sdX /dev/sdY'
17%
Run 'raid-setup /dev/md0'
4%
Type 'raidconfig mdX'
3%
Use 'softraid -init'
❤2
What command is used to display the current date and time in Linux?
Anonymous Quiz
20%
time
63%
date
6%
clock
11%
now
❤2
❤1🤩1
What language is an Ansible playbooks are written in by default?
Anonymous Quiz
86%
YAML format
10%
JSON format
3%
XML format
0%
HTML format
❤1👌1
How do you force an unresponsive process to quit in Ubuntu?
Anonymous Quiz
87%
Use 'kill -9 PID'
10%
Run 'forcekill PID'
2%
Type 'endprocess PID'
1%
Use 'procstop PID'
❤2👌1
To inspect the the boot process of a Linux system, which command can be used?
Anonymous Quiz
25%
boot
42%
dmesg
13%
cat /var/log/start
20%
cat /var/log/boot.txt
❤1🍾1
How do you check the status of a service in Ubuntu?
Anonymous Quiz
94%
Use 'systemctl status service_name'
3%
Run 'servicestatus service_name'
1%
Type 'check-service service_name'
1%
Use 'status service_name'
❤2
Which command is used to benchmark disk I/O performance in Ubuntu?
Anonymous Quiz
79%
Use 'sudo hdparm -tT /dev/sdX'
12%
Run 'disk-benchmark'
6%
Type 'io-benchmark test'
3%
Use 'check-io-speed'
🙏3
A team needs to implement a robust error handling strategy for their Terraform automation. Which approach would be most effective?
Anonymous Quiz
12%
Ignore errors and continue
79%
Implement staged operations with error detection and rollback capabilities
5%
Restart the entire process when errors occur
3%
Switch to manual deployment when errors occur
❤1
In Docker, what is the purpose of the `docker exec` command?
Anonymous Quiz
11%
To start a new container
85%
To execute commands inside a running container
0%
To restart a stopped container
3%
To build an image from a Dockerfile
❤4