DevOps(Document Repository) – Telegram
DevOps(Document Repository)
10.4K subscribers
55 photos
689 files
736 links
🌀🌀🌀🌀🌀🌀🌀🌀🌀🌀
The first Devops documentary community on Telegram🚀
🌀🌀🌀🌀🌀🌀🌀🌀🌀🌀

🟡 لینک گروه جهت تبادل:
https://news.1rj.ru/str/DevopsDocGP
Download Telegram
Egress is incorrectly speed Ingress
Anonymous Quiz
69%
false
31%
true
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
How do you extract a .zip file in Ubuntu?
Anonymous Quiz
5%
Run 'zipextract filename.zip'
3%
Type 'extractzip filename.zip'
1%
Use 'openzip filename'
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
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
Which command is used to list all available system services and their statuses in Ubuntu?
Anonymous Quiz
87%
Use 'systemctl list-units --type=service --all'
10%
Run 'list-services-all'
3%
Type 'show-services status'
0%
Use 'service-view'
2
What command would you use to initialize a new Docker Swarm?
Anonymous Quiz
84%
docker swarm init
9%
docker swarm create
5%
docker swarm start
2%
docker swarm deploy
2
What is the command line interface used to communicate with Kubernetes?
Anonymous Quiz
10%
kubeapi
13%
kubelet
4%
k8sctl
73%
kubectl
5
What is the purpose of the 'systemctl' command in Linux?
Anonymous Quiz
6%
Check disk space
88%
Manage system services
1%
Create user accounts
5%
Install software packages
3
How do you display detailed hardware information about the system in Ubuntu?
Anonymous Quiz
59%
Use 'lshw'
27%
Run 'hwinfo'
6%
Type 'hardware-view'
9%
Use 'show-hw-details'
2
You are troubleshooting a Docker container that is failing to start due to a port conflict. What steps can you take to resolve this issue?
Anonymous Quiz
57%
Check if another container is using the same port
24%
Change the port mapping in the Dockerfile
17%
Use a different host port for the container
2%
Stop and remove the conflicting container
🙏31
Which symbol is used to create a pipeline between two commands?
Anonymous Quiz
83%
|
5%
>
2%
<
11%
&
3
Which of the following is a hosted service that provides a Registry with build and testing facilities for Dockerized application images, tools to help you set up and manage your host infrastructure.
Anonymous Quiz
22%
Docker Cloud
23%
Docker Compose
49%
Docker Hub
6%
Docker Universal Control Plane
3
You are troubleshooting a Docker container that is failing to start due to a 'port already in use' error. What could be a possible solution to resolve this issue?
Anonymous Quiz
76%
Change the port mapping in the Dockerfile
17%
Stop the service using the port on the host machine
4%
Restart the Docker daemon
3%
Use a different base image for the container
3🐳3🔥1