QA / QA Automation
What architectural type does your product belong to: web application, integration platform, backend service, desktop or mobile application?
What technologies besides Playwright and Pytest have you worked with?.
How have you tested the interaction of multiple feature flags and avoided combinatorial explosion?
How to set permissions rwx r-x r-x using the chmod command?
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'.
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?
Which types of testing have you most often practiced: integration, end-to-end, or component testing?
Tell us about some interesting technical challenges from your experience.
Is it possible to send data using GET?
Was the application native or hybrid?
How to identify regressions that need to be checked first, and on what basis to determine their severity? Who makes this decision?
What would you do if the product documentation is poorly written?
What is the difference between load testing and stress testing?
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
What is the difference between priority and severity of a defect?
How have microservices interacted with each other?
How was your team organized and how many people were in it?
[ { "id": 101, "productName": "Wireless Mouse", "price": 1200.50 } { id: 102, "productName": "Gaming Keyboard", "available": true, }
How many MAC addresses will a network card with four Ethernet ports have?
Have you participated in code review of automated tests?