Q1. What is the difference between a Scrum Master and a Product Owner?
The Product Owner and the Scrum Master are different roles with different accountabilities. The Product Owner owns the value of the product. They manage the product backl...
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 (1,236 available).
The Product Owner and the Scrum Master are different roles with different accountabilities. The Product Owner owns the value of the product. They manage the product backl...
The test pyramid is a guideline for balancing automated tests by level. ```text /\ E2E (few, slow, brittle) / \ /----\ Integration (some) /------\ /--------\ Unit (many, ...
A compiler translates the whole program from source into machine code or an intermediate form before it runs, producing an executable. Errors are reported after the whole...
A primary key uniquely identifies each row in a table. It must be unique and not null, and a table has at most one. It may be a single column or a composite of several, a...
TCP and UDP are transport-layer protocols with opposite trade-offs. TCP is connection-oriented. It sets up a connection with a three-way handshake, numbers every segment,...
A process is a running program with its own virtual address space, code, data, heap, open file descriptors and at least one thread. The operating system isolates processe...
Object-oriented programming rests on four pillars: - Encapsulation: keep state private and expose behaviour through methods, so invariants cannot be broken from outside. ...
A data warehouse stores structured, modelled data optimized for analytics and SQL. It uses schema-on-write: data is cleaned and conformed before loading, typically into s...
Redis exposes several core data types, each with tailored commands. - Strings: counters, cached serialized objects and rate limiters using INCR and SETEX. - Hashes: objec...
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...
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.