Golang
Can you list the main types of gRPC calls?
What are the advantages and disadvantages of using the Go language?
What actions should be taken if a database query is very slow?
How is the execution and management of goroutines implemented in programming languages?
How can two arrays or lists be combined into one?
What is the advantage of using sync.Map compared to a regular map protected by a mutex in terms of performance?
What data types should be avoided for indexing in a database?
How is parallel and sequential task processing implemented in Go?
Какое отличие между процессами, потоками выполнения и виртуальными потоками Green Threads?
What are the consequences if a goroutine's execution is stopped due to a lock?
Did you have any established requirements or standards for test coverage in your previous company?
Can you list the main aggregate functions used when working with SQL queries?
Is it safe to modify the contents of a slice in memory without additional checks?
On how many instances/containers has the service operated?
What inspires you in your professional activity and what is the driving force behind your development?
Can you arrange characteristic algorithmic indicators in ascending order?
What are the main principles and axioms to consider when working with channels for inter-goroutine communication?
What are atomic operations and how to apply them in programming to ensure data safety during concurrent modifications?
Explain the concept of achieving consensus between distributed system nodes.
Can you explain the principle of operation and application of the defer construct in Go?