Upload Button Icon Add office photos

Zoho

Compare button icon Compare button icon Compare
4.3

based on 939 Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Zoho Summer Intern Interview Questions and Answers

Updated 4 Feb 2024

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Basic dsa, online leetcode very easy trees

Round 2 - Technical 

(2 Questions)

  • Q1. Geaphs links trees
  • Q2. Graphs links trees questions dsa
Round 3 - HR 

(2 Questions)

  • Q1. Why do i belong in microsoft
  • Ans. 

    I belong in Microsoft because of my passion for technology, strong problem-solving skills, and ability to work well in a team.

    • Passion for technology: I have always been fascinated by the latest advancements in technology and enjoy staying up-to-date with industry trends.

    • Strong problem-solving skills: I excel at analyzing complex problems and finding innovative solutions, which aligns well with Microsoft's focus on inno...

  • Answered by AI
  • Q2. More questions on my projects in resume

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and talk well, dsa
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.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at College of Engineering ( Formerly Pune Instiute of Enginering and Technology ), Pune and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was coding + aptitude test, 2 easy-medium coding questions were given

Round 2 - Technical 

(2 Questions)

  • Q1. Swap 2 numbers without using temp var etc.
  • Ans. 

    Swap two numbers without using a temporary variable

    • Use bitwise XOR operation to swap two numbers without using a temporary variable

    • Example: a = 5, b = 10. a ^= b; b ^= a; a ^= b; Now a = 10, b = 5

  • Answered by AI
  • Q2. OOPS concept driven questions, definitions, examples etc.

Skills evaluated in this interview

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

I applied via campus placement at Veermata Jijabai Technological Institute (VJTI), Mumbai and was interviewed in Oct 2023. There were 4 interview rounds.

Round 1 - Coding Test 

The online coding round was conducted on SHL. It was for 1 hour 3 questions. Topics were basic DSA concepts.

Round 2 - Technical 

(3 Questions)

  • Q1. Difference between c and cpp
  • Ans. 

    C is a procedural programming language while C++ is an object-oriented programming language.

    • C does not support classes and objects, while C++ does.

    • C uses structures for data organization, while C++ uses classes.

    • C allows direct memory manipulation, while C++ provides features like inheritance and polymorphism.

    • C++ has additional features like templates and exception handling that are not present in C.

  • Answered by AI
  • Q2. Explain projects
  • Ans. 

    Projects are tasks or assignments that require a specific goal or outcome to be achieved within a set timeframe.

    • Projects involve planning, execution, and monitoring of tasks to achieve a specific goal.

    • They often have a defined scope, budget, and timeline.

    • Examples include developing a new software application, organizing a marketing campaign, or conducting a research study.

  • Answered by AI
  • Q3. Questions were asked on oops, computer networks, software engineering
Round 3 - Technical 

(2 Questions)

  • Q1. Sql queries of dbms
  • Ans. 

    SQL queries are used to retrieve, update, and manipulate data in a database management system.

    • Use SELECT statement to retrieve data from a table

    • Use INSERT statement to add new data to a table

    • Use UPDATE statement to modify existing data in a table

    • Use DELETE statement to remove data from a table

    • Use JOIN statement to combine data from multiple tables

  • Answered by AI
  • Q2. In depth dbms and oops
Round 4 - HR 

(2 Questions)

  • Q1. Challenges faced while making projects
  • Q2. Tell about your family

Interview Preparation Tips

Topics to prepare for SAP Summer Intern interview:
  • DBMS
  • SQL
  • Web Development
  • DSA
  • OOPS
  • Computer Networking
  • Software Engineering
  • Soft Skills
Interview preparation tips for other job seekers - Have your dbms and oops concepts clear. No matter how the interview is going, keep smiling and have a confident face.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Company Website and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was basic aptitude test

Round 2 - Coding Test 

Had medium level leetcode questions

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a motivated and hardworking individual with a passion for learning and growing professionally.

    • Currently pursuing a degree in [Your Major] at [Your University]

    • Completed internships at [Company Name] and [Company Name], gaining experience in [Specific Skills]

    • Involved in extracurricular activities such as [Club Name] and [Volunteer Organization]

    • Interested in [Specific Industry/Field] and eager to contribute my skills

  • Answered by AI
  • Q2. Why do you think, we should hire you
  • Ans. 

    I am a dedicated and hardworking individual with relevant skills and experience that align with the requirements of the internship.

    • I have completed relevant coursework in my field of study

    • I have previous internship experience in a similar role

    • I possess strong communication and teamwork skills

    • I am eager to learn and contribute to the team

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

1 hr, 3 questions, easy, medium, difficult

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy test not to hard.

Round 2 - Coding Test 

Moderate level of test , it is online.

Round 3 - HR 

(2 Questions)

  • Q1. Talk about yourself.
  • Q2. Why we should hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn all subjects read fundamental subject as well.

I applied via LinkedIn and was interviewed before Sep 2021. There were 3 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 

(2 Questions)

  • Q1. Two sum question, replied with different approaches
  • Q2. Only one question, but asked to come up with an approach in limited time.
Round 3 - Technical 

(2 Questions)

  • Q1. Asked different questions from OS, DB and CN.
  • Q2. Asked questions from the resume regarding project and etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Have some coding practice. You can code from hackerank, leetcode and etc. Be thorough in your CS fundamentals and also be thorough in your resume stuff. Only the projects which you are good with should be added to your CV. All the best!

I was interviewed in Mar 2017.

Interview Questionnaire 

3 Questions

  • Q1. Tell us something about yourself
  • Q2. Tell us more about the Project which you've pursued for your Graduation
  • Q3. What are the relevant elements to be considered in ascertaining the Cost of creating a Quote by an IT Company
  • Ans. 

    The relevant elements to consider in ascertaining the cost of creating a quote by an IT company

    • Scope of the project

    • Complexity of the requirements

    • Labor costs

    • Technology and tools required

    • Timeframe for completion

    • Overhead expenses

    • Profit margin

    • Competitor pricing

    • Client's budget constraints

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: It was more of an Internal Process, the details of which were not disclosed to the students.

Round: Other Interview
Experience: This round was centred around understanding the projects I have pursued in the past and my knowledge of Costing

Skills: Project Done In Past
College Name: IIM Raipur

Zoho Interview FAQs

How many rounds are there in Zoho Summer Intern interview?
Zoho interview process usually has 2 rounds. The most common rounds in the Zoho interview process are Coding Test.

Tell us how to improve this page.

Zoho Summer Intern Salary
based on 6 salaries
₹1 L/yr - ₹4 L/yr
77% less than the average Summer Intern Salary in India
View more details

Zoho Summer Intern Reviews and Ratings

based on 10 reviews

4.1/5

Rating in categories

4.4

Skill development

4.2

Work-Life balance

4.4

Salary & Benefits

4.4

Job Security

4.5

Company culture

4.1

Promotions/Appraisal

3.9

Work Satisfaction

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

₹5.5 L/yr - ₹23 L/yr

Technical Support Engineer
539 salaries
unlock blur

₹2.7 L/yr - ₹12 L/yr

Software Developer
360 salaries
unlock blur

₹4 L/yr - ₹16.3 L/yr

Web Developer
81 salaries
unlock blur

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