Python
Are there any preferences regarding days or times for the next meeting?
What ORM do you know?
What generally happens when creating a variable in Python, what does it have?
Can this SQL problem be solved without a subquery?
Tell us about your experience working with Go: did you develop services in Go yourself or mainly work with existing ones? What fixes did you make?
If only the tenth element of a sorted set is needed, how to rewrite the query or ORM expression?
What are queues, where and how is it best to use them?
What LLMs do you use in your work?
Do you write SQL queries manually or use ORM?
How would you migrate a table with 20–80 million rows: add a new column and pre-fill it based on another field if migration is not applied?
How to speed up filtering analytical data by days without indexes, by pre-creating a table using PostgreSQL?
How does Apache Kafka differ from RabbitMQ?
How to call an already decorated function `hello`?
Is it possible to make Django asynchronous?
Have you had experience working with Kafka?
How comfortable are you working with PostgreSQL and raw SQL instead of ORM, such as SQLAlchemy?
Do you have any questions about the company and the role?
Do you have experience developing a project from scratch?
Why did you choose Python as your primary development language?
How does a lambda function differ from a regular function in Python?