Golang
What do you know about garbage collectors in Go?
How can you optimize the ORDER BY RAND() operator?
What is a context in Go?
What is the difficulty of removing an element from the beginning of a dynamic array (slice)?
What is the difference between concurrency and parallelism?
Do you think maps (map) in Go will be ordered?
What happens if you add strings in Go?
Why does search in a B-tree work faster than linear search?
What is the HAVING clause?
What is a regular int and what are the nuances of its implementation?
In what cases can a deadlock occur?
What is a trigger?
What is a consumer group in Kafka?
Is the map data structure in Go safe?
What can you tell us about HTTP/3?
What is runtime in Go and how does the scheduler work?
What are packages in Go language?
What is the time complexity of retrieving an element from a slice in Go?
How does the append function work for slices in Go?
How to combine the map and mutex logically?