Golang
How is the heap organized in Go language?
Tell about the concurrency control pattern (GMP) in Go language.
What is RPS (Requests Per Second)?
How is runtime organized in Go?
What consequences can arise when reading from a closed channel in Go?
What is the difference between sharding and partitioning?
How is runtime structured in the Go language?
What is the name of the structure in Go that copies data during transfer?
How to test a distributed system?
Is the Go language imperative or declarative?
How are channels implemented in Go?
What is a nil channel in Go, and what happens if you try to read or write data to it?
How are goroutines structured and how much memory do they occupy in the stack?
How can you test the operation of a goroutine through a channel?
What is the role of a foreign key in relational databases?
How does the garbage collector work in the Go programming language?
How to efficiently concatenate strings in Go?
Where should the interface description be placed?
What can be done with a closed channel in Go?
Are there good ORMs for Go?