Q11. Explain decorators with a practical example.
A decorator is a callable that takes a function and returns a new one, adding behaviour without changing the original code. The @decorator syntax is sugar for func = deco...
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 (55 available).
A decorator is a callable that takes a function and returns a new one, adding behaviour without changing the original code. The @decorator syntax is sugar for func = deco...
Docker creates network namespaces and connects containers using drivers. - bridge (default): containers get private IPs on a virtual bridge. Same-network containers resol...
BigQuery is a serverless, columnar data warehouse built on a separation of storage and compute. - Storage: data lives in Capacitor, a columnar format backed by Colossus d...
Avoid microservices when: - The domain is still being explored. Wrong boundaries are far more expensive to move than within a monolith. - The team is small. Each service ...
computed derives a cached value from reactive dependencies. The getter re-evaluates only when a dependency changes and something reads the value, which makes it ideal for...
Inheritance is an is-a relationship: `Dog extends Animal` because every dog is an animal. Composition is a has-a relationship: `Car` holds an `Engine`. Inheritance gives ...
Blob Storage offers tiers that trade storage cost against access cost and latency. - Hot: frequent access, highest storage cost, lowest access cost. - Cool: infrequent ac...
ref creates a reactive reference that can hold any value, including primitives, and is accessed through .value in JavaScript while auto-unwrapping in templates. reactive ...
SQL (relational): rigid schema, ACID transactions, powerful joins and ad-hoc queries, mature tooling. Excel at structured, relational data with integrity requirements suc...
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 ...
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.