Explore

Curated study paths, company interview guides, and topic deep-dives — everything you need to land your next SDET role.

10 Topics2 Study Plans6 Company Guides

Featured

Featured

SDET Interview Crash Course

The fastest path from zero to interview-ready. Covers Testing Fundamentals → API Testing → UI Automation → CI/CD in a curated sequence.

Start Learning
Popular

Top SDET Interview Questions

The most commonly asked questions across API testing, UI automation, and CI/CD — ranked by how often they appear at Google, Amazon, Meta, and Microsoft.

Browse Questions

Interview

Company-specific question banks and interview patterns. Targeted prep for your target company.

Amazon

12 problems

HardComing Soon
  • Debugging challenges
  • Test design judgment
  • Leadership Principles (STAR)

Google

10 problems

HardComing Soon
  • Algorithms + test cases
  • Systems thinking
  • Writing unit tests for your code

Microsoft

9 problems

MediumComing Soon
  • Testability by design
  • Debugging discipline
  • OOP & SOLID principles

Meta

8 problems

HardComing Soon
  • BFS/DFS & graph problems
  • System design for testing
  • Speed + optimization

Netflix

7 problems

HardComing Soon
  • System design (weighted heavily)
  • Take-home style problems
  • Culture fit evaluation

Apple

6 problems

MediumComing Soon
  • QA methodology & bug reporting
  • Algorithms
  • Priority vs. severity definitions

Learn

Deep-dive into every skill area SDETs are tested on. Start with available topics, track your progress as more content ships.

Automation & Frameworks

Beginner4 problems

API Testing

REST API validation with Python requests and pytest. Status codes, auth, contracts, and negative testing.

pytestrequestsREST
Start practicing
Intermediate3 problems

UI Automation

Selenium, Playwright, and Cypress. Locator strategies, Page Object Model, async waits, and data-qa-id selectors.

PlaywrightSeleniumCypress
Start practicing
BeginnerComing Soon

pytest & Test Framework Design

Fixtures, parametrize, plugins, and building scalable test suites. The most in-demand Python testing framework.

pytestfixturesparametrize
Coming soon
Beginner2 problems

CI/CD Pipelines

Fix broken GitHub Actions YAML, Jenkins pipelines, and GitLab CI. Debug real pipeline issues and optimize test execution.

GitHub ActionsJenkinsYAML
Start practicing
IntermediateComing Soon

Mobile Testing

Appium for cross-platform iOS and Android automation. Desired Capabilities, device cloud integration (BrowserStack, Sauce Labs).

AppiumiOSAndroid
Coming soon
AdvancedComing Soon

Performance Testing

Load, stress, and soak testing with JMeter and k6. Understand p50/p95/p99 latency, throughput, and identifying bottlenecks.

JMeterk6load testing
Coming soon

Testing Knowledge

BeginnerComing Soon

Testing Fundamentals

Testing pyramid, black/white box, equivalence partitioning, boundary value analysis, and risk-based testing.

test pyramidblack boxboundary values
Coming soon
IntermediateComing Soon

Test Design ("How would you test X?")

Practice the most common SDET interview question type: designing test suites for real features, APIs, and systems from scratch.

test strategysystem designedge cases
Coming soon
IntermediateComing Soon

Database Testing & SQL

SQL for QA: writing queries to validate test data, checking constraints and triggers, and verifying database state after test runs.

SQLPostgreSQLdata validation
Coming soon
AdvancedComing SoonNew

AI & LLM Testing

Testing LLM-powered systems: hallucination detection, prompt injection, red teaming, and AI-assisted test generation.

LLMred teamingAI QA
Coming soon

Ready to start practicing?

Jump straight into hands-on problems. No setup required — code runs in your browser.