Q591. What is data leakage in machine learning?
Data leakage is when information unavailable at prediction time seeps into training, producing optimistic validation scores that collapse in production. Common sources: -...
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).
Data leakage is when information unavailable at prediction time seeps into training, producing optimistic validation scores that collapse in production. Common sources: -...
The medallion architecture organizes a lakehouse into three refinement layers. - Bronze (raw): data landed as-is from sources, append-only, with ingestion metadata. It is...
A hot key is accessed so frequently that a single cache node or partition becomes a bottleneck. Keys are distributed by consistent hashing, but one key always maps to one...
A stateless JWT cannot be un-issued, so revocation needs supporting state. Options: - Denylist: store revoked token identifiers (`jti`) until their `exp`, and check on ea...
Kafka combines two features: - Idempotent producer: each producer gets a producer id and sequence numbers. The broker deduplicates retries within a session, so a network ...
CAP states that during a network partition a distributed system must choose between consistency (every read sees the latest write) and availability (every request gets a ...
REST excels at resource-oriented CRUD with cacheable, uniform interfaces and a broad tool ecosystem. It becomes awkward when: - The domain is action-oriented or RPC-like,...
**Next.js** is an open-source React framework developed and maintained by Vercel that enables developers to build high-performance, full-stack web applications. ### Core ...
**Vue.js** is an open-source, progressive Javascript framework for building user interfaces that aim to be incrementally adoptable. The core library of VueJS is focused o...
`SELECT`. Optional clauses: `WHERE`, `GROUP BY`, `HAVING`, `ORDER BY`, `LIMIT`, `JOIN`. ```sql SELECT name AS full_name, salary * 12 AS annual_salary FROM employees WHERE...
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.