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 Mts Software Engineer Interview Questions and Answers

Updated 7 Jun 2024

Google Mts Software Engineer Interview Experiences

1 interview found

Mts Software Engineer Interview Questions & Answers

user image nishkarsh kumar

posted on 7 Jun 2024

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

Coding was asked and question were medium-hard

Round 2 - HR 

(2 Questions)

  • Q1. Question related to graph
  • Q2. Question related to digit dp.

Interview Preparation Tips

Interview preparation tips for other job seekers - should be good in dsa

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Linked list one easy question

Round 2 - Case Study 

Can't disclose NDA it was regarding class diagram

Round 3 - Behavioral 

(2 Questions)

  • Q1. What is your favourite company
  • Ans. 

    My favorite company is Google.

    • Innovative technology

    • Diverse range of products and services

    • Strong focus on user experience

  • Answered by AI
  • Q2. How can you explain the path of ip to url
  • Ans. 

    IP address is converted to URL through DNS resolution process involving multiple steps.

    • IP address is obtained from the domain name system (DNS) server when a user enters a URL in a web browser.

    • The DNS server looks up the IP address associated with the URL in its database.

    • The DNS server then returns the IP address to the user's device, allowing it to establish a connection to the server hosting the website.

    • For example, ...

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Why this company
  • Ans. 

    I chose this company because of its innovative projects, strong company culture, and opportunities for growth.

    • Innovative projects: I am excited about the cutting-edge technology being developed at Mts.

    • Strong company culture: I value a supportive and collaborative work environment.

    • Opportunities for growth: I see potential for career advancement and skill development here.

  • Answered by AI
  • Q2. What is the thing you wanna improve
  • Ans. 

    I want to improve my problem-solving skills by learning new programming languages and technologies.

    • Learn a new programming language like Python or Java

    • Explore new technologies like cloud computing or machine learning

    • Practice solving coding challenges on platforms like LeetCode or HackerRank

  • Answered by AI

Skills evaluated in this interview

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

It was really good, having required tech questions for my position

Round 2 - Technical 

(2 Questions)

  • Q1. Low level design was asked
  • Q2. There were questions like create schema for likedin
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Technical round- Hackerank Problem

Round 2 - One-on-one 

(3 Questions)

  • Q1. Coding medium and easy problems for Leetcode,
  • Q2. More of a scenario based questions like whatyou will do if you have a confict with your developer
  • Q3. How will you lead your team
Round 3 - Technical 

(1 Question)

  • Q1. Java, API, Testing related, Selenium, Scenario based question

Interview Preparation Tips

Interview preparation tips for other job seekers - Manager Round

more of a project and scenario related question, couple of question from design patter and sql, Java
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

We were asked a couple of DSA questions around array and string manipulation

Round 2 - One-on-one 

(2 Questions)

  • Q1. DSA question - 2 sum. problem
  • Q2. DSA - island problem of leetcode
  • Ans. 

    The island problem on LeetCode involves finding the number of connected islands in a grid of 1s and 0s.

    • Use depth-first search (DFS) or breadth-first search (BFS) to traverse the grid and count the number of islands.

    • Keep track of visited cells to avoid redundant calculations.

    • Consider diagonal movements if specified in the problem.

    • Example: Given grid = [[1,1,0,0],[0,1,0,1],[1,0,0,1]], the number of islands is 3.

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Walk-in

Round 1 - Aptitude Test 

Simple question in c and c++ with free technical question without option

Round 2 - Technical 

(1 Question)

  • Q1. Linked list in javascrip
  • Ans. 

    A linked list is a data structure consisting of nodes where each node points to the next node in the sequence.

    • Linked list is a linear data structure.

    • Each node contains data and a reference to the next node.

    • Insertion and deletion operations are efficient in linked lists.

    • Example: Singly linked list, Doubly linked list, Circular linked list.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - dont try this comapny

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Reverse binary tree.
  • Q2. DSA problems.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare algos and Data structures mainly.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. 1 screenig round
  • Q2. 2 tech + 2 managerial rounds
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Two medium level question in 75 minutes

Round 2 - One-on-one 

(1 Question)

  • Q1. Return k most frequent string from an array of strings
  • Ans. 

    Return k most frequent strings from an array of strings

    • Use a hashmap to store the frequency of each string in the array

    • Sort the hashmap by frequency in descending order

    • Return the first k keys from the sorted hashmap

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Salesforce Mts Software Engineer interview:
  • DSA
  • LLD
  • HLD
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Find 2 element having sum equal to x.
  • Ans. 

    Use a hash set to find two elements in an array that sum up to a given value x.

    • Create a hash set to store elements as you iterate through the array.

    • For each element, check if the difference between x and the current element exists in the hash set.

    • If it does, return the current element and the difference as the two elements that sum up to x.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Basic Behavioural questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic database related Questions and aptitude questions for fresher

Skills evaluated in this interview

Google Interview FAQs

How many rounds are there in Google Mts Software Engineer interview?
Google interview process usually has 2 rounds. The most common rounds in the Google interview process are Coding Test and HR.
What are the top questions asked in Google Mts Software Engineer interview?

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

  1. question related to gr...read more
  2. question related to digit ...read more

Tell us how to improve this page.

Google Mts Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

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
 • 904 Interviews
Amdocs Interview Questions
3.7
 • 532 Interviews
Zoho Interview Questions
4.3
 • 516 Interviews
SAP Interview Questions
4.2
 • 309 Interviews
KPIT Technologies Interview Questions
3.4
 • 294 Interviews
Salesforce Interview Questions
4.0
 • 272 Interviews
Adobe Interview Questions
3.9
 • 251 Interviews
View all
Software Engineer
1.7k salaries
unlock blur

₹19 L/yr - ₹77.6 L/yr

Software Developer
1.1k salaries
unlock blur

₹20.7 L/yr - ₹60 L/yr

Senior Software Engineer
664 salaries
unlock blur

₹24 L/yr - ₹85.7 L/yr

Data Scientist
270 salaries
unlock blur

₹23 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