DevOps configured the main pipeline, and you tinkered with Kubernetes manifests or looked through the cluster logs?
Golang
Tell how you optimized queries — you mentioned reducing from 10–12 minutes to 5–7 minutes. What kind of report takes so long? How did you optimize?
// Question 2. What will be displayed on the screen package main import "fmt" func main() { { defer fmt.Println(1) } defer fmt.Println(2) panic("aaaa") defer func(){ if r := recover(); r != nil{ fmt.Println("Panic recovered", r) } } }
Were testers testing everything themselves or not?
About Kubernetes — how did it work?
How does the income registration process for self-employed individuals occur?
What options were available after manually processing messages from DLQ? What did you do with them technically?
How much data did you have? What is the RPS of Kafka?
Suggest how to formalize this in REST style — how to rename all these methods?
Business development or infrastructure? What are the strengths?
Have you trained anyone?
Regarding GitLab CI — how have you worked with it, have you written yaml files yourself?
Tell about your tests — what tests do you write?
What are affinity and anti-affinity in Kubernetes?
Where do you want to grow?
How does the Garbage Collector work in Go? What is the stack and heap?
What is wrong with the counter increment code in 1000 goroutines? How to fix it using mutex, atomic, or channels?
If data is stored in one place — reading and writing from a single table with 10,000 users — how to handle the load?
Are you for or against stored procedures?.
Kubernetes will kill the pod during batch build — what will happen?