Upload Button Icon Add office photos

Filter interviews by

Google Cloud Interview Questions and Answers

Updated 4 Feb 2025

Google Cloud Interview Experiences

Popular Designations

8 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Reverse a string
  • Ans. 

    Reverse a given string

    • Create an empty string to store the reversed string

    • Iterate through the original string from end to start and append each character to the new string

    • Return the reversed string

  • Answered by AI
  • Q2. Print all duplicates in the array
  • Ans. 

    Find and print all duplicates in an array of strings.

    • Iterate through the array and use a hashmap to store the frequency of each element.

    • Print elements with frequency greater than 1 as duplicates.

    • Example: ['apple', 'banana', 'apple', 'orange'] should print 'apple'.

  • Answered by AI
Round 2 - no got pass 

(2 Questions)

  • Q1. Print your name
  • Ans. 

    My name is John Doe.

    • Full name: John Doe

    • First name: John

    • Last name: Doe

  • Answered by AI
  • Q2. Print your address
  • Ans. 

    My address is 123 Main St, City, State, Zip Code

    • Include street number, street name, city, state, and zip code

    • Use proper formatting and punctuation

    • Avoid abbreviations unless necessary

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - well

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Jan 2025.

Round 1 - HR 

(2 Questions)

  • Q1. About ur company details
  • Q2. About my work experience
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Question on graphs in phone screen

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Aug 2023. There were 5 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 - Coding Test 

Python Building ML Model , 45 Minutes Duration

Round 3 - Group Discussion 

Digital Transformation to achieve Business Objectives , 15 Minutes

Round 4 - One-on-one 

(1 Question)

  • Q1. What insist me to Choose data Science Profession . -Ans - As Data science is the tools which can open the scope of diversified Field to build insight and thereby Support in the decision Making Process Wh...
Round 5 - HR 

(2 Questions)

  • Q1. How much you believe in Personal efficiency and Team effort to obtain the Goal - Ans Personal efficiency is the criteria How to handle the Situation ,apart from that a Good Team Work smoothen the outcome ...
  • Q2. How Work Culture of the Company affects the Work Efficiency
  • Ans. 

    Work culture greatly impacts work efficiency by influencing employee motivation, collaboration, and overall job satisfaction.

    • Positive work culture promotes employee motivation and engagement, leading to higher productivity.

    • Open communication and collaboration in the work culture can improve teamwork and problem-solving abilities.

    • A supportive work environment can boost employee morale and job satisfaction, reducing turn...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - In the Interview always to build your own insight and show your own View and Work Style and tell the interviewer about your observation & Findings . Definitely you will be rewarded

Data Scientist Interview Questions asked at other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you find a line that best fits the data, to be able to extrapolate? this is not a supervised ML problem, there's no target. and how would you do it, if you want to treat this as a s... read more
View answer (5)

Google Cloud interview questions for popular designations

 Software Developer

 (2)

 Data Scientist

 (1)

 Google Analyst

 (1)

 Senior Software Engineer

 (1)

 Data Engineer

 (1)

 Digital Marketing Graphic Designer

 (1)

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

Google Analytics and news browsing

Interview Preparation Tips

Interview preparation tips for other job seekers - Google All ads

Google Analyst Interview Questions asked at other Companies

Q1. Experience in particular filed
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 20 Mar 2024

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Credit debit difference

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to achieve these job easy interview

Software Developer Interview Questions & Answers

user image Avinash Kaurav

posted on 7 Apr 2023

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Mar 2023. 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 

About newly launch apps and gamer and websites

Round 3 - Case Study 

About software which can help on stopping the online scams with the help of police

Interview Preparation Tips

Interview preparation tips for other job seekers - More confidence and new better skills and try in that where are you best in any thing .Because on job is small and big

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 15 Feb 2023

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

I applied via Referral and was interviewed in Aug 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 - One-on-one 

(2 Questions)

  • Q1. About previous experience, how much JD match with your experience.
  • Q2. How i culturally fit for the Data Engineer role.
Round 3 - Coding Test 

SQL Intermediate level questions.

Interview Preparation Tips

Topics to prepare for Google Cloud Data Engineer interview:
  • SQL
Interview preparation tips for other job seekers - Focus on only 1 skill and get master into it. Rest will come to you.

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)

Interview questions from similar companies

I appeared for an interview before Dec 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 Minutes
Round difficulty - Medium

2 coding questions and 20 mcq
 

  • Q1. 

    Rotting Oranges Problem Statement

    You are given a grid containing oranges where each cell of the grid can contain one of the three integer values:

    • 0 - representing an empty cell
    • 1 - representing a fre...
  • Ans. 

    Find the minimum time required to rot all fresh oranges in a grid.

    • Use Breadth First Search (BFS) to simulate the rotting process.

    • Track the time taken to rot all oranges and return -1 if any fresh oranges remain.

    • Handle edge cases like no fresh oranges or all oranges already rotten.

    • Consider using a queue to efficiently process adjacent oranges.

    • Ensure to update the grid with the new state of oranges after each second.

  • Answered by AI
  • Q2. 

    Calculate Sum of Proper Divisors

    Given a natural number N, return the sum of all its proper divisors.

    A proper divisor of Y is defined as a number X such that X < Y and Y % X = 0.

    Example:

    Input:
    T...
  • Ans. 

    Calculate the sum of proper divisors of a given natural number.

    • Iterate from 1 to sqrt(N) and check for divisors

    • If a divisor is found, add it to the sum and also add N/divisor if it is not the same as divisor

    • Return the sum as the result

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Medium

Technical interview

  • Q1. 

    Rearrange Array to Form Largest Number

    Given an array ARR consisting of non-negative integers, rearrange the numbers to form the largest possible number. The digits within each number cannot be changed.

    ...

  • Ans. 

    Rearrange the array elements to form the largest possible number by concatenating them.

    • Sort the array elements in a custom comparator function to get the largest number.

    • Convert the sorted array elements to strings and concatenate them to form the final number.

    • Handle cases where the numbers have the same prefix by comparing the concatenated forms.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in DelhiEligibility criteriaCriteria not revealed to candidateAmazon interview preparation:Topics to prepare for the interview - Array, Linkedlist, Tree, Graph, Stack, OOPS, Geeksforgeeks archives, coding ninjas interview experience blogsTime required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : Be clear about whatever you have mentioned in resume, don't mention buzz words, because interviewer can go in depth
Tip 2 : Along with DS and Algo, if you have 3-4 months experience or internship experience, then be ready to answer scenario based technical questions like scaling the application that you developed and design concepts that can be used for improving
Tip 3 : Last but most important tip is to be calm through out the whole process ,don't loose hope if any round didn't go well ,if you have explained your thought process there is still chance to procees to next round so keep preparating for next rounds.

Application resume tips for other job seekers

Tip 1 : Keep it one page resume and mention keywords which align with your technical and personal competencies.
Tip 2 : Mention 3-4 projects in the order that , project which you can explain best should be at top,then the next, and so on.

Final outcome of the interviewRejected

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. They asked me on java and I have joined as a fresher they not much questions as I got selected as fresher on oops concepts and collections
  • Q2. Please be confident while facing interview and they will check your communication skills

Google Cloud Interview FAQs

How many rounds are there in Google Cloud interview?
Google Cloud interview process usually has 2-3 rounds. The most common rounds in the Google Cloud interview process are One-on-one Round, Coding Test and Resume Shortlist.
What are the top questions asked in Google Cloud interview?

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

  1. How Work Culture of the Company affects the Work Efficie...read more
  2. print all duplicates in the ar...read more
  3. Credit debit differe...read more

Tell us how to improve this page.

Google Cloud Interview Process

based on 9 interviews

Interview experience

4.6
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all

Google Cloud Reviews and Ratings

based on 24 reviews

4.5/5

Rating in categories

4.3

Skill development

4.5

Work-life balance

3.7

Salary

3.4

Job security

4.2

Company culture

3.2

Promotions

4.1

Work satisfaction

Explore 24 Reviews and Ratings
Software Engineer
5 salaries
unlock blur

₹35 L/yr - ₹45 L/yr

Data Management Analyst
5 salaries
unlock blur

₹7 L/yr - ₹14 L/yr

Cloud Architect
5 salaries
unlock blur

₹46 L/yr - ₹85 L/yr

Program Manager
5 salaries
unlock blur

₹19 L/yr - ₹24 L/yr

Cloud Engineer
5 salaries
unlock blur

₹12 L/yr - ₹30 L/yr

Explore more salaries
Compare Google Cloud with

TCS

3.7
Compare

Accenture

3.8
Compare

Cognizant

3.7
Compare

Infosys

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