Python
What is CQRS and how have you applied it in a project?
Regarding relational databases in general (not specifically about PostgreSQL): if the database cannot handle the volume of data, and read/write operations are slow — explain step-by-step, from simple to complex, how to optimize this situation.
Have clear specifications been provided to you, or have you participated in discussing requirements and communicating with analysts, PMs, and the business?
What will you do if a heavy SQL query becomes a bottleneck?
What are p95, p99, and what other percentiles are there?
How to give an AI agent a constant project context so as not to describe it again in each session?
System setup and instructions for replacing Pinkman mentions with targetAI.
[Name] asked: How was the team organized from a development and AI perspective?
How to foresee the integration of Python application logs with different clients' logging systems without rebuilding the application?
Briefly tell about your work experience, starting with the last project.
What did the team look like and how were tasks distributed?
[name] asked: What amount are you currently considering proposals for?
How does asyncio work in Python on Linux?
A simpler example: an SMS campaign offering to buy sausage, but a Christian fast is approaching — what changes in this situation and what should be paid attention to?
Can you explain how next() works?
Given a sequence of integers. Find the minimal possible product of a pair of elements in the sequence (a pair is two elements, not necessarily consecutive). For example, for the sequence 9 4 2 5 3, the answer will be 6.
Approximately how much does it cost to run and maintain a system?
What are mutable and immutable types in Python? Why is this important and what are their features?
Why was Python chosen as the language for server backend?
Do you have experience with TDD or BDD (Behavior-Driven Development)?