Q21. What are common agile anti-patterns and how do you address them?
Common anti-patterns usually dress up traditional management as agile. Zombie Scrum: the ceremonies happen but there is no real self management or working software. The D...
Technical Question Bank · Peer-Reviewed
Search and filter frequently asked interview questions across technical, programming, and behavioral domains. Tailor your interview preparation by difficulty for freshers or experienced developers (182 available).
Common anti-patterns usually dress up traditional management as agile. Zombie Scrum: the ceremonies happen but there is no real self management or working software. The D...
Product-market fit is the point where a product satisfies a strong market demand well enough that it grows, retains and pulls customers in without heroic effort. I do not...
ROI is the incremental profit attributable to a campaign divided by its cost. The hard part is the word incremental. I start by agreeing on the metric that represents val...
Sharding horizontally partitions a collection across mongos routers and shards. You choose a shard key, and MongoDB splits the key space into chunks distributed and balan...
The boot sequence moves from firmware to the kernel and then to userspace. 1. Firmware, BIOS or UEFI, runs POST and then loads the bootloader from disk or network. 2. GRU...
Make rollback a first-class, automated, and tested operation. - Immutable artefacts: deploy versioned images or packages so you can redeploy the previous one exactly. - D...
Drift is a difference between real infrastructure and Terraform state, usually caused by manual changes. Detect: - terraform plan refreshes state and shows differences. -...
Attack the layers, base image, and build context. - Use a minimal base: alpine, distroless, or scratch for static binaries. - Use multi-stage builds: compile in one stage...
CPython combines: - Reference counting for immediate reclamation. Every object tracks how many references point to it; when the count hits zero it is freed. - A cyclic ga...
TypeScript is structurally typed: compatibility is decided by the shape of a value, not by its declared name. If it has the required members, it is assignable. ```ts inte...
HireXTech uses essential storage to remember your study preferences and third-party advertising cookies via Google AdSense in compliance with GDPR. You can choose to enable essential cookies only or accept all cookies. Read our Privacy Policy.