Sobes.tech

QA / QA Automation

Recall the biggest task in the last year and a half: what was it and what was the testing volume?

Middle+
212

If a = 128 and b = 128, what will be the result of the comparisons a == b and a is b?

Middle+
207

a = 4 b = [4] result = (a, b) a = 5 b.append(5) Question: what is the value of result after executing all lines and why?

Middle
205

What is the difference between Dockerfile and docker-compose?

Middle+
204

Why are data types considered mutable or immutable?

Middle+
203

What does this code output and why? x = 5 def show_x(): print(x) x = 10 return x show_x() print(x)

Middle+
203

Imagine you joined a project and received your first auto-test task during onboarding: what would be important for you to learn, and would you highlight critical cases or architectural issues if you notice them?

Middle+
201

Have you worked with the PyTest hooks themselves?

Middle+
201

What are the scopes in Python?

Middle+
194

What is your preferred ratio of manual testing to automation?

Middle+
193

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

Middle+
189

What Linux commands do you use to connect to a server and edit files?

Middle
187

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

Middle+
187

Have you used feature flags in your work?

Middle+
185

Why should a fixture with scope="session" be executed if it has no autouse=True and is not requested by a test or another fixture?

Middle+
185

What is a layer in Docker and what is it used for?

Middle
185

What happens to the request after entering the domain in the browser and pressing Enter?

Middle
184

What checks are missing in the implemented tests?

Middle+
184

Have you encountered problems understanding the framework code?

Middle+
184

Are tests run in parallel in the project? What problems were encountered and how were they solved?

Middle+
183
/4