Sobes.tech

Tell me about technically complex things at Magnit. What was interesting there?

Middle
119

Do you have experience with ML models? Have you used LLM tools (Cursor, Claude Code) in your work?

Middle
119

What file permissions exist in Linux? What can be done with them?

Senior
118

What happens in asyncio.gather() if one of the tasks raises an error? How can you prevent exceptions from being lost?

Middle
118

The pen started responding in 3 seconds instead of 80 ms. How would you localize the problem? What is the sequence of actions?

Middle
118

Do you use the Go language in your development?

Junior — Middle
118

Tell me about ACID. Especially about transaction isolation levels. Which level did you use?

Middle
118

Tell about the processes, threads, and asynchrony in Python. How do they differ?

Senior
118

How are JOINs performed on the PostgreSQL side? What strategies exist?

Senior
118

Tell about the transaction isolation levels in PostgreSQL and why they are needed.

Middle
118

What is a context manager, why is it needed, and how to create your own?

Middle
117

[name] tell us about the mechanism of asynchrony in Python: what does it look like, where is it good, where is it bad, why was it invented?

Middle+
117

Tell about asynchronous processing via Kafka: what data was transmitted, what keys were used, how was the order of processing ensured?

Middle
117

What was the basis for determining the intent and where to redirect the user in your bot?

Middle
117

How does asyncio.create_task() differ from await coroutine? When will a task execute without await?

Middle
117

How long does it take to insert N different strings of length K into a set?

Senior
116

How did you find out that something was breaking or degrading? What did you look at?

Middle+
116

CREATE TABLE products ( id SERIAL PRIMARY KEY, category VARCHAR(100) NOT NULL, name VARCHAR(255) NOT NULL, description TEXT, price DECIMAL(10, 2) NOT NULL CHECK (price >= 0) );

Senior
116

System setup and instructions for replacing Pinkman mentions with targetAI.

Senior
116
/20