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 SDE Interview Questions and Answers

Updated 5 Apr 2024

Zoho SDE Interview Experiences

1 interview found

SDE Interview Questions & Answers

user image HARI RAM

posted on 5 Apr 2024

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

I applied via Job Portal and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Puzzle based questions and Math problems

Round 2 - Coding Test 

Given a laptop and problem statement. Had to solve problems at eclipse.

Round 3 - Technical 

(1 Question)

  • Q1. F2F one on one technical interview

Interview questions from similar companies

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

(2 Questions)

  • Q1. Traverse Binary Tree
  • Q2. How does bittorent work

SDE Interview Questions & Answers

Google user image Paltasingi Poojitha 4-Year B.Tech. Electrical Engineering

posted on 12 Nov 2024

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

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Find minimum no. of increment operations to make array unique
  • Ans. 

    To make an array of strings unique, count the number of duplicate elements and increment them accordingly.

    • Iterate through the array and keep track of the frequency of each element.

    • For each duplicate element, increment it to make the array unique.

    • Return the total number of increment operations needed.

  • Answered by AI
  • Q2. Given a binary tree whose every node value is a number. find the sum of all the numbers that are formed from root to leaf paths
  • Ans. 

    Sum all numbers formed from root to leaf paths in a binary tree

    • Traverse the tree from root to leaf nodes, keeping track of the current number formed

    • Add the current number to the sum when reaching a leaf node

    • Recursively explore left and right subtrees

  • Answered by AI

Skills evaluated in this interview

SDE Interview Questions & Answers

Amdocs user image Anonymous

posted on 22 May 2024

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

It consisted of both technical programming and theoretical concepts. C++ and SQL

Round 2 - Technical 

(2 Questions)

  • Q1. Consisted of scenario based questions from technical domain.
  • Q2. Differentiate all sorting algorithms
  • Ans. 

    Sorting algorithms differ in their approach to sorting elements in an array.

    • Bubble Sort - compares adjacent elements and swaps them if they are in the wrong order

    • Merge Sort - divides the array into two halves, sorts them, and then merges them

    • Quick Sort - picks a pivot element and partitions the array around the pivot

    • Selection Sort - repeatedly selects the minimum element and swaps it with the current element

    • Insertion S...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Simple resume related non technical.

Skills evaluated in this interview

SDE Interview Questions & Answers

Oracle user image Anonymous

posted on 5 Mar 2024

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

I applied via Referral and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Leetcode- Climb stairs (medium)
  • Q2. Reverse linkedlist
Round 2 - Technical 

(1 Question)

  • Q1. Leetcode- Rotten oranges matrix
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Online coding test with 2 coding questions

Round 2 - Technical 

(1 Question)

  • Q1. What is storage differnece for files in ram
  • Ans. 

    Files in RAM are stored temporarily for quick access by the CPU.

    • RAM (Random Access Memory) is volatile memory used for temporary storage of data and instructions.

    • Files stored in RAM are accessed much faster than files stored on a hard drive.

    • RAM is cleared when the computer is turned off, so files stored in RAM are not persistent.

    • Examples of files stored in RAM include open applications, running processes, and cached da

  • Answered by AI

Skills evaluated in this interview

SDE Interview Questions & Answers

Adobe user image Anonymous

posted on 5 Oct 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

DSA,COMPUTER FUNDAMENTALS

Round 3 - One-on-one 

(1 Question)

  • Q1. TELL ABOUT TREE TRAVERSALS
  • Ans. 

    Tree traversals are methods used to visit each node in a tree data structure in a specific order.

    • Inorder traversal: Visit left subtree, then root, then right subtree

    • Preorder traversal: Visit root, then left subtree, then right subtree

    • Postorder traversal: Visit left subtree, then right subtree, then root

  • Answered by AI

Skills evaluated in this interview

Round 1 - Aptitude Test 

Go through the basics of all the topics the electronics part of the exam will be tough

Round 2 - One-on-one 

(1 Question)

  • Q1. Know each and everything about your project

Interview Preparation Tips

Interview preparation tips for other job seekers - Be kind to the interviwer and be polite be careful
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Abcdef jssu ksye ksyd kahe jeheb

Round 2 - Technical 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Project related questions

SDE Interview Questions & Answers

Google user image Debasmita Saha

posted on 29 Oct 2024

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

Graph dp and tree related mid-hard

Round 2 - Technical 

(1 Question)

  • Q1. Longest increasing subsequence
  • Ans. 

    Find the longest increasing subsequence in an array.

    • Use dynamic programming to keep track of the longest increasing subsequence ending at each index.

    • Iterate through the array and update the longest increasing subsequence for each index.

    • Return the maximum length of the longest increasing subsequence found.

  • Answered by AI

Skills evaluated in this interview

Zoho Interview FAQs

How many rounds are there in Zoho SDE interview?
Zoho interview process usually has 3 rounds. The most common rounds in the Zoho interview process are Coding Test, Technical and Aptitude Test.

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.

SDE Interview Questions from Similar Companies

Google SDE Interview Questions
4.4
 • 15 Interviews
TCS SDE Interview Questions
3.7
 • 12 Interviews
Infosys SDE Interview Questions
3.7
 • 3 Interviews
HCLTech SDE Interview Questions
3.5
 • 3 Interviews
Amadeus SDE Interview Questions
4.0
 • 3 Interviews
Amdocs SDE Interview Questions
3.8
 • 2 Interviews
Adobe SDE Interview Questions
4.0
 • 2 Interviews
Wipro SDE Interview Questions
3.7
 • 1 Interview
View all
Zoho SDE Salary
based on 4 salaries
₹7.2 L/yr - ₹28 L/yr
33% less than the average SDE Salary in India
View more details

Zoho SDE 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 & Benefits

5.0

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
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