What is migration in the context of a database?
DevOps
What is a role and a task in Ansible, and how do they relate to each other?
What will happen if two consumers are not separated into different consumer groups?
Which Istio entity describes the technical connection rules to a specific resource, such as TLS mode?
How are playbook tasks executed by default on multiple hosts — sequentially or in parallel?
What steps are needed to deploy a built component in Kubernetes?
Tell us about yourself, your work experience, what tools and approaches you have encountered in your last team, and how the work was organized.
What happens to the database query if the application (client) that made the request was killed (for example, crashed)?
What exactly tracks whether migrations have been performed — the Postgres itself or a separate tool?
Have you ever worked with a query plan? How to understand why an SQL query runs slowly?
Does a regular VACUUM free up disk space? Which command actually frees up space?
What is VACUUM and why is it needed?
How to ensure that migrations are run only once (not repeatedly on each deployment)?
What is Istio Gateway responsible for?
How to organize the process of forming the database structure (tables, directories) for a new application, and how to automate it?
What is a Docker image and how to obtain it from code?
What is the minimum unit that Kubernetes operates on (Pod)? How does it relate to a container?
How to organize log collection from multiple Java applications in a cluster if there is no access to the nodes (only to the ones deployed by ourselves)?
If you upload a file to a project, what actions should be taken to push it to a remote repository?
If there are two consumers and we want both to receive all messages from the topic, how should they be configured?