Sobes.tech

Why did you decide to migrate from monolith to microservices? Where did you face difficulties?

Senior
РамблерРамблер
28

What do you know about Yandex's multitrack program?

Senior
Яндекс
28

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

Senior
AstonAston
28

Why did you leave RocketDev?

Senior
А7
28

What types of context do you know?

Senior
ВкусВиллВкусВилл
28

Is all experience officially according to the Labor Code?

Middle+
VKVK
28

Do you master the Linux console?

Middle+
Лига Цифровой ЭкономикиЛига Цифровой Экономики
28

At what phase are you currently in technical interviews? Do you have offers?

Middle+
OZONOZON
28

Code review: find problems in the code (function getOrderedByDate)

Middle+
Magnit Tech
28

package main import ( "fmt" ) func main() { c := make(chan string, 1) go fmt.Println(<-c) c <- "Hello World!" fmt.Println("Exit!") } fatal error: all goroutines are asleep - deadlock! goroutine 1 [chan receive]: main.main() /tmp/sandbox[phone]/prog.go:10 +0x3a Program exited: status 2.

Senior
Wildberries & Russ Bank
28

What is a map in Go, how is it structured internally, what is a collision, and how is it handled?

Senior
техвил
28

How actively are you currently looking and why are you considering offers?

Middle
VKVK
28

Tell me about incident management in your team: how is the process organized, is there a duty schedule?

Middle+
OZONOZON
28

There is a fundamental problem with blocking system calls (e.g., reading a file). How does the Go runtime solve this?

Senior
X5 techX5 tech
28

How many people were involved in the largest project you worked on? Less than ten, dozens, hundreds?

Senior
Яндекс
28

What is a map in Go and how is it structured? What happens during concurrent writing without synchronization?

Middle+
Бюро 1440Бюро 1440
28

What is a red flag for you when starting a new job? How do you feel about legacy code?

Middle+
VK music
28

Why did you decide to change your employer now?

Middle
X5 groupX5 group
28

How did the services interact with each other?

Senior
А7
28

What data types can be used as keys in a map?

Senior
Магнит Тех
28
/406