Upload Button Icon Add office photos

Zoho

Compare button icon Compare button icon Compare
4.3

based on 926 Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Zoho Software Developer Interview Questions, Process, and Tips

Updated 6 Jan 2025

Top Zoho Software Developer Interview Questions and Answers

  • Q1. to find the divisors of a number and to add all the divisors to check whether it is greater than the given number
  • Q2. L3 - Design and implement a Messenger like application
  • Q3. Which data structure is efficient for structured data?
View all 31 questions

Zoho Software Developer Interview Experiences

151 interviews found

I applied via Naukri.com and was interviewed in Dec 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. L2 - two logic wise code
  • Ans. 

    Provide two logic-wise code snippets for L2 level software developer position.

    • Use conditional statements to check for specific conditions and execute code accordingly.

    • Implement loops to iterate over data and perform operations.

    • Use functions to modularize code and improve readability.

    • Implement error handling to prevent unexpected behavior.

    • Use data structures such as arrays and objects to organize and manipulate data.

  • Answered by AI
  • Q2. L3 - Design and implement a Messenger like application
  • Ans. 

    Design and implement a Messenger like application

    • Identify the core features of a messaging app such as sending/receiving messages, creating groups, notifications, etc.

    • Choose a suitable platform and programming language for development

    • Implement a user-friendly interface with intuitive design

    • Ensure data security and privacy by implementing encryption and authentication measures

    • Test the application thoroughly to ensure it

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong with OOPS concepts. They just analyse how you approach a problem and find solutions. They don't need the actual code to be completed

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com and was interviewed in Dec 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

25 questions on coding output and 5 questions on aptitude

Round 2 - Coding Test 

DSA problems on arrays and strings easy to medium level

Round 3 - One-on-one 

(3 Questions)

  • Q1. Develop a live streaming application
  • Ans. 

    Develop a live streaming application for real-time video broadcasting

    • Use a reliable streaming protocol like RTMP or HLS

    • Implement a video encoder to compress and transmit video data

    • Set up a media server to handle incoming video streams

    • Develop a user interface for viewers to watch live streams

    • Incorporate features like chat, likes, and notifications for user engagement

  • Answered by AI
  • Q2. Questions on Resume
  • Q3. What is your interested technically
Round 4 - HR 

(2 Questions)

  • Q1. Family background
  • Q2. Salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for DSA on your resume and networking, DBMS and OS concepts.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Arrays and strings - 90 mins

Round 2 - Coding Test 

Create Modules, railway reservation system - 60 mins

Round 3 - Technical 

(5 Questions)

  • Q1. Difference between hashmap and hasptable
  • Q2. Why typescript over javascript
  • Q3. Find the percentage of increace in the quantity of item after making it price 20% extra
  • Q4. What is normalization
  • Q5. Date and time api available
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

1 and half hour,20 questions (written test),aptitude-10 Q and programming 10 Q(c or java)

Round 2 - Coding Test 

To provides program logic and pass all test cases,45 min,prefered programming language(c,java,c++,etc)

Interview Preparation Tips

Topics to prepare for Zoho Software Developer interview:
  • time and distance
  • profit and loss
  • Number system
  • percentage
  • C
Interview preparation tips for other job seekers - Hope and prepare .

Zoho interview questions for designations

 Software Developer Intern

 (4)

 Junior Software Developer

 (2)

 Software Engineer Developer

 (1)

 Software Developer Trainee

 (1)

 Associate Software Developer

 (1)

 Senior Software Developer

 (1)

 Software Developer fresher

 (1)

 Full Stack Software Developer

 (4)

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via campus placement at Rajalakshmi Engineering College, Chennai and was interviewed in Jul 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

They ask train problem and time and work and logic questions

Round 2 - Coding Test 

They ask pattern printing and array ,String,Stack , queue and dp

Round 3 - Coding Test 

(2 Questions)

  • Q1. They ask to develop the application like ticket system , taxi using oops
  • Q2. They ask questions in oops
Round 4 - Technical 

(2 Questions)

  • Q1. They asked to expalin project
  • Q2. They asked question what are i put the resume
Round 5 - HR 

(2 Questions)

  • Q1. Simply asked questions
  • Q2. Why choose zoho
  • Ans. 

    Zoho offers a comprehensive suite of business applications that are user-friendly, customizable, and affordable.

    • Zoho provides a wide range of integrated applications for CRM, project management, accounting, and more.

    • Their software is highly customizable to fit the specific needs of different businesses.

    • Zoho offers competitive pricing compared to other software providers in the market.

    • The platform is user-friendly and e...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Zoho Software Developer interview:
  • C language and dsa
  • Core Java
Interview preparation tips for other job seekers - You can prepare for zoho first you strong in base like apptitude c progaramming and then prepare well in coding and technical

Get interview-ready with Top Zoho Interview Questions

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

I applied via campus placement at Government College of Engineering, Salem and was interviewed in Jul 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

Quite easy.... Generally 10 aptitude questions and 10 c aptitude.

Round 2 - Coding Test 

Short coding round ... Section A will write easy and section B is somewhat difficult.

Round 3 - Coding Test 

Long coding where you where asked to design a system.

Round 4 - Technical 

(2 Questions)

  • Q1. What is the concept of polymorphism in oop?
  • Ans. 

    Polymorphism in OOP allows objects of different classes to be treated as objects of a common superclass.

    • Polymorphism allows for flexibility and reusability in code.

    • It enables a single interface to be used for different data types.

    • Examples include method overloading and method overriding.

  • Answered by AI
  • Q2. Which data structure is efficient for structured data?
  • Ans. 

    Arrays are efficient for structured data due to constant time access and insertion at specific indexes.

    • Arrays provide constant time access to elements at specific indexes.

    • Insertion and deletion at specific indexes in arrays are also efficient.

    • Examples of structured data that can be efficiently stored in arrays include lists, queues, and stacks.

  • Answered by AI
Round 5 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Ans. 

    I am a software developer with 5 years of experience in Java and Python.

    • 5 years of experience in Java and Python

    • Strong problem-solving skills

    • Experience with Agile development methodologies

  • Answered by AI
  • Q2. What factors made you to choose this company?
  • Ans. 

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

    • Innovative projects such as developing cutting-edge software solutions

    • Strong company culture that values collaboration and continuous learning

    • Opportunities for growth through mentorship programs and career development initiatives

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well... And all the best for ur upcoming interview.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Pseudocode in C to predict output in fill-in-the-blanks - 25; aptitude - 5.

Round 2 - Coding Test 

Basic topics array ,string,dfs and bfs

Interview Preparation Tips

Interview preparation tips for other job seekers - be strong with both logical and technological
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Company Website and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

I attended on Aug 10 that aptitude is too difficult to me but I did well in output questions(programming) after end month they call me to attend balance rounds on sep 2

Round 2 - Coding Test 

On sep 2 i attended ,they gave five questions and they solve said to us solve any order , mostly they asked leetode easy problems (array and string) and pattern printing.
Five questions are (
(1.April -> (r,ri,ril,rila,rilap line by line)) 2.pascal triange )
3. numbers are in the string format and sort without atoi and inbuilt functions
4.given array to rotate k length sub arrays
5.I m not clear about 5th that is also array problems

Interview Preparation Tips

Interview preparation tips for other job seekers - Aptitude(previous interview question
models)
Programming ++,__,bit wise operators recursion and loops

strong basic programming language in anyon language like java,c,c++.. and
leetcode easy problems and pattern printing for 2nd round

Software Developer interview

user image Rohan Arora

posted on 22 Nov 2021

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

I applied via LinkedIn and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

1 hr interview based in Core JAVA and Data structure algorithms

Round 2 - Technical 

(2 Questions)

  • Q1. Array manipulation using DSA Algorithm
  • Ans. 

    Array manipulation using DSA Algorithm involves efficient operations on arrays of strings.

    • Use sorting algorithms like quicksort or mergesort for efficient array manipulation.

    • Implement data structures like hash tables or binary search trees for faster search and retrieval operations.

    • Consider using dynamic programming for optimizing array manipulation algorithms.

    • Example: Sorting an array of strings alphabetically using q

  • Answered by AI
  • Q2. Permutation combination using open and clossing braces
  • Ans. 

    Generate all possible permutations of open and closing braces

    • Use recursion to generate all possible combinations of open and closing braces

    • Keep track of the number of open and closing braces used in each combination

    • Terminate recursion when the number of open and closing braces reaches the desired length

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't attend with out preparations fully coding round related to Data structures

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Jul 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

10 Aptitude and 10 programming questions

Round 2 - Coding Test 

Leetcode easy problems 4-6

Round 3 - Coding Test 

Advance coding like railway reservation system

Round 4 - Technical 

(2 Questions)

  • Q1. Resume questions
  • Q2. WhatsApp architecture
Round 5 - HR 

(2 Questions)

  • Q1. General Hr questions
  • Q2. Mostly you are selected .

Zoho Interview FAQs

How many rounds are there in Zoho Software Developer interview?
Zoho interview process usually has 2-3 rounds. The most common rounds in the Zoho interview process are Coding Test, Aptitude Test and Technical.
How to prepare for Zoho Software Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Zoho. The most common topics and skills that interviewers at Zoho expect are Full Stack, Java, SQL, Software Development and Software Engineering.
What are the top questions asked in Zoho Software Developer interview?

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

  1. to find the divisors of a number and to add all the divisors to check whether i...read more
  2. L3 - Design and implement a Messenger like applicat...read more
  3. Which data structure is efficient for structured da...read more
How long is the Zoho Software Developer interview process?

The duration of Zoho Software Developer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Zoho Software Developer Interview Process

based on 110 interviews in last 1 year

5 Interview rounds

  • Aptitude Test Round
  • Coding Test Round 1
  • Coding Test Round 2
  • HR Round 1
  • HR Round 2
View more

People are getting interviews through

based on 113 Zoho interviews
Campus Placement
Job Portal
Company Website
WalkIn
Referral
34%
31%
17%
11%
3%
4% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.
Zoho Software Developer Salary
based on 384 salaries
₹4 L/yr - ₹15.9 L/yr
20% more than the average Software Developer Salary in India
View more details

Zoho Software Developer Reviews and Ratings

based on 83 reviews

4.4/5

Rating in categories

4.5

Skill development

4.4

Work-Life balance

4.4

Salary & Benefits

4.5

Job Security

4.5

Company culture

4.3

Promotions/Appraisal

4.4

Work Satisfaction

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

₹5.5 L/yr - ₹22.8 L/yr

Technical Support Engineer
535 salaries
unlock blur

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