What is O-notation (Big O notation)?
Golang
Tell me about SQL injections
How does select work with multiple channels in Go?
How can you create custom types based on structures in Go?
What is an interface in Go and how is it structured internally?
What is the memory complexity of the written solution?
What is a garbage collector in Go?
More formally known as approximate string matching. It is required to check whether the first string is a subsequence of the second. A subsequence is when the first string can be obtained from the second by deleting some characters. Input: 'car', 'cartwheel' Output: true Input: 'cwhl', 'cartwheel' Output: true Input: 'cwhee', 'cartwheel' Output: true Input: 'cartwheel', 'cartwheel' Output: true Input: 'cwheeel', 'cartwheel' Output: false Input: 'lw', 'cartwheel' Output: false
What could it indicate if ping from one container to another fails (hangs, does not complete)?
How is storage handled in StatefulSet?
How many instances of ETCD are required for fault tolerance?
What is the difference between containerization and virtualization?
Okay, understood. Next time I will send a task, and you can tell me what questions to ask to clarify functional and non-functional requirements — this was a request to an AI assistant, not an interviewer's question.
How can services from different Kubernetes clusters be connected to each other?
What is the difference between containerization and virtualization?
How can embedded structures in Go be used to simulate inheritance? What does it provide and what is it used for?
What is a priority queue and how can it be implemented?
Can a pointer point to both the stack and the heap?
What work format do you prefer, do you have a military ID, and what are your financial expectations?