Q21. How do you secure a CI/CD pipeline?
Treat the pipeline as production infrastructure with its own threat model. - Secrets: never hardcode them. Use a secrets manager or OIDC federation so the pipeline gets s...
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 (29 available).
Treat the pipeline as production infrastructure with its own threat model. - Secrets: never hardcode them. Use a secrets manager or OIDC federation so the pipeline gets s...
A circuit breaker stops a caller from hammering a failing dependency. It tracks failures and moves between three states: - Closed: calls pass through while failures stay ...
Waiting for perfect data is itself a decision, usually a costly one. I aim for the best decision available with the evidence I have. First I ask what is reversible. If th...
A flaky test passes and fails on the same code. Flakiness is corrosive because teams start ignoring failures, which hides real regressions. Common causes: - Timing and as...
Stages and jobs structure a pipeline into ordered, parallelisable work. - Stage: a logical phase such as build, test, or deploy. Stages run in order, and a later stage st...
Output escaping encodes user-controlled data at the moment it is written into HTML so browsers treat it as text, not markup. This is the primary defence against XSS. ```p...
I look at profitability, liquidity, leverage and cash generation together, because any single ratio can mislead. Profitability: gross and net margin, and the trend over s...
With many services and network hops, you cannot debug from a single log file. Observability rests on three pillars plus correlation: - Structured logs: JSON with consiste...
The four foundational properties that guarantee database transactions are processed reliably are known as **ACID**: 1. **Atomicity**: "All or nothing." If any statement w...
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.