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 (11 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...
An API gateway is the single entry point for clients, sitting in front of backend services. It typically handles: - Request routing to the correct service. - Authenticati...
The Pages Router uses files under pages/. Each file exports a default component, data comes from getStaticProps, getServerSideProps or getStaticPaths, and _app and _docum...
Specificity ranks selectors as (inline, IDs, classes/attributes/pseudo-classes, elements/pseudo-elements). Higher wins; equal specificity falls back to source order (late...
@apply inlines utility classes into a CSS rule, letting you write component classes while reusing Tailwind's design tokens. ```css .btn { @apply inline-flex items-center ...
Traditional Angular organises components, directives and pipes into NgModules that declare what belongs together and import other modules. Standalone components skip that...
The control plane maintains desired state and schedules workloads. - kube-apiserver: the front door. It validates and persists objects to etcd, and all components talk to...
Design around an RTO and RPO first; they determine active-active versus active-passive. - DNS and traffic: Route 53 health checks with failover or latency routing, plus G...
The medallion architecture organizes a lakehouse into three refinement layers. - Bronze (raw): data landed as-is from sources, append-only, with ingestion metadata. It is...
REST excels at resource-oriented CRUD with cacheable, uniform interfaces and a broad tool ecosystem. It becomes awkward when: - The domain is action-oriented or RPC-like,...
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.