Coding Interview Questions

63 questions available. Practice with AI-powered feedback.

Other rounds

coding
Microsoft
Google
Amazon

Microsoft Coding Interview: Longest Palindromic Subsequence

Learn to compute the Longest Palindromic Subsequence using dynamic programming and space-optimized DP. Step-by-step approach, edge cases, and practice prompts.

Software Engineer, Backend EngineerEntry Level
coding
Netflix
Amazon
Uber

Netflix Coding: Bounded Blocking Queue Implementation

Implement a thread-safe bounded blocking queue using condition variables. Learn blocking offer/poll, non-blocking peek, and concurrent size handling.

Software Engineer, Backend EngineerEntry Level
ml coding
Netflix
Amazon
Spotify

Netflix ML Coding: Compute TF-IDF for Corpus Implementation

Compute TF-IDF for a corpus in Python: implement TF, IDF and per-token TF-IDF scores. See interview flow, skills tested, and practice follow-ups to prepare.

Machine Learning Engineer, Data ScientistEntry Level
coding
NVIDIA
Google
Microsoft

NVIDIA Coding Interview: Short-String Inline Storage

Prepare for a NVIDIA coding interview: implement a short-string SSO constructor, analyze strncpy vs manual copy, and compare inline vs heap string performance.

Software Engineer, Systems EngineerEntry Level
coding
OpenAI
Google
AWS

OpenAI Coding Interview: Time-Based GPU Credit System

Replayable time-based GPU credit system for OpenAI interviews. Covers event-sourced adds/charges, expiry rules, persistence and out-of-order timestamps.

Software Engineer, Backend EngineerEntry Level
ml coding
OpenAI
Anthropic
Google

OpenAI ML Coding: Noisy Human-Labeled Text Classifier

Analyze noisy human annotations and train embedding-based classifiers for identity_attack labels. Filter reliable annotators, retrain models, and propose robustness steps. Start preparing.

Machine Learning Engineer, ML EngineerMid Level
cs foundation
Oracle
Amazon
Google

Oracle Hashing Interview: HashMap Internals & Collisions

Oracle hashing interview prep: hash functions, collision resolution, load factor, Java HashMap internals and hashCode/equals tips. Practice coding problems.

Software Engineer, Backend EngineerEntry Level
coding
Palantir
Amazon
Meta

Palantir Coding Interview: War Card Game Simulation

Simulate one round of a multiplayer War card game with queue-based decks, tie resolution, and elimination rules. Read the spec, function signature, and edge cases.

Software Engineer, Backend EngineerEntry Level
coding
PayPal
Amazon
Microsoft

PayPal Coding Question: Count Islands in 2D Grid with DFS

Count islands in a binary grid with num_islands using DFS/BFS. Includes approach, code hints, and time & space analysis to prepare for PayPal coding interviews.

Machine Learning Engineer, Software EngineerEntry Level
coding
Pinterest
Google
Facebook

Pinterest Coding Question: Top K Frequent Elements

Solve Pinterest coding problem: Top K Frequent Elements. Compare counting, heap and bucket methods, review complexity, and get concise interview tips now.

Machine Learning Engineer, Software EngineerEntry Level
coding
Snowflake
Databricks
Amazon

Rate Limiter Dropped Requests (Coding) - Snowflake

Simulate a rate limiter: given arrival timestamps, return dropped-request timestamps under per-second (≤3) and per-10-second (≤20) limits. Read hints, optimize.

Software Engineer, Backend EngineerEntry Level
coding
Roblox
Google
Amazon

Roblox Coding Interview: Design Autocomplete System (Trie)

Build an incremental autocomplete using Trie + heap: return top-3 prefix matches and update counts on '#'. Includes code notes & interview tips.

Software Engineer, Backend EngineerEntry Level

Get More Real Coding Questions

Practice coding interview questions with AI-powered hints, analysis, and feedback.

Start Free Practice
Coding Interview Questions | Voker