InterviewStack.io LogoInterviewStack.io

Testing, Quality & Reliability Topics

Quality assurance, testing methodologies, test automation, and reliability engineering. Includes QA frameworks, accessibility testing, quality metrics, and incident response from a reliability/engineering perspective. Covers testing strategies, risk-based testing, test case development, UAT, and quality transformations. Excludes operational incident management at scale (see 'Enterprise Operations & Incident Management').

Test Coverage Analysis and Optimization

Measuring and improving how thoroughly tests exercise the system: code coverage, requirement coverage, and gap analysis. Covers interpreting coverage metrics without gaming them, identifying under-tested areas, and optimizing a suite for signal versus redundancy. Includes when high coverage is and is not meaningful.

0 questions

SLIs, SLOs, SLAs, and Error Budgets

Defining and operating reliability targets. Covers choosing service level indicators, setting service level objectives and agreements, computing and spending error budgets, and using them to drive engineering decisions. Includes negotiating reliability targets with stakeholders.

2 questions

Test Case Design and Edge Case Analysis

Systematically deriving the cases, inputs, and conditions most likely to expose defects. Covers formal test-design techniques (equivalence partitioning, boundary value analysis, decision tables, state transitions, and pairwise/combinatorial design) and writing clear, maintainable test cases with documented expected results. Also covers the edge-case mindset: boundary conditions, invalid and unexpected inputs, corner cases, and the attention to detail that anticipates failures when validating complex behavior.

0 questions

Test Levels and the Test Pyramid

How unit, integration, component, end-to-end and contract tests fit together and where each provides the most value. Covers the test pyramid and the competing shapes proposed against it (the testing trophy and the honeycomb), multi-layer test architecture, contract testing as the seam between services, choosing the right level to catch a given class of defect cheaply, and what to run per commit versus per release. Includes the cost and confidence trade-offs between fast low-level tests and slower, broader system tests. The scope is which level a test belongs at and why. Deciding how much to invest in testing and where to prioritize under time pressure is covered separately.

0 questions

Technical Debt Management and Refactoring

Identifying, prioritizing, and paying down technical debt sustainably. Covers recognizing debt, making the case to invest in it, refactoring safely behind tests, and balancing debt reduction against feature velocity. Includes keeping a codebase maintainable over the long term.

15 questions

Accessibility Testing

Verifying products are usable by people with disabilities and meet accessibility standards. Covers WCAG-aligned checks, assistive-technology and keyboard testing, semantic markup and ARIA validation, and combining automated and manual accessibility checks. Emphasizes inclusive quality as a first-class requirement.

0 questions

Defect Management and Bug Lifecycle

Handling defects from discovery to closure. Covers writing clear, reproducible bug reports, triage, severity and priority assessment, the defect lifecycle, and quality gates. Includes collaborating with development on defect resolution and defect prevention over time.

0 questions

Test Strategy, Planning, and Risk-Based Prioritization

Deciding what to test, how, in what order, and where to concentrate limited effort. Covers building a test strategy and test plan and the difference between them, scoping coverage against goals and constraints, the automate-versus-manual decision for a specific test, the automation business case (break-even, payback, and how to measure it), balancing speed, quality and cost, and risk-based testing: assessing feature and change risk, severity and likelihood scoring, prioritizing under time pressure, defending coverage trade-offs when the schedule does not allow testing everything, and judging release readiness. The scope is the investment and prioritization DECISION. Which test level a given test belongs at, and how a pipeline run should behave at execution time, are covered separately.

1 questions

Requirements Traceability and User Acceptance Testing

Connecting tests back to requirements and validating the product with stakeholders. Covers requirements traceability and validation, designing and running UAT programs, and supporting implementation and rollout. Includes ensuring every requirement is verifiable and verified.

0 questions
Page 1/2