[name] asked: How long did it take to implement a more or less ready solution of the player?
Frontend
[name] asked: Did you do everything alone or did someone else participate in the process of working on the player?
How to estimate RPS requests to LLM based on message frequency from users, session duration, and number of users, and compare it with the model's throughput capacity?
How many concurrent connections can the service handle and how to estimate this based on 1 million daily active users, peak load, and connection lifetime?
[name] asked: What do you think about the project you're working on?
[name] asked: Do you have practical experience working with CI?
[name] asked: Besides the goal of completing the project, what other business or technical goals were set for the team? What were the success criteria?
[name] asked: Imagine now the deployment is just copying files to a remote machine and running pnpm start. The application has become a high-load solution with RPS up to 1000. How would you set up CI/CD for this project?
How to deliver generated HTML into a sandboxed iframe and organize interaction between the parent page and iframe?
How to safely display HTML and interactive code generated by the model in the browser?
[name] asked: Tell me more about what tests you wrote and what types of tests you know but haven't yet applied in practice?
What security risks are significant for such a project and what measures need to be taken?
How to deploy and scale microservices, workers, and connection handlers on multiple machines and manage this infrastructure?
How to organize queue, rate limiting, and request handling to LLM when the model's available throughput is exceeded?
[name] asked: Was the architect generally responsible for the frontend architecture, or was there a separate person responsible for it on the frontend?
[name] asked: Do you have experience working with AI tools?
[name] asked: What can you say about the pros and cons of working at Yandex?
[name] asked: Which of these projects was the most recent?
How to design and scale a chat service with LLM: choose between SSE and WebSocket for client-server communication, organize streaming responses from the model, and handle requests?
[name] asked: Focus on one specific task: describe the timelines, complexity, and top-3 key technical challenges you faced.