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.

223 Qs
201 Easy LLM GenAI / LLM

What is a large language model?

Short take

Simple meaning

An LLM is a neural net trained on huge text to predict the next token.

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

Read full answer Example · Mistake · Say this
202 Easy Prompting GenAI / LLM

What is prompt engineering?

Short take

Simple meaning

It is writing clear instructions, context, and examples so the model does the task you want.

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

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

What is Retrieval Augmented Generation?

Short take

Simple meaning

RAG searches your documents first, then feeds relevant chunks into the LLM prompt.

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

Read full answer Example · Mistake · Say this
204 Moderate Embeddings GenAI / LLM

What are text embeddings?

Short take

Simple meaning

Embeddings are numeric vectors that place similar meanings near each other.

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

Read full answer Example · Mistake · Say this
207 Moderate Tokens GenAI / LLM

Why do token limits matter?

Short take

Simple meaning

Models accept a maximum context window measured in tokens, not words.

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

Read full answer Example · Mistake · Say this
210 Moderate Embeddings GenAI / LLM

What is cosine similarity for?

Short take

Simple meaning

Measuring angle between vectors — common for nearest neighbor search.

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

Read full answer Example · Mistake · Say this
211 High Agents GenAI / LLM

What is an AI agent in simple words?

Short take

Simple meaning

An agent plans steps, calls tools like search or APIs, and loops until a goal is met.

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

Read full answer Example · Mistake · Say this
213 Easy LLM GenAI / LLM

What is a token roughly?

Short take

Simple meaning

A piece of text the model reads — often a word piece.

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

Read full answer Example · Mistake · Say this
218 Moderate Safety GenAI / LLM

What is prompt injection risk?

Short take

Simple meaning

Untrusted content tries to override system instructions.

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

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