How does DNS work and what types of records are encountered?
DevOps
What is the key difference between TCP and UDP? Provide examples of applications for each protocol.
What does an HTTP request and response consist of? Which HTTP methods and status codes are most commonly used?
A connection to the database fails with an error. What could be the problem and how to diagnose it?
What is load average, how is it calculated, and what does it show?
You need to reach a remote server. What steps will you take for diagnosis? How to check the availability of a remote port?
Explain the difference between MAC and IP addresses: why is each needed? Can a local network operate without IP addresses?
What are the most commonly used Dockerfile instructions? How do ENTRYPOINT and CMD differ?
What main Kubernetes resources are usually described in a Helm chart? What is the purpose of Ingress and which resources are used for traffic egress from the cluster?
What version control systems have you worked with?
CPU is lightly loaded and memory is free, but the application still lags. What could this mean?
What is Kubernetes and why is it needed? What are the main components of a Kubernetes cluster?
Which utilities are used to search for a file by name and substring inside a file?
What types of networks does Docker use and which one do you use most often?
What happens when a computer sends a packet to another computer: how does it find out the recipient's MAC address and what changes if the recipient is in a different subnet?
Which service meshes have you used? When is a service mesh needed? What is a circuit breaker?
What is the difference between git merge and git rebase? When should each approach be used?