Sobes.tech

QA / QA Automation

Tell us briefly about yourself: what you have been doing, how you joined the project, why you left your last project, and why you are looking for a job now?

Junior
no
18

Provide an example of a defect with low priority and severity, as well as a blocking defect.

Junior
no
18

Have you worked with Behave or other BDD frameworks?

Middle
MWS
18

What is a collision?

Middle
MWS
18

In what situations are grep and find used?

Senior
YadroYadro
18

Have you worked with CI/CD pipelines: created or edited jobs?

Senior
YadroYadro
17

Как работает SSH-аутентификация по ключам и зачем нужна пара ключей?

Senior
YadroYadro
17

If a button on a website doesn't work, how to determine what the problem is?

Junior
no
17

Tell us about yourself, your work experience, and what position/project you are looking for.

Senior
YadroYadro
16

In a fixture, a user is created each time, leading to accumulation of test users. What can be added?

Middle+
Mayflower
16

What are the scopes in Python?

Middle+
Mayflower
16

Name the HTTP methods.

Junior
no
16

What checks are missing in the implemented tests?

Middle+
Mayflower
15

What was the proportion of backend and frontend developers in the project?

Middle
ПАО Сбербанк
15

What is the difference between authentication and authorization?

Junior
no
15

Why is an IP necessary for inter-network communication if all networks could be connected via Ethernet?

Senior
YadroYadro
15

How to find the element id on the page?

Middle+
Криптонит
15

What salary do you want and what is the minimum you consider?

Junior
no
15

@pytest.mark.skip("flaky") def test_create_user(self, base_url, generate_faker_data): headers = {"api-key": "special-key"} data = { **generate_faker_data } response = requests.post(f'{base_url}/user', json=data, headers=headers) assert response.status_code == 200, "Error, registration failed" assert "code" in response.json(), "Error, entity not created" response_username = requests.get(f'{base_url}/user/{data["username"]}') assert response_username.json()['username'] == data['username'] assert response_username.json()['id'] == data['id'], "IDs do not match" self.attach_response(response.json())

Middle+
Криптонит
13

What Linux command line tools do you use?

Middle+
Криптонит
13
/301