Sobes.tech

How to determine that degradation occurred specifically due to increased resource consumption (CPU, etc.)?

201

Tell me about working with slices in Golang: how do capacity, length work, and what happens when going out of bounds

199

How many microservices have you written during your time at the company?

199

What is GOMAXPROCS and how many goroutines will run in parallel out of 1000?

199

Tell about your experience, what you did, on which project you worked, and what role you played?

198

Is there an individual entrepreneur or other forms of legal entities?

198

// What will the code output? func main() { var wg sync.WaitGroup for i := 0; i < 3; i++ { go func() { wg.Add(1) defer wg.Done() fmt.Print(i) }() } wg.Wait() fmt.Println("\ndone") }

197

What is the role of the EXPLAIN operator when executing SQL queries in a database?

Junior — Middle
197

How to remove a reservation after the timeout (5 minutes)?

197

What would you definitely not want to see at your new workplace?

197

Tell me about optimizing database queries from a technical perspective.

196

Which tasks do you like more, and which less?

195

Tell me about your last project that you are proud of.

195

SELECT department, SUM(salary) FROM employees WHERE SUM(salary) > 10000 GROUP BY department;

195

What types of layered architectures are there? (Clean Architecture, Hexagonal, DDD)

193

How does the task pipeline go from business to development?

192

Tell me about the Golang scheduler, how does it work with blocking operations

191

Does your team have mobile development?

189
/12