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

Zoho Interview Questions, Process, and Tips

Updated 20 Feb 2025

Top Zoho Interview Questions and Answers

View all 135 questions

Zoho Interview Experiences

Popular Designations

505 interviews found

Intern Interview Questions & Answers

user image Anonymous

posted on 13 Sep 2024

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

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

Round 1 - Coding Test 

Normal deign questions

Round 2 - Technical 

(2 Questions)

  • Q1. DBMS VS FS describe
  • Ans. 

    DBMS is a software system that manages databases, while FS is a system that manages files and directories.

    • DBMS stores data in structured format with relationships between entities

    • FS stores data in files and directories without relationships

    • DBMS provides ACID properties for transactions

    • FS does not provide ACID properties

    • Examples: MySQL, Oracle for DBMS; NTFS, ext4 for FS

  • Answered by AI
  • Q2. Basic java Q & A

Interview Preparation Tips

Interview preparation tips for other job seekers - IT's a easy process be good with your domain

Skills evaluated in this interview

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

ServiceNow

Our employees have rated us 4.1 on AmbitionBox

Join a company where our employee's ratings speak volumes.

Member Technical Staff Interview Questions & Answers

user image Satyavratha Sundar

posted on 23 Aug 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Leetcode medium and easy

Round 2 - Technical 

(2 Questions)

  • Q1. OOPs concept - basic questions
  • Q2. Java fundamentals - scenario based questions
Round 3 - HR 

(2 Questions)

  • Q1. Where do you see yourself in 5 years
  • Ans. 

    In 5 years, I see myself as a senior member of the technical staff, leading projects and mentoring junior team members.

    • Continuing to develop my technical skills and expertise

    • Taking on more leadership responsibilities within the team

    • Mentoring and guiding junior team members

    • Contributing to the overall success and growth of the organization

  • Answered by AI
  • Q2. What do you know about the company
  • Ans. 

    Company is a leading technology company specializing in software development and innovation.

    • Founded in 1976 by Steve Jobs, Steve Wozniak, and Ronald Wayne

    • Known for popular products such as iPhone, iPad, Mac computers, and Apple Watch

    • Headquartered in Cupertino, California

    • Employs over 100,000 people worldwide

    • Revenue of over $260 billion in 2019

  • Answered by AI

Top Zoho Member Technical Staff Interview Questions and Answers

Q1. What is a class in js means? And explain its use case
View answer (2)

Member Technical Staff Interview Questions asked at other Companies

Q1. Next Smallest Palindrome Problem Statement Find the next smallest palindrome strictly greater than a given number 'N' represented as a string 'S'. Explanation: You are given a number in string format, and your task is to determine the small... read more
View answer (1)
Zoho Interview Questions and Answers for Freshers
illustration image
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 .

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
View answer (4)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(4 Questions)

  • Q1. Why you want to join zoho
  • Q2. Tell me about yourself
  • Q3. What is your work experience
  • Q4. Salary Expectations

Product Support Engineer Interview Questions asked at other Companies

Q1. What is DSP (Demand Side Platform) and SSP ( Sell side platform?
View answer (1)

Zoho interview questions for popular designations

 Software Developer

 (151)

 Technical Support Engineer

 (50)

 Member Technical Staff

 (38)

 Software Engineer

 (27)

 Content Writer

 (8)

 Project Trainee

 (7)

 Web Developer

 (6)

 Quality Analyst

 (5)

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude with coding mcq in c programming

Round 2 - Coding Test 

6 Coding Questions . max you need to solve 3 to 4 qs

Round 3 - Technical 

(1 Question)

  • Q1. Library management
Round 4 - HR 

(1 Question)

  • Q1. Data structure in your preferred programming lanugages
  • Ans. 

    Arrays and linked lists are commonly used data structures in my preferred programming languages.

    • Arrays are used for storing a collection of elements of the same data type in contiguous memory locations.

    • Linked lists are used for storing elements in nodes with pointers to the next node, allowing for dynamic memory allocation.

    • Examples: int[] array = new int[5]; LinkedList list = new LinkedList<>();

  • Answered by AI

Skills evaluated in this interview

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
View answer (4)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Get interview-ready with Top Zoho Interview Questions

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Aptitude and debugging questions in c

Round 2 - Coding Test 

Sudoku solver and one array based question and falling football leetcode question

Interview Preparation Tips

Interview preparation tips for other job seekers - First round:
Good knowledge in loops and array string concept is enough. practice more debugging problems on geeks for geeks and 2braces websites. Aptitude topic permutation combination, ages,time speed distance,LCM HCF, number system, clock,direction,train,

Second round:
Practice more dsa problems now a days they ask hard level questions in round 2 itself .try to solve more leetcode problems.

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
View answer (4)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

There is no option for the question. Get strong in Aptitude and C quiz

Round 2 - Coding Test 

It have total of 5 questions , Basic matrix and array questions

Round 3 - Coding Test 

We need to design as CLI application

Round 4 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Oops questions like inheritance

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)

Software Developer Interview Questions & Answers

user image Narayanasamy M

posted on 14 Nov 2024

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

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Gen one like any othercompany the basic coding puzzles and aptitude asked each 10 ques

Round 2 - Coding Test 

Its basic coding round like array / string problems they ask mostly not difficult

Interview Preparation Tips

Topics to prepare for Zoho Software Developer interview:
  • Java
  • C++
Interview preparation tips for other job seekers - Prepare well

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
View answer (4)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Time and work
time and distance
profit and loss

Round 2 - Coding Test 

Array
string
dsa based question

Round 3 - Case Study 

Realtime application buliting

Round 4 - HR 

(5 Questions)

  • Q1. Ask about the project related question
  • Q2. Dsa related question and some puzzles
  • Q3. Why you choose zoho?
  • Ans. 

    I chose Zoho for its user-friendly interface, robust features, and affordable pricing.

    • User-friendly interface makes it easy to navigate and use

    • Robust features such as CRM, project management, and email marketing

    • Affordable pricing compared to other similar software options

  • Answered by AI
  • Q4. Weak and strongth
  • Q5. Salary related and higher stuies

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
View answer (4)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Zoho's aptitude test is a key part of their recruitment process for freshers and entry-level roles. It typically assesses a candidate's problem-solving abilities, logical reasoning, and numerical skills. Here's an overview of the sections commonly included in Zoho's aptitude test:

1. Quantitative Aptitude:
Topics Covered:

Number systems
Time and work
Profit and loss
Simple and compound interest
Percentages
Ratio and proportion
Averages

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
View answer (4)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Contribute & help others!
anonymous
You can choose to be anonymous

Zoho Interview FAQs

How many rounds are there in Zoho 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 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 Java, Account Management, CRM, Customer Service and Administration.
What are the top questions asked in Zoho interview?

Some of the top questions asked at the Zoho interview -

  1. Send an email to customer apologising the mistake made by the representat...read more
  2. to find the divisors of a number and to add all the divisors to check whether i...read more
  3. What is a class in js means? And explain its use c...read more
How long is the Zoho interview process?

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

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

DESIGNATION

JOBS

Hexaware Technologies

No Jobs

COMPANY BENEFITS

Kotak Mahindra Bank

No Benefits

COMPANY BENEFITS

L&T Construction

No Benefits

DESIGNATION

Tell us how to improve this page.

Zoho Interview Process

based on 550 interviews

Interview experience

4
  
Good
View more

Sopra Steria

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

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k 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
 • 2.9k Interviews
Oracle Interview Questions
3.7
 • 846 Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
Freshworks Interview Questions
3.5
 • 155 Interviews
View all

Zoho Reviews and Ratings

based on 973 reviews

4.3/5

Rating in categories

4.0

Skill development

4.1

Work-life balance

4.1

Salary

4.5

Job security

4.4

Company culture

3.9

Promotions

4.1

Work satisfaction

Explore 973 Reviews and Ratings
Member Technical Staff
1.5k salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Technical Support Engineer
546 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Software Developer
405 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Software Engineer
81 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Web Developer
80 salaries
unlock blur Lock Unlock

₹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