QA / QA Automation
Were there external integrations? Which ones and how did you test them?
What operating system do you work with?
Are empty tickets or tasks with insufficient description common in Yandex?
What are the types of bug priorities?
What load is expected for a solution that processes photos via Kafka, and how does it influence architecture choices?
How to modify the code to output the value 2?
Provide a specific example of a testing strategy you have developed.
What should be done if multiple form elements, such as passport fields, have the same id?
How was the team organized on the project: one team or multiple, and how many testers, developers, and analysts were there?
How was the sprint work process organized: its duration, planning, and task distribution?
What is your experience with Kubernetes? What exactly did you do?
Tell me more about what pairwise testing is.
Why did two endpoints require about 200 tests each? What exactly needed to be checked?
How many API automated tests have you created?
How did you update the test documentation when requirements or functionality changed?
How to justify designing with a margin for future load and avoid premature optimization?
x = 5 y = "2" print(x * y) print(x + y)
When did you participate in requirements analysis together with analysts: before describing the task or during the process?
How can you solve the problem with regionCode if a leading zero is lost when using an integer type, for example, "01" becomes 1?
Why is this test marked as flaky, even though it looks simple?