Do you take initiative if a system analyst proposes a suboptimal solution?
Python
How do you configure an application?
How to protect the POST payment acceptance endpoint from repeated client requests during network failures?
What architecture was used in your last project?
What role do AI tools play in your development cycle?
What is WAL in PostgreSQL and what is it used for?
What is clean architecture and what does it look like?
Why did you decide to write and run the application in Docker?
What problems did you encounter when working with SQLAlchemy?
Are you still working at Toca?
How do you approach implementing a feature if the documentation is technically imperfect and part of the business logic is not obvious?
How does `Depends(get_db)` work in the context of FastAPI endpoint, and why is dependency injection mechanism needed?
How to prevent reprocessing of the same Kafka message? Where and how to organize idempotency check on the consumer side?
What integrations have you implemented and through what interaction methods did you work?
In what style or paradigm do you write programs in Python?
Why might there be a need to merge microservices back into a modular monolith?
How to implement data collection from 10 independent REST integrations?
How to make data collection idempotent if 10 identical requests arrive simultaneously?
What benefits and risks do you see in vibe coding?
Have you ever configured a feedback loop for a coding agent?