QA / QA Automation
What is a set?
What does the chown command do?
How would you handle a floating defect that occurred once and is no longer reproducible?
Are you interested in switching to manual testing or would you prefer to work on automation?
Name the principles of testing.
Tell me more about your tech stack and the tools you've worked with.
What testing design techniques do you know and which ones have you used most often?
What elements do you think make up the architecture of a mobile network?
If a = 128 and b = 128, what will be the result of the comparisons a == b and a is b?
[name], tell me in detail about a complex and interesting task you have worked on.
What should a testing strategy consist of?
What is the difference between a session and cookies, and what are they?
Have you encountered problems with test data?
What does this code output and why? x = 5 def show_x(): print(x) x = 10 return x show_x() print(x)
Propose test cases for testing the API for creating a product. Method: POST URL: /api/v1/products Requirements: name: only Latin letters, up to 255 characters inclusive price: integer, maximum allowed value 5000 CODE EXAMPLE { "name": "string", "price": int }
What is your experience with CI: have you set up CI pipelines?
What HTTP status codes do you know, including 204 and 403?
Tell us about yourself.
Have you had complex end-to-end scenarios involving queues and caches?
Have you participated in releases?