QA / QA Automation
Have you participated in code review of automated tests?
Describe what happens when connecting a laptop to a home Wi-Fi and opening yandex.ru.
Imagine you are in a Linux terminal. You create a file and check its current permissions. How will the permission string change in the output of ls -l after executing chmod 777? What is now allowed to do with this file and to whom? CODE EXAMPLE $ touch deployment.sh $ ls -l deployment.sh -rw-r--r-- 1 user group 0 May 27 14:20 deployment.sh $ chmod 777 deployment.sh $ ls -l deployment.sh
What is the difference between Dockerfile and docker-compose?
What versions of IP addresses exist and how does IPv4 differ from IPv6?
How suitable are you for the fullstack QA format: feature development from scratch, including manual testing and subsequent automation?
Should the testing strategy be for release or continuous for the product?
LeetCode #610 — The program takes three sides of a triangle and determines its type: equilateral, isosceles, or scalene; each side is no more than 10,000. Create a set of tests to cover the program.
What are the criteria for ending testing? What to do if bugs still remain?
What are the features of mobile application testing?
Tell us about your achievements and more details about your experience: how exactly did you perform the work, what did you test in the cart and checkout?
Implement four more API tests for the remaining user management methods, studying the already described methods in the project.
What does the output of ls -l: the first character, permissions rwx, number of links, owner/group, size, . and .. mean?
Have you worked with databases?
How to forcibly terminate a process in Linux if the usual kill did not work?
Have you used screenshot (visual) tests with reference images on a project?
What other improvements would you suggest for tests and the project?
Tell me about the testing pyramid.
What versions of HTTP do you know and what is the main difference between HTTP/2 and HTTP/1.x?
Have you ever done a demo in a team?