GenAI / LLM track

GenAI and LLM interview questions

Panel-ready GenAI / LLM questions for freshers and experienced developers. Practice at Coding Cadre in Faridabad, or Online from Delhi NCR.

21 High Chunking GenAI / LLM

What is late chunking or contextual retrieval?

Short take Full answer on next page

Simple meaning

Late chunking embeds a long passage with full context then pools token vectors into chunk embeddings so boundaries lose less meaning.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
22 High Chunking GenAI / LLM

How do hierarchical or summary indexes work in RAG?

Short take Full answer on next page

Simple meaning

You store summaries of sections or documents, retrieve at the coarse level, then drill into child chunks.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
25 High Hybrid search GenAI / LLM

Where does learning-to-rank sit after hybrid retrieval?

Short take Full answer on next page

Simple meaning

LTR or a cross-encoder consumes features such as BM25, vector score, recency, and click priors to reorder the union list.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
26 High Vector DB GenAI / LLM

How do you isolate tenants in a vector database?

Short take Full answer on next page

Simple meaning

Use namespaces or mandatory metadata filters on tenant ID and enforce them in application code, not only in prompts.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
Prev Page 2 of 4 Next
Chat with us