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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude question (eg. train, pipe and cisters etc.), logical based questions(directions),
we were asked to write an email for a given question in paper, and verbal based questions

Round 2 - Group Discussion 

We were given a topic, or u urself can choose something and speak on it. The words, grammars and the time duration u speak were monitored.

Round 3 - Technical 

(2 Questions)

  • Q1. Cn based questions
  • Q2. Oops based questions
Round 4 - HR 

(1 Question)

  • Q1. Questions mainly from resume , on projects etc.

Top Zoho Technical Support Engineer Interview Questions and Answers

Q1. Send an email to customer apologising the mistake made by the representative
View answer (15)

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Required good knowledge of mathematics

Round 2 - Coding Test 

Basic coding knowledge required

Interview Preparation Tips

Topics to prepare for Zoho Software Developer interview:
  • HTML
  • CSS
  • Javascript
Interview preparation tips for other job seekers - Consistency is the key

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 (41)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. What is your salary expectations
  • Ans. 

    My salary expectations are in line with industry standards and based on my experience and qualifications.

    • Research industry standards for PRE Sales Executives in the region

    • Consider my experience and qualifications when determining salary expectations

    • Be prepared to negotiate based on the overall compensation package offered

  • Answered by AI
  • Q2. Comfortable with night shift
  • Ans. 

    Yes, I am comfortable with night shifts as I have previous experience working during those hours.

    • Have previous experience working night shifts

    • Understand the importance of maintaining a healthy work-life balance

    • Capable of adjusting sleep schedule to accommodate night shifts

  • Answered by AI

PRE Sales Executive Interview Questions asked at other Companies

Q1. How can you suggest a particular technology to an individual?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
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 - Aptitude Test 

Basic program and time management question

Round 2 - Coding Test 

Aabbcc print this
kaviya count the character

Quality Analyst Interview Questions asked at other Companies

Q1. How you will maintain the balance between operations and quality so that they do not have any conflicts of interest
View answer (3)

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)

 Developer

 (5)

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

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

Round 1 - Aptitude Test 

The first round included 2 sections: C aptitude and general aptitude. The C aptitude section was focused entirely on output prediction, ranging from easy to medium difficulty. In the general aptitude section, few questions can be answered easily by thinking logically.

Round 2 - Coding Test 

Coding test had 5 programming questions to be completed within 3 hours.

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 (41)

Get interview-ready with Top Zoho Interview Questions

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

I applied via Walk-in and was interviewed in Sep 2023. There were 2 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 - Technical 

(5 Questions)

  • Q1. What will happen if we do not use commit in pragma procedure?
  • Ans. 

    Without commit in pragma procedure, changes will not be permanently saved in the database.

    • Changes made in the procedure will not be saved to the database permanently.

    • Other sessions will not be able to see the changes until a commit is issued.

    • Rollback will discard any changes made in the procedure without commit.

  • Answered by AI
  • Q2. Which is language of sql
  • Ans. 

    SQL is the language used for managing and manipulating databases.

    • SQL stands for Structured Query Language

    • It is used to communicate with databases to perform tasks like querying data, updating records, and creating tables

    • Examples of SQL commands include SELECT, INSERT, UPDATE, and DELETE

  • Answered by AI
  • Q3. Is it possible to perform dml on a view? Yes
  • Ans. 

    Yes, it is possible to perform DML (Data Manipulation Language) operations on a view in Oracle SQL.

    • DML operations such as INSERT, UPDATE, and DELETE can be performed on a view in Oracle SQL.

    • The view must be updatable, meaning it must meet certain criteria such as having a key-preserved table in the FROM clause.

    • Changes made to the view will affect the underlying base tables.

    • For example, you can insert data into a view t...

  • Answered by AI
  • Q4. Will if affect base table ? Yes
  • Q5. Types of null function 1. NVL 2. NVL2 3. NULL I F 4. COALESCE
  • Ans. 

    Common null handling functions in Oracle SQL and PLSQL.

    • NVL function replaces null values with a specified default value.

    • NVL2 function returns one value if a specified expression is not null, otherwise returns another value.

    • NULLIF function returns null if two expressions are equal, otherwise returns the first expression.

    • COALESCE function returns the first non-null expression in a list of expressions.

  • Answered by AI

Skills evaluated in this interview

Oracle SQL and PLSQL Developer Interview Questions asked at other Companies

Q1. Tell me about Analytical functions you worked on ?
View answer (1)
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

It was advanced programming round. I was asked to solve 3 problems.
1. Using insert, remove, replace operation convert one string to another
2. Construct all combinations of a balanced parenthesis based on the number provided
3. It was a matrix island problem

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 (41)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Overnight assignment on the product interviewed for

Round 2 - Case Study 

Case study on the competitor

Associate Product Manager Interview Questions asked at other Companies

Q1. 2. You have water filled Jar X and empty Jar Y. You transferred a portion of water from Jar X to Y using spunch which absorbs A% of water and it pours B% of water in Jar B. After one iteration, Z ml of water is present in Jar Y find water i... read more
View answer (2)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in May 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Time, speed, distance and other 12 topics and C code snippets

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 (41)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Based on work and time ,time,profit and loss

Top Zoho Technical Support Engineer Interview Questions and Answers

Q1. Send an email to customer apologising the mistake made by the representative
View answer (15)

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)

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.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Oracle Interview Questions
3.7
 • 902 Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
Freshworks Interview Questions
3.5
 • 155 Interviews
View all

Zoho Reviews and Ratings

based on 971 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 971 Reviews and Ratings
Member Technical Staff
1.5k salaries
unlock blur

₹5.6 L/yr - ₹23 L/yr

Technical Support Engineer
551 salaries
unlock blur

₹2.2 L/yr - ₹10.8 L/yr

Software Developer
405 salaries
unlock blur

₹4.5 L/yr - ₹16.4 L/yr

Software Engineer
80 salaries
unlock blur

₹3.6 L/yr - ₹14 L/yr

Web Developer
80 salaries
unlock blur

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