Sobes.tech

Tell a little about the project or product you are currently working on.

186

Have you had experience working with architectural tasks? Have you ever had to design services from scratch?

186

Гарантии доставки в Kafka: at most once, at least once, exactly once. Как обеспечить exactly once?

185

How are messages distributed among partitions in Kafka with 6 partitions and 6 consumers? What if there are 2 consumers?

183

Tell about your relevant experience at your last job. What was the product, what was the team like?

182

Why is it better to make status an enum, and when is it better to use a string?

181

What are you currently looking for, and why do you want to change your company/project/product?

180

PostgreSQL indexes: what are they, what types do you know, and why is B-tree better than Hash?

180

What problems did you encounter during product deployment and how did you try to prevent them in the future?

180

Several services write user events (create, update, delete) to Kafka, and errors started occurring during update or delete — why and how to fix it?

176

SELECT u.id, u.name, o.id as order_id, o.amount FROM users u ? JOIN orders o ON u.id = o.user_id;

174
/8