Upload Button Icon Add office photos

Zoho

Compare button icon Compare button icon Compare
4.3

based on 947 Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Zoho Mts Software Engineer Interview Questions and Answers

Updated 12 Sep 2024

Zoho Mts Software Engineer Interview Experiences

5 interviews found

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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

1 Hr interview having java, c and apti

Round 2 - Coding Test 

Basic Java programs prepare from Hackerrank

Round 3 - Coding Test 

Adv Java Programs for com sci students

Mts Software Engineer Interview Questions Asked at Other Companies

Q1. What are decorators in Python and how define it. and what is a fu ... read more
asked in Salesforce
Q2. Return k most frequent string from an array of strings
Q3. Add Two Numbers represented as linked lists into one linked list
Q4. Given two strings s1 and s2 find the missing character with TC: 0 ... read more
asked in Agnity
Q5. Explaining the IMS architecture with interfaces and protocols

Mts Software Engineer Interview Questions & Answers

user image keerthana thirugnanasambantham

posted on 12 Sep 2024

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

I applied via Google and was interviewed before Sep 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Give 5 to 6 simple problems.

Round 2 - Coding Test 

Asked to develop a banking system.

Round 3 - Technical 

(2 Questions)

  • Q1. Questions about java concepts
  • Q2. Questions related to banking system previously developed
Round 4 - HR 

(1 Question)

  • Q1. Salary related and location related discussion
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Typical Aptitude Test Questions

Round 2 - Coding Test 

Leetcode Easy to Medium

Round 3 - One-on-one 

(1 Question)

  • Q1. Talk about your past experience

Zoho interview questions for designations

 Software Engineer

 (28)

 Junior Software Engineer

 (2)

 Senior Software Engineer

 (2)

 Associate Software Engineer

 (2)

 Software Engineer Developer

 (1)

 Software Engineer Intern

 (1)

 Software Engineer Trainee

 (1)

 Software Testing Engineer

 (1)

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

I applied via Naukri.com and was interviewed before Jan 2023. There were 5 interview rounds.

Round 1 - Aptitude Test 

General Aptitude questions along and some questions on OOP and C/C++ program output based questions. This round is intended to test the basics.

Round 2 - Coding Test 

4 - 6 questions on DSA

Round 3 - Coding Test 

LLD round, candidates are usually expected to build an application with the given specifications.

Round 4 - Technical 

(1 Question)

  • Q1. Puzzle based Questions
Round 5 - HR 

(2 Questions)

  • Q1. Where do u see yourself in 5 years
  • Q2. Why do you want to work for ZOHO?

Interview questions from similar companies

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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Cherry Pickup II

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on the problem and the output you need, rather than the data structure and algorithm that would work. Doing so will boil down a complex problem into a simple one.
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

Zoho Interview FAQs

How many rounds are there in Zoho Mts Software Engineer interview?
Zoho interview process usually has 3-4 rounds. The most common rounds in the Zoho interview process are Coding Test, Aptitude Test and Technical.
What are the top questions asked in Zoho Mts Software Engineer interview?

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

  1. Linked list in javasc...read more
  2. Questions related to banking system previously develo...read more
  3. Questions about java conce...read more

Tell us how to improve this page.

Zoho Mts Software Engineer Interview Process

based on 6 interviews

2 Interview rounds

  • Aptitude Test Round
  • Coding Test Round
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Google Interview Questions
4.4
 • 867 Interviews
Mphasis Interview Questions
3.4
 • 796 Interviews
View all
Zoho Mts Software Engineer Salary
based on 46 salaries
₹4.8 L/yr - ₹17.7 L/yr
60% less than the average Mts Software Engineer Salary in India
View more details

Zoho Mts Software Engineer Reviews and Ratings

based on 6 reviews

4.5/5

Rating in categories

4.8

Skill development

4.5

Work-life balance

4.6

Salary

4.8

Job security

4.8

Company culture

4.4

Promotions

4.5

Work satisfaction

Explore 6 Reviews and Ratings
Member Technical Staff
1.4k salaries
unlock blur

₹5.5 L/yr - ₹23 L/yr

Technical Support Engineer
520 salaries
unlock blur

₹2.5 L/yr - ₹11 L/yr

Software Developer
405 salaries
unlock blur

₹5 L/yr - ₹19 L/yr

Software Engineer
117 salaries
unlock blur

₹4.2 L/yr - ₹15 L/yr

Web Developer
79 salaries
unlock blur

₹3.5 L/yr - ₹12.3 L/yr

Explore more salaries
Compare Zoho with

Freshworks

3.5
Compare

Salesforce

4.0
Compare

SAP

4.2
Compare

TCS

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