QA / QA Automation
How else can you verify that user deletion was successful?
Do you prefer testing frontend or backend?
Have you encountered problems understanding the framework code?
What testing design techniques do you know and which ones have you used most often?
What are the levels of the OSI model?
What does the testing pyramid consist of and why does it have such a shape?
What is smoke testing?
What do you pay the most attention to when reviewing someone else's code and autotests?
[name], what do you ask for first when you start writing autotests on a new project?
Tell me about testing design techniques.
Have you encountered problems with test data?
What helped you reduce the time for requirements testing?
What does the command ls -lan output and how does the pipe | work? How is | different from ;?
What are the differences between XML and JSON?
What will you do in complete isolation if you only have a browser, Postman, and a website?
Are tests run in parallel in the project? What problems were encountered and how were they solved?
What will be the result of executing this code? a = [1, 2, 3] b = [1, 2, 3] print(a == b) print(a is b)
Do you use AI tools in your work and for what purpose?
How many people are in the team and how many of them are fullstack QA engineers?
What do you usually include in a bug report besides priority and severity?