Interview Experience Analysis for Google

313 Records Found
TOTAL EXPERIENCES
313
COMPANIES COVERED
1
ROLES COVERED
86
LOCATIONS COVERED
35

Curious About Salaries?

View Google Compensation Details

Share this page with your network:

Role Distribution

Years of Experience vs Number of Experiences

Google Interview Experiences

Detailed insights from real candidates who interviewed at top tech companies

Sort by:

Google Interview Experience | L4 | Onsite MountainView(UPDATE: Moved to TM)

GoogleSDE IIπŸ“ Mountain View, CA

Summary

I completed a four-round interview loop for a Google L4 position. The process included two DSA rounds (one virtual, one onsite), and one behavioral 'Googliness' round. The technical questions involved...

Interview Experience

Hi everyone, I completed my Google L4 (USA) interview loop earlier this month and received the following feedback: **Round 1 – DSA (Virtual):** Two medium-level BFS questions. I’m not able to recall the exact problems since it’s been a while. **Round 2 – Googliness (Virtual):** Standard behaviora...

Interview Questions (2)

Minimum Number of Removals to Make Mountain Array (Similar)

HardData Structures & Algorithms
Loading content...
View Problem

Pacman-Style Maze Problem

Data Structures & Algorithms
Loading content...
Read on LeetCode

US: Google coding interview - find squares-ish

GoogleSoftware Engineer (L5)πŸ“ US

Summary

I had a very difficult coding round for an L5 position at Google. The question involved counting squares in a grid of connected points with specific edge constraints. I struggled with an edge case and...

Interview Experience

Google coding round. Went so bad, that I am considering cancelling the rest of interviews. I talked through a general apporach to solve this, but it did not address one of the edge constraint. Of course did not have time to do a dry run, i did not even have a complete algorithmic pseudocode. the p...

Interview Questions (1)

Count Squares in a Grid of Connected Points

HardData Structures & Algorithms
Loading content...
Read on LeetCode

Google intern interview experience

GoogleIntern

Summary

Loading content...

Interview Experience

Problem statement: Given an array where each element specifies the parent of a node, determine whether the structure forms a valid tree. Approach: A valid tree must satisfy two conditions: it has exactly n βˆ’ 1 edges, and there is exactly one simple path from the root to any node. We first build an ...

Interview Questions (1)

Validate Tree from Parent Array Representation

MediumData Structures & Algorithms
Loading content...
Read on LeetCode

Google Phone Screening L4

GoogleSDE II

Summary

Loading content...

Interview Experience

Q: you are give list of struct blocker; struct { int id; int start; int end; }; and D as range of days for 1 to D; you need to return list of days between 1 to D on which every one is free. ex : {[1,2,3],[2,5,6]} and D = 6 , first is id, second is start last is end; your ans = {1,4} c...

Interview Questions (2)

Find Common Free Days

MediumData Structures & Algorithms
Loading content...

Find Days with at Least K Available People

MediumData Structures & Algorithms
Loading content...
Read on LeetCode

Google Interview Experience

Google

Summary

I had a Google interview with two rounds. The first round involved a coding question about finding the top K most sold products from a CSV string. The second round was a system design question to desi...

Interview Experience

I recently appeared for a Google interview. In Round 1, I was asked two questions. Question 1: Given a CSV string containing a list of ordered products, find the top K most sold products from the data. Question 2: System Design: Design Snapchat. For Question 1, I was able to solve it partially, b...

Interview Questions (2)

Top K Most Sold Products from CSV

MediumData Structures & Algorithms
Loading content...

Design Snapchat

HardSystem Design
Loading content...
Read on LeetCode

Google Summer Intern 2024 Interview Experience

GoogleSummer Intern

Summary

I interviewed for the Google Summer Internship role. The process included a phone screen about my resume and projects, followed by two technical rounds. The first technical problem was about detecting...

Interview Experience

Sharing my interview experience for the Google Summer Internship role. Hope this helps future interviewees πŸš€ # πŸ“ž Round 0: Phone Screen (Resume + Project Discussion) This round was mainly focused on understanding my background and technical exposure. ### **What they asked:** [30 mins discussion]...

Interview Questions (3)

Detect Square from a Stream of Points

MediumData Structures & Algorithms
Loading content...

Sum of All Arithmetic Progression Subarrays

MediumData Structures & Algorithms
Loading content...

Googliness/Behavioral Questions

Behavioral
Loading content...
Read on LeetCode

Google DSA Question

Google

Summary

Loading content...

Interview Experience

Given a list of start times for a task, and length of each task. Each task has the same length, find the min number of cpus needed to minimize the end time of the final task. I suggested binary search from 1 to n where n is the length of the start times, but interviewer said it was too ineficient. A...

Interview Questions (1)

Minimum CPUs to Minimize Final Task End Time

Data Structures & Algorithms
Loading content...
Read on LeetCode

Google L4 Interview Experience and Feedback

GoogleSDE II

Summary

Loading content...

Interview Experience

Hi Everyone! Recenlty, I gave google interviews for L4 postion. 1st Interview in December, it was a virtual technical round based on array swaps a simple tricky question. I can say it is just above medium. I was able to solve and write the optimal code. Interviewer was very friendly. Self verdict:...

Interview Questions (1)

Largest Square of Same Characters in a Grid

MediumData Structures & Algorithms
Loading content...
Read on LeetCode

Google asked Interview Problems with their problem Id

Google

Summary

Loading content...

Interview Experience

Google 🧠 Arrays & Strings (Very High Frequency) Two Sum – LeetCode 1 Best Time to Buy and Sell Stock – 121 Product of Array Except Self – 238 Longest Substring Without Repeating Characters – 3 Minimum Window Substring – 76 Container With Most Water – 11 Merge Intervals – 56 πŸ”— Linked List R...

Interview Questions (19)

Two Sum

EasyData Structures & Algorithms
Loading content...
View Problem

Best Time to Buy and Sell Stock

EasyData Structures & Algorithms
Loading content...
View Problem

Product of Array Except Self

MediumData Structures & Algorithms
Loading content...
View Problem

Longest Substring Without Repeating Characters

MediumData Structures & Algorithms
Loading content...
View Problem

Minimum Window Substring

HardData Structures & Algorithms
Loading content...
View Problem

Container With Most Water

MediumData Structures & Algorithms
Loading content...
View Problem

Merge Intervals

MediumData Structures & Algorithms
Loading content...
View Problem

Reverse Linked List

EasyData Structures & Algorithms
Loading content...
View Problem

Merge Two Sorted Lists

EasyData Structures & Algorithms
Loading content...
View Problem

Linked List Cycle

EasyData Structures & Algorithms
Loading content...
View Problem

Intersection of Two Linked Lists

EasyData Structures & Algorithms
Loading content...
View Problem

Binary Tree Level Order Traversal

MediumData Structures & Algorithms
Loading content...
View Problem

Validate Binary Search Tree

MediumData Structures & Algorithms
Loading content...
View Problem

Lowest Common Ancestor of a Binary Tree

MediumData Structures & Algorithms
Loading content...
View Problem

Diameter of Binary Tree

EasyData Structures & Algorithms
Loading content...
View Problem

Serialize and Deserialize Binary Tree

HardData Structures & Algorithms
Loading content...
View Problem

Binary Search

EasyData Structures & Algorithms
Loading content...
View Problem

Search in Rotated Sorted Array

MediumData Structures & Algorithms
Loading content...
View Problem

Find First and Last Position of Element in Sorted Array

MediumData Structures & Algorithms
Loading content...
View Problem
Read on LeetCode

Google Interview Experience [L3 London]

GoogleSDE IπŸ“ London

Summary

The interview experience for a Google L3 position in London included a phone screen and three coding rounds. The questions covered time interval processing, finding a position on a chessboard using a ...

Interview Experience

# Phone Screen Given logs when people enter and leave return who was there at each interval input: ``` name | start_time | end_time Abby 10 100 Ben 50 70 Carla 60 90 Bob 110 120 ``` output: ``` start_time | end_time | names 10 ...

Interview Questions (4)

Active People in Time Intervals

MediumData Structures & Algorithms
Loading content...

Find Empty Row and Column for Nth Rook

HardData Structures & Algorithms
Loading content...

Design Most Active User Tracker

MediumData Structures & Algorithms
Loading content...

Design BookShelfManager Class

MediumData Structures & Algorithms
Loading content...
Read on LeetCode
Showing 10 of 313
CodingKaro App Poster
CodingKaro App
4.7

3K+ Downloads

One of its unique features is an automated coding contest reminder, which sets alarms for upcoming coding contests on popular platforms like CodeChef, CodeForces, and LeetCode, without the need for user input. This feature ensures that users never miss a coding contest and can stay updated with the latest coding challenges.

Download CodingKaro AppDownload CodingKaro App