Q1. Explain the difference between a Deployment and a StatefulSet.
Both manage Pods, but they make different guarantees. Deployment: - Manages stateless, interchangeable replicas identified by a random suffix. - Supports rolling updates ...
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 (8 available).
Both manage Pods, but they make different guarantees. Deployment: - Manages stateless, interchangeable replicas identified by a random suffix. - Supports rolling updates ...
Both are Elastic Load Balancers, but they operate at different OSI layers. - Application Load Balancer (layer 7) understands HTTP and HTTPS, supports host and path-based ...
Resolvers run per field. If a list resolver returns N items and a child field resolver loads related data one item at a time, you get one query for the list plus N querie...
SvelteKit uses filesystem routing under src/routes. A +page.svelte renders a page, +page.js or +page.server.js exports a load function that runs before the page and retur...
Composer is PHP's dependency manager. It reads composer.json, resolves a version graph and writes composer.lock to pin exact versions for reproducible installs. composer ...
Lazy loading defers work until it is needed. For images, loading="lazy" and decoding="async" defer off-screen loads, but never lazy-load the LCP image because it delays t...
Overloading and overriding are different mechanisms that are often confused because both involve the same method name. Overloading is compile-time polymorphism: several m...
The router supports guards that run during navigation: CanActivate, CanActivateChild, CanDeactivate for unsaved forms, CanMatch for feature flags, and Resolve to prefetch...
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.