What are you programming? (a question about understanding the process of cognitive activity)
Golang
What types of errors or inconsistencies can occur when transactions are executed simultaneously?
Is it possible to perform a read operation from a channel without using a buffer?
Tell me about your experience, what are you proud of?
Name and explain two key programming paradigms
What components are included in the Apache Kafka cluster?
How is the execution of a goroutine related to CPU threads, and how is it assigned to a specific thread?
Tell me about Kafka.
Which Kafka component ensures prevention of re-reading the same messages?
Is it possible to pin a goroutine to a specific system thread?
Does the order of fields in a composite index matter when optimizing queries?
List the main data structures.
1. What will be output, how to fix, how to make thread-safe (waitGroup) 2. Remove duplicates in a slice
What are the limitations of using sync.Map compared to a regular Map protected by Mutex?
What are the main tasks and challenges that a backend developer usually addresses in a project?
What is the purpose of the primitive Union Loop in programming and why is it used?
What elements can be included in the current execution context of a program?
What happens when you write a value into a map with key 123? How does the value get into the storage?
If GOMAXPROCS=2 and two infinite loops with mathematical operations are running, will other goroutines be executed?
How to specify in gRPC that a certain field is not intended for use by the client?