Golang
What is an SLI (Service Level Indicator)?
How does search work in a tree?
In what cases can thread safety when working with maps in Go be considered safe?
What is dark (hidden) or A/B deployment?
How is the process of removing elements from the beginning and end of an array carried out?
How does the garbage collector work in Go?
What will happen if you add strings?
How are goroutines structured and how much memory do they occupy in the stack?
Are you familiar with the concept of lock-free?
Can you describe the principle of lock-free operation?
Why is embedding in the Go language not inheritance?
What approach is used for handling errors that occur in goroutines in Go?
How to declare a slice in Go?
What is the result of dividing an integer value by zero and dividing a floating-point number by zero?
How many bytes does a map occupy in Golang?
How does the select operator work in Go language?
What entities are present in the scheduler?
How to properly declare a map in Go?
How can you combine two slices in Go?
What is the copy function in the Go programming language?