Sobes.tech

QA / QA Automation

Have you participated in code review of automated tests?

Middle+
Mayflower
19

Describe what happens when connecting a laptop to a home Wi-Fi and opening yandex.ru.

Senior
YadroYadro
19

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

Middle+
Mayflower
19

What is the difference between Dockerfile and docker-compose?

Middle+
Mayflower
19

What versions of IP addresses exist and how does IPv4 differ from IPv6?

Senior
YadroYadro
19

How suitable are you for the fullstack QA format: feature development from scratch, including manual testing and subsequent automation?

Middle
MWS
19

Should the testing strategy be for release or continuous for the product?

Senior
YadroYadro
19

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.

Senior
YadroYadro
19

What are the criteria for ending testing? What to do if bugs still remain?

Senior
YadroYadro
19

What are the features of mobile application testing?

Junior
no
19

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?

Junior
no
19

Implement four more API tests for the remaining user management methods, studying the already described methods in the project.

Middle+
Mayflower
18

What does the output of ls -l: the first character, permissions rwx, number of links, owner/group, size, . and .. mean?

Senior
YadroYadro
18

Have you worked with databases?

Junior
no
18

How to forcibly terminate a process in Linux if the usual kill did not work?

Senior
YadroYadro
18

Have you used screenshot (visual) tests with reference images on a project?

Middle+
Mayflower
18

What other improvements would you suggest for tests and the project?

Middle+
Mayflower
18

Tell me about the testing pyramid.

Middle
MWS
18

What versions of HTTP do you know and what is the main difference between HTTP/2 and HTTP/1.x?

Senior
YadroYadro
18

Have you ever done a demo in a team?

Junior
no
18
/301