Q51. How do you design a CI/CD pipeline for a microservices application?
Optimise for independent, fast, and safe delivery per service. - Per-service pipelines: each repository builds, tests, and deploys its own service, avoiding a monolith pi...
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 (329 available).
Optimise for independent, fast, and safe delivery per service. - Per-service pipelines: each repository builds, tests, and deploys its own service, avoiding a monolith pi...
Babel is a JavaScript compiler that transforms modern syntax into code older environments can run. It parses source into an AST, applies plugins that each handle a transf...
Every interactive element must be reachable and operable with the keyboard alone. Native elements such as button, a[href], input, select and textarea are focusable and ha...
Tailwind is configured in tailwind.config.js. The content array tells the engine where to scan for class names, and theme customises the design tokens. extend adds to the...
A Promise represents a single future value and is eager: it starts when created, cannot be cancelled, and has no operators beyond then and catch. An Observable is lazy, e...
A field is a variable declared directly in a class. A property is a member with `get` and `set` accessors that looks like a field to callers but runs code, enabling valid...
Go has no uninitialised variables. Every type has a defined zero value: 0 for numeric types, false for bool, the empty string for string, nil for pointers, slices, maps, ...
Give a real example and a repeatable method. Method: "I first clarify the true deadline and what 'done' means, then prioritise ruthlessly using impact versus effort. I cu...
Show that you have done homework and connect it to your goals. A strong answer has three parts: 1. Something specific about the company: product, engineering culture, rec...
IaC defines infrastructure (networks, servers, databases, DNS, IAM) in version-controlled declarative files, applied by a tool such as Terraform, Pulumi, CloudFormation 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.