Upload Button Icon Add office photos

Zoho

Compare button icon Compare button icon Compare
4.3

based on 952 Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Zoho SDE (Software Development Engineer) Interview Questions and Answers

Updated 9 Feb 2023

Zoho SDE (Software Development Engineer) Interview Experiences

3 interviews found

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Jan 2023. 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 - Aptitude Test 

Fully logical we want to strong in percentage and stream

Round 3 - Coding Test 

We want to strong in one coding language and also u want to strong enough in DS algo

Interview Preparation Tips

Interview preparation tips for other job seekers - This is an one of the good company where u can learn and do anything only they are see ur performance

I applied via Company Website and was interviewed in Sep 2022. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. How much salary do u except
  • Q2. What is your eduction qualification
  • Ans. 

    I have a Bachelor's degree in Computer Science.

    • Bachelor's degree in Computer Science

    • Completed courses in programming languages, algorithms, data structures, and software engineering

    • Participated in various coding competitions and hackathons

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - don't lie on resume that is not an good aproche lkasdklsd jkajks

SDE (Software Development Engineer) Interview Questions Asked at Other Companies

asked in Carwale
Q1. A string is given consisting of lowercase alphabets. Write a func ... read more
asked in Carwale
Q2. Given a balance and 100 coins;out of which,one is heavier. Find m ... read more
Q3. Given a binary search tree , print the path which has the sum equ ... read more
asked in Housing.com
Q4. Given a square area of 1024x1024 on a map with some flats (housin ... read more
asked in Carwale
Q5. Delete nodes in linkedlist which have a greater value on right si ... read more
Round 1 - Aptitude Test 

Aptitude test was of medium level with some pseudo-code o/p questions

Round 2 - Coding Test 

Sort array based on frequency,etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice as much as you can on leetcode medium

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 and was interviewed in Jul 2022. 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 

(1 Question)

  • Q1. 9 questions were there including sql, coding ,and few mcqs
Round 3 - Technical 

(1 Question)

  • Q1. One questions based on Convex hull

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice DSA and try to add 1 or 2 good projects in resume

I applied via Company Website and was interviewed in Jun 2022. There were 4 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. What technologies did I work on and some basic questions related to it.
Round 2 - One-on-one 

(1 Question)

  • Q1. Technology-related questions and previous project-related questions.
Round 3 - One-on-one 

(1 Question)

  • Q1. This was the manager round he asked me previous project-related questions like application architecture.
Round 4 - HR 

(1 Question)

  • Q1. Basic questions like relocation and compensation.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and be prepared for questions related on your previous projects and latest technologies with working POC's

I applied via Approached by Company and was interviewed in May 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. About years of experience
  • Q2. Current role and expertise
  • Ans. 

    I am currently working as a Software Development Engineer with expertise in web development and cloud computing.

    • Proficient in programming languages like Java, Python, and JavaScript

    • Experience in developing and maintaining web applications using frameworks like React and Angular

    • Knowledge of cloud computing platforms such as AWS and Azure

    • Familiarity with database management systems like MySQL and MongoDB

    • Strong problem-so

  • Answered by AI
Round 3 - One-on-one 

(3 Questions)

  • Q1. Java object oriented questions
  • Q2. Data structures related questions
  • Q3. Given small coding problem on duplicate string

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare leetcode problems mostly, data structures as much as possible hr was very Frank later this round she given preparation time but somehow I got rejected recently I got call again from Google recruiter saying they shortlisted based on my LinkedIn profile so keep good profile that also helps.

I was interviewed in May 2022.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Question was related to the tree
  • Q2. Searching time of bst
  • Ans. 

    BST search time is O(log n) on average, but can be O(n) in worst case.

    • BST search time depends on the height of the tree

    • On average, height is log base 2 of n

    • Worst case is when the tree is unbalanced and height is n

    • Example: searching for a value in a balanced BST with 1024 nodes takes at most 10 comparisons

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident as the interviewer was cool and help you at the point where you completely stuck.
They asked me 1 coding of question of tree and rest they put the theoretical questions related to the tree only.

Skills evaluated in this interview

I applied via Referral and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. It was online technical interview round with some good java coding programs. Not as tough but as expected for a mid level experience programmer. String Arrays other
Round 2 - Technical 

(1 Question)

  • Q1. Java programming interview with some advance level programming questions BDD UI Automation Stack Algorithms String Arrays etc
Round 3 - Technical 

(1 Question)

  • Q1. Linux Java Framework level questions

Interview Preparation Tips

Interview preparation tips for other job seekers - A bit longer process from first interview to releasing offer letter but my experience was positive

I applied via LinkedIn and was interviewed in May 2022. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Time complexity of the program wriitten
  • Ans. 

    The time complexity of the program is O(nlogn).

    • The program has a divide and conquer algorithm.

    • The program has nested loops.

    • The program has a recursive function.

  • Answered by AI
  • Q2. Design the algorithm with less time complexity
  • Ans. 

    Design an algorithm with less time complexity.

    • Use efficient data structures like hash tables, binary trees, etc.

    • Avoid nested loops and recursion if possible.

    • Try to optimize the code by reducing redundant operations.

    • Use dynamic programming to solve complex problems.

    • Consider parallel processing for large datasets.

    • Use built-in functions and libraries instead of writing custom code.

    • Profile the code to identify bottlenecks

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very difficult only data structures and algorithms

Skills evaluated in this interview

I applied via Company Website and was interviewed before Aug 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Distributed systems and concurrency. Coding questions on data structures, dynamic programming. Machine learning concepts and past projects.

Interview Preparation Tips

Interview preparation tips for other job seekers - Revise Leetcode, ML concepts, resume projects, systems and ML design.

Zoho Interview FAQs

How many rounds are there in Zoho SDE (Software Development Engineer) interview?
Zoho interview process usually has 2-3 rounds. The most common rounds in the Zoho interview process are Aptitude Test, Coding Test and Resume Shortlist.

Tell us how to improve this page.

Zoho SDE (Software Development Engineer) Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Zoho SDE (Software Development Engineer) Salary
based on 20 salaries
₹6.5 L/yr - ₹12 L/yr
70% less than the average SDE (Software Development Engineer) Salary in India
View more details

Zoho SDE (Software Development Engineer) Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Member Technical Staff
1.4k salaries
unlock blur

₹5.6 L/yr - ₹23 L/yr

Technical Support Engineer
538 salaries
unlock blur

₹2.5 L/yr - ₹11 L/yr

Software Developer
404 salaries
unlock blur

₹5 L/yr - ₹19 L/yr

Software Engineer
85 salaries
unlock blur

₹4.7 L/yr - ₹15.5 L/yr

Web Developer
79 salaries
unlock blur

₹3.5 L/yr - ₹12.3 L/yr

Explore more salaries
Compare Zoho with

Freshworks

3.5
Compare

Salesforce

4.1
Compare

SAP

4.2
Compare

TCS

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview