I applied online. I interviewed at Google in Jan 2023
Interview
Interview Process: Online Assessment, 2 technical interviews each interview had a question leetcode medium to leetcode hard. Questions from Matrix traversal, DFS, BFS, etc Questions from Matrix traversal, DFS, BFS, etc
I applied online. The process took 2 weeks. I interviewed at Google in Jan 2023
Interview
The interview process is overall nice. Two Leetcode Meidum problem with 1hr. You need to give the optimal solution and need to answer some follow-up question that proposed later. You should continuously talk to your interviewer when coding the problem.
Interview questions [1]
Question 1
1. Dynamic Planning , Leetcode Medium, You need to use State Compression DP
I applied through a recruiter. The process took 2 months. I interviewed at Google (Austin, TX) in Aug 2022
Interview
Step 1: Technical Screening - This is an online coding assessment where you are allowed to look up help online should you need it Step 2: Technical phone interview - I met with two developers who asked me DSA questions with varying degrees of difficulty
Interview questions [1]
Question 1
Q: Write a function that takes in a start and end time as parameters and returns whether or not a meeting time can be booked according to a person's schedule that is stored in the form of an array.