Upload Button Icon Add office photos

Google

Compare button icon Compare button icon Compare
4.4

based on 1.8k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Google Intern Interview Questions, Process, and Tips

Updated 20 Jan 2025

Top Google Intern Interview Questions and Answers

View all 8 questions

Google Intern Interview Experiences

24 interviews found

Intern Interview Questions & Answers

user image Anonymous

posted on 26 Feb 2024

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
6-8 weeks
Result
-

I applied via Job Portal and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

1-hour test on google online challenge

Round 2 - One-on-one 

(2 Questions)

  • Q1. Leetcode ques on hard level
  • Q2. They asked my intro

Intern Interview Questions & Answers

user image Anonymous

posted on 13 Sep 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Variation of N meetings in a room.
  • Ans. 

    Variation of N meetings in a room

    • Consider different combinations of meetings in the room

    • Calculate the total number of possible variations

    • Take into account the order of meetings if necessary

  • Answered by AI
  • Q2. Folllw up of question 1

Skills evaluated in this interview

Intern Interview Questions Asked at Other Companies

asked in Accenture
Q1. Case. There is a housing society “The wasteful society”, you coll ... read more
Q2. Which programming language you are comfortable with?
asked in Deloitte
Q3. Case : I am a US based company and I sell 3 products A, B, C (I d ... read more
Q4. Huffman Coding Challenge Given an array ARR of integers containin ... read more
asked in Accenture
Q5. A marketing strategy case. Client is a perfume seller in Jaipur. ... read more

Intern Interview Questions & Answers

user image Anonymous

posted on 4 Jul 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Everything actually went very well

Round 2 - Coding Test 

Oh god it was damn tough needs lot of practice

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Intern Interview Questions & Answers

user image MDI_22PGHR113 Ankit Gupta

posted on 29 Feb 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Questions around metrics and situations

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be calm and answer telling via a story

Google interview questions for designations

 Summer Intern

 (11)

 Research Intern

 (1)

 SDE Intern

 (1)

 Software Developer Intern

 (17)

 Software Engineer Intern

 (3)

 Digital Marketing Intern

 (2)

 Data Analyst Intern

 (1)

 Data Science Intern

 (1)

Intern Interview Questions & Answers

user image Anonymous

posted on 15 Mar 2024

Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Practice DSA, Array and do coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep positive attitude, Be confidence

Get interview-ready with Top Google Interview Questions

Intern Interview Questions & Answers

user image Anonymous

posted on 14 Aug 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Assignment 

Create a basic CRUD in Java

Round 2 - Group Discussion 

Create a basic CRUD in Java

Interview Preparation Tips

Interview preparation tips for other job seekers - be yourself

Intern Interview Questions & Answers

user image Anonymous

posted on 11 Jun 2022

I applied via Job Fair and was interviewed in May 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

It is very hard requires very high level of knowledge in tech i recommend practising a lot of hard questions before and remember all basics

Round 3 - One-on-one 

(1 Question)

  • Q1. Several different questions are asked i advise be prepared for the worst questions are super hard difficult to crack work hard
  • Ans. Give smart answers and speak fluently
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Work hard and prepare well interviews and tests are just hard so prepare for the worst here is my advise on preparations for coding test
1 practise atleast 100 diferent coding questions a day before
2 learn and remember all basics

Intern interview

user image iC2C

posted on 17 Dec 2021

Intern Interview Questions & Answers

user image Anonymous

posted on 4 Dec 2022

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

4 coding questions medium to hard level

Round 3 - One-on-one 

(2 Questions)

  • Q1. DP fractal math search
  • Q2. Graph shortest path bfs

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare graphs and dp well. Talk out loud. Interviewers ate good.

Intern Interview Questions & Answers

user image Anonymous

posted on 5 Aug 2023

Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed before Aug 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(5 Questions)

  • Q1. Tell me about different types of graph..
  • Ans. 

    There are various types of graphs used in data visualization, such as bar graphs, line graphs, pie charts, scatter plots, and histograms.

    • Bar graph - used to compare different categories

    • Line graph - shows trends over time

    • Pie chart - displays parts of a whole

    • Scatter plot - shows relationship between two variables

    • Histogram - displays distribution of data

  • Answered by AI
  • Q2. Questions based on dfs and bfs were asked
  • Q3. Difference between ordered and unordered map
  • Ans. 

    Ordered map maintains the order of insertion while unordered map does not guarantee any specific order.

    • Ordered map: elements are stored in the order they were inserted

    • Unordered map: elements are stored in an unspecified order for faster access

    • Example: std::map vs std::unordered_map in C++

  • Answered by AI
  • Q4. Some question related to projects
  • Q5. Last ending question do u have something to ask

Interview Preparation Tips

Topics to prepare for Google Intern interview:
  • Graphs
  • Dynamic programming
  • trees
  • advance dsa

Skills evaluated in this interview

Google Interview FAQs

How many rounds are there in Google Intern interview?
Google interview process usually has 1-2 rounds. The most common rounds in the Google interview process are Coding Test, Technical and One-on-one Round.
How to prepare for Google Intern interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Google. The most common topics and skills that interviewers at Google expect are Advertising, Recruitment, Account Management, Analytical and Consultative Sales.
What are the top questions asked in Google Intern interview?

Some of the top questions asked at the Google Intern interview -

  1. tell me about different types of grap...read more
  2. difference between ordered and unordered ...read more
  3. Explain difference between coding and programmi...read more

Tell us how to improve this page.

Google Intern Interview Process

based on 17 interviews

2 Interview rounds

  • Coding Test Round - 1
  • Coding Test Round - 2
View more

Intern Interview Questions from Similar Companies

Amazon Intern Interview Questions
4.1
 • 26 Interviews
Intel Intern Interview Questions
4.2
 • 15 Interviews
IBM Intern Interview Questions
4.0
 • 14 Interviews
Oracle Intern Interview Questions
3.7
 • 8 Interviews
Adobe Intern Interview Questions
4.0
 • 4 Interviews
SAP Intern Interview Questions
4.2
 • 4 Interviews
View all
Google Intern Salary
based on 13 salaries
₹4.8 L/yr - ₹7.9 L/yr
83% more than the average Intern Salary in India
View more details

Google Intern Reviews and Ratings

based on 36 reviews

4.5/5

Rating in categories

4.4

Skill development

4.6

Work-life balance

4.6

Salary

4.2

Job security

4.5

Company culture

4.3

Promotions

4.3

Work satisfaction

Explore 36 Reviews and Ratings
Software Engineer
1.3k salaries
unlock blur

₹21 L/yr - ₹80 L/yr

Software Developer
1.1k salaries
unlock blur

₹21.8 L/yr - ₹56.7 L/yr

Senior Software Engineer
622 salaries
unlock blur

₹24 L/yr - ₹87.3 L/yr

Sde1
254 salaries
unlock blur

₹14 L/yr - ₹55 L/yr

Data Scientist
250 salaries
unlock blur

₹24.8 L/yr - ₹55 L/yr

Explore more salaries
Compare Google with

Yahoo

4.6
Compare

Amazon

4.1
Compare

Facebook

4.4
Compare

Microsoft Corporation

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview