Want to see the real deal?
More inside scoop? View in App
More inside scoop? View in App
blind
SUPPORT
FOLLOW US
DOWNLOAD THE APP:
FOLLOWING
Industries
Job Groups
- Software Engineering
- Product Management
- Information Technology
- Data Science & Analytics
- Management Consulting
- Hardware Engineering
- Design
- Sales
- Security
- Investment Banking & Sell Side
- Marketing
- Private Equity & Buy Side
- Corporate Finance
- Supply Chain
- Business Development
- Human Resources
- Operations
- Legal
- Admin
- Customer Service
- Communications
Return to Office
Work From Home
COVID-19
Layoffs
Investments & Money
Work Visa
Housing
Referrals
Job Openings
Startups
Office Life
Mental Health
HR Issues
Blockchain & Crypto
Fitness & Nutrition
Health Care & Insurance
Travel
Tax
Hobbies & Entertainment
Working Parents
Food & Dining
IPO
Side Jobs
Show more
SUPPORT
FOLLOW US
DOWNLOAD THE APP:
Google Interview Questions
- Google interview question Leetcode 2128 remove all ones with row and column flips. Took me a while to get this and eventually just was able to guess it after a while of guessing optimal solutions. Would an interviewer really expect someone to figure out this though? Even as someone who frequently attends cp contests (2200 r
- Scrapped ALL Glassdoor Google interview questions Hi All! I just scraped all interview questions & experiences posted on Glassdoor for Google 2020 and 2021. Comment below and I’ll DM you the link to the spreadsheet. If we get 10 likes on this post I'll scrape another company. Feel free to comment below for other companies. Looking for TeamBlin
- google L4 interview questions does anyone remember the actual questions they got during a google virtual onsite for l4 recently? i see a lot of posts just saying 1 hard 3 med etc, but hard to find actual questions. i know LC has googled marked questions but i feel tgat is unreliable. TC: 170k yoe 3
- Google, who is deciding the questions for your interviews? I feel insulted. Who the heck packages up pure math, dynamic programming, and bitmasks into one problem and then asks a web dev from a bank to type up a solution? I think I did well all things considered, but geez, could you at least shift the problems to be more about data structures and algorithms
- Google interviews question Hi guys Anyone took interviews with google, youtube recently. Are questions from leetcode? Are they medium or hard? Can you give high level idea about the question in sys design? I have interviewed with google 5 years back, just want to check what is new? Tc 430 k #tech #google
- vote How are Google L3 interview questions? For early career SWEs, what kind of questions get asked?
- Google L3 Interview Math Questions Email from recruiter says that questions about discrete math, counting and probability problems, “n-choose-k” type problems and combinatorics are routinely asked. To me this sounds kind of like DP, but not the general type you find on Leetcode. Is there some place to practice such problems of equiva
- Scrapped ALL Glassdoor Google interview questions Hi All! I just scraped all interview questions & experiences posted on Glassdoor for Google 2020 and 2021. Comment below and then DM for the link to the spreadsheet because I'm out of DMs. If we get 10 likes on this post I'll scrape another company (scraping Amazon & Microsoft now). Update 9/25
- Absurd questions at Google interview My background is HW engineering and as per the recruiter the position at G is on the Pixel team. The first interviewer spends time asking me about a random question that has nothing to with anything technical that I will be working on. The second one asks me what a distributed hash is and where woul
- vote Google interview question Applied for L5 but after the phone interview recruiter said more suited for L4 and if I do good they can offer extra interviews. I agreed and I thought I did okay in the interviews. Recruiter said my package went to the hiring committee but then got rejected by HC. Recruiter told me that I did not
- Question for Google interviewers only Is there a policy restricting you from asking Leetcode questions? If yes, where do you go to search for innovative questions? If not, why don't you ask LC questions? #interview #Google #leetcode #engineering #software #swe
- Google interview questions In a recent interview the coding question I got was never seen before (obv) but wasn’t too complex once you had the right intuition to solve it. Felt kind of satisfying and amazing to have been asked a question like that. No wonder the G loop is so different and sought after, given that if u solve
- Google reuse interview questions Does Google recycle their interview questions? In other words are the LC tag questions for Google the ones I would be expected to be asked?
- Google interview question Friend interviewed at Google and described a question to me I thought was interesting but didn't know how to solve or research. (Really, I've never interviewed there. :)) Does it ring a bell? I'd like to read out the solution and understand what was actually being asked. Q (roughly): rain is fallin
- google interview questions does google still ask dynamic programmming questions? i heard they dont pick questions from leetcode but i still see all the questions i was asked from there. tc 250k yoe 8
- Google Interview questions Preparing Google onsite. Could you please write some questions my interviewers might ask in Process/Collaboration and Googleyness & Leadership parts? Thank you in advance for your help!
- Google TSE interview questions Hi guys, I have google TSE interview coming up. And my recruiter told me it will be focused on my programming skill and bigdata knowledge. And I absolutely have no idea what kind of questions will be asked for bigdata one. Can some tell me, what kind of questions I’d be expecting? With an example wi
- Google Interview Questions I am just curios: At google is a predefined list (with let’s say 1000 interview questions) and each interviewer just plays random() on this list, or there is no fixed list and every interviewer can ask literally any possible question?
- Google Interview Question Hello, do you know if we can give 2 interviews simultaneously for different positions at Google. Has anyone done that. Tc: 117k
- Google interviewer question. What questions can I ask a google interviewer after the interview?
- Google interview questions What's the best site to get latest Google interview questions? Apart from leetcode.
- Google interview question Does google ask MinMax or similar algorithms in coding interviews for general software engineering role (E5) level ? LC has many MinMax algo based questions which are frequently asked in google interviews but I am not sure if those are for ML specific roles or applicable to any general software en
- Impossible google interview question? Say you have an un sorted array of numbers from [1-K]. Write a function that returns any duplicates using binary search. You can solve this in o(n) using a set but the interviewer needs to see the binary search solution even though it has worse time complexity??? #engineering #software #swe
- Google Interview Status Question I recently got passed Google’s phone interview for a TPM role. My feedback was good but not the strongest (tech knowledge was great but PM skills weren’t translated well) How hard will this hurt me in finding a potential team to interview with? P.S. Tbf I wasn’t fully prepared/aware for what the p
- Google L7 system design interview questions ? What kind of system design questions does Google ask for Manager interview? I have 2 system design rounds - I was told one will be a design for scale question and other could be apps ( say Google doc, Twitter, etc ) Any recent experiences and question list? Current TC : 500k Role : Senior Engine
- Recent Google Onsite Interview Questions? I have a virtual onsite interview coming up with Google. The virtual onsite has 5 interviews all data structures and algorithms and location is North America. Can people who have gone through the grind post some frequent questions they have seem in the onsite interviews for NA location?#tech #google
- Google latest interviews questions Hi I am interviewing for staff engineer swe position. Can you guys share your latest interview experience? Did you leetcode or any other things helped? I am going thru leetcode discussion, it is good too! Tc 560k
- Google Interview Question Interview question: Given a matrix m*n with value as C, S,E,1 C: customer S: start index E: end index K : 2 Question was: if there exist any route from S to E where movement is allowed horizontal and vertical(not diagonal). Yo need to maintain k distance from C(because customers r corona infecte
- Google interview question Write an algorithm to capture a black hole, do it in linear time & constant space. Further: can you do it in constant time? We expect our engineers to solve problems like this everyday.
- Google - interview question - onsite Give a set of points in a 2D plane. I need to pick two points such that, if I a drew a line connecting these points, it would divide the points into two equal halves. Was totally stumped by this question. Hadn't prepared for any geometrical questions. Any pointers to how to solve this efficiently.
- Interview questions google Does Google expect its candidates to finish coding problems when interviewers say “It’s fine if you can’t finish this problem, I want to see how you think”
- Google interview questions repeated? Given there is so much information about Google interview questions in leetcode,etc, are any of those questions repeated/still used in google interviews? Or, new puzzles are cooked up?
- Google interview process question I did couple rounds of google interview, with recruiter and hiring managers. Recruiter came back to me saying that one the roles I was applying for was filled internally and the other one chose to move forward with a diff finalist. So basicaly a no-go. But recruiter told me that both hiring managers
- Google Interview Question SWE L3 One interviewer asked me a medium and a hard, answered both optimally and explained my solution. However... second interview I flopped, API style question. Didnt prepare for this. I barely wrote anything, explained how I would do something while stating I know its not in the format required
- Google interview questions What does it mean if the interviewer says he wants production quality code? During the interview what matters most better time complexity, modular clean code, bug free, etc? How would you answer it, if the question was: AppleBeesss -> Ap2leBe2s3 I'd appreciate if someone can help with this. If s
- vote Easy questions to females in Google interviews? Came across a post on LinkedIn stating women are getting easier questions in Google onsite interviews than men. Is it really true? Like does gender really matter to Google interviewers? TC ~30LPA YoE: 1.5 Male
- Google interview questions For software engineer phone screen what kind of questions are common? DP, Graphs, and Trees? What types of questions have you been asked during a Google phone screen? Thanks!
- Google interview question I had a phone screen interview today and it went well. The interviewer was happy and said after the interview that he is good with moving forward. The problem is that I just realised after the interview that there was a bug in the code and now I am stressed out about getting a rejections. What are
- Google Interview Questions Format Hi all I have an interview scheduled with google next month and I was wondering where to start my preparation. Does google ask questions for leetcode or do they have questions like the ones in hackerrank with long stories etc. Also do I need to need to prepare all LC Hards ? People who’re aware or
- Google system design interview questions I am collecting system design interview questions asked at Google or if you know any resource please share . Please post them here.. #tech #systemdesign
- Question to Google interviewers Had my onsite interviews for L5 last week. All coding interviews went in a similar way: - I was presented a medium problem - After I correctly coded and tested the problem, interviewer had a follow-up, transforming the problem into a hard one - I only had 5-10 minutes left and was able to describ
- Google interview questions novelty I keep hearing that Google interviewers ask questions that are not found on leetcode and other sites like it. Do the Google interviewers make an effort to avoid questions found online? How do they generate the new questions for the many interviews they conduct?
- link Google interview questions revealed Accurate? http://mashable.com/2016/10/14/google-engineer-interview-questions/?utm_cid=mash-com-fb-main-link#_WdDuK_mwSq1
- Google interviewer couldn't solve his own question He asked me a classic leetcode question with a twist and when I was solving it the correct way said my way would create issues. He said I needed to delete code and then started writing what he thought the answer was. He couldn't do it and then was like "yeah something like this, nevertheless I think
- Google Staff interview Prep question I have a Google Staff interview coming up in about a month from now The loop is 2 system design 1 coding 1 Googlyness 1 Technical leadership So far I haven’t gotten good info on what makes up “Technical Leadership” interview Can folks please help with what you know? Thanks in advance TC 320K
- Google PM Interview question about aliens on the moon?? Hi everyone, I'm interviewing for a PM role at Google and my friend recently told me she got the question "Design Youtube for aliens on the moon." What's the best strategy to tackle the needs/problems of a made up species? How could designing for aliens be different from designing for humans?
- Google Frontend interview questions thread There seem to be very few resources over the internet regarding frontend Engineering interview questions asked at Google. Even though these interviews are similar to SWE interviews in many ways, having a quick look through previously asked questions definitely gives you a view into the difficulty of
- Questions about Google in Google interview? Have my onsite scheduled for next week for a non-eng role with GCP. Been prepping for the dreaded GCA interviews, and wondering if they ask detailed questions about Google Cloud. Should I take the time to study GCP in-depth (I already know the basic offerings and competitive landscape) or focus my p
- Looking for interview questions... Google interview Hi... preparing for a phone interview at Google... looking to get a feel of behavioral questions for a BSA profile...and tech questions also if possible.... Thanks in advance
- #google coding interview questions vs LC recently attended google...nature of coding questions was very different from what you see on LC...focus wasn't really on DS/algo...questions were simplish with focus on how you think on the fly and address various corner cases ..and they were looking for coding comfort...those weeks of LC grinding