Sobes.tech

QA / QA Automation

What testing stack or framework have you used?

Senior
292

What data type cannot be a key in a dictionary?

Senior
253

How did you solve the problem of unstable (flaky) tests?

Senior
234

Tell about your work experience, what projects you participated in, what tasks you performed.

Senior
218

# The input is a string, and the output should be a list of numbers from the string: # Example: # Input: "df12fhfj1jja56jdjdg999" # Output: [12, 1, 56, 999]

Senior
211

What is OOP? Why object-oriented? What are the main principles of OOP?

Senior
205

Can a tuple containing a list inside be a dictionary key?

Senior
195

How was the work with test data organized? How did you generate it, where did you store it, and how did you use it?

Senior
187

What automation patterns have you encountered or know?

Senior
185

How were your automated tests integrated into processes? When did they run?

Senior
179

Where is it customary to store fixtures? Is it possible to store them outside conftest.py?

Senior
174

What types of selectors/locators do you know? What are the advantages of XPath and CSS?

Senior
173

What is a decorator? What built-in decorators do you know?

Senior
170

Optimization solution: how to remove the else branch and use for/else?

Senior
164

What happens to an object when an immutable data type (e.g., number 5) is changed by increasing it by 1?

Senior
163

What are the data types in Python and how can they be grouped?

Senior
156

What coding principles do you know? (DRY, SOLID, KISS, etc.)

Senior
152

What is a generator and an iterator? What is the difference? What keyword is used in a generator?

Senior
148

What is an object in Python? What attributes does each object have?

Senior
145

What is a fixture in PyTest? What parts does it consist of (setup/teardown via yield)? What are the arguments of a fixture?

Senior
143