Is RabbitMQ faster than Kafka?
Golang
Do you know C or C++ language?
Tell about your last project: what was the business goal, what was it needed for?
Why can't teams deploy independently in a monolith? And why are three CI/CD pipelines a disadvantage for microservices, if anything?
Tell about the pub/sub approach in Redis for a chess service — pros and cons.
In the scheme client → Load Balancer → API Gateway → services: what does the Load Balancer do before the API Gateway?
Is it possible to enable a profiler in production?
Is it worth using mutexes when working with a database?
CDN here works as a cache with limited memory, data invalidation will be done according to some strategy — I would assume LRU as a standard invalidation strategy. What do you think about using it here?
Is it true that a B-tree index in PostgreSQL tends to grow sideways?
How is an image stored in PostgreSQL — is it some kind of encoding or a set of numbers? How to store an image as text?
How to analyze with EXPLAIN ANALYZE to examine the index, how to create indexes on multiple fields, and how to understand which fields?
Why are you considering changing your workplace?
Why can't computers properly add decimal numbers?
What are you currently looking for, what is important to you?
Where do you currently live and what work format are you considering for yourself?
How are blockchain and the CAP theorem related? Is blockchain always available?
What is ZooKeeper?
Describe the specific pros and cons of monolith and microservices in the context of a chess service.
Is one move one request or two? The client goes via WebSocket, the service updates Redis, and pub/sub notifies the second service.