InterviewStack.io LogoInterviewStack.io

Non-Functional Testing Questions

Testing quality attributes beyond correctness: reliability, usability, compatibility, maintainability, and other non-functional requirements. Covers identifying non-functional requirements, designing checks for them, and awareness of where functional testing is insufficient. Serves as the umbrella for quality attributes not covered by a dedicated topic.

HardSystem Design
28 practiced

Design a test and monitoring strategy to ensure a newly deployed Go binary will not cause memory or goroutine leaks at scale. Include static checks, unit/integration tests with pprof, CI thresholds, canary monitoring metrics (RSS, goroutine count), automatic rollback triggers, and post-deploy analysis steps with concrete thresholds.

That is every published Non-Functional Testing question for Site Reliability Engineer (SRE) so far. Browse the other topics in this category, or practice this one interactively.