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 Trainee Interview Questions and Answers

Updated 31 May 2024

Google Trainee Interview Experiences

2 interviews found

Trainee Interview Questions & Answers

user image Vivek Rathod

posted on 31 May 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Personal Interview 

(1 Question)

  • Q1. About the family members what they do?? Why are they not in this field etc

Trainee Interview Questions & Answers

user image Anonymous

posted on 23 Feb 2022

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 - Aptitude Test 

Good

Interview Preparation Tips

Interview preparation tips for other job seekers - Hard work do, never give up, and

Trainee Interview Questions Asked at Other Companies

Q1. Ques1: There is a big file of words which is dynamically changing ... read more
Q2. Ques 1: An array of n integers is there in which the range of ele ... read more
Q3. Ques 1: You are given pairs of numbers. In a pair the first numbe ... read more
Q4. 1) What was the College project ? 2) Subjects ? 3) Types of cooli ... read more
Q5. During cruise, Thrust equals drag, then how does plane move forwa ... read more

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is singelton Class?
  • Ans. 

    Singleton class is a class that can only have one instance at a time.

    • Used to restrict the instantiation of a class to one object

    • Provides a global point of access to that instance

    • Commonly used in logging, caching, and database applications

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Java theoretical questions along with practical

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Mar 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Database queries on joins. Oops concepts, String Examples. SCENARIO based questions on spring controller dao layer
  • Q2. Patterns code and Fibonacci and remove duplicates from string program.
  • Ans. 

    Answering a question on patterns code, Fibonacci, and removing duplicates from a string program.

    • For patterns code, discuss common design patterns like Singleton, Factory, and Observer.

    • For Fibonacci, explain the algorithm and provide code examples in Java.

    • For removing duplicates from a string, discuss different approaches like using a Set or a Map.

    • Emphasize the importance of efficiency and scalability in all three progr

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always try to explain your answer in simple way and with full of confidence.
Explain with various real world example while explaining OOPs concept. And also ask questions to interviewer to explain program statement. It will help you create solution fast. Don't assume anything for a question. Always get clear idea of problem statement.

Skills evaluated in this interview

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 - Aptitude Test 

They are asking C programming output question

Round 3 - Coding Test 

They prefer Java language for logical thinking programming round

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and they are very friendly. Aptitude 10 question and output program 10 for a java developer role.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Collections framework, Explain why you chose a particular collection instead of other with example scenario based
  • Q2. Explain your project
  • Ans. 

    Developed a web application for online shopping with features like user authentication, product search, and order management.

    • Implemented user authentication using Spring Security

    • Utilized Hibernate for database operations

    • Designed front-end using AngularJS for dynamic user interface

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

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How can a Spring Boot project be created to develop an API that returns specified data?
  • Ans. 

    A Spring Boot project can be created to develop an API by setting up a new Spring Boot project, defining API endpoints, and implementing the necessary logic.

    • Create a new Spring Boot project using Spring Initializr

    • Define API endpoints using @RestController annotation

    • Implement the logic to return specified data in the API endpoints

    • Use @GetMapping, @PostMapping, @PutMapping, @DeleteMapping annotations to map HTTP methods

  • Answered by AI
  • Q2. What is the code to print a right-angled triangle of numbers based on a given input number?
  • Ans. 

    Use nested loops to print a right-angled triangle of numbers based on input.

    • Use two nested loops to control the rows and columns of the triangle.

    • Increment the number to be printed in each row.

    • Example: If input is 5, the output would be: 1, 12, 123, 1234, 12345

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

It is easy to crack the first round with the basic topics of aptitude.

Round 2 - Coding Test 

Must learn string,array,pointer and others to clear this round

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your pace

Java Developer Interview Questions & Answers

Zoho user image 21L320_ KARTHICK R

posted on 16 Jul 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy to solve math related que

Round 2 - Coding Test 

Somewhat difficult in constraints

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

I applied via Referral and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Normal code snippets , English question and Aptitude question like time, relation etc

Round 2 - Technical 

(2 Questions)

  • Q1. Code of recursion
  • Ans. 

    Recursion is a programming technique where a function calls itself to solve a problem.

    • Recursion involves breaking down a problem into smaller subproblems and solving them recursively.

    • Base case is important to prevent infinite recursion.

    • Examples: factorial calculation, Fibonacci sequence generation.

  • Answered by AI
  • Q2. Code of merge sort
  • Ans. 

    Merge sort is a divide and conquer algorithm that recursively divides the array into two halves, sorts them, and then merges them back together.

    • Divide the array into two halves

    • Recursively sort each half

    • Merge the sorted halves back together

  • Answered by AI

Skills evaluated in this interview

Google Interview FAQs

How many rounds are there in Google Trainee interview?
Google interview process usually has 1-2 rounds. The most common rounds in the Google interview process are Resume Shortlist, Aptitude Test and Personal Interview.

Tell us how to improve this page.

Google Trainee Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more
Google Trainee Salary
based on 5 salaries
₹2.9 L/yr - ₹4.5 L/yr
82% more than the average Trainee Salary in India
View more details

Google Trainee Reviews and Ratings

based on 4 reviews

4.8/5

Rating in categories

4.8

Skill development

4.5

Work-life balance

4.8

Salary

4.8

Job security

4.5

Company culture

4.8

Promotions

4.5

Work satisfaction

Explore 4 Reviews and Ratings
Software Engineer
2.2k salaries
unlock blur

₹20 L/yr - ₹79 L/yr

Software Developer
1.3k salaries
unlock blur

₹25.9 L/yr - ₹66.1 L/yr

Senior Software Engineer
819 salaries
unlock blur

₹20.3 L/yr - ₹80 L/yr

Data Scientist
284 salaries
unlock blur

₹31.8 L/yr - ₹60 L/yr

Data Analyst
258 salaries
unlock blur

₹6.7 L/yr - ₹23.2 L/yr

Explore more salaries
Compare Google with

Yahoo

4.6
Compare

Amazon

4.0
Compare

Facebook

4.3
Compare

Microsoft Corporation

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