Snowflake Software Engineer Interview Questions
195+ questions from real Snowflake Software Engineer interviews, reported by candidates.
Round Types
Top Topics
Questions
Snowflake screening interviews coming up — system design + coding questions?
Post body I have both screening rounds coming up with Snowflake and wanted to sanity-check expectations with anyone who has interviewed recently. 1. System design screen * Is it more high-level discus
Maximum Order Volume
Throughout the day, multiple call requests are recorded from customers with a start time, duration, and order volume. The manager aims to choose non-overlapping requests to maximize the total order vo
Efficient Deployments
### Problem Overview - Find an order to deploy n processors in a line to maximize total efficiency given whether 0, 1, or 2 neighbors were deployed before each. - Input: arrays noAdjacent, oneAdjacent
There is a list of meeting room usage requests, where each request is represented by an interval [start, end). At any given time, a meeting room can be occupied by only one request. The task is to det
I recently gave the Snowflake SWE AI/ML Intern OA, and these were the three problems asked. The languages allowed were Go, Java, and Python only. --- # Problem 1: Simple Array Rotation Game ## **Descr
Got an interview coming up for a systems-focused intern role, and I’m trying to get a better sense of what to expect If you’ve gone through something similar recently, I’d really appreciate hearing ho
Software Engineer Tech Phone Screen at Snowflake
Question 1: 1004 Question 2: 1650 The first question is in the LeetCode tags, but I haven't practiced it before. I thought of using sliding windows, but I was too nervous during the interview and made
Word Search
Word Search ## The Challenge You are provided with a 2-D grid of characters called `board` and a specific string called `word`. Your task is to determine if the `word` exists inside the grid. If it
Check if an Original String Exists Given Two Encoded Strings ## Problem Description Imagine we have an original string. We encode it by hiding some parts and replacing them with numbers representing
Document Target Match and Shortest Window ## Problem Summary You are given: * A `document` string containing text (letters, numbers, punctuation). * A `targets` list of words to look for. The interv
Merge Two Sorted Lists ## Problem Statement You start with the head nodes of two linked lists, labeled `list1` and `list2`. Both of these lists are already sorted. Your task is to combine these two
Problem Statement Your task is to create a codec (a tool for encoding and decoding) for a dictionary Trie. You will receive a list of unique words written in lowercase letters. You need to build a T
Meeting Rooms II
Meeting Rooms II ### Problem Explanation You are given a list of meeting time intervals. Each item in the list represents a single meeting with a **start** time and an **end** time (looks like `[[st
Finding the Closest Cake and Optimal Matching ## Introduction to the Challenge You are given a list (array) representing a line. In **Task 1**: * `0` represents an empty spot. * `1` represents a cak
Recipe Sequence Matcher ## Problem Description You have a main list of ingredients called `ingredients`. You also have a list of `recipes`. Each recipe is just a smaller list of ingredients. For eve
Problem Overview You are given two complete binary trees named `root1` and `root2`. These two trees are identical in shape. They have the exact same structure and the same number of nodes. Your task
Distributed Tree Node Count ## Problem Summary Imagine a tree structure where every node is a separate server. * Each node can only talk to its **parent** and its **children**. * Communication is **
Design Key-Value Store with Transactions ## Problem Summary Design and build an **in-memory key-value store**. This interview question has 3 parts: 1. Create basic `get`, `set`, and `delete` functio
SnowCal
SnowCal Language Interpreter ## Problem Overview SnowCal is a simple coding language. It stores exactly one integer, `X`, in memory. The value of `X` always starts at `0`. ## Available Commands The
Longest Univalue Path ## Problem Explanation You are provided with the `root` of a binary tree. Your task is to find the length of the longest path in the tree where every node in that path shares t
What Snowflake Looks for in Software Engineer Interviews
Snowflake Software Engineer interviews are calibrated against the level and scope expected of the role. Across 195+ verified candidate reports on LeakCode, the consistent signals interviewers look for: clear problem decomposition before coding, explicit complexity reasoning, structured handling of edge cases, and the ability to articulate trade-offs between two reasonable approaches.
The discriminator between candidates who advance and candidates who do not is rarely the final correctness of the solution. It is the path to the solution: did you ask clarifying questions, did you state your approach before coding, did you handle edge cases without prompting, and did you communicate your reasoning throughout. Reports tagged "no hire" frequently cite a working solution with poor communication; reports tagged "strong hire" cite clear thinking even when the final solution was incomplete.
How To Use This Question Set
Real interview reports are a calibration tool, not a memorization target. Companies update their question pools every 2-4 months; memorizing exact problems risks misleading you when the interviewer uses a variant. The high-leverage use: identify the patterns that appear repeatedly in Snowflake Software Engineer reports, practice those patterns on similar (not identical) problems, and use the reports to understand the interviewer's typical follow-up depth.
Filter the questions below by round type, difficulty, and recency. Focus first on reports from the past 6-12 months; older reports may reference questions that have since rotated out of Snowflake's pool. Reports tagged with quantified difficulty (e.g., "medium-hard") are higher-signal than reports without difficulty tags.
Round-by-Round Expectations
Snowflake Software Engineer loops typically span 4-6 rounds across phone screens and on-site or virtual on-site interviews. The structure varies by company: some run 1 recruiter screen + 1 technical phone + 3-4 on-site rounds; others run 1 recruiter screen + 1 OA + 4-5 on-site rounds. The recruiter screen is logistics and culture-light; the technical phone screen is medium-difficulty coding; the on-site loop covers coding, system design (at L4+ levels), and behavioral rounds.
Each round is designed to surface a specific signal. Coding rounds: correctness, code quality, complexity reasoning, communication. System design rounds: requirements clarification, design judgment, operational thinking. Behavioral rounds: ownership scope, leadership, ambiguity tolerance, conflict navigation. Strong candidates explicitly hit each signal dimension out loud during the round; weak candidates focus only on solving the prompt.
Common Interview Mistakes At This Combination
Reports tagged "no hire" at Snowflake Software Engineer commonly cite: jumping into code without clarifying requirements, coding silently for 10+ minutes without verbalizing approach, missing edge cases (empty input, single element, very large input, overflow), and producing a working solution that the candidate cannot explain or refactor when probed. Strong candidates avoid these patterns by following a consistent template: clarify, verbalize approach, code with narration, test with examples.
Behavioral and design rounds have their own failure modes. Behavioral: stories that use "we" instead of "I" diluting individual signal, stories with no quantified outcome, defensiveness when probed about failure. Design: not asking clarifying questions, not stating requirements out loud, designing for a single server when the prompt clearly implies scale, ignoring operational concerns (deployment, monitoring, rollback). These show up in roughly half of Snowflake Software Engineer interview retrospectives on LeakCode.
See All 195 Snowflake Software Engineer Questions
Full question text, answer context, and frequency data for subscribers.
Get Access