Upload Button Icon Add office photos

Zoho

Compare button icon Compare button icon Compare

Filter interviews by

Zoho Developer Interview Questions and Answers

Updated 18 Apr 2025

Zoho Developer Interview Experiences

6 interviews found

Developer Interview Questions & Answers

user image Anonymous

posted on 18 Apr 2025

Interview experience
3
Average
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Java based interview
  • Q2. Fully Dotnet based

Developer Interview Questions & Answers

user image kanishka RaviShankar

posted on 30 Aug 2024

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

Easy apti and pseudo codes

Round 2 - Coding Test 

Patterns with array and moderate coding questions

Round 3 - Coding Test 

High level coding questions with data structures and oops

Developer Interview Questions Asked at Other Companies

asked in HARMAN
Q1. Which programming language do you regularly use at work?
Q2. Given a 2D array, find an element which is the maximum in its col ... read more
asked in HARMAN
Q3. What steps do you take to ensure accurate project estimates?
Q4. Write a formula to display A if A is present, display B if B is p ... read more
Q5. Can you describe method overloading versus method overriding? Doe ... read more

Developer Interview Questions & Answers

user image Jayanthi Elumalai

posted on 12 Dec 2024

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

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

Round 1 - Aptitude Test 

Frist round is aptitude and c programming test

Round 2 - Coding Test 

Two coding question Two hours

Developer Interview Questions & Answers

user image Anonymous

posted on 16 Jun 2024

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

Aptitude and coding test in the first round

Round 2 - Coding Test 

C++,java is the language asked in interview

Developer Interview Questions & Answers

user image Anonymous

posted on 18 May 2015

Interview Preparation Tips

Round: Test
Experience: Totally 30 questions. 10 puzzles and 20 C aptitude questions. Each carries 1 mark and last 5 C aptitudes carries 2 marks. Puzzles are very easy and C aptitude questions are asked from Test your C Skill and Exploring C book. It is very easy round.
Total Questions: 30

Round: Test
Experience: Totally 5 questions. Duration is 3 hours. But they provide 30 mints extra. Use language for solving problem but they prefer C, if u solve the problem in C then u made get good comments. Logic , coding style, memory management are important. I solve 1 problem in C and remaining problems in Java. I use OOPs in better way so I add me additional points. If u don’t have time to solve the problem, just explain the logic.Questions 1: use best data structure to store numbers which are given at any point in time. U need to find out the median for those no.Question 2: find the 1st non-repeated letter from array of Strings.BH BH FC AG HG HC – ans FQuestion 3: divide the given array into 2 part such that average of part should be same.Question 4: replace the no by least max no of right side( if no then substitute -1)Input:    43 3 91 95 25 32 80Output:  80 25 95 -1 32 -1 -1Question 5: (LRU. Least recently used ) data structure for LRU such that it hold Key and Value with some conditions to implement LRU(similar to Map in Java Collections).(I only complete 4 qus and I explain only logic for Q3)

Round: HR Interview
Experience: Tech interview but based on my performance they directly asked to attend the HR interview. In HR interview following question are askedQ1: why do u choose MCA?Q2: why not u choose BE?Q3: why do u choose TCE?Q4: Tell me about Zoho?(show that u r interested to work in Zoho).Q5: Tell me about ur family?Q6: if u gets more salary in another company what can u do?Q7: what is your aim?Q8: do u have any idea for Higher Studies? (Say No .. that is expected ans)Q9: anything u need to ask me ? Finally I select for the package 6.5 .. based on the performance in

College Name: NA

Interview Questionnaire 

7 Questions

  • Q1. Why did not you choose BE?
  • Ans. 

    I chose to pursue a career in software development instead of BE.

    • I have a passion for coding and problem-solving

    • I enjoy the creativity and flexibility of software development

    • I believe that software development offers more opportunities for growth and innovation

    • I have found that my skills and interests align better with software development than with BE

  • Answered by AI
  • Q2. Tell me about Zoho? (Show that you are interested to work in Zoho)
  • Q3. Tell me about your family
  • Ans. 

    I come from a close-knit family of five, with parents who have been married for over 30 years.

    • My parents have been married for over 30 years

    • I have two siblings, a younger brother and an older sister

    • We are a close-knit family and enjoy spending time together

    • My parents have always been supportive of my career aspirations

    • We have a family tradition of going on a vacation every year

  • Answered by AI
  • Q4. If you get more salary in another company, what will you do?
  • Ans. 

    I will consider the offer and evaluate the overall benefits before making a decision.

    • I will assess the job responsibilities and growth opportunities in the new company.

    • I will compare the benefits package, including health insurance, retirement plans, and vacation time.

    • I will weigh the commute time and cost of living in the new location.

    • I will negotiate with my current employer to see if they can match or exceed the off...

  • Answered by AI
  • Q5. What is your aim?
  • Ans. 

    My aim is to continuously improve my skills and knowledge in software development while contributing to the success of the company.

    • To become a proficient developer

    • To learn new technologies and programming languages

    • To contribute to the success of the company

    • To work collaboratively with other developers

    • To deliver high-quality software products

  • Answered by AI
  • Q6. Do you have any idea for Higher Studies? (Say No...that is the expected answer)
  • Q7. Anything you need to ask me?

Interview Preparation Tips

Round: Test
Experience: 10 questions were based on Section 1 and 20 were from Section 2.
Total Questions: 30

Round: Test
Experience: I solved 1 problem in C and remaining problems in Java. I used OOPS in better way so it got me additional points.

Questions 1: Use best data structure to store numbers which are given at any point in time. You need to find out the median for those numbers.
Question 2: Find the 1st non-repeated letter from array of Strings.
BH BH FC AG HG HC – Answer F
Question 3: Divide the given array into 2 part such that average of part should be same.
Question 4: Replace the number by least max number of right side(if no then substitute -1)
Input: 43 3 91 95 25 32 80
Output: 80 25 95 -1 32 -1 -1
Question 5: (LRU. Least Recently Used) Data structure for LRU such that it holds Key and Value with some conditions to implement LRU(similar to Map in Java Collections).
Tips: Use any language for solving problem but they prefer. If you solve the problem in C then you may get good comments.
Logic, Coding Style, Memory Management are important.
If you don’t have time to solve the problem, just explain the logic.
Duration: 210 minutes
Total Questions: 5

Round: Problem Statement
Experience: I created HashMap using Java. But others used BST(but most optimized data structure is B-tree or B+ tree). I explained HashMap, B+ tree and my logic for spell check and suggestion and I analyzed the question and asked many questions and suggestions for optimizing the solution. They were impressed.

Skills:
College Name: N/A

Top trending discussions

View All
Interview Tips & Stories
2w
boredinlife
·
works at
Mercer
I left in the middle of an interview.
M a self-taught developer. been working really hard, trying to break into tech. Two days ago, I got approached by an hr from this e learning company for an IT role. I was super nervous but also excited because it felt like maybe this is it. The interview was on teams with 9 experienced pros all with degrees and certifications while I had no formal IT background, just self-taught skills. I felt completely out of place. Most of the interviewers were kind and said I could learn on the job. But one person kept throwing back-to-back questions with shady comments after every answer made me feel like I wasn’t good enough. It crushed my confidence About 10 minutes before the interview ended, I panicked. Anxiety took over, so I faked a network issue and left the call. Then I just broke down. I didn’t want to be disrespectful, so I quickly emailed saying I got disconnected. Truth is, I was overwhelmed and felt like a total fraud. I’ve wanted a job in tech for so long.
Got a question about Zoho?
Ask anonymously on communities.

Interview questions from similar companies

Developer Interview Questions & Answers

SAP user image Anonymous

posted on 30 May 2022

I applied via Referral and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Easy leetcode problem, hashmap

Round 2 - Technical 

(1 Question)

  • Q1. Design a system. system design question
  • Ans. 

    Design a scalable online food delivery system with user-friendly features and efficient logistics.

    • User Registration: Allow users to create accounts and manage profiles.

    • Restaurant Listings: Provide a searchable database of restaurants with menus.

    • Order Management: Implement a system for users to place, track, and manage orders.

    • Payment Integration: Support multiple payment methods like credit cards and digital wallets.

    • Del...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - not hard. basic easy leetcode question
Are these interview questions helpful?

Interview Preparation Tips

Round: Test
Experience: Approx. 30.questions in 50 min
Tips: Try solving each que in less than a minute ,don't waste time on difficult questions, complete easier once first
Duration: 50 minutes
Total Questions: 30

College Name: Pimpri chinchwad college of engineering

Interview Preparation Tips

General Tips: I asked my seniors about the interview process. Their guidelines were very helpful. Always try to bring the interviewer into your comfort zone. Also be confident and expressive while explaining. Explain your thought process while solving. Even though you don't get the solution the thought process might be very important for your selection.
College Name: NIT SURATHKAL

Interview Preparation Tips

Round: Test
Experience: Oracle had an online test which includes 3
Sections:
1. Programming: basic C++/java programming + data structure. One need to have good hand over oops
to score well in this section.

2. Aptitude: General Aptitude Questions

3. General Maths: Very simple maths problem (+2 level) but needs very very good speed.
Tips: Individual cutoff was not declared, but different cutoff for different profile is expected.
Oracle has no GD round.

Round: Interview
Experience: In 2nd round of interview, there was more programming, less resume based question and more emphasis on will I be comfortable in an IT sector. Some apti questions were also asked.

Round: Interview
Experience: 1st round was completely on resume based. Each and every project and intern is discussed in detail. Most of the extracurricular activities were also discussed. In the 1st interview, some basic program like fibonacci series by recursion, star pattern by loop etc were asked.

Round: Interview
Experience: Next round was HR. I was asked about the earlier 2 interviews and some basic HR questions.

College Name: IIT Roorkee

Zoho Interview FAQs

How many rounds are there in Zoho Developer interview?
Zoho interview process usually has 2-3 rounds. The most common rounds in the Zoho interview process are Coding Test and Aptitude Test.
What are the top questions asked in Zoho Developer interview?

Some of the top questions asked at the Zoho Developer interview -

  1. What is your a...read more
  2. Java based interv...read more
  3. fully Dotnet ba...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.4/5

based on 5 interview experiences

Difficulty level

Moderate 50%
Hard 50%

Duration

Less than 2 weeks 50%
4-6 weeks 50%
View more
Zoho Developer Salary
based on 18 salaries
₹1 L/yr - ₹10.6 L/yr
24% less than the average Developer Salary in India
View more details

Zoho Developer Reviews and Ratings

based on 8 reviews

4.2/5

Rating in categories

3.9

Skill development

4.6

Work-life balance

4.3

Salary

4.7

Job security

4.8

Company culture

4.3

Promotions

3.7

Work satisfaction

Explore 8 Reviews and Ratings
Member Technical Staff
1.6k salaries
unlock blur

₹5.6 L/yr - ₹24 L/yr

Technical Support Engineer
638 salaries
unlock blur

₹2.5 L/yr - ₹12 L/yr

Software Developer
525 salaries
unlock blur

₹4.9 L/yr - ₹17 L/yr

Software Engineer
168 salaries
unlock blur

₹5.4 L/yr - ₹18 L/yr

Web Developer
94 salaries
unlock blur

₹3.5 L/yr - ₹12 L/yr

Explore more salaries
Compare Zoho with

Freshworks

3.5
Compare

Salesforce

4.0
Compare

SAP

4.2
Compare

TCS

3.6
Compare
write
Share an Interview