Upload Button Icon Add office photos

Google

Compare button icon Compare button icon Compare

Filter interviews by

Google Intern Interview Questions and Answers

Updated 20 Jan 2025

10 Interview questions

An Intern was asked 5mo ago
Q. How do you handle low morale?
Ans. 

Addressing low morale in the workplace requires open communication, support, and recognition.

  • Encourage open communication to understand the root cause of low morale

  • Provide support and resources to help employees overcome challenges

  • Recognize and appreciate employees' hard work and contributions

  • Organize team-building activities to boost morale and foster a positive work environment

An Intern was asked 10mo ago
Q. Given a set of meeting time intervals, find the maximum number of meetings that can be scheduled in a single room such that no two meetings overlap.
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

Intern Interview Questions Asked at Other Companies

asked in Accenture
Q1. There is a housing society “The wasteful society”. You collect al ... read more
Q2. Which programming language are you comfortable with?
asked in Accenture
Q3. A marketing strategy case: A perfume seller in Jaipur has unique ... read more
asked in Deloitte
Q4. Case : I am a US based company and I sell 3 products A, B, C (I d ... read more
Q5. Huffman Coding Challenge Given an array ARR of integers containin ... read more
An Intern was asked 11mo ago
Q. Given weights and values of N items, put these items in a knapsack of capacity W to get the maximum total value. You can only either put the item completely into the knapsack or not put it at all (0-1 prope...
Ans. 

The knapsack problem is a classic optimization problem that involves selecting items to maximize value without exceeding weight capacity.

  • The problem can be solved using dynamic programming.

  • Given weights and values of items, the goal is to maximize total value within a weight limit.

  • Example: If you have items with weights [1, 2, 3] and values [10, 15, 40], and a capacity of 6, the optimal selection is items 2 and 3.

  • ...

An Intern was asked
Q. Tell me about your introduction.
Ans. 

A motivated intern with a background in [Your Field], eager to learn and contribute to the team while developing professional skills.

  • Currently pursuing a degree in [Your Major] at [Your University].

  • Completed an internship at [Company Name], where I assisted in [specific task or project].

  • Skilled in [specific skills or tools relevant to the position].

  • Passionate about [specific interest related to the field], demonst...

An Intern was asked
Q. Write an algorithm for Depth-First Search (DFS).
Ans. 

DFS is a graph traversal algorithm that explores as far as possible along each branch before backtracking.

  • Start at the initial node and explore as far as possible along each branch before backtracking

  • Use a stack to keep track of nodes to visit

  • Mark visited nodes to avoid revisiting them

  • Can be implemented recursively or iteratively

An Intern was asked
Q. Write code for Breadth-First Search (BFS).
Ans. 

BFS is a graph traversal algorithm that visits all the nodes of a graph level by level.

  • Start by adding the initial node to a queue

  • While the queue is not empty, dequeue a node and visit its neighbors, adding them to the queue

  • Repeat until all nodes are visited

An Intern was asked
Q. Explain the difference between coding and programming.
Ans. 

Coding is the process of writing instructions in a specific programming language, while programming involves the entire process of designing, writing, testing, and maintaining code.

  • Coding is the act of translating a problem into a language that a computer can understand.

  • Programming involves planning, designing, implementing, and testing a solution to a problem.

  • Coding is a subset of programming, focusing on the act...

Are these interview questions helpful?
An Intern was asked
Q. What is the difference between an ordered map and an 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++

An Intern was asked
Q. Given a graph, find the shortest path between two nodes using Breadth-First Search (BFS).
Ans. 

BFS finds the shortest path in an unweighted graph by exploring neighbors level by level.

  • BFS uses a queue to explore nodes layer by layer.

  • Each node is marked as visited to avoid cycles.

  • The shortest path is found by tracking predecessors.

  • Example: In a grid, BFS can find the shortest path from the top-left to the bottom-right corner.

An Intern was asked
Q. 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

Google Intern Interview Experiences

22 interviews found

Intern Interview Questions & Answers

user image Anonymous

posted on 23 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Leetcode question , gfg also

Round 2 - Technical 

(2 Questions)

  • Q1. Tell us about your self
  • Q2. Explain this project
  • Ans. 

    The project involved developing a mobile application for tracking daily water intake.

    • Developed a user-friendly interface for inputting water consumption

    • Implemented a feature to set daily water intake goals

    • Integrated notifications to remind users to drink water throughout the day

  • Answered by AI

Intern Interview Questions & Answers

user image Anonymous

posted on 28 Nov 2024

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

I applied via AngelList and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Hacker rank question

Round 2 - One-on-one 

(2 Questions)

  • Q1. Where do you see yourself in 5 years.
  • Q2. What are your achievements.
  • Ans. 

    I have achieved academic excellence, leadership roles, and community service recognition.

    • Received academic awards for top grades in class

    • Served as president of student organization

    • Volunteered at local charity events

    • Participated in research projects

    • Completed internships at reputable companies

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice DSA

Intern Interview Questions & Answers

user image Anonymous

posted on 21 Nov 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. We have a array
  • Q2. We have an array

Intern Interview Questions & Answers

user image Anonymous

posted on 30 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Dp question was asked
  • Q2. Question on heap

Intern Interview Questions & Answers

user image Anonymous

posted on 29 Nov 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

What is 10% of 10
what is ram age if he is now 2 years

Interview Preparation Tips

Interview preparation tips for other job seekers - do homework

Intern Interview Questions & Answers

user image Anonymous

posted on 27 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

DSA, coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Dp question knapk sack problem
  • Ans. 

    The knapsack problem is a classic optimization problem that involves selecting items to maximize value without exceeding weight capacity.

    • The problem can be solved using dynamic programming.

    • Given weights and values of items, the goal is to maximize total value within a weight limit.

    • Example: If you have items with weights [1, 2, 3] and values [10, 15, 40], and a capacity of 6, the optimal selection is items 2 and 3.

    • The d...

  • Answered by AI
  • Q2. Graph, dfs, bfs

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well

Intern Interview Questions & Answers

user image Anonymous

posted on 20 Jan 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. How to handle low moral
  • Ans. 

    Addressing low morale in the workplace requires open communication, support, and recognition.

    • Encourage open communication to understand the root cause of low morale

    • Provide support and resources to help employees overcome challenges

    • Recognize and appreciate employees' hard work and contributions

    • Organize team-building activities to boost morale and foster a positive work environment

  • Answered by AI

Intern Interview Questions & Answers

user image Anonymous

posted on 26 Oct 2023

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

I applied via Walk-in and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Explain difference between coding and programming?
  • Ans. 

    Coding is the process of writing instructions in a specific programming language, while programming involves the entire process of designing, writing, testing, and maintaining code.

    • Coding is the act of translating a problem into a language that a computer can understand.

    • Programming involves planning, designing, implementing, and testing a solution to a problem.

    • Coding is a subset of programming, focusing on the actual w...

  • Answered by AI
  • Q2. Which is your favorite google product?
  • Q3. Write code for BFS
  • Ans. 

    BFS is a graph traversal algorithm that visits all the nodes of a graph level by level.

    • Start by adding the initial node to a queue

    • While the queue is not empty, dequeue a node and visit its neighbors, adding them to the queue

    • Repeat until all nodes are visited

  • Answered by AI
  • Q4. Write algo for DFS
  • Ans. 

    DFS is a graph traversal algorithm that explores as far as possible along each branch before backtracking.

    • Start at the initial node and explore as far as possible along each branch before backtracking

    • Use a stack to keep track of nodes to visit

    • Mark visited nodes to avoid revisiting them

    • Can be implemented recursively or iteratively

  • Answered by AI
  • Q5. Where you find yourself in next 5 years

Skills evaluated in this interview

Intern Interview Questions & Answers

user image Dhruv Pankaj Patel

posted on 9 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Topics - dsa
duration - 1hr

Round 2 - HR 

(2 Questions)

  • Q1. Introduction about yourself and interests
  • Ans. 

    I am a recent graduate with a passion for marketing and social media. I enjoy hiking, photography, and trying new foods.

    • Recent graduate with a degree in Marketing

    • Passionate about social media and digital marketing

    • Hobbies include hiking, photography, and trying new foods

  • Answered by AI
  • Q2. Technical question on projects

Interview Preparation Tips

Interview preparation tips for other job seekers - its easy

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
  • Ans. 

    A motivated intern with a background in [Your Field], eager to learn and contribute to the team while developing professional skills.

    • Currently pursuing a degree in [Your Major] at [Your University].

    • Completed an internship at [Company Name], where I assisted in [specific task or project].

    • Skilled in [specific skills or tools relevant to the position].

    • Passionate about [specific interest related to the field], demonstrated...

  • Answered by AI

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Google?
Ask anonymously on communities.

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, Ad Sales and Analytical.
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.

Overall Interview Experience Rating

4.4/5

based on 18 interview experiences

Difficulty level

Moderate 38%
Hard 63%

Duration

Less than 2 weeks 38%
2-4 weeks 50%
6-8 weeks 13%
View more

Intern Interview Questions from Similar Companies

Oracle Intern Interview Questions
3.7
 • 7 Interviews
Zoho Intern Interview Questions
4.2
 • 5 Interviews
SAP Intern Interview Questions
4.2
 • 4 Interviews
Adobe Intern Interview Questions
3.9
 • 3 Interviews
AVASOFT Intern Interview Questions
2.8
 • 2 Interviews
KONE Intern Interview Questions
4.1
 • 2 Interviews
View all
Google Intern Salary
based on 21 salaries
₹5.7 L/yr - ₹14.4 L/yr
171% more than the average Intern Salary in India
View more details

Google Intern Reviews and Ratings

based on 31 reviews

4.6/5

Rating in categories

4.5

Skill development

4.5

Work-life balance

4.6

Salary

4.3

Job security

4.5

Company culture

4.4

Promotions

4.4

Work satisfaction

Explore 31 Reviews and Ratings
Software Engineer
2.7k salaries
unlock blur

₹34.3 L/yr - ₹60 L/yr

Software Developer
2.2k salaries
unlock blur

₹33.3 L/yr - ₹61.9 L/yr

Senior Software Engineer
1.2k salaries
unlock blur

₹35.2 L/yr - ₹71.1 L/yr

Sde1
409 salaries
unlock blur

₹32.1 L/yr - ₹60 L/yr

Data Analyst
388 salaries
unlock blur

₹15.5 L/yr - ₹27.3 L/yr

Explore more salaries
Compare Google with

Yahoo

4.6
Compare

Amazon

4.0
Compare

Facebook

4.3
Compare

Microsoft Corporation

3.9
Compare
write
Share an Interview