Sobes.tech

QA / QA Automation

How to check the availability of multiple users by their IDs with one test, if each performs the same GET and expects HTTP 200?

Middle
192

Can you explain what a red-black tree is and what its advantages are?

Junior — Middle
176

What architectural styles of APIs do you know?

Middle
176

#Task 1 #Given a list: list_numbers = [2, 6, 3, 19, 10, 4, 11, 16, 12, 5, 4, 16, 1, 0, 8, 16, 10, 10, 8, 5, 1, 11, 10, 10, 12, 0, 0, 0] #Print YES if the list contains numbers 5 and 19, or NO if it does not; # Task 2 # Write a function remove_vowels(text: str): that: # Takes a string text as input. # Removes all vowels (Latin a, e, i, o, u – in any case) from the string. first_string = "Hello World!" second_string = "Python" third_string = "aeiou" # Task 3 # There are two dictionaries. Merge them so that when keys match, their values are summed. d_one = {'apple': 10, 'banana': 20, 'super_kiwi': 30} d_two = {'orange': 15, 'super_kiwi': 25, 'lemon': 5} # Result should be {'apple': 10, 'banana': 20, 'super_kiwi': 55, 'orange': 15, 'lemon': 5} # Task 4 """ Create a class BankAccount with methods deposit(amount) - Deposit withdraw(amount) - Withdrawal with balance check balance() - Print current balance """

Middle
164

How to get unique records from a database table?

Middle
134

How to run only UI or only API tests in pytest?

Middle
124

What are positional and named arguments, and does their order matter when declaring a function?

Middle
122

How to get 10 non-unique records from a database table?

Middle
121

Tell about OOP in Python and its principles.

Middle
119

Did you set up the environment and run the tests yourself?

Middle
117

Tell us what you did to build test automation from scratch.

Middle
108

Explain the syntax of pytest.mark.parametrize.

Middle
93

Explain LEFT JOIN.

Middle
89

How does yield differ from return?

Middle
87

What questions do you have about the project, stack, and work format?

Middle
78
/5