Golang
What is your experience with using Elasticsearch in projects?
Tell us if you have used the Common Table Expression (CTE) construction in your projects?
What consequences can arise from concurrent writing to a map from multiple threads?
Can you explain what it means when threads or goroutines in Go remain blocked due to insufficient resource access, and how is this related to Starvation?
Is it possible to perform safe data reading from a map data structure without the risk of errors?
What key properties characterize arrays in programming?
Can you list the main reference data types used in Go?
What tools do you use for debugging and error fixing in code?
How can you sort an array of structs in Go?
How is element search performed in a Map data structure in Go?
How can you correctly stop goroutines using context in Go?
How to implement and use a class for efficient string building in Java?
What would you do if you noticed that the server-side is experiencing delays?
Tell about the main data structures in Go.
What methods can be used to evaluate the quality of written code?
How do you implement working with channels in your project?
What protocol is used for data serialization during communication via gRPC?
Can you explain what is meant by the term IAM in the context of information security?
What methods do you use or know for implementing user login processes?
Does the Mutex mechanism enforce a strict order for threads when accessing shared resources for reading and writing?