I had gone through 1 telephonic interview and 2 technical interviews. It was good experience. In telephonic interview recruiter asked me about projects. In technical interviews they had given one question and I had to code them in front of recruiter in online mode.
Interview questions [1]
Question 1
Together with your friends you decided to go to a beach and have a party. The public beach is very narrow, thus only one group of people can occupy space between water and the road:
You want more room for your party. Hence, you want to find the longest free space. How would you do this?
I applied in-person. I interviewed at Google (Bengaluru)
Interview
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.
Interview questions [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