Home/AI Agents/ai-engineering-interview-questions
ai-engineering-interview-questions logo

ai-engineering-interview-questions

amitshekhariitbhu/ai-engineering-interview-questions

Cheat Sheet for AI Engineering Interview

GraphCanon updated today · GitHub synced today

2.8k stars499 forksLast push 3d Markdown Apache-2.0

Decision brief

A collection of questions and answers for preparing candidates specifically for AI engineering interviews, with notable inclusions on agents, fine-tuning, llm, quantization, and rag.

Good fit when

  • When looking to prepare for specific AI engineering interview topics such as agents or model fine-tuning
  • For individuals focusing on practical aspects of large language models (llm) that require an understanding beyond basic concepts

Avoid when

  • If the preparation focus is solely on theoretical knowledge without practical question scenarios
  • When aiming to prepare for a more general software engineering position not specifically centered around AI technology or its implementation details

Observed Jul 15, 2026 · Source: enrich:decision_facts

Verify the decision

Maintenance and security

Full trust report
Maintenance
Very active (2d since push)
As of today
Provenance
Not a fork · Personal account
As of today
Security (OSV)
No MCP manifest
As of 1mo

Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.

Install

git clone https://github.com/amitshekhariitbhu/ai-engineering-interview-questions

Similar tools

Same-category neighbours. No typed graph edges are catalogued for this tool yet.

Evidence and technical details

Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.

Overview

A collection of questions and answers aimed at preparing candidates for AI engineering interviews, covering topics such as agents, fine-tuning, llm, quantization, and rag.

Capability facts

Languages
markdown

Source: github.language · Aug 24, 2026

Categories

Tags

README

AI Infrastructure and Scalability

  • How do you improve inference speed in production LLM deployments?
  • LLM optimization techniques
  • How do you select GPUs for LLM inference?
  • What is model parallelism vs data parallelism in distributed training?
  • What is tensor parallelism, and how does it help serve large models?
  • What is pipeline parallelism?
  • How does continuous batching improve LLM inference throughput?
  • What is speculative decoding, and how does it speed up inference?
  • What is KV cache, and how do you manage memory for it?
  • What is Paged Attention?
  • How does GGUF work?
  • How do you optimize inference for edge and mobile deployment?
  • What is model quantization (INT8, INT4, FP16, BF16), and how does it affect quality?
  • How do you implement auto-scaling for AI workloads?
  • What is the role of load balancing in AI serving infrastructure?
  • How do you manage GPU memory for serving multiple models?
  • What is model sharding, and when would you use it?
  • How do you implement request queuing and priority scheduling for AI services?
  • What are the cost trade-offs between self-hosted and API-based AI inference?
  • How do you handle cold start latency for serverless AI deployments?
  • How do you implement model caching to reduce redundant computations?
  • What is the difference between synchronous and asynchronous inference, and when do you use each?
  • What is FSDP (Fully Sharded Data Parallel), and how does it differ from DeepSpeed ZeRO?
  • How do you monitor and profile LLM inference in production (TTFT, inter-token latency, GPU utilization)?
  • What is model routing at the infrastructure level, and how do you route requests based on complexity and cost?

License

   Copyright (C) 2026 Outcome School

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

For agents

This page has a .md twin and JSON over the API.

Was this helpful?

Anonymous feedback helps us improve pages and translations.