Q271. Explain database normalisation and the common normal forms.
Normalisation organises columns into tables to reduce redundancy and update anomalies. The common normal forms: - 1NF: atomic values, no repeating groups, each row unique...
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).
Normalisation organises columns into tables to reduce redundancy and update anomalies. The common normal forms: - 1NF: atomic values, no repeating groups, each row unique...
TLS provides confidentiality, integrity and authentication for a connection. In TLS 1.3 the handshake is one round trip before application data. 1. The client sends a Cli...
Virtual memory gives each process the illusion of a large, contiguous address space, independent of physical RAM. The CPU's memory management unit translates virtual addr...
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 ...
Vanity metrics look impressive but do not guide decisions: total registered users, page views, cumulative downloads. They only go up, lack context and cannot be tied to a...
Start with a clear hypothesis and a primary metric tied to the business, plus guardrail metrics for regressions. Key steps: 1. Define the unit of randomization, usually t...
Precision is the fraction of predicted positives that are truly positive: TP / (TP + FP). Recall, or sensitivity, is the fraction of actual positives that were found: TP ...
Airflow models a workflow as a DAG: a directed acyclic graph of tasks with dependencies. A scheduler parses DAG files, creates DAG runs per schedule interval, and queues ...
A common implementation is SET key value NX PX ttl. NX sets the key only if it does not exist, and PX gives the lock an expiry so a crashed holder cannot deadlock the sys...
$lookup performs a left outer join against another collection in the same database. The basic form matches localField against foreignField and returns matches in an "as" ...
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.