What stack was used for working with the LLM bot? LangGraph, LangChain?
Python
Tell about the most significant and interesting projects and tasks in your career. Why do you want to leave your current job and what are you looking for?
What is offset in Kafka? How does it move?
Из чего состоит Pod в Kubernetes?
Tell about your experience implementing and using caching mechanisms in applications.
Were there any difficulties when increasing the load (50,000 operations per day)? What did the system hit?
What are the advantages of microservices architecture? Has it always been possible to make services completely independent?
What is a closure in Python?
Tell about partitioning tables in PostgreSQL. Have you used it?
What will the code yield with the operation y = (2**100 + 1) - x, where x = float(2**100)?
Can you share your experience with using queues in projects and tell us what types of queues you have worked with?
How to exchange data between processes in Python?
Do you know what Zabbix is?
What is the difference between threads and processes?
What are the ways to create an index in a database and what are the advantages of doing so?
How does adding list elements work under the hood? How is memory allocated?
Is Python commutative? Does anything change with the permutation of addends?
Tell us a little about yourself and your technical experience.
Given an array of numbers, find the indices of two elements that sum up to the target. It is known that such a pair exists and is unique in this array.
Tell about using Apache Airflow for aggregating analytical data. How were metrics collected?