Can you tell about the essence of the project? What is it for the end user?
Golang
In your opinion, why use containers when virtualization exists?
Write an SQL query that returns the number of orders for each user with a total price greater than or equal to 1000, sorted by the number of orders in descending order, in the following format: +---------+-------------+ | user_id | order_count | +---------+-------------+ | 111 | 2 | | 222 | 1 | | 333 | 1 | +---------+-------------+
What mechanisms are needed to not lose responses coming through webhooks from HeadHunter?
You mentioned transitioning from monolith to microservices — was this related to the search?
In Linux, the top command shows that a process consumes 146% CPU. Is such a situation real and should something be done about it?
What are transactions and what levels of transaction isolation exist, particularly in PostgreSQL?
What volumes of data were processed in ClickHouse?
Why are you considering a new place, and what is important when choosing an offer?
How actively are you looking for a new place and why did you decide to enter the market?
What is the essence of binary search and in what cases is it used?
Do you have an idea about the difference between a thread and a process?
How can a process use multiple cores at the same time in Linux?
What are the financial expectations? Are you willing to consider an offer including bonuses?
What relational databases have you worked with? Have you dealt with sharding and partitioning tasks?
What is database normalization? When is denormalization needed?
What is a transaction, what levels of isolation do you know? What anomalies can occur? How does Serializable work in PostgreSQL?
What other problems does TCP solve besides guaranteed delivery?
What transaction isolation levels are available in SQL (PostgreSQL)?
What do you want and what don't you want in your new job?