Q21. How do you implement safe rollbacks in a delivery pipeline?
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...
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 (34 available).
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...
Bash can start, inspect and signal processes. Append `&` to run a job in the background and `$!` holds its PID. `wait` blocks until it finishes. ```bash sleep 30 & pid=$!...
I align people through a shared, visible goal and a clear decision making process, not through endless meetings. I start by understanding what each group cares about. Eng...
Silence usually means something changed, not that they dislike me. I do not flood their inbox. First I send a short, low pressure note that gives them an easy way to repl...
GraphQL usually returns HTTP 200 with a JSON body containing `data` and/or `errors`, because a single operation can partially succeed across fields. ```json { "data": { "...
- Accepting the `none` algorithm or trusting the token header for algorithm selection, which enables algorithm confusion attacks. Pin the expected algorithm server-side. ...
Library builds differ from app builds: you usually bundle to ESM and CommonJS, externalise peer dependencies such as React or Vue so consumers do not get duplicates, gene...
Register allocation assigns the many virtual registers produced by the compiler to the small, fixed set of physical CPU registers. It happens late, after instruction sele...
Start with the decision the audience needs to make, then structure the narrative around it: situation, complication, question and answer. Lead with the recommendation and...
The answer depends on the size of the "many" side and the access pattern. One-to-few: embed an array of subdocuments. A user with a handful of addresses embeds them, so o...
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.