Daily Practice
Thursday, July 9
A focused 10-item mix — same plan all day, fresh tomorrow. Mark each as you go from inside the practice screens.
0 of 10 done today
0%Python / Java coding
SQL
- SQL & PostgreSQLcoding
FIRST_VALUE to compare each order to the customer's first order
- SQL & PostgreSQLscenario
You need to test a feature where a scheduled job partitions order data by month. After the job runs, your test query returns zero rows from the expected partition. How do you diagnose the problem?
Playwright / Selenium
- Playwright (TypeScript)scenario
You are testing a checkout flow where a third-party payment iframe loads from `payments.example.com`. Playwright cannot directly interact with cross-origin iframes. How do you test the full end-to-end checkout without bypassing iframe restrictions?
- Playwright (TypeScript)scenario
Your Playwright test suite runs in 20 minutes on a single CI machine. Product leadership wants it under 5 minutes. What is your strategy?