Golang
What is the maximum load in requests per second that the most high-load service handled? Is it correct that it is up to 5–8 thousand requests per second?
Tell us about your recent projects and the technology stack used.
What criteria will you use to choose an employer? What is most important to you?
Have you used public clouds? If yes, which providers and services?
How can a process use multiple cores at the same time in Linux?
Why are you considering new offers and why did you leave your previous company?
On how many hosts or instances did the service operate? How many containers were launched?
What programming languages, besides Go, do you use for yourself or in commercial development?
In which direction would you be interested in developing in terms of tasks and career vector?
What are transactions and what levels of transaction isolation exist, particularly in PostgreSQL?
What databases and other data storage systems have you worked with?
Is it correct that you currently reside in [city] and it would be convenient for you to work in a hybrid format with office visits?
What anti-patterns in microservice architecture do you know?
What was the profile of read and write load for these storages: how many requests per second?
What is the architectural difference between REST and RPC? Which approach to choose for creating/modifying a user and for transferring money between accounts?
What salary expectations are you aiming for?
Is it possible to take the address of a struct field if the struct is stored in a map?
When passing a channel to a function — is it passed by value or by reference?
Is it possible to create a constant of type map or slice?
How does sync.Pool work under the hood and when are objects removed from it?