SWE Interview Questions
8 questions available. Practice with AI-powered feedback.
Other roles
Apple Behavioral Interview: Problem-Solving Questions
Prepare for Apple behavioral problem-solving questions: learn to structure answers, show impact, and handle ambiguity with practical examples. Practice now.
Bloomberg Coding: Grid Shortest Path with K Breaks
Bloomberg coding: shortest path in a grid with up to k wall removals. Learn BFS-with-state, complexity O(m*n*k), optimizations and interview tips. Try it.
Databricks Code: Shortest Path in a Fibonacci Tree
Find the node sequence on the path between two labels in a preorder Fibonacci tree (0/1-based). Get an index-based O(k+L) method for Databricks.
IBM Coding Question: Min Insertions to Form 'abc' Problem
Minimize insertions to convert a lowercase string into repeated "abc" blocks. Learn a greedy two-pointer approach, complexity, and interview follow-ups.
LRU Cache Implementation - Oracle Coding Interview
Implement an O(1) LRU cache with get/put, fixed-capacity eviction, and Java follow-ups (collections choices, thread-safety, GC, equals/hashCode). Read tips.
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.
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.
Sliding Window Centered Monotonicity - Pinterest OA
Find indices whose radius-k centered window is inside nums and strictly decreases outward. See O(n) sliding-window/two-pointer approach and edge-case tips.
Get More Real SWE Questions
Practice swe interview questions with AI-powered hints, analysis, and feedback.
Start Free Practice