Company overview
Лига Ставок
Latest vacancy: March 27, 2026
- Vacancies
- 4
- Interviews
- 3
- Questions
- 74
- Tasks
- 0
Published in the selected period
Vacancies · 0
No vacancies were found for the selected period.
Published records
Interviews · 3
Grouped by direction
Questions and tasks · 74
QA / QA Automation
How did you use Postman?
What is your attitude towards using AI tools (LLM, Cursor) in testing work?
Do you know anything about backward compatibility testing?
We have a component interaction scheme: Suppose these are services designed to create and manage events for HR managers. We send a message to Service 1 (deployed in Kubernetes) to get or edit data via REST API. Service 1 processes the data and then sends it to Kafka. Service 2 (also deployed in Kubernetes) reads messages from Kafka and transforms all received information into another format, then stores it in a database. We as users sent a request to create an event via REST to Service 1, then checked for this event in the database with a Select query. But the event was not found in the database. We started investigating the problem and found that the message got stuck at Kafka — it was simply not read by Service 2. How will we troubleshoot to find out why the message was not read?
DevOps
Have you created virtual machine images and how did you do it?
Explain what a static method is in Python and how to use it
Do you have any questions about the project or company processes?
What is the difference between class properties and specific object properties in Python?
Have you used the classic constructor in your Python coding practice?
Can you explain what the ICMP protocol is and which layer of the OSI model it belongs to?