Does each service have its own database or are they shared?
Golang
Why are you leaving the company?
Что такое cancel в context.WithTimeout и зачем его вызывать?
Describe the architecture of one of your projects (layers, patterns, code organization).
Are you actively looking for a job or just selectively viewing offers?
Can a deadlock occur in an implementation with a goroutine and a channel for predictableFunc with a timeout?
Are you currently attending any interviews or do you have offers in hand?
How is this SQL query with a subquery and DENSE_RANK executed (execution order)?
Have you ever worked with stored procedures in a database?
What values will the rnk (DENSE_RANK) field have for employees from the IT and HR tables?
What would you definitely not want to see at your new workplace?
How are function parameters passed in Go, particularly slices?
How else can the pointer change problem in a function be solved without changing the field directly?
What does the append function do in Go?
-- Write an SQL query that returns the following data: -- n1. Display the client's name and city who made at least one order.
Write a merge function to combine multiple sorted uint channels into one sorted channel.
Will there be a panic if you append to a nil slice?
Have you often encountered memory leaks?
Why won't the code with a channel and mutex work (what is the cause of deadlock)?
How would you verify that the added index is really working well, especially in production?