Upload Button Icon Add office photos

Google

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Google Fullstack Developer Intern Interview Questions and Answers

Updated 13 Mar 2022

Google Fullstack Developer Intern Interview Experiences

1 interview found

I was interviewed in Sep 2021.

Round 1 - Video Call 

(2 Questions)

Round duration - 45 Minutes
Round difficulty - Medium

Very fixed deadline of interview of 45 min
Interviewer was friendly.
What is the difference between tag and tag?
Difference between “==” and “===” operators in js.
Explain Hoisting in javascript.

  • Q1. 

    Shortest Path in an Unweighted Graph

    The city of Ninjaland is represented as an unweighted graph with houses and roads. There are 'N' houses numbered 1 to 'N', connected by 'M' bidirectional roads. A road...

  • Ans. BFS
    • Store all the edges in the form of an adjacency list ADJ. if ADJ[X][j] = Y which means there is an edge from X to Y.
    • Declare a queue Q and push S in it and also declare two vectors VISITED and DISTANCE which will store whether a house is visited or not and what is a distance of the house from house S respectively.
    • We will also store the PARENT, that store the node from which we will reach the current node. It will hel...
  • Answered Anonymously
  • Q2. 

    Dijkstra's Shortest Path Problem

    Given an undirected graph with ‘V’ vertices (labeled 0, 1, ... , V-1) and ‘E’ edges, where each edge has a weight representing the distance between two connected nodes (X,...

  • Ans. Using Adjacency Matrix

    The idea is to maintain two arrays, one stores the visited nodes, and the other array stores the distance (element at index ‘i’ denotes the distance from node 0 to node ‘i’). We pick an unvisited minimum distance vertex, then update the distance of all its adjacent vertices considering the path from source to an adjacent vertex to pass through the picked minimum distance vertex. Repeat the process...

  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Indian Institute of Technology Madras. I applied for the job as Fullstack developer Intern in BangaloreEligibility criteriaNo CGPA CriteriaGoogle interview preparation:Topics to prepare for the interview - Data Structures(Arrays, Tree, Backtracking, DP, Graph), Operating Systems, OOPS, Basic System Design, Algorithms, Machine LearningTime required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : Try to come to basic working solution as early as possible
Tip 2 : Try to ask more questions from interviewer, to clarify the question even if you know the answer
Tip 3 : Try to keep your answer generalised because there might be follow-up questions on the present question
Tip 4 : Use proper variable names(instead of i or j in loop use itr1 or itr2 etc).
Tip 5 : Practice more questions of these topics: Arrays, Tree, Backtracking, DP, Graph

Application resume tips for other job seekers

Tip 1 : Mention only those projects in which you are confident
Tip 2 : Try to keep your resume of at most 2 pages

Final outcome of the interviewRejected

Skills evaluated in this interview

Interview questions from similar companies

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Technical questions based on dsa
  • Q2. Streams, apis, core java

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare DSA

Tell us how to improve this page.

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5.1k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 900 Interviews
Amdocs Interview Questions
3.7
 • 531 Interviews
Zoho Interview Questions
4.3
 • 515 Interviews
SAP Interview Questions
4.2
 • 308 Interviews
KPIT Technologies Interview Questions
3.4
 • 294 Interviews
Salesforce Interview Questions
4.1
 • 272 Interviews
Adobe Interview Questions
3.9
 • 251 Interviews
View all
Software Engineer
1.3k salaries
unlock blur

₹19 L/yr - ₹80 L/yr

Software Developer
1.1k salaries
unlock blur

₹21.3 L/yr - ₹60 L/yr

Senior Software Engineer
641 salaries
unlock blur

₹23.7 L/yr - ₹86.3 L/yr

Sde1
255 salaries
unlock blur

₹14 L/yr - ₹55 L/yr

Data Scientist
251 salaries
unlock blur

₹28.5 L/yr - ₹60 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