Upload Button Icon Add office photos

Zoho

Compare button icon Compare button icon Compare
4.3

based on 939 Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

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

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 at Anna University 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

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

Zoho interview questions for designations

 Software Developer

 (153)

 Web Developer

 (6)

 Java Developer

 (5)

 Backend Developer

 (2)

 Product Developer

 (1)

 Software Developer Intern

 (4)

 Junior Software Developer

 (3)

 Full Stack Developer

 (1)

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 questions from similar companies

Developer Interview Questions & Answers

SAP user image Anonymous

posted on 18 Oct 2024

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

I applied via Campus Placement and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Coding Test 

2 coding questions,then system design on dbms

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1. Mixer output frequency in FMCW RADAR receive chain, exact value (Interviewer is an Ambi/Apparichitudu, PhD drop-out), he expects I should have by-hearted the value 2. Why BPF is used ahead of mixer, he ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is a platform to mutually understand each other (both employee and employer) in terms of experience and skills relevant to work. If an employer feel that the employee is not up-to their standards, they can skip the candidate professionally, not like this idiot. To my knowledge, KPIT is not the right place at all based on the recent feedback available in ambitionbox.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Coding Test 

Asked medium level DSA question

Interview Preparation Tips

Topics to prepare for ServiceNow Developer interview:
  • DSA
  • system Design
Interview preparation tips for other job seekers - Study DSA
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Good and competitive

Round 3 - Coding Test 

Challenging taks and should have very good knowledge in DSA

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn DSS

I applied via Referral and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Why do you want to join salesforce?
  • Ans. 

    I want to join Salesforce because of its reputation as a leading CRM platform and its commitment to innovation.

    • Salesforce is a recognized leader in the CRM industry

    • Salesforce offers a wide range of career opportunities and growth potential

    • Salesforce is known for its commitment to innovation and cutting-edge technology

    • Salesforce has a strong company culture and values that align with my own

    • Salesforce has a diverse and i

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always try to be comfortable in the interview room, not too comfortable though. The interviewer is there to have a conversation with you to get to know you. There is no point in being nervous about the interview.

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.

Tell us how to improve this page.

Zoho Developer Interview Process

based on 3 interviews in last 1 year

2 Interview rounds

  • Aptitude Test Round
  • Coding Test Round
View more

People are getting interviews through

based on 1 Zoho interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Developer Interview Questions from Similar Companies

TCS Developer Interview Questions
3.7
 • 44 Interviews
SAP Developer Interview Questions
4.2
 • 11 Interviews
View all
Zoho Developer Salary
based on 14 salaries
₹3 L/yr - ₹12 L/yr
At par with the average Developer Salary in India
View more details

Zoho Developer Reviews and Ratings

based on 6 reviews

4.0/5

Rating in categories

3.8

Skill development

4.6

Work-Life balance

4.2

Salary & Benefits

4.5

Job Security

4.9

Company culture

4.1

Promotions/Appraisal

3.6

Work Satisfaction

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

₹5.5 L/yr - ₹22.8 L/yr

Technical Support Engineer
536 salaries
unlock blur

₹2.7 L/yr - ₹11.5 L/yr

Software Developer
384 salaries
unlock blur

₹4 L/yr - ₹15.9 L/yr

Web Developer
79 salaries
unlock blur

₹3.5 L/yr - ₹12.3 L/yr

Software Engineer
75 salaries
unlock blur

₹4.8 L/yr - ₹13.9 L/yr

Explore more salaries
Compare Zoho with

Freshworks

3.5
Compare

Salesforce

4.1
Compare

SAP

4.2
Compare

TCS

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview