What are the main difficulties faced when using Lambda functions?
Python
Tell me about Async, Multithreading, Multiprocessing: what are they, when is it better to use each?
What was your role at your previous workplace?
What is a token in the context of LLM and embedding?
Why can you multiply a string by a number, but not add a string to a number?
Could you explain how to improve query performance when using Django ORM?
What is application monitoring (health-checks, URL availability)?
What problems are encountered when using ProcessPool? What are the nuances of working with processes?
I have two Linux servers. One has a large log file, and I need to transfer it to the other server. How to do it, what commands to use?
In a FastAPI service with model inference on PyTorch — what is better to choose: ThreadPool or ProcessPool?
For what class of tasks is asynchrony most suitable?
Besides cp, what other way can you transfer a file between servers?
Tell us a little about yourself: work experience, what you are looking for, why you decided to change jobs?
Do you have a duty shift? How did you connect when there were problems on the backend?
Tell me about indexes in PostgreSQL: what are they, when to use them, and when not to?
Why does the quicksort function use the condition len(arr) <= 1?
Can you tell us about your experience interacting with infrastructure components and systems?
What are HTTP methods? Describe the main methods and their purpose.
What programming languages have you written in?
What was the basis for determining the intent and where to redirect the user in your bot?