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 Associate Software Engineering Intern Interview Questions and Answers

Updated 28 Dec 2023

Google Associate Software Engineering Intern Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at National Institute of Technology,(NIT), Agartala and was interviewed in Jun 2023. 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 

They gave 2 coding questions to solve on hackathon platform which went pretty good and they've shortlisted nearly 14 students among 200 .

Round 3 - Technical 

(2 Questions)

  • Q1. Interviewer was very friendly ,explained the given question clearly and gave time to explain the logic ,execution .Started with the intro ,about projects and went straight with the coding skills.
  • Q2. Dynamic programming

Interview Preparation Tips

Topics to prepare for Google Associate Software Engineering Intern interview:
  • Data structures and algorithms
  • system design
Interview preparation tips for other job seekers - Keep calm and give your best

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(2 Questions)

  • Q1. Could you explain the projects you have worked on and your contributions to them?
  • Ans. 

    I have worked on projects involving web development, mobile app development, and data analysis.

    • Developed a web application using React.js and Node.js for real-time data visualization.

    • Contributed to the development of a mobile app using Flutter for both iOS and Android platforms.

    • Performed data analysis using Python and SQL to extract insights from large datasets.

    • Collaborated with team members to implement new features a

  • Answered by AI
  • Q2. Can you provide code examples that demonstrate abstraction and polymorphism in programming?
  • Ans. 

    Abstraction and polymorphism are key concepts in object-oriented programming.

    • Abstraction involves hiding the implementation details and showing only the necessary features of an object.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Example of abstraction: defining a Shape class with methods like calculateArea() without specifying how each shape calculates its area.

    • Examp...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There are 2 DSA Questions both on DP

Round 2 - One-on-one 

(1 Question)

  • Q1. Print all 8 Digit Numbers who's reverse and 1/4th is same?
  • Ans. 

    Print all 8 digit numbers whose reverse and 1/4th is the same.

    • Iterate through all 8 digit numbers and check if reverse is equal to 1/4th of the number.

    • Example: 12345678 -> reverse is 87654321, 1/4th is 3086421, not equal.

    • Example: 12344321 -> reverse is 12344321, 1/4th is 3086080, equal.

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. More of your day to day activities as an engineering manager
  • Q2. Status reporting, Matrices EM should maintain,Risks and Mitigations , Conflict Resolution,
Round 2 - Technical 

(2 Questions)

  • Q1. System Architecture
  • Q2. Basic Java collections like streams, collections , garbage collection , spring boot basic working
Round 3 - One-on-one 

(2 Questions)

  • Q1. Team management
  • Q2. Project execution
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions on C++ & CAA were asked
Round 2 - HR 

(1 Question)

  • Q1. Managerial round, Puzzle questions were asked
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - HR 

(1 Question)

  • Q1. Details about experience and some OOPs questions
Round 2 - Coding Test 

OOPs, polymorphism, SOLID principle, threads, concurrency, unit tests, coverage, testing

Round 3 - Technical 

(1 Question)

  • Q1. Turn a matrix by 90 degrees.
  • Ans. 

    To turn a matrix by 90 degrees, transpose the matrix and then reverse each row.

    • Transpose the matrix by swapping elements across the diagonal

    • Reverse each row of the transposed matrix

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - refresh your basics. think out loud. they want to hear your thinking process.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Design document store server
  • Ans. 

    Design a document store server for efficient storage and retrieval of documents.

    • Consider using a NoSQL database like MongoDB for flexible schema and scalability.

    • Implement a RESTful API for interacting with the document store.

    • Include features like search functionality, version control, and access control.

    • Optimize storage and retrieval performance by using indexing and caching.

    • Ensure data security and backup mechanisms a

  • Answered by AI
  • Q2. Design library system
  • Ans. 

    Design a library system for efficient management of books and resources.

    • Consider user-friendly interface for searching and borrowing books

    • Implement a database to store information about books, users, and transactions

    • Include features like book reservation, due date reminders, and late fee calculation

    • Integrate a system for tracking book availability and location within the library

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Managerial standard questions
Round 2 - Technical 

(2 Questions)

  • Q1. System design and architecture
  • Q2. Propose architecture for an application
  • Ans. 

    Propose architecture for an application

    • Identify the requirements and constraints of the application

    • Choose appropriate technologies and frameworks based on requirements

    • Design a scalable and modular architecture

    • Consider security, performance, and maintainability

    • Implement microservices architecture for flexibility and scalability

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Debouce throttle currying
Round 2 - Coding Test 

Machien coding in react

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

(1 Question)

  • Q1. Design a web crawler
  • Ans. 

    Design a web crawler to fetch and index web pages

    • Start by identifying the target websites and their structure

    • Develop a system to fetch web pages using HTTP requests

    • Implement a parser to extract relevant information from the HTML content

    • Store the extracted data in a database for indexing and retrieval

  • Answered by AI

Skills evaluated in this interview

Google Interview FAQs

How many rounds are there in Google Associate Software Engineering Intern interview?
Google interview process usually has 3 rounds. The most common rounds in the Google interview process are Resume Shortlist, Coding Test and Technical.
What are the top questions asked in Google Associate Software Engineering Intern interview?

Some of the top questions asked at the Google Associate Software Engineering Intern interview -

  1. interviewer was very friendly ,explained the given question clearly and gave ti...read more
  2. dynamic programm...read more

Tell us how to improve this page.

Google Associate Software Engineering Intern Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
Oracle Interview Questions
3.7
 • 846 Interviews
Amdocs Interview Questions
3.7
 • 512 Interviews
Zoho Interview Questions
4.3
 • 505 Interviews
SAP Interview Questions
4.2
 • 283 Interviews
KPIT Technologies Interview Questions
3.4
 • 278 Interviews
Adobe Interview Questions
3.9
 • 233 Interviews
View all
Software Engineer
1.7k salaries
unlock blur

₹19 L/yr - ₹77.5 L/yr

Software Developer
1.1k salaries
unlock blur

₹20.1 L/yr - ₹60 L/yr

Senior Software Engineer
666 salaries
unlock blur

₹24 L/yr - ₹85.4 L/yr

Data Scientist
274 salaries
unlock blur

₹12 L/yr - ₹50 L/yr

Sde1
257 salaries
unlock blur

₹14 L/yr - ₹55 L/yr

Explore more salaries
Compare Google with

Yahoo

4.6
Compare

Amazon

4.1
Compare

Facebook

4.3
Compare

Microsoft Corporation

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