Sobes.tech

QA / QA Automation

What does JSON consist of?

Junior
no
31

What is a generator in Python?

Middle
МИЭТ
31

Have you participated in code review of automated tests?

Middle+
Mayflower
31

What is the Page Object Model pattern?

Middle
Head point
31

What tools have you used for working with Kafka?

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

What would you do if the product documentation is poorly written?

Junior
no
31

How to justify designing with a margin for future load and avoid premature optimization?

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

Where did you document testing and how was test planning carried out in the project?

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

Do you prefer testing backend or frontend?

Middle
5gen
30

Have you ever done a demo in a team?

Junior
no
30

What are your current salary expectations?

Middle
5gen
29

Would you like to transition to backend development? Are you considering this direction?

Middle
5gen
29

What is your experience with Kubernetes? What exactly did you do?

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

# Python - identify the problem in the code and rewrite it without errors # Add a user to the list and return this list. # If the second argument is not specified during the call, return the user in the response. def add_user(user, users=[]): users.append(user) return users print(add_user("User")) # Create a list of three functions, where each function returns its number when called. # The first function should return - 0, the second - 1, the third - 2: funcs = [lambda: i for i in range(3)] print([f() for f in funcs])

Middle
Head point
28

What will happen if you call the function three times in a row?

Middle
Head point
27

What is the current ratio of automated to manual testing?

Middle
5gen
27

Who decided who and what they would do: the team independently or the leader?

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

Why is yield needed in fixtures in Pytest?

Middle
5gen
27

What design patterns do you use and how does Builder differ from Factory Method?

Middle
Qulix
27

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

Senior
YadroYadro
26
/306