Q351. Compare the GCP Cloud Storage classes.
Cloud Storage classes trade storage cost for retrieval cost and minimum storage duration. - Standard: frequent access, no minimum duration. Best for hot data and serving ...
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 (2,728 available).
Cloud Storage classes trade storage cost for retrieval cost and minimum storage duration. - Standard: frequent access, no minimum duration. Best for hot data and serving ...
A Virtual Network, or VNet, is an isolated private network in a region with its own address space. You divide it into subnets and control traffic with network security gr...
SQS is a queue; SNS is a publish and subscribe topic. They solve different problems and are often combined. - SQS is point-to-point. A message is stored until a consumer ...
A stampede (thundering herd) happens when a popular key expires or is cold, and many concurrent requests all miss and hit the database at once, potentially overwhelming i...
Role-Based Access Control assigns permissions to roles and roles to users, for example `admin` can delete any order. It is simple to reason about, easy to audit and a goo...
Ordering is usually per partition or per queue, not global. - Kafka orders records within a partition only. Records with the same key go to the same partition, preserving...
A saga replaces a single ACID transaction across services with a sequence of local transactions, each publishing an event or invoking the next step. If a step fails, prev...
Two options: - Offset/limit: `orders(offset: 40, limit: 20)`. Easy to implement but unstable when items are inserted or removed and slow at large offsets. - Cursor-based ...
Two main approaches: - Offset pagination: `GET /items?limit=20&offset=40`. Simple and allows jumping to a page, but degrades as offsets grow because the database must sca...
Code splitting divides the bundle so the browser downloads only what a route or interaction needs. Bundlers detect dynamic import() and create a separate chunk for that m...
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.