next
Round
Technologies
Coding Problems
Bookmarks
Learning Paths
Login
next
Round
Technologies
Coding Problems
Bookmarks
Learning Paths
Login
</>
Loading Topics...
1
Evaluate this claim: 'Cosine similarity and normalized dot product always produce identical rankings.' What subtlety do candidates often miss here?
Expert
High
2
Many candidates assume increasing ef at query time always improves recall with only a linear latency cost. What's misleading about that assumption?
Expert
High
3
Why is 'just add more RAM' not always a valid answer to a Qdrant performance question in a system design interview?
Expert
High
4
A candidate claims that quantization always speeds up search. Under what conditions might quantization with rescoring actually be slower than searching un-quantized vectors?
Expert
High
5
Why can two identical-looking filter queries - one using an indexed field, one using an equivalent but unindexed field - have wildly different performance, even though they return the same results?
Expert
High
6
At billion-point scale, how would your indexing and sharding strategy differ from a design that works fine at ten million points?
Expert
High
7
How would you architect a system to gracefully degrade - rather than fail outright - when a burst of traffic exceeds provisioned Qdrant capacity?
Expert
High
8
What are the limits of a purely payload-filter-based multitenancy model, and at what point would you need to introduce dedicated shards or collections per tenant instead?
Expert
High
9
How would you approach re-embedding a multi-billion-point production collection with a new embedding model with zero search downtime?
Expert
High
10
When designing a retrieval system that combines dense, sparse, and multivector reranking at extreme scale, what's the single biggest cost driver you'd optimize first, and why?
Expert
High
11
If you were asked to design Qdrant's filtered-HNSW search from scratch, what core problem would you need to solve, and what naive approach would you reject first?
Expert
High
All Topics
1
Getting started
0/2 topics · 0%
Core Concepts
Setup and Basic Use
2
Querying vectors
0/3 topics · 0%
QueryAPIs
Named Vectors and Multitenancy
Sparse Vectors and Hybrid Search
3
Internals
0/3 topics · 0%
Snapshots and Backups
Indexing Internals
Internal Architecture
4
Operations & scale
0/3 topics · 0%
Performance and Optimisation
Security
System Design and Scalability
5
Practice
0/5 topics · 0%
Error Handling and Debugging
Testing
Design Patterns
Implementation Scenarios
Edge Cases