Sobes.tech

How does the consumer commit offset in different modes?

Senior
195

Tell us about the tasks you perform at your current job in a FinTech platform.

Senior
195

Do you have an open individual entrepreneur or self-employment for a third-party business?

Senior
194

Tell us about the company: who are you, what do you do, what is your focus?

Senior
193

How to implement an ordered map in Go that guarantees the order of keys during iteration?

Senior
193

Does the company provide work equipment?

Senior
191

PM даёт задачу с нереальным estimate — что делать?

Senior
188

// Write an asynchronous task handler as a library // The client passes an object (Task) with data for executing the task, // in our example, we will use an empty structure. // The handler can process no more than N tasks simultaneously, // and no more than X tasks can be queued for processing. // If there is no space in the queue, immediately return an error to the client. // A task is taken for processing if there are free handlers available. // Simulate processing duration with time.Sleep(5*time.Second). // As soon as one task is completed, take the next task from the queue. // If the queue is empty, wait for new tasks from clients. // With a star: extend the Task structure and get task statuses through a separate request.

Senior
188

What other percentiles did you use?

Senior
188

Why did you choose Kafka over other brokers (RabbitMQ, NATS)?

Senior
188

If the write speed is equal to or lower than the read speed, why do we need to use a buffer?

Senior
188

How did you optimize search scenarios?

Senior
187

How to add context to the Stop method so that it is possible to interrupt the waiting for task completion with a timeout?

Senior
186

How did you deploy and configure the project in previous projects?

Junior — Middle
185

Normalization and denormalization of tables — tell about normal forms.

Senior
185

What is missing in Go generics compared to other languages (e.g., C#)?

Senior
184

What will happen when Stop is called again? How will it work after the first Stop has already been executed?

Senior
183

What would you do with 50 comments during a code review?

Senior
183

Thank you very much for your response. Have you worked with AWS?

Senior
182
/7