Q1. How does MongoDB differ from a relational database?
MongoDB is a document database. Data is stored as flexible BSON documents inside collections instead of rows in tables with a fixed schema. Each document can have its own...
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).
MongoDB is a document database. Data is stored as flexible BSON documents inside collections instead of rows in tables with a fixed schema. Each document can have its own...
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...
Vue 3 wraps reactive objects in an ES Proxy that intercepts get and set operations. On a get, track() records the currently active effect (a render function, computed or ...
Relational Database Management Systems (RDBMS). SQL is the ANSI-standard language for creating, querying, updating, and managing relational databases. Major implementatio...
The Options API organises component logic into fixed options such as data, methods, computed, watch and lifecycle hooks. The Composition API organises the same logic insi...
Working capital is current assets minus current liabilities. It measures the short term liquidity available to run day to day operations. Current assets include cash, rec...
The OSI model is a seven-layer reference model: Physical, Data Link, Network, Transport, Session, Presentation and Application. The TCP/IP model as taught is four layers:...
An operating system manages hardware and provides abstractions so programs do not talk to devices directly. Its main responsibilities are: - Process management: create, s...
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...
A closure is a self-contained block of functionality that can be passed around and captures values from its surrounding context. Functions are a special case of closures....
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.