Sobes.tech

What primitive approach allows to write all values absolutely in parallel and correctly, considering we have a fixed array and a fixed number of goroutines?

Senior
OZONOZON
28

Tell me what you know about Kafka.

Middle+
plata
28

Model a simple banking system: - `accounts` table: - `id`, - `owner_id`, - `currency`, - `created_at`. - `transactions` table: - `id`, - `account_id`, - `amount`, - `created_at`. **Requirements:** 1. Write SQL to create the schema with necessary constraints (NOT NULL, FK, CHECK on non-zero `amount`). 2. Write a query: - to get the current account balance by `account_id` (sum of amount). 3. Harder: support debit/credit (double entry). Cleanup.

Middle+
101ХР101ХР
28

Maybe you can suggest something else besides Mutex and sync.Map for record protection?

Middle
СитиДрайвСитиДрайв
28

What happened when you rolled back the index, rewrote the query, and then applied the same index again?

Senior
OkkoOkko
28

Have you added jobs to the pipeline — linters and other steps?

Middle+
МВидео/эльдорадо
28

What type of index is the default in PostgreSQL?

Senior
FinFrame
28

How did you implement atomicity of writing in Redis? What algorithm did you use (Lua script)?

Middle
Aliexpress
28

What is wrong with the counter increment code in 1000 goroutines? How to fix it using mutex, atomic, or channels?

Middle+
МВидео/эльдорадо
28

Tell me more about your role in the team.

Senior
BetBoom
28

Have you written operators for Kubernetes?

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

How does the Go scheduler work? Tell about the GMP model.

Senior
Магнит Тех
28

Questions about loads, architecture of new services (calculation sheets and tariffs) — how do you perceive this?

Senior
X5
28

Why are you considering leaving your current job now?

Middle+
Штрафов нет
28

What is a composite index (index on multiple columns)?

Middle
VKVK
28

What data would you pass inside this channel (what data structure)?

Middle
Aliexpress
28

What is a goroutine? How does it differ from a system thread? Tell me about the Go scheduler (GMP).

Senior
Lenta Tech
28

What databases have you worked with?

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

How is the map structured in Go in general terms?

Middle+
OZONOZON
28

Can you tell more about your experience working with Kubernetes on your current project?

Senior
Flant
28
/406