Sobes.tech

Why did you enter the market, what is the motivation for the transition?

Middle+
AvitoAvito
27

Can we add an element to a nil slice?

Senior
Магнум
27

What is the difference between pointer receiver and value receiver when implementing an interface? When should each approach be used?

Senior
Avanpost
27

Did you cover your code with tests?

Senior
Банк 131
27

How is pprof embedded into an application, and how to connect it?

Middle+
Магнум
27

Tell me about partitioning and sharding — what is the difference?

Middle+
plata
27

How was the addition and removal of rules handled if it was a large switch-case?

Middle+
А7
27

What are the problems of microservices architecture that you have encountered yourself?

Senior
Финтехробот
27

How was RPS calculated — by summing the load across all handles, or otherwise?

Middle
Aliexpress
27

Tell about your experience working with message brokers (Kafka, NATS).

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

Tell about your latest work experience: company, stack, tasks.

Senior
Лаборатория Касперского
27

How to add a uniqueness constraint on a combination of two columns in PostgreSQL, where individual values can repeat, but pairs cannot?

Senior
Lanit PPM
27

What problem can occur with sending events to the message broker and how to solve it?

Middle+
КуперКупер
27

Did the service simply distribute data from the cache, or did it perform some other logic?

Middle
Aliexpress
27

What programming language do you work with? Why did you encounter difficulties with the syntax?

Middle
Яндекс
27

How are blockchain and the CAP theorem related? Is blockchain always available?

Senior
Лига Цифровой ЭкономикиЛига Цифровой Экономики
27

Task: What will the code output? ```go package main import "fmt" func main() { a := []int{1, 2, 3, 4, 5} b := a[:2] b = append(b, 100) fmt.Println(a, b) } ```

Middle+
МВидеоМВидео
27

Is it possible to enable a profiler in production?

Senior
Лига Цифровой ЭкономикиЛига Цифровой Экономики
27

Which package was used to create mocks?

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

What other types of indexes exist in PostgreSQL?

Middle+
Magnit Tech
27
/406