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

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

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

Round 1 - Aptitude Test 

Preety easy round has basic qunts and reasoning

Round 2 - Coding Test 

Was basic problem solving questions and easy ones

Round 3 - Technical 

(2 Questions)

  • Q1. Collections in java programming
  • Ans. 

    Collections in Java are data structures that store and manipulate groups of objects.

    • Collections framework provides interfaces (List, Set, Map) and classes (ArrayList, HashSet, HashMap) for storing and manipulating data.

    • Collections offer methods for adding, removing, and accessing elements in a structured way.

    • Example: ArrayList names = new ArrayList<>(); names.add("Alice"); names.add("Bob");

Answered by AI
  • Q2. What are the oops concepts
  • Ans. 

    Object-oriented programming concepts like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation details and showing only the ne

  • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - prepare java well that is enogh

    Skills evaluated in this interview

    Java Developer Interview Questions asked at other Companies

    Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
    View answer (3)
    Interview experience
    1
    Bad
    Difficulty level
    Moderate
    Process Duration
    More than 8 weeks
    Result
    Not Selected

    I was interviewed in Jan 2025.

    Round 1 - Coding Test 

    Zoho’s Hiring Process is Completely Biased
    Zoho gives priority to Tamil-speaking candidates, and only if there are extra vacancies do they consider people from other states. I cleared all five coding problems, optimized them as requested, and explained my approach clearly. The technical live coding interviewer, Seethu Maria Johnson, even told me that HR would contact me. But instead, I got a rejection email without any explanation.

    It feels like Zoho already decides who they want to hire based on regional preference rather than talent. If you're from outside Tamil Nadu, don’t waste your time here—chances are, you won’t even be considered seriously. They show clear partiality in hiring, which is unfair to skilled candidates from other states.

    To make things worse, I asked for feedback, but HR (Carmila & Veena C S & Supriya M) simply said "we cannot share the feedback." So, not only is the hiring process biased, but there’s also zero transparency.

    Even after Seethu Maria Johnson told me HR would contact me, they just ignored my performance and rejected me without reason.

    Final Thought
    Zoho might be a good company for Tamil people, but for others, it’s just disappointing and unfair. If you’re from another state, don’t waste your time here—your performance won’t matter, only your region and language will.

    Machine Learning Engineer Interview Questions asked at other Companies

    Q1. Find Permutation Problem Statement Given an integer N, determine an array of size 2 * N that satisfies the following conditions: Each number from 1 to N appears exactly twice in the array. The distance between the second and first occurren... read more
    View answer (1)
    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

    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
    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.

    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)

    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
    4
    Good
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Resume Shortlist 

    (1 Question)

    • Q1. Must add on key words
    Round 2 - Ctf 

    (1 Question)

    • Q1. Find the flag on the file
    • Ans. 

      The flag is typically a hidden piece of information within a file that needs to be found.

      • Look for hidden text within the file

      • Check for metadata or comments within the file

      • Use tools like strings, hex editors, or steganography tools to extract hidden information

    • Answered by AI
    Round 3 - Technical 

    (1 Question)

    • Q1. Networking Security
    Round 4 - Technical 

    (1 Question)

    • Q1. Network protocols and IR
    Round 5 - Behavioral 

    (1 Question)

    • Q1. Malware Analysis and IR related questio
    Round 6 - HR 

    (1 Question)

    • Q1. Salary discussion

    Incident Response Analyst Interview Questions asked at other Companies

    Q1. Find the flag on the file
    View answer (1)

    Get interview-ready with Top Zoho Interview Questions

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

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

    Round 1 - Aptitude Test 

    It was a great session that taught me many overlapping concepts and helped upgrade my skills.

    Round 2 - Coding Test 

    It was a great session; I discovered my potential skills as well as the areas where I need improvement.

    Round 3 - Group Discussion 

    It was a highly interactive session characterized by a friendly conversation, which greatly assisted me in progressing to subsequent rounds.

    Round 4 - HR 

    (1 Question)

    • Q1. Can you provide a self-introduction, explain why you chose this role, and discuss what makes you a suitable candidate for the program architect position?

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Work on improving your communication skills, and if you don't know the answer, try to create confusion rather than appearing uninformed. By upgrading your skills, an offer letter will be within your reach.

    Programmer Analyst Interview Questions asked at other Companies

    Q1. 1 Tell me about your self 2 What is c# 3 What is oops concept 4 What is Delegate 5 Difference between polymorphism and what are its type 6 What is out and ref keyword 7 What is call by ref and call by value 8 What is namespace 9&nbsp; What ... read more
    View answer (12)
    Interview experience
    4
    Good
    Difficulty level
    Hard
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I applied via LinkedIn

    Round 1 - Aptitude Test 

    They asked around 70 aptitude questions.

    Round 2 - Coding Test 

    This coding test focus on fundamentals and critical thinking

    Round 3 - Technical 

    (2 Questions)

    • Q1. What is Abstract class?
    • Q2. What is interface, mostly about oops

    Project Trainee Interview Questions asked at other Companies

    Q1. What is the basic difference between Quality Assurance and Quality Control?
    View answer (1)

    SOC Analyst Interview Questions & Answers

    user image Anonymous

    posted on 21 Jan 2025

    Interview experience
    3
    Average
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    No response

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

    Round 1 - Assignment 

    Nothing much gave some random IP and gave an email for analysis

    Round 2 - One-on-one 

    (2 Questions)

    • Q1. Self Intro was asked
    • Q2. What is SQL injection?
    • Ans. 

      SQL injection is a type of cyber attack where malicious SQL code is inserted into input fields to manipulate a database.

      • SQL injection allows attackers to access, modify, or delete data in a database.

      • Attackers can also execute commands on the database server.

      • Preventing SQL injection involves using parameterized queries and input validation.

      • Example: Inputting ' OR 1=1 --' into a login form to bypass authentication.

    • Answered by AI

    Skills evaluated in this interview

    SOC Analyst Interview Questions asked at other Companies

    Q1. 3.How could you educate the users regarding with cybersecurity attacks?
    View answer (2)
    Interview experience
    5
    Excellent
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I applied via Company Website and was interviewed in Sep 2024. There were 7 interview rounds.

    Round 1 - Aptitude Test 

    It's test is difficulty but I will gave answer

    Round 2 - Coding Test 

    It was easy to done coding test

    Round 3 - Group Discussion 

    Difficulty question ask but have a few answer

    Round 4 - Assignment 

    Assignment do and show that

    Round 5 - Case Study 

    It was interesting to studying

    Round 6 - HR 

    (4 Questions)

    • Q1. Question is may related
    • Q2. Question is easy to say the answer
    • Q3. Yes easy to say the answer
    • Q4. Yes may related
    Round 7 - Technical 

    (3 Questions)

    • Q1. I was writting technical
    • Q2. Round is finished
    • Q3. I answer the all questions

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Very good question

    Zoho Developer Interview Questions asked at other Companies

    Q1. How do you sync the timecard from one tool to Zoho people?
    View answer (1)
    Interview experience
    4
    Good
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Aptitude Test 

    Basic aptitude easy solvable

    Round 2 - Coding Test 

    Five simple coding questions.

    Round 3 - Coding Test 

    (1 Question)

    • Q1. Quiz application implementation with constraint given
    Round 4 - Technical 

    (1 Question)

    • Q1. All about projects

    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)

    HR Executive Interview Questions & Answers

    user image Anonymous

    posted on 9 Jan 2025

    Interview experience
    4
    Good
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Technical 

    (2 Questions)

    • Q1. What the many thing to achieve in life?
    • Ans. 

      The many things to achieve in life include personal growth, career success, financial stability, meaningful relationships, and making a positive impact on others.

      • Personal growth through continuous learning and self-improvement

      • Career success by setting goals, working hard, and seizing opportunities

      • Financial stability through budgeting, saving, and investing wisely

      • Meaningful relationships by nurturing connections with fa...

    • Answered by AI
    • Q2. What is your thoughts on investing?
    • Ans. 

      Investing is essential for building wealth and achieving financial goals.

      • Investing allows for potential growth of wealth over time.

      • Diversification is key to managing risk in investments.

      • Understanding your risk tolerance and investment goals is crucial.

      • Regularly reviewing and adjusting your investment portfolio is important.

      • Examples: Stocks, bonds, real estate, mutual funds.

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Be positive,magic will have

    HR Executive Interview Questions asked at other Companies

    Q1. What do you know about Labor Law
    View answer (6)

    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.

    Tell us how to improve this page.

    Zoho Interview Process

    based on 550 interviews

    Interview experience

    4
      
    Good
    View more

    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

    ₹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