Upload Button Icon Add office photos

Zoho

Compare button icon Compare button icon Compare
4.3

based on 931 Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Zoho Developer Intern Interview Questions and Answers

Updated 13 Aug 2023

Zoho Developer Intern Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Portal and was interviewed before Aug 2022. There were 5 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 

Just regular quans reasoning and coding

Round 3 - Technical 

(1 Question)

  • Q1. Based on resumes all skill set
Round 4 - Technical 

(1 Question)

  • Q1. Deep dive in skill set provided in resume
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion and personal details verification

Interview questions from similar companies

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

I applied via campus placement at Dayananda Sagar College of Engineering, Bangalore and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - Coding Test 

3 coding dsa question
Difficulty is On your luck
My friends got easy level
I got medium level
Some got hard questions as well

Round 2 - Aptitude Test 

Ssh round , quant and logical
Tip: bring your calculator

Round 3 - Technical 

(3 Questions)

  • Q1. Two Puzzle : bulb switching and candle
  • Q2. Dsa questions such as string reverse, binary search
  • Q3. Dbms and os core subject questions
Round 4 - HR 

(2 Questions)

  • Q1. How are you better than others
  • Q2. Why should we hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are a girl, the interview rounds will be much easier for you as this company promotes diversity hiring.
The main differing factor is technical round interview which totally depends on the interviewer's mood .
Girls do get priority in this round, they are asked easier questions and will be selected if able to answer 60-70% of the questions.
Note:- it's not like they will hire any girl but a bit easier comparatively
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 medium leetcode questions were asked

Round 2 - One-on-one 

(2 Questions)

  • Q1. Difference between polymorphism and inheritance
  • Q2. Dsa question related to array
Round 3 - One-on-one 

(2 Questions)

  • Q1. Explain about project
  • Q2. What did you do in you internship

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA well
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Mid to hard Coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Coding question
  • Q2. Data structure and computer network questions
Round 3 - Technical 

(2 Questions)

  • Q1. Java based exception handling question
  • Q2. Situation based questions
Round 4 - Behavioral 

(2 Questions)

  • Q1. Situation based questions
  • Q2. About myself and coding knowledge
Round 5 - HR 

(2 Questions)

  • Q1. About my self and Relocation
  • Q2. About skills and coding knowledge
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Coding Test 

45 minutes
arrays, strings,
SHL

Round 2 - Technical 

(2 Questions)

  • Q1. Find number of nodes in a tree and it's time complexity
  • Ans. 

    To find number of nodes in a tree, perform a depth-first or breadth-first traversal and count the nodes. Time complexity is O(n).

    • Perform a depth-first or breadth-first traversal of the tree

    • Count the nodes as you traverse the tree

    • Time complexity is O(n) where n is the number of nodes in the tree

  • Answered by AI
  • Q2. What is abstraction and how do you implement it ??
  • Ans. 

    Abstraction is the concept of hiding complex implementation details and showing only the necessary information.

    • Abstraction allows developers to focus on the essential features of an object or system.

    • It helps in reducing complexity and improving efficiency in software development.

    • Implement abstraction in programming by using abstract classes and interfaces.

    • Example: In a car, we don't need to know the internal workings o...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What is the minimum number of coins to reach the target with the coins 1,2,5
  • Ans. 

    The minimum number of coins to reach a target amount can be calculated using dynamic programming.

    • Use dynamic programming to calculate the minimum number of coins needed to reach the target amount.

    • Start by initializing an array to store the minimum number of coins needed for each amount from 0 to the target amount.

    • Iterate through the coin denominations and update the minimum number of coins needed for each amount based

  • Answered by AI
  • Q2. Byte stream to human readable format without using library
  • Ans. 

    Convert byte stream to human readable format without using library

    • Iterate through the byte stream and convert each byte to its ASCII character representation

    • Concatenate the ASCII characters to form the human readable format

    • Handle special characters and edge cases appropriately

  • Answered by AI

Skills evaluated in this interview

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

Well rounded coding test testing knowledge

Round 2 - One-on-one 

(1 Question)

  • Q1. Design system netflix features
  • Ans. 

    Designing a system for Netflix features involves creating a user-friendly interface with personalized recommendations and seamless streaming capabilities.

    • Implement a recommendation algorithm to suggest content based on user preferences and viewing history

    • Include a user-friendly interface with easy navigation and search functionality

    • Ensure seamless streaming capabilities with minimal buffering times and high video quali...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Great interview system
  • Q2. How to maniputalte data
  • Ans. 

    Data manipulation involves changing, organizing, or analyzing data to derive insights or achieve specific goals.

    • Use software tools like Excel, Python, or SQL to manipulate data

    • Filter, sort, and clean data to remove errors or inconsistencies

    • Perform calculations, transformations, or aggregations on the data

    • Join datasets together to create new insights

    • Visualize data using charts or graphs to better understand patterns

  • Answered by AI
Round 4 - Coding Test 

Ds har dleet code problems

Round 5 - Group Discussion 

Design appple mobile device

Skills evaluated in this interview

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

Easy level aptitude consisting of logical and verbal

Round 2 - Coding Test 

3 coding questions. From easy to intermediate level

Round 3 - Technical 

(2 Questions)

  • Q1. Give your introduction in short
  • Ans. 

    I am a motivated and enthusiastic individual with a strong passion for learning and gaining practical experience.

    • Motivated and enthusiastic individual

    • Passionate about learning and gaining practical experience

  • Answered by AI
  • Q2. Object Oriented Concepts
Round 4 - HR 

(2 Questions)

  • Q1. Introduction along with family background
  • Q2. Discussion on current topics
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at Sastra University and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

25 Q on Apti 25 in Biomedical engineering

Round 2 - Technical 

(2 Questions)

  • Q1. Major projects done
  • Ans. 

    Developed a mobile app for tracking daily water intake and hydration levels.

    • Designed user interface for easy input of water consumption

    • Implemented database to store user data securely

    • Integrated notifications to remind users to drink water regularly

  • Answered by AI
  • Q2. How to incorporate AI in projects you have done
  • Ans. 

    Incorporating AI in projects involves identifying opportunities, selecting appropriate AI techniques, and integrating them effectively.

    • Identify areas in the project where AI can add value

    • Select appropriate AI techniques based on project requirements

    • Integrate AI models into the project workflow

    • Continuously evaluate and improve AI performance

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Team work related question
  • Q2. Job location related discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong on your core technical side. Be confident

Skills evaluated in this interview

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

We got a mail from the HR directly to write the round one- coding round. This round was for almost 2 hours where we were asked questions from DSA. The difficulty of the problems were medium to hard.

Round 2 - Technical 

(2 Questions)

  • Q1. Asked about My Resume
  • Q2. Asked 2 Puzzle and DSA questions. Medium level but a bit tricky ones.

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand the logic of the problem nicely.

Intern Interview Questions & Answers

Adobe user image Anonymous

posted on 15 Dec 2024

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

Medium difficulty questions on LeetCode.

Round 2 - HR 

(2 Questions)

  • Q1. Technical skills and interests
  • Q2. Why you want to intern at Adobe
  • Ans. 

    I want to intern at Adobe to gain hands-on experience in a leading tech company and learn from industry experts.

    • Opportunity to work with cutting-edge technology

    • Chance to learn from industry experts

    • Desire to gain hands-on experience in a leading tech company

  • Answered by AI

Zoho Interview FAQs

How many rounds are there in Zoho Developer Intern interview?
Zoho interview process usually has 5 rounds. The most common rounds in the Zoho interview process are Technical, Resume Shortlist and Aptitude Test.
What are the top questions asked in Zoho Developer Intern interview?

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

  1. deep dive in skill set provided in res...read more
  2. based on resumes all skill ...read more

Tell us how to improve this page.

People are getting interviews through

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

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
Google Interview Questions
4.4
 • 830 Interviews
Mphasis Interview Questions
3.4
 • 782 Interviews
View all
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