Sobes.tech

QA / QA Automation

What architectural type does your product belong to: web application, integration platform, backend service, desktop or mobile application?

Middle
MWS
20

What technologies besides Playwright and Pytest have you worked with?.

Middle
MWS
20

How have you tested the interaction of multiple feature flags and avoided combinatorial explosion?

Middle+
Mayflower
20

How to set permissions rwx r-x r-x using the chmod command?

Senior
YadroYadro
20

You want to rent an apartment and you have a table 'Apartments': Write a query to select apartments with a price higher than the average and not rented (Not rented), sorted by 'Price'.

Junior
no
20

What headers change when a home router forwards a packet from the local network to the internet? How does the response return to the device through NAT?

Senior
YadroYadro
20

Which types of testing have you most often practiced: integration, end-to-end, or component testing?

Senior
YadroYadro
20

Tell us about some interesting technical challenges from your experience.

Middle+
Mayflower
20

Is it possible to send data using GET?

Junior
no
20

Was the application native or hybrid?

Junior
no
20

How to identify regressions that need to be checked first, and on what basis to determine their severity? Who makes this decision?

Junior
no
20

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

Junior
no
20

What is the difference between load testing and stress testing?

Senior
YadroYadro
20

In what order will the fixtures run? import pytest @pytest.fixture(scope="session") def setup_api_logs(): print("A") @pytest.fixture(scope="module") def db_container(): print("B") @pytest.fixture(scope="function", autouse=True) def api_client(db_container): print("C") @pytest.fixture(scope="function") def auth_token(): print("D") def test_create_order(auth_token): assert True

Middle+
Mayflower
20

What is the difference between priority and severity of a defect?

Senior
YadroYadro
20

How have microservices interacted with each other?

Junior
no
19

How was your team organized and how many people were in it?

Junior
no
19

[ { "id": 101, "productName": "Wireless Mouse", "price": 1200.50 } { id: 102, "productName": "Gaming Keyboard", "available": true, }

Junior
no
19

How many MAC addresses will a network card with four Ethernet ports have?

Senior
YadroYadro
19

Have you participated in code review of automated tests?

Middle+
Mayflower
19
/301