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.

88 Moderate Prompting GenAI / LLM

What is ReAct prompting?

Short take Full answer on next page

Simple meaning

ReAct interleaves reasoning traces with actions such as search or calculator calls.

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

Read full answer Example · Mistake · Say this
91 Moderate RAG GenAI / LLM

What is query rewriting in RAG?

Short take Full answer on next page

Simple meaning

Query rewriting uses an LLM or rules to expand, correct, or split the user question into better search strings.

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

Read full answer Example · Mistake · Say this
92 Moderate RAG GenAI / LLM

What is reranking after retrieval?

Short take Full answer on next page

Simple meaning

A reranker scores the first-stage hits more carefully, often with a cross-encoder.

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

Read full answer Example · Mistake · Say this
93 Moderate RAG GenAI / LLM

What is HyDE and when would you use it?

Short take Full answer on next page

Simple meaning

HyDE generates a hypothetical answer, embeds that, and searches with the hypothetical embedding.

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

Read full answer Example · Mistake · Say this
94 Moderate RAG GenAI / LLM

What is multi-query retrieval?

Short take Full answer on next page

Simple meaning

You generate several paraphrased queries, retrieve for each, and merge unique chunks.

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

Read full answer Example · Mistake · Say this
95 Moderate RAG GenAI / LLM

When can RAG still hallucinate?

Short take Full answer on next page

Simple meaning

Retrieval can miss the right chunk, return conflicting sources, or pack so much text that the model ignores the key sentence.

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

Read full answer Example · Mistake · Say this
97 Moderate Vector DB GenAI / LLM

How do metadata filters work with vector search?

Short take Full answer on next page

Simple meaning

You restrict candidates by tenant, date, product, or ACL before or during ANN search.

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

Read full answer Example · Mistake · Say this
98 Moderate Vector DB GenAI / LLM

When would you choose HNSW versus IVF-style indexes?

Short take Full answer on next page

Simple meaning

HNSW is a graph index with strong recall and simple incremental inserts, at higher memory cost.

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

Read full answer Example · Mistake · Say this
Prev Page 5 of 12 Next
Chat with us