What are transactions in databases?
Golang
What is DNS and MITM attack?
Do you know the concept of negative cache?
Is all experience officially according to the Labor Code?
How are pods organized in Kubernetes? What technologies are used for isolation? What types of namespaces do you know?
Why are interfaces used in development in general, not only in Go?
What does the fork() system call do?
If a string is a palindrome according to the algorithm, will it return true or not?
What is a hash?
Have you read about the implementation of hash table (map) in Go? How bad can the hash function be in the worst case?
What is a channel in Go?
What is a Mutex?
What are goroutines in Go and how do they differ from system threads?
How long does binary search work for?
Why can there be many goroutines, but usually fewer OS threads?
Do you remember anything about the SOLID principles? Have you read about them?
Let's discuss replicas and partitioning — why are they needed?
Are you familiar with the Principle of Least Privilege?
Tell me how interfaces are structured in Go.
Suggest an index for the users table with fields gender and age if you need to select users by gender or age.