Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Google (Nuova Delhi) nel mese di gen 2022
Colloquio
10 Google Interview questions answer for Software Engineers Answers to these Google interview questions can be found by doing google :), Also, each question in itself demands a blog post and I will try to cover that one by one as and when time allows. I have divided all interview questions in different categories like data structure, puzzles, operating system, Software Design and Coding, etc for better organization. In the last section, I have shared some top class, must-read books for Google Interview preparation. It contains books like Are You Smart Enough to Work at Google? which is not only a good read but tells you a lot about Google interview, it's processed. Before starting preparation, a must read to get yourself motivated. 1. Google Interview Questions on Data Structure and Algorithm Here are few questions from data structures appeared on various google interviews, data-structure is a complex topic and can get very complex at google and we have purposefully not collected very tough data-structure questions at that time because of time limit and we wanted to gain some confidence to solve moderate questions, though this may not be a good strategy for many people but it depends on how much knowledge you have and how confident you are on data-structure. Find out the fastest way to locate the largest element in a circular sorted array ? You have a binary search tree and integer n, find out the most efficient way to locate two nodes of the three whose summation is equaled to "n" ? How do you convert a max heap to min heap ? You have given two lists L1 and L2 write an algorithm to see if both the lists are equivalent or not? How do you figure out time and space complexity of recursive function ? how will you implement three stacks with one array? See here for few more questions on data structure and algorithms
Domande di colloquio [1]
Domanda 1
If you have given a chance to rewrite Linux, how will you do that ? Explain how congestion control works in the TCP protocol ? How would you optimize TCP Protocol without going on UDP ways ?
Ho presentato la mia candidatura tramite un selezionatore. La procedura ha richiesto 2 mesi. Ho sostenuto un colloquio presso Google (Poland, ME) nel mese di gen 2024
Colloquio
Sadly I didn't get through the first tech interview, but the whole process was amazingly well prepared, and everyone was very nice and helpful. They gave all the informations to prepare, and I fell like I want to try that again in a year or so.
Domande di colloquio [1]
Domanda 1
It was a problem, where I had to do recursive approach, I had to clount the size of files, and dictionaries,
Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Google
Colloquio
Tell me about yourself. What are your hobbies. In technical I was asked questions related to python and java. And also questions related to oops concepts. And few problem solving related questions.
Ho presentato la mia candidatura tramite un selezionatore. Ho sostenuto un colloquio presso Google nel mese di feb 2022
Colloquio
A phone screening call from a recruiter for the first round interview.
Second round was a technical interview, including understanding algorithms and data structures and implementation using a programming language.
Domande di colloquio [1]
Domanda 1
DFS algorithm and its implementation with a programming language