Q1. What are microservices compared with a monolith?
A microservice architecture structures an application as a set of small, independently deployable services, each built around a business capability, owning its own data 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 (17 available).
A microservice architecture structures an application as a set of small, independently deployable services, each built around a business capability, owning its own data s...
Dependency injection supplies instances to classes instead of letting them construct collaborators. Providers are registered at the root (providedIn: 'root'), on a route,...
GCP IAM binds principals to roles on resources. A service account is a special identity for workloads rather than humans. - Principals: users, groups, service accounts, d...
A customer once received a delayed order that missed a critical deadline and was understandably furious. I called rather than emailed, apologised clearly and took ownersh...
systemd is the init system on most modern distributions. It starts services and manages dependencies, logging, and lifecycle. - Units describe resources: .service, .socke...
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...
Kubernetes gives stable access to moving Pods through Services and DNS. - A Service selects Pods by label and gets a stable virtual IP, the ClusterIP, and a DNS name. - k...
In a dynamic environment, service instances start, stop and move, so callers cannot rely on fixed hostnames. Service discovery maintains a registry of healthy instances a...
A Service exposes a set of Pods at the transport layer; an Ingress exposes HTTP and HTTPS routes into the cluster at the application layer. - Service: stable virtual IP a...
Both can host code, but they optimise for different workloads. Azure Functions is serverless and event-driven: - Consumption or Premium plans scale to zero and bill per e...
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.