Sobes.tech

What retention settings are available in Kafka for data storage?

Senior
164

Tell about working with Kafka: what happens when lag accumulates, what are the risks, and how have you solved them?

Senior
164

If we talk about Kafka, what delivery guarantee do you support?

Senior
164

WHERE A=a AND B=b vs WHERE B=b AND A=a Which composite index would you create?

Senior
164

What logging library do you use?

Senior
164

Tell us about your current workplace and the enrichment service — what kind of service is it, and what is its responsibility?

Senior
163

How did data get into the OpenTelemetry collector and where did the collector send it?

Senior
161

Tell us about the transition from synchronous to asynchronous architecture: why did you make the transition, how did you identify the problem?

Senior
160

Describe a situation where you had to use EXPLAIN ANALYZE.

Middle+
159

If you had six offers from fintech companies, what would you pay attention to when choosing?

Senior
158

Can multiple consumers from the same consumer group read the same partition simultaneously?

Middle+
158

How does the scheduler interrupt a goroutine that has entered an infinite loop?

Senior
158

How did you implement caching? Did you use Redis locks?

Senior
157

You are a writer, running your own mini blog where you publish articles. Users (readers) of your blog, after logging in, can view/read them. It is necessary to implement a functionality to count unique views per day for each article. Functional requirements: - Today's statistics: The author can see how many unique users viewed their article today (data is accumulated in real-time). - Past days' statistics: The author can see statistics for any past day (for example, yesterday). Technical constraints and conditions: - The application runs on 1 server (1 pod) - Storage in memory - Time in UTC0

Senior
157

In what order are multiple defer statements executed in a single function?

Senior
155

If there is an index on columns A, B, C — can it be used when filtering only by A?

Middle+
154

When changing capacity, where will the new slice be located in memory?

Middle+
152

How many partitions were in the topics and how was their number chosen?

Middle+
151

How to organize interaction between frontend and backend for real-time notifications?

Senior
150

How should partitions be distributed among pods when reading?

Middle+
150
/7