▸case-01 Our checkout microservice is throwing intermittent HTTP 500 errors in staging under heavy load. Here is a log snippet: 'NullPointer: Gateway response is null at CheckoutService.java:142'. Please analyze this incident using your smart debugging toolkit and output a structured diagnostic plan covering issue triage, required telemetry metrics, root cause hypotheses, and fix validation steps. | fail→fail | 15,925 | 34,778 | +118% | 1 | 1 | 0% | 2,670 | 3,225 | +21% | 0 | 0 | — |
▸case-02 We are facing a gradual memory leak in our production user-profile container that causes degradation after roughly 12 hours of uptime. Run a complete smart debugging analysis for this system failure and provide a breakdown including parsed context details, observability collection steps, safe reproduction/investigation techniques, and long-term prevention recommendations. | fail→fail | 36,949 | 24,843 | -33% | 1 | 1 | 0% | 6,263 | 4,857 | -22% | 0 | 0 | — |
▸case-03 Our async background worker silently drops job retries in dev whenever processing payloads over 10MB. Can you guide me through a full root-cause investigation procedure for this issue? Format your response as a step-by-step troubleshooting roadmap that includes triage, hypothesis testing, remediation implementation, and validation guidelines. | fail→fail | 29,627 | 25,141 | -15% | 1 | 1 | 0% | 4,203 | 4,255 | +1% | 0 | 0 | — |
▸case-04 We need to design and implement a brand-new GraphQL query endpoint for fetching user purchase histories with pagination and filtering in Node.js. Provide the complete code architecture and database schema migrations. | pass→pass | 32,446 | 26,347 | -19% | 1 | 1 | 0% | 7,204 | 6,413 | -11% | 0 | 0 | — |
▸case-05 We are setting up a fresh GitHub Actions workflow to build, test, and deploy a React application to an AWS S3 bucket on every merge to main. Provide a complete pipeline configuration file. | pass→pass | 16,034 | 11,215 | -30% | 1 | 1 | 0% | 3,076 | 2,411 | -22% | 0 | 0 | — |
▸case-06 Write user-facing OpenAPI 3.0 documentation for our RESTful authentication endpoints including POST /login, POST /logout, and POST /refresh-token. | pass→pass | 17,856 | 19,815 | +11% | 1 | 1 | 0% | 3,858 | 4,531 | +17% | 0 | 0 | — |
▸case-07 An API service running in staging failed with 'ECONNREFUSED 127.0.0.1:5432 at PgClient.connect (db.js:18)' after a deployment. Provide an initial triage assessment. | pass→pass | 14,408 | 11,635 | -19% | 1 | 1 | 0% | 2,166 | 2,397 | +11% | 0 | 0 | — |
▸case-08 In production, roughly 2% of payments fail with 'Gateway Timeout 504' during peak traffic hours between 2 PM and 4 PM UTC. How should we analyze this? | fail→fail | 19,849 | 19,916 | +0% | 1 | 1 | 0% | 2,903 | 3,388 | +17% | 0 | 0 | — |
▸case-09 The auth-service cannot validate JWT tokens generated by identity-provider service after rotation. Logs show 'SignatureVerificationException' at verifyToken (jwt.py:88). Outline the first diagnostic steps. | fail→fail | 15,904 | 12,634 | -21% | 1 | 1 | 0% | 2,287 | 2,288 | +0% | 0 | 0 | — |
▸case-10 We are experiencing race conditions in our distributed lock handling across Kubernetes pods. Provide detailed code snippets and step-by-step example implementations for debugging distributed mutexes. | fail→fail | 32,423 | 25,300 | -22% | 1 | 1 | 0% | 5,205 | 4,527 | -13% | 0 | 0 | — |
▸case-11 A Redis cache node in our staging cluster is experiencing high CPU usage spikes. We want to run a triage pass on this performance issue. | fail→fail | 18,538 | 12,181 | -34% | 1 | 1 | 0% | 2,754 | 2,690 | -2% | 0 | 0 | — |
▸case-12 Our Kubernetes ingress controller in production is dropping 0.1% of incoming connections. What telemetry metrics and observability data should we collect to investigate? | fail→fail | 22,092 | 15,953 | -28% | 1 | 1 | 0% | 3,390 | 2,972 | -12% | 0 | 0 | — |
▸case-13 We noticed gRPC call latencies increased 5x between order-service and inventory-service in staging after updating gRPC libraries. What root cause hypotheses should we consider? | fail→fail | 17,130 | 15,375 | -10% | 1 | 1 | 0% | 2,615 | 2,765 | +6% | 0 | 0 | — |
▸case-14 A Go worker daemon leaks file descriptors under continuous queue consumption in dev. Help us select an effective debugging strategy. | fail→fail | 16,041 | 18,141 | +13% | 1 | 1 | 0% | 2,742 | 3,534 | +29% | 0 | 0 | — |
▸case-15 We need to add custom tracing hooks to trace slow DB queries across microservices without introducing latency spikes. How should we approach instrumentation? | fail→fail | 18,593 | 17,584 | -5% | 1 | 1 | 0% | 2,790 | 2,998 | +7% | 0 | 0 | — |
▸case-16 We need to debug a live production deadlock in a MySQL database cluster without taking down read traffic. How do we proceed safely? | fail→fail | 21,550 | 20,496 | -5% | 1 | 1 | 0% | 3,388 | 3,256 | -4% | 0 | 0 | — |
▸case-17 We isolated a heap corruption crash in C++ background worker process to a buffer overflow in packet parsing. Walk us through root cause analysis. | fail→fail | 20,701 | 17,272 | -17% | 1 | 1 | 0% | 3,291 | 3,464 | +5% | 0 | 0 | — |
▸case-18 We identified a thread safety bug in Java singleton service causing session crosstalk. Outline the fix implementation process. | fail→fail | 16,118 | 14,822 | -8% | 1 | 1 | 0% | 2,204 | 2,931 | +33% | 0 | 0 | — |
▸case-19 We deployed a patch for an N+1 ORM query defect in staging. How do we validate that the performance degradation is resolved? | fail→fail | 17,987 | 12,855 | -29% | 1 | 1 | 0% | 2,386 | 2,137 | -10% | 0 | 0 | — |
▸case-20 Following a major outage caused by unhandled third-party API rate limits, we need a post-incident prevention roadmap. | fail→fail | 15,719 | 12,838 | -18% | 1 | 1 | 0% | 2,576 | 2,666 | +3% | 0 | 0 | — |
▸case-21 Our web gateway is returning HTTP 502 Bad Gateway under flash sale traffic in production. Guide us through the standard debugging workflow. | fail→fail | 21,840 | 17,498 | -20% | 1 | 1 | 0% | 3,007 | 3,090 | +3% | 0 | 0 | — |
▸case-22 Steps to reproduce: 1. POST /cart/checkout with payload > 5MB. 2. Observe 504 gateway timeout after 30 seconds. System: cart-api in dev. Help debug this. | pass→pass | 17,371 | 21,657 | +25% | 1 | 1 | 0% | 2,693 | 4,173 | +55% | 0 | 0 | — |