41Our firewall rules are iptables scripts from 2015. What changes moving to nftables and what actually breaks?▼mediumNewRed HatGitLabAtlassian◆ premiumSets instead of thousand-rule chains, one engine for both IP families, atomic ruleset swaps, and a compatibility shim with sharp edges. Migration risk lives in coexistence and tooling assumptions, not syntax.Open full answer →
11A legacy workload must move off a dying data centre: lift-and-shift, re-platform or rebuild. How do you decide?▼mediumNewAccentureInfosysIBM○ sign inThe services-and-enterprise interview staple. There is a defensible answer and it is not 'always re-platform': the decision is a function of change tolerance, deadline reality and what the workload is worth.Open full answer →
07Five hundred resources were built by hand over three years and must come under Terraform. Walk me through importing them without breakage.▼hard★ EssentialNewHashiCorpAccentureIBMunlockedThe services-market question that decides who can actually run a migration. Import is the easy part; the hard parts are resource-for-resource fidelity and proving the first plan is empty.Open full answer →
64Ingress NGINX is retired, but it still serves our traffic. How would you migrate without breaking customers?▼mediumNewRed HatGoogleCloudflare◆ premiumAn end-of-maintenance date changes the risk even while traffic stays healthy. The work is proving routing and security parity before moving a production hostname.Open full answer →
04Ship a schema change to a live service with no downtime. Walk me through the sequence.▼hard★ EssentialNewStripeShopifyGitLab2 repliesunlockedThe deployment question that has a real answer and a real trap. Code and schema deploy at different speeds, and any step where they must change together is the step that causes the outage.Open full answer →
08Forty services each ship a different vendor agent. You are consolidating on OpenTelemetry. What improves, what breaks, what of the vendors?▼mediumNewDatadogGitLabSalesforceunlockedOpenTelemetry is an API and a wire protocol, not a product. Candidates who promise instant multi-vendor bliss have never run the collector in production or negotiated with a vendor who knows it.Open full answer →
03A payments monolith releases monthly and scaling means buying hardware. Design the migration.▼hard★ EssentialNewJPMorgan ChaseRazorpaySAP2 repliesunlockedThe migration question, and the trap is answering with a target architecture. What is being scored is sequencing: how you get there without a rewrite and without a release freeze.Open full answer →
18Postgres is out of headroom. How do you choose a shard key, and how do you reshard later without downtime?▼hard★ EssentialNewPhonePeFlipkartUber○ sign inSharding buys write headroom and bills you in joins, foreign keys, and every future migration. The key choice is a query-pattern bet; the resharding choreography separates operators from diagram artists.Open full answer →