J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 1 semaine. J'ai passé un entretien chez Google (New Delhi) en juill. 2023
Entretien
Was an On-campus opportunity Teir-1 college 1st online coding+Resume shortlisting 33 got selected 2 interview rounds: Both were DSA rounds. After 1st round 17 got selected(including me) after 2nd round 8 got selected
Questions d'entretien [1]
Question 1
1)You are given the prices of a stock for n days. You have to tell the longest period for which the stock looses its value.
J'ai postulé en personne. J'ai passé un entretien chez Google (Bengaluru)
Entretien
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.
Questions d'entretien [1]
Question 1
Design an LRU (Least Recently Used) Cache and explain its time complexity for insertion, deletion, and retrieval operations.
. 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