πŸ’‘ If you like this website, please share it with your friends and network! πŸš€
Generative AI & Large Language Models

Generative AI
Interview Prep Portal

Master Large Language Models (LLMs), RAG pipelines, vector semantic search, embedding geometries, prompt engineering methodologies, and autonomous tool-calling AI agents.

LLMs & TransformersRAG PipelinesVector SearchPrompt EngineeringAI Agents
PROGRESS0 / 40 Mastered
0%
Filter Level:
Generative AIBeginnerQ1

What is Generative AI?

Generative AIBeginnerQ2

How is Generative AI different from Traditional AI?

Generative AIBeginnerQ3

What are some real-world applications of Generative AI?

Generative AIIntermediateQ4

What is a Large Language Model (LLM)?

Generative AIBeginnerQ5

What is the difference between AI, Machine Learning, Deep Learning, and Generative AI?

Generative AIBeginnerQ6

What is training data in Generative AI?

Generative AIBeginnerQ7

What is a prompt in Generative AI?

Generative AIIntermediateQ8

What is Prompt Engineering?

Generative AIBeginnerQ9

What are tokens in Generative AI?

Generative AIAdvancedQ10

What is a Transformer model?

Generative AIAdvancedQ11

Why are Transformers important in Generative AI?

Generative AIBeginnerQ12

What is Natural Language Processing (NLP)?

Generative AIBeginnerQ13

What is the difference between Generative AI and NLP?

Generative AIIntermediateQ14

What is fine-tuning in Generative AI?

Generative AIAdvancedQ15

What is Retrieval-Augmented Generation (RAG)?

Generative AIAdvancedQ16

What are embeddings in AI?

Generative AIAdvancedQ17

What is a Vector Database?

Generative AIIntermediateQ18

What are hallucinations in Generative AI?

Generative AIIntermediateQ19

How can hallucinations be reduced?

Generative AIIntermediateQ20

What is the context window in an LLM?

Generative AIIntermediateQ21

What is temperature in Generative AI?

Generative AIBeginnerQ22

What is zero-shot learning?

Generative AIIntermediateQ23

What is few-shot prompting?

Generative AIAdvancedQ24

What are AI Agents?

Generative AIIntermediateQ25

What are some primary challenges in Generative AI?

Generative AIIntermediateQ26

What is Responsible AI?

Generative AIIntermediateQ27

What skills are important for a Generative AI Engineer?

Generative AIAdvancedQ28

What is the future of Generative AI?

Generative AIIntermediateQ29

What is a Small Language Model (SLM)?

Generative AIIntermediateQ30

What are LLM Parameters and why do they matter?

Generative AIAdvancedQ31

How do attention mechanisms work in transformers?

Generative AIIntermediateQ32

What are Generative Adversarial Networks (GANs)?

Generative AIAdvancedQ33

What are the core components of an AI agent?

Generative AIAdvancedQ34

How does memory work in Agentic AI systems?

Generative AIIntermediateQ35

How do you implement a basic subword tokenization algorithm in Python?

Generative AIIntermediateQ36

Write a function to calculate the cosine similarity between two embedding vectors.

Generative AIIntermediateQ37

How do you implement a dynamic few-shot prompt template function in Python?

Generative AIAdvancedQ38

Implement a simple AI agent class with basic short-term memory functionality in Python.

Generative AIIntermediateQ39

How do you write a mock text generation loop demonstrating transformer autoregressive generation?

Generative AIAdvancedQ40

Implement a mathematical formula in Python to estimate the parameter count of a standard Transformer layer.