Golang
How to determine the time complexity of the operation of removing an element from a slice type array?
What are the advantages and features of database replication that you know?
Can you explain the main idea of the CAP theorem and its impact on the design of distributed systems?
Which package in Go allows you to determine the length of a string by the number of characters?
How is metrics collection and processing carried out in the system?
Can you explain the role of a controller in the clean architecture structure?
Tell me about the CAP theorem.
How can you verify if a structure matches a given interface?
Is it possible to ensure safety when writing to a Map from multiple threads simultaneously?
Do you have experience implementing an LRU cache algorithm?
What internal processes are launched in the system when opening and reading a file?
In what cases is it permissible to perform an insert operation in a Map that has not yet been initialized?
What are the advantages of using a pointer to an integer in programming?
Is the lack of full implementation of object-oriented principles in Go an advantage or a disadvantage?
You have a facade that aggregates data from 10 services, each responds in about 100 ms, totaling about a second. How would you solve this problem to make the data return faster?
How to correctly compose an SQL query and what elements are mandatory in it?
What is the role of the defer operator in Go and what are its advantages?
What does the Error interface signify in the context of error handling?
What value is passed as the second parameter to the make function when creating a channel in Go?
What protocol underlies data transmission in gRPC?