Sobes.tech

QA / QA Automation

Have you encountered flaky tests? What practices are there to combat them?

Senior
237

Name the types and levels of testing.

Middle
229

What does the generateItems function return? Is it a list of dictionaries or a list of integers? What is list comprehension?

Senior
225

What did you test with automated tests: frontend, backend? What library did you use to interact with REST API?

Senior
224

Tell us about your work experience and current technology stack.

Senior
219

Write a decorator that prints 'hello' before a function and 'bye' after, with deferred start.

Senior
218

Why do tests pass individually but fail when run together?

Middle
216

What levels of testing have you used in your project?

Middle
214

Tell me about WebView, its features, pitfalls, and how to work with it.

Middle
214

What is the difference between range(101) and range(0, 101)?

Middle
213

At what level do you write tests: monolith, microservices? How do you determine the coverage level?

Senior
212

What HTTP response codes do you know? How does 401 differ from 403?

Senior
212

What is the application architecture: monolithic or microservices?

Senior
211

Implement RLE compression of a string: given an array of English alphabet characters, compress it so that repeated characters are recorded once, followed by the count of repetitions. For example: AAAABBBAAA → A4B3A3.

Middle
211

What happens after await: does the code execute in the same thread or in a different one?

Senior
210

How to find the necessary event (e.g., crash) in Firebase/Sentry among thousands of events?

Middle
209

Was there interaction with databases within automated tests?

Senior
207

Have you ever had to translate tests from one level to another (for example, from E2E to integration/component)?

Senior
205
/5