Pinterest

Pinterest Software Engineer Interview Questions

80+ questions from real Pinterest Software Engineer interviews, reported by candidates.

80
Questions
6
Round Types
8
Topic Areas
2022-2025
Year Range

Round Types

Coding 42 Phone 31 Phone Screen 3 Technical 1 Take Home 1 OA 1

Top Topics

Questions

The introduction then asked about the CAP theorem. It seems to confirm that with Partition Tolerance (P), we cannot have both Control (C) and Availability (A). I hadn't carefully reviewed the CAP part

The screening interview was a very simple question: find restaurant ranges. The interviewer was an Indian woman, very easy to talk to. Then the VO mentioned there would be three rounds of coding for t

I was asked this in pinterest coding interview and I couldn\'t solve it optimally. please help You are given a list of dictionary which looks like below [{id: 1, username: \'hermoine\', text:...

Recently had a phone screen with Pinterest for an L14 SWE 2 position. Got the following question: https://leetcode.com/problems/count-subarrays-with-score-less-than-k/description/ Initially brute forced the solution, interviewer asked on ways to optimize. Proposed a solution...

Similar: https://leetcode.com/discuss/interview-question/4903609/Google-E4-Phone-Interview-or-Time-Intervals-with-Enough-Capacity/ You\'re a restaurant manager who\'s job is to find available time windows for seating N number of guest(s). Lets assume your restaruant is specified in the following way: restaurant =...

Applied to Pinterest internship, did the OA and was asked to be interviewed. Meeting with recruiter, good experience, basic behavioral questions such as why Pinterest, what are my interests. Then...

I gave my Pinterest onsite interview on June 30 and it ended up in reject. Phone screen: https://leetcode.com/discuss/interview-question/2133879/pinterest-phone-screen-usa/1475896 Each interview length is about 45 minutes except the system design which was about...

LeetCode #332: Reconstruct Itinerary. Difficulty: Hard. Topics: Array, String, Depth-First Search, Graph Theory, Sorting, Heap (Priority Queue), Eulerian Circuit. Asked at Pinterest in the last 6 months.

LeetCode #322: Coin Change. Difficulty: Medium. Topics: Array, Dynamic Programming, Breadth-First Search. Asked at Pinterest in the last 6 months.

LeetCode #815: Bus Routes. Difficulty: Hard. Topics: Array, Hash Table, Breadth-First Search. Asked at Pinterest in the last 6 months.

LeetCode #1055: Shortest Way to Form String. Difficulty: Medium. Topics: Two Pointers, String, Binary Search, Greedy. Asked at Pinterest in the last 6 months.

LeetCode #1110: Delete Nodes And Return Forest. Difficulty: Medium. Topics: Array, Hash Table, Tree, Depth-First Search, Binary Tree. Asked at Pinterest in the last 6 months.

LeetCode #1244: Design A Leaderboard. Difficulty: Medium. Topics: Hash Table, Design, Sorting. Asked at Pinterest in the last 6 months.

LeetCode #465: Optimal Account Balancing. Difficulty: Hard. Topics: Array, Dynamic Programming, Backtracking, Bit Manipulation, Bitmask. Asked at Pinterest in the last 6 months.

LeetCode #410: Split Array Largest Sum. Difficulty: Hard. Topics: Array, Binary Search, Dynamic Programming, Greedy, Prefix Sum. Asked at Pinterest in the last 6 months.

LeetCode #282: Expression Add Operators. Difficulty: Hard. Topics: Math, String, Backtracking. Asked at Pinterest in the last 6 months.

LeetCode #311: Sparse Matrix Multiplication. Difficulty: Medium. Topics: Array, Hash Table, Matrix. Asked at Pinterest in the last 6 months.

LeetCode #2402: Meeting Rooms III. Difficulty: Hard. Topics: Array, Hash Table, Sorting, Heap (Priority Queue), Simulation. Asked at Pinterest in the last 6 months.

LeetCode #43: Multiply Strings. Difficulty: Medium. Topics: Math, String, Simulation. Asked at Pinterest in the last 6 months.

LeetCode #642: Design Search Autocomplete System. Difficulty: Hard. Topics: String, Depth-First Search, Design, Trie, Sorting, Heap (Priority Queue), Data Stream. Asked at Pinterest in the last 6 months.

What Pinterest Looks for in Software Engineer Interviews

Pinterest Software Engineer interviews are calibrated against the level and scope expected of the role. Across 80+ 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 Pinterest 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 Pinterest's pool. Reports tagged with quantified difficulty (e.g., "medium-hard") are higher-signal than reports without difficulty tags.

Round-by-Round Expectations

Pinterest 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 Pinterest 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 Pinterest Software Engineer interview retrospectives on LeakCode.

See All 80 Pinterest Software Engineer Questions

Full question text, answer context, and frequency data for subscribers.

Get Access