SWE Interview Questions

8 questions available. Practice with AI-powered feedback.

Other roles

behavioral
Apple
Google
Microsoft

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.

Software Engineer, Backend EngineerEntry Level
coding
Bloomberg
Google
Amazon

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.

Software Engineer, Backend EngineerEntry Level
coding
Databricks
Snowflake
Amazon

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.

Software Engineer, Backend EngineerEntry Level
coding
IBM
Amazon
Google

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.

Software Engineer, Backend EngineerEntry Level
coding
Oracle
Amazon
Google

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.

Software Engineer, Backend EngineerEntry Level
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
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
online assessment
Pinterest
Meta
Amazon

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.

Software Engineer, Backend EngineerEntry Level

Get More Real SWE Questions

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

Start Free Practice
SWE Interview Questions | Voker