Upload Button Icon Add office photos

Zoho

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

Clear (1)

Zoho Developer Interview Questions and Answers

Updated 12 Dec 2024

Zoho Developer Interview Experiences

5 interviews found

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

Sopra Steria

Success to our employee's well-being? A work-life balance that's simply unbeatable.

Our employees have rated us 4 for Work-Life Balance on AmbitionBox

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 Asked at Other Companies

asked in HARMAN
Q1. Which programming language do you use regular in work
Q2. Given a 2 dim array, find an element which is the maximum in its ... read more
asked in HARMAN
Q3. What step do you take to ensure accurate estimates for project
Q4. Solve the problems: Write a formula to display A if A is present, ... read more
Q5. Can you describe “method overloading” versus “method overriding”? ... read more

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

Zoho interview questions for designations

 Software Developer

 (151)

 Web Developer

 (6)

 Java Developer

 (5)

 Backend Developer

 (2)

 IOS Developer

 (1)

 Product Developer

 (1)

 Software Developer Intern

 (4)

 Junior Software Developer

 (3)

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

Interview questions from similar companies

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Newspaper Ad and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. Basic questions of java.
Round 3 - HR 

(1 Question)

  • Q1. Intro and other hr related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover the basic questions regarding the programming language.

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

Round 1 - Aptitude Test 

Puzzles, Psychometric Test

Round 2 - One-on-one 

(1 Question)

  • Q1. Some water in 3 Jars question, you had to measure out 5L correctly

Interview Preparation Tips

Interview preparation tips for other job seekers - Make the interview interactive, I got this input from another Senior. Before i went into the interview room the volunteers were telling all those who goes into Room No 1 is screwed. I was praying i don't get room no 1. But fortunately for me I got room no 1 because when the interviewer gave me the puzzle and handed over pen and paper he went back to relax his posture and when i explained i will fill the 5L Jar first, he immediately came forward to listen to me, at that moment i knew i got the job because i felt the previous candidates never made their interview interactive and that's why he went back to relax his posture.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Walk-in and was interviewed before Jan 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all Resume tips
Round 2 - Aptitude Test 

Aptitude test duration 90 min 100 question

Round 3 - Coding Test 

Coding test 50 code 100 marks 60 min

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well. code in c , c++ , java is very important

I applied via Company Website and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

First round was coding as well as aptitude done together went well I guess focusing on codes helps a lot.

Round 2 - Technical 

(1 Question)

  • Q1. 2nd round included tr and mr round went quite enegritic

Interview Preparation Tips

Interview preparation tips for other job seekers - Resume skills matters a lot don't fill resume the technologies you don't even aware of
Contribute & help others!
anonymous
You can choose to be anonymous

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.

Recently Viewed

DESIGNATION

DESIGNATION

INTERVIEWS

TestingXperts

No Interviews

SALARIES

Adani Enterprises

DESIGNATION

SALARIES

Zoho

DESIGNATION

SALARIES

Zoho

REVIEWS

Zoho

No Reviews

SALARIES

Ansys Software Private Limited

Tell us how to improve this page.

Zoho Developer Interview Process

based on 4 interviews

2 Interview rounds

  • Aptitude Test Round
  • Coding Test Round
View more

ServiceNow

Our employees have rated us 4.1 on AmbitionBox

Developer Interview Questions from Similar Companies

TCS Developer Interview Questions
3.7
 • 45 Interviews
SAP Developer Interview Questions
4.2
 • 11 Interviews
View all
Zoho Developer Salary
based on 21 salaries
₹3 L/yr - ₹12 L/yr
6% less than the average Developer Salary in India
View more details

Zoho Developer Reviews and Ratings

based on 6 reviews

3.9/5

Rating in categories

3.8

Skill development

4.5

Work-life balance

4.2

Salary

4.5

Job security

4.9

Company culture

4.1

Promotions

3.6

Work satisfaction

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

₹0 L/yr - ₹0 L/yr

Technical Support Engineer
546 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
405 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
81 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Web Developer
80 salaries
unlock blur

₹0 L/yr - ₹0 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