What libraries and frameworks were used in the Go service?
Golang
How is OOP implemented in Go?
What is the preferred way to organize data transfer to goroutines: using channels or external variables?
Do you have experience working with the Hadoop platform for big data processing?
How is security ensured on REST and Kafka? What is HTTPS/TLS?
What are Deadlock and Livelock? What is the difference?
What is a map in Go under the hood? How does a hash table work?
How is the idempotency of the consumer/producer implemented?
What does your work distribution look like — what do you pass on to colleagues after writing code?
What routing library or framework do you use in your projects?
What will the program with a buffered channel and select output?
Можно ли используя Go спроектировать high-frequency trading систему, чувствительную к задержкам?
Explain the difference between containerization and virtualization.
What are the optimization methods for frequent memory allocations in Go?
How does context inheritance work in Go?
How to properly manage technical debt when business pressures speed and the codebase degrades?
What are the principles of OOP and how are they implemented in Go?
What will the program output with iteration over a map?
What did you do in the service for proper operation in Kubernetes (Graceful Shutdown, Readiness Probe)?
What are indexes in a database? What types of indexes are available in PostgreSQL?