Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Google Operations Center Team. If you also belong to the team, you can get access from here

Google Operations Center Verified Tick

Compare button icon Compare button icon Compare
3.6

based on 501 Reviews

Filter interviews by

Google Operations Center Software Engineer Interview Questions and Answers

Updated 1 Jan 2025

Google Operations Center Software Engineer Interview Experiences

3 interviews found

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
No response
Round 1 - Coding Test 

Dsa algo question with 45 min time period

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. It was based on Heap

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on DSA.

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview Questionnaire 

1 Question

  • Q1. How to search binayak tree
  • Ans. 

    Binary search tree can be searched recursively by comparing the search value with the node value.

    • Start at the root node

    • If the search value is less than the node value, search in the left subtree

    • If the search value is greater than the node value, search in the right subtree

    • If the search value is equal to the node value, return the node

    • If the search value is not found, return null

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Rotate array leetcode question
  • Q2. Longest palindormic substring
  • Ans. 

    A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward.

    • Use dynamic programming to solve this problem efficiently.

    • Iterate through the string and expand around each character to find the longest palindrome.

    • Consider both odd and even length palindromes.

    • Example: Input 'babad', Output 'aba' or 'bab'.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Print all the subsequences of a string
  • Ans. 

    Generate all possible subsequences of a given string.

    • Use recursion to generate all possible combinations of characters in the string.

    • At each step, include or exclude the current character to form subsequences.

    • Store each subsequence in an array of strings.

  • Answered by AI
  • Q2. Print longest substring with k unique values
  • Ans. 

    Find and print the longest substring with k unique characters in an array of strings.

    • Iterate through the array of strings and keep track of the longest substring with k unique characters.

    • Use a sliding window approach to efficiently find the longest substring.

    • Keep a hashmap to store the frequency of characters in the current window.

    • Update the window boundaries based on the number of unique characters.

    • Return the longest

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Behaviour quesions

Skills evaluated in this interview

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

I applied via campus placement at Maulana Azad National Institute of Technology (NIT), Bhopal and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 questions easy-medium level leetcode problem I solved 2 completely and 3rd question partially (9/15 test cases passed) to move on to 2nd round

Round 2 - Coding Test 

(1 Question)

  • Q1. Implement an app similar to splitwise
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

1. PEAK ELEMENT QUESTION.
2. COIN DENOMINATION

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Create pagination component using an api show the data for the pages
  • Ans. 

    Create a pagination component using an API to display data for different pages.

    • Use API to fetch data for each page

    • Implement pagination logic to display data for each page

    • Allow users to navigate between pages

  • Answered by AI

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

Data structures, theoretical quesiton, past project discussion.

Round 2 - Coding Test 

Data structure medium problem asked in the interview

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

I applied via Referral and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Js question with code snippets
Round 2 - Coding Test 

Given some ant ui design to reacreate from scretch

Round 3 - One-on-one 

(1 Question)

  • Q1. Asked system design for online movie booking plateform
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is deep copy ?
  • Ans. 

    Deep copy is a copy of an object that duplicates all of its attributes, including nested objects, rather than just copying references.

    • Deep copy creates a new object with its own unique memory space.

    • Changes made to the original object do not affect the deep copy.

    • Deep copy is often used when you need to modify an object without affecting the original.

    • Example: Using JSON.parse(JSON.stringify(object)) in JavaScript to crea

  • Answered by AI

Google Operations Center Interview FAQs

How many rounds are there in Google Operations Center Software Engineer interview?
Google Operations Center interview process usually has 1 rounds. The most common rounds in the Google Operations Center interview process are Technical and Coding Test.
What are the top questions asked in Google Operations Center Software Engineer interview?

Some of the top questions asked at the Google Operations Center Software Engineer interview -

  1. How to search binayak t...read more
  2. It was based on H...read more

Tell us how to improve this page.

Google Operations Center Software Engineer Interview Process

based on 3 interviews

Interview experience

4.7
  
Excellent
View more
Google Operations Center Software Engineer Salary
based on 17 salaries
₹18 L/yr - ₹56.9 L/yr
400% more than the average Software Engineer Salary in India
View more details

Google Operations Center Software Engineer Reviews and Ratings

based on 5 reviews

5.0/5

Rating in categories

4.0

Skill development

5.0

Work-life balance

4.4

Salary

4.5

Job security

3.6

Company culture

4.0

Promotions

3.9

Work satisfaction

Explore 5 Reviews and Ratings
Senior Associate
279 salaries
unlock blur

₹3.7 L/yr - ₹13.6 L/yr

Digital Media Specialist
115 salaries
unlock blur

₹5.3 L/yr - ₹12.2 L/yr

Digital Marketing Specialist
90 salaries
unlock blur

₹5 L/yr - ₹15 L/yr

Analyst
87 salaries
unlock blur

₹2.5 L/yr - ₹7.2 L/yr

Senior Customer Support Associate
76 salaries
unlock blur

₹4 L/yr - ₹9 L/yr

Explore more salaries
Compare Google Operations Center with

Amazon Development Centre India

4.1
Compare

Microsoft Corporation

4.0
Compare

IBM

4.0
Compare

Accenture

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