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 Member Technical Staff Interview Questions, Process, and Tips

Updated 18 Feb 2025

Top Zoho Member Technical Staff Interview Questions and Answers

View all 16 questions

Zoho Member Technical Staff Interview Experiences

38 interviews found

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

I was interviewed before Feb 2023.

Round 1 - Aptitude Test 

C related aptitude questions

Round 2 - Coding Test 

Basic logical problems

Round 3 - Coding Test 

Application coding round

Round 4 - One-on-one 

(1 Question)

  • Q1. Technical interview
Round 5 - HR 

(1 Question)

  • Q1. Just some background related questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Government College of Technology, Coimbatore and was interviewed before Jul 2022. There were 5 interview rounds.

Round 1 - Aptitude Test 

It consist of both logical reasoning and code problem solving

Round 2 - Coding Test 

Basic C problems which are frequent

Round 3 - Coding Test 

Advanced coding round using oops

Round 4 - Technical 

(1 Question)

  • Q1. More about the question solved in previous rounds
Round 5 - HR 

(1 Question)

  • Q1. Just a normal face face chit chat with the HR

Interview Preparation Tips

Interview preparation tips for other job seekers - Lookup Geeks for Geeks for asked questions

Member Technical Staff Interview Questions Asked at Other Companies

Q1. Next Smallest Palindrome Problem Statement Find the next smallest ... read more
asked in Salesforce
Q2. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
Q3. Check Permutation Problem Statement Given two strings 'STR1' and ... read more
asked in Salesforce
Q4. Optimal Strategy for a Coin Game You are playing a coin game with ... read more
asked in Salesforce
Q5. Longest Happy String Problem Statement Given three non-negative i ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jan 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

10 aptitude questions and 15 finding output of programs
You can refer any websites like Geeks for geeks

Round 2 - Coding Test 

Given around 6 programs which requires logical problem solving techniques

Round 3 - Coding Test 

It is a simple application developing coding test. Can use any programming language. Like Ticket Booking System kind of.

Round 4 - Technical 

(2 Questions)

  • Q1. Asked about the interested areas specified in resume.
  • Q2. Whenever a row in table is modified, how can you make changes to reflect in another related table?
  • Ans. 

    Use triggers to update related table on row modification.

    • Create a trigger on the main table to update the related table

    • Use the UPDATE statement in the trigger to modify the related table

    • Ensure that the trigger is efficient and does not cause performance issues

    • Test the trigger thoroughly to ensure that it works as expected

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Zoho interview process varies from team to team. From interview, work culture, timing, process of evaluation to everything depends on individual team. There is no certain common structure for whole organisation. So prepare your mind and do well. All the best

Skills evaluated in this interview

What people are saying about Zoho

View All
miraculousmule
Verified Icon
1w
student at
thiagarajar college
Having on campus from zoho for content writing role so what are the requirements and how to prepare
Got a question about Zoho?
Ask anonymously on communities.

I applied via Naukri.com and was interviewed in Apr 2021. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What is a critical rendering path?
  • Ans. 

    The sequence of steps a browser takes to convert HTML, CSS, and JavaScript into a rendered page.

    • Includes parsing HTML, constructing the DOM tree, calculating styles, and executing JavaScript.

    • Optimizing the critical rendering path can improve page load times and user experience.

    • Examples of optimization techniques include minimizing render-blocking resources and using lazy loading.

    • The critical rendering path can vary dep

  • Answered by AI
  • Q2. What is a asynchronous in js means
  • Ans. 

    Asynchronous in JS means executing code without blocking the main thread.

    • Asynchronous code allows other code to run while waiting for a task to complete.

    • It is commonly used for network requests, file I/O, and other time-consuming operations.

    • Callbacks, Promises, and Async/Await are common ways to handle asynchronous code in JS.

  • Answered by AI
  • Q3. What is a class in js means? And explain its use case
  • Ans. 

    A class in JavaScript is a blueprint for creating objects with similar properties and methods.

    • Classes are used to create multiple objects with the same structure and behavior.

    • They provide a way to organize and encapsulate related data and functions.

    • Classes can have properties (variables) and methods (functions) that define their behavior.

    • Instances of a class can be created using the 'new' keyword.

    • Classes can also have ...

  • Answered by AI
  • Q4. What is a mobile first design
  • Ans. 

    Mobile first design is an approach where the design and development of a website or application starts with the mobile version.

    • Designing for smaller screens first

    • Prioritizing content and functionality for mobile users

    • Adapting the design for larger screens

    • Focusing on speed and performance

    • Examples: Instagram, Twitter, and Facebook

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay strong in the programming language you know. And speak clearly when explaining.

Skills evaluated in this interview

Zoho interview questions for designations

 Technical Staff Member

 (1)

 Member Technical

 (2)

 Technical Engineer

 (1)

 Technical Associate

 (1)

 Technical Trainer

 (1)

 Technical Support Engineer

 (50)

 Technical Support Executive

 (3)

 Technical Support Associate

 (2)

I applied via Referral and was interviewed before Nov 2021. There were 6 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 

There would be mix of both small coding problems and aptitude. Usual difficulty level is easy.

Round 3 - Coding Test 

There are totally 3 problems given each is based on the different programming concept. Questions will be given one after one after you solve one.

Round 4 - Coding Test 

Asked to create a small application. My question is to create inventory application.

Round 5 - One-on-one 

(4 Questions)

  • Q1. Questions regarding project?
  • Q2. Questions regarding some concepts in Java?
  • Q3. Queries regarding SQL
  • Q4. Asked to explain why I solved previous round questions in that specific way
Round 6 - HR 

(1 Question)

  • Q1. Basic personality questions

Interview Preparation Tips

Interview preparation tips for other job seekers - It will be helpful if we are strong in data structures and algorithms.

Get interview-ready with Top Zoho Interview Questions

I applied via Campus Placement and was interviewed in Aug 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy

Round 2 - Coding Test 

Easy questions

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA is important which helps to crack zoho

I applied via Naukri.com and was interviewed in Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Some tips for your exam

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

Interview Questionnaire 

3 Questions

  • Q1. Rotate an array with the given number of times.
  • Ans. 

    Rotate an array with given number of times.

    • Use a temporary array to store elements to be rotated

    • Loop through the original array and copy elements to the temporary array

    • Copy the rotated elements from the temporary array back to the original array

  • Answered by AI
  • Q2. Pattern matching related question
  • Q3. Finding whether the brackets are valid by looking at the string using an efficient data structure
  • Ans. 

    Use stack data structure to efficiently check validity of brackets in a string.

    • Create an empty stack

    • Traverse the string character by character

    • If the character is an opening bracket, push it onto the stack

    • If the character is a closing bracket, check if it matches the top of the stack

    • If it matches, pop the top element from the stack

    • If it doesn't match or the stack is empty, return false

    • After traversing the entire string,...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to a single language and improve your problem solving skills

Skills evaluated in this interview

Zoho Interview FAQs

How many rounds are there in Zoho Member Technical Staff interview?
Zoho interview process usually has 4-5 rounds. The most common rounds in the Zoho interview process are Coding Test, Aptitude Test and Technical.
What are the top questions asked in Zoho Member Technical Staff interview?

Some of the top questions asked at the Zoho Member Technical Staff interview -

  1. What is a class in js means? And explain its use c...read more
  2. Whenever a row in table is modified, how can you make changes to reflect in ano...read more
  3. What is a critical rendering pa...read more
How long is the Zoho Member Technical Staff interview process?

The duration of Zoho Member Technical Staff interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Zoho Member Technical Staff Interview Process

based on 33 interviews

6 Interview rounds

  • Aptitude Test Round
  • Coding Test Round - 1
  • Coding Test Round - 2
  • Technical Round
  • HR Round - 1
  • HR Round - 2
View more
Zoho Member Technical Staff Salary
based on 1.5k salaries
₹5.5 L/yr - ₹23 L/yr
9% less than the average Member Technical Staff Salary in India
View more details

Zoho Member Technical Staff Reviews and Ratings

based on 216 reviews

4.2/5

Rating in categories

3.6

Skill development

4.0

Work-life balance

3.8

Salary

4.6

Job security

4.3

Company culture

3.6

Promotions

3.8

Work satisfaction

Explore 216 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