The service crashes with kill without visible errors — how to diagnose?
Golang
How is the effectiveness of search in trees, which have maintained a balance between nodes, determined?
What will you emphasize when choosing an offer?
Can you explain the principle of atomic operations in programming?
Are there any limits on the number of goroutines that can be run simultaneously? What happens when a million goroutines are launched?
Can you explain what is meant by 'Panic' in the context of programming?
// Write code that will output the response codes for HTTP requests to two URLs (for example, the main page of Google and the main page of dzen.ru) // Requests should be made in parallel.
Tell me how the map is organized in Go?
How is memory allocation and management carried out in a system using a Memory Allocator?
How does writing to a channel that has not been initialized yet work?
What happens to the other goroutines while some are executing?
Explain the concept of Saga and its role in implementing microservice architecture.
Has there been experience profiling services?
SELECT department, SUM(salary) FROM employees GROUP BY department HAVING SUM(salary) > 10000; emails email | user Display email and number of users.
Can you list the main types of communication channels used for data transfer?
Can you explain how the garbage collector works in managed programming languages?
Can you list the main types of encryption algorithms?
How is the efficiency of search in an unbalanced data tree determined?
Have you used reflection in your projects?
What non-functional requirements are important for a ticket booking system?