Ho presentato la mia candidatura tramite l'università. La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso Google (Bengaluru) nel mese di lug 2024
Colloquio
Round 1: Adaptability
The first round, with an initial question and follow-ups, assesses your grasp of fundamental concepts. It tests how you adapt and extend a solution as requirements change, revealing your core problem-solving process.
Round 2: Deep Dive
The second round's lengthy question evaluates your ability to handle complexity and ambiguity. This is where you demonstrate code quality, algorithmic efficiency, and endurance on a significant, multi-part problem from start to finish.
Ho presentato la mia candidatura di persona. Ho sostenuto un colloquio presso Google (Bengaluru)
Colloquio
My Google SDE intern interview experience was challenging yet rewarding. The process included coding, problem solving, and behavioral discussions. Interviewers were supportive and focused on my thinking approach. Clear communication, strong data structures knowledge, and practice helped me perform confidently.
Domande di colloquio [1]
Domanda 1
Design an LRU (Least Recently Used) Cache and explain its time complexity for insertion, deletion, and retrieval operations.
Ho sostenuto un colloquio presso Google (Bengaluru)
Colloquio
. Why is Java so popular?
2 . What is platform independence?
3 . What is bytecode?
4 . Compare JDK vs JVM vs JRE
5 . What are the important differences between C++ and Java?
6 . What is the role for a classloader in Java?
interview consists of one dsa questions. it was around leetcode medium level. the question is from stack and 2 pointer approach.2 pointer approach is easy but not optimal so we have to combines it with stack