Sobes.tech

Are you used to working in large or small teams?

Senior
IBS
27

List the message brokers you have worked with and rate them on a 10-point scale.

Middle+
ООО Макс
27

Tell about a failure at work.

Senior
Effective IT
27

Tell me about transactions in PostgreSQL. What are ACID and isolation levels?

Middle
АО Медиа Эффект
27

Do you handle decomposition and technical elaboration of tasks yourself?

Senior
AvitoAvito
27

Why did you use a mutex? How do you see race conditions here and why is the map thread-unsafe?

Middle+
РамблерРамблер
27

Where does memory for variables come from? What is a memory allocator?

Senior
AstonAston
27

package main import ( "fmt" "sync" ) func change(sl []int){ sl[0] = 10 } func main() { sl := make([]int, 10) sl[0] = 5 //5 change(sl) //1 fmt.Println(sl) }

Senior
Small
27

Propose a status model for transactions in payment processing. How does a refund work?

Senior
ООО Дэстэн Партнерс
27

Which HTTP methods can be cached by the browser?

Middle
АО Медиа Эффект
27

List the main data types in Go

Senior
amoCRMamoCRM
27

Practical task: the binary 2.1.out does not run. You need to figure out why, using only the terminal and the binary itself.

Middle+
VKVK
27

Is it possible to put a structure into the context via context.WithValue?

Middle+
WaterWal
27

What is an empty interface?

Middle+
WaterWal
27

What to do if one partition cannot have more consumers?

Middle+
Magnit Tech
27

If you make a synchronous database or neighboring service request that takes 5 seconds, what will happen to the operating system thread running the service?

Middle
Aliexpress
27

There is a service for blocking sellers: one handler takes the seller's ID and records it in the blocked table. How would you implement this logic?

Middle
Aliexpress
27

What would you change in the architecture of your service if you had a blank check?

Senior
Магнит Тех
27

Maybe you've heard something about us before, or read something about the company?

Senior
Банк 131
27

Is the outstaff format clear, and are you ready for such a format?

Middle
Stroki
27
/404