← ⚙️ Infrastructure at Scale
Core
Reliable webhooks: authentication, durable acceptance and duplicate delivery
Design a webhook receiver that verifies requests, durably records work and handles retries without duplicate side effects. Trace crash windows and explain why HTTP 200 is not exactly-once processing.
a free account opens the core tier · no card
RELATED CONCEPTS
PRACTICE THIS IN REAL QUESTIONS
DevOps System Design & ArchitectureDesign the webhook platform that tells merchants when payments settle. Their endpoint is down. What happens?→Infrastructure as Code & ConfigurationHow does Ansible actually work? Explain inventory, playbooks, modules and why agentless matters.→AI & GPU InfrastructureWhat is an AI agent, and what makes running one different from running a normal service?→DevOps System Design & ArchitectureWhy would you put a queue between two services? What does it actually buy, and what does it cost?→Cloud Platforms & ArchitectureHow should an app running in Azure authenticate to other Azure services without storing a secret?→Cloud Platforms & ArchitectureWalk me through how an AWS IAM request is evaluated. Where does an explicit deny fit?→