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

Updated 14 Jul 2024

Zoho Associate Engineer Interview Experiences

1 interview found

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

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

Round 1 - Aptitude Test 

Topics : Trains, Time - Speed - Distance, Square Roots, Probability, Ratio, Permutation and Combination

Round 2 - Coding Test 

You will be given two questions for my process Python was not allowed C and Java was accepted in platforms like : IntelliJ, Turbo C, DevC++, CodeBlocks were accepted - The Questions were Reverse a given matrix without using another array. and printing n x n matrix as natural numbers in diagonal pattern.

Interview Preparation Tips

Interview preparation tips for other job seekers - They will try to prove you wrong dont argue with them accept and move on.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is your neme
  • Q2. What are your qualifications
Round 2 - Coding Test 

Strings, Arrays, Stacks, Queues

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

I applied via campus placement at SRM Institute of Science & Technology, Chennai and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 coding question and aptitude and essay writing with games

Round 2 - Technical 

(2 Questions)

  • Q1. Introduction, projects, why should we hire you, team lead roles
  • Q2. 4 pillers of oops, polymorphisim, overfitting, queue vs stack
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a recent graduate with a degree in Mechanical Engineering and a passion for problem-solving and innovation.

    • Recent graduate with a degree in Mechanical Engineering

    • Passionate about problem-solving and innovation

    • Strong communication and teamwork skills

    • Experience with CAD software such as SolidWorks

  • Answered by AI
  • Q2. Explain the projects you have worked on
  • Ans. 

    I have worked on projects involving software development, data analysis, and machine learning.

    • Developed a web application for tracking inventory and sales data using Python and Django

    • Implemented a machine learning model to predict customer churn in a telecommunications company

    • Analyzed data from a clinical trial to identify trends and patterns using R and SQL

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Talked about projects
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Oops concept. Simple coding questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain Java swing
  • Ans. 

    Java Swing is a GUI toolkit for Java programming that allows developers to create rich graphical user interfaces.

    • Java Swing provides a set of components like buttons, labels, text fields, etc. for building GUI applications.

    • It uses a lightweight architecture that allows for easy customization and flexibility.

    • Swing components are platform-independent and provide a consistent look and feel across different operating syste...

  • Answered by AI
  • Q2. Explain about a issue that you resolved in your current position
  • Ans. 

    Resolved issue with software bug causing system crashes

    • Identified root cause of bug through thorough testing and analysis

    • Collaborated with development team to implement a fix

    • Tested the solution to ensure it resolved the issue without causing new problems

  • Answered by AI

Skills evaluated in this interview

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 Sep 2023. There were 4 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 

Aptitude MCQ based. There was one and half hour exam.

Round 3 - Coding Test 

In technical round there was only one question based on string

Round 4 - HR 

(5 Questions)

  • Q1. It was HR and technical both
  • Q2. Tell me about yourself
  • Q3. Tell me your strength
  • Q4. Oops concepts like polymorphism, inheritance and so on
  • Q5. DBMS questions like SQL commands
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 Aug 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Topics-Arrays,Sliding Window

Round 2 - Aptitude Test 

Missing numbers,C,C++,OS,OOPS etc

Round 3 - One-on-one 

(2 Questions)

  • Q1. Merge Intervals
  • Q2. Combinations of elements in array
  • Ans. 

    Find all possible combinations of elements in an array of strings

    • Use recursion to generate all possible combinations

    • Keep track of visited elements to avoid duplicates

    • Consider the order of elements in the combinations

    • Example: Given array ['A', 'B', 'C'], possible combinations are ['A', 'B', 'C', 'AB', 'AC', 'BC', 'ABC']

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Oct 2023. There were 2 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 - Technical 

(2 Questions)

  • Q1. What is rectifier? what are the different types of rectifier??
  • Ans. 

    A rectifier is an electrical device that converts alternating current (AC) to direct current (DC). There are different types of rectifiers including half-wave, full-wave, and bridge rectifiers.

    • Rectifier is used to convert AC to DC by allowing current to flow in only one direction.

    • Half-wave rectifier only allows one half of the AC waveform to pass through.

    • Full-wave rectifier allows both halves of the AC waveform to pass...

  • Answered by AI
  • Q2. What is flip flop? what are the different types of flip flop? Draw circuit diagram and truth table for JK flip flop
  • Ans. 

    A flip flop is a digital circuit that stores a single bit of data. There are different types of flip flops such as SR, D, JK, and T flip flops.

    • Flip flop is a sequential logic circuit that stores one bit of data.

    • Types of flip flops include SR, D, JK, and T flip flops.

    • JK flip flop has two inputs (J and K), a clock input, and two outputs (Q and Q').

    • The truth table for a JK flip flop shows the behavior of the flip flop bas

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn C/C++ programming properly. Learn the basics about Electronics
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

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 - Coding Test 

1. Java languages related question
2. Ds algo related questions (basics)

Round 3 - Technical 

(2 Questions)

  • Q1. Projects discussion
  • Ans. Give architecture of your last project and your contribution in it.
  • Answered Anonymously
  • Q2. Describe you last project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be cool
Learn and brush basics

Zoho Interview FAQs

How many rounds are there in Zoho Associate Engineer interview?
Zoho interview process usually has 2 rounds. The most common rounds in the Zoho interview process are Aptitude Test and Coding Test.

Tell us how to improve this page.

Zoho Associate Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Zoho Associate Engineer Salary
based on 9 salaries
₹2.4 L/yr - ₹5 L/yr
27% less than the average Associate Engineer Salary in India
View more details

Zoho Associate Engineer Reviews and Ratings

based on 2 reviews

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

₹5.5 L/yr - ₹23 L/yr

Technical Support Engineer
536 salaries
unlock blur

₹2.2 L/yr - ₹11 L/yr

Software Developer
412 salaries
unlock blur

₹4.5 L/yr - ₹15.3 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