What does using data protection mechanisms when forming SQL queries mean and what are their advantages?
Golang
What distinguishes the HTTP/2 protocol from HTTP/1.1 in terms of implementation and performance?
Can you explain the hierarchy of messages with guaranteed delivery, where the message is guaranteed to be delivered at least once?
What type of memory is managed by the garbage collector in the system?
What are the options for using the SELECT FOR UPDATE construct in databases?
Can you name the main types of communication channels used for information transfer?
Is it possible to implement separate read and write operations using different shards?
What data or objects can be stored inside the application or session context?
Can you give examples of architectural solutions that turned out to be wrong or inefficient, and explain why?
Is it possible to get the address of a specific element stored in an associative table (Map)?
Have you used profiling tools to analyze performance?
Is it possible to pass variables through the execution context?
Is it possible to use multiple database index structures simultaneously in a single SQL query?
Is it possible to determine whether a variable is stored on the stack or in heap memory?
Can you tell me about the types of indexes used in database management systems?
Is it possible to ensure automatic memory release allocated on the stack?
What methods and tools do you use to analyze and determine the causes of load issues in systems?
How did you conduct a comparative analysis of data access speed using sync.Map and a synchronized mutex?
Have you applied any settings or methods to improve the garbage collector's performance in your system?
Can you tell what type of data display (Map) you used in your last project?