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 Technical Support Executive Interview Questions and Answers

Updated 26 Oct 2024

Zoho Technical Support Executive Interview Experiences

3 interviews found

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

I applied via Campus Placement and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

They ask 10 aptitude questions and ten technical questions.They are easy to solve if you are prepare well for that.

Round 2 - Technical 

(2 Questions)

  • Q1. Pattern printing
  • Q2. For loops questions
Round 3 - HR 

(2 Questions)

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

Interview Preparation Tips

Topics to prepare for Zoho Technical Support Executive interview:
  • Aptitude form prepinsta
  • Pattern printing
  • Thorough in c++
Interview preparation tips for other job seekers - Prepare well and practice previous interview questions.You prepare these form prepinsta and some YouTube channel.Be thorough in pattern printing.All the best.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Technical. communication, GK

Round 2 - Group Discussion 

Choose your own topic

Technical Support Executive Interview Questions Asked at Other Companies

Q1. 1. How to install windows 2. How to make pen drive bootable 3.Wha ... read more
asked in Startek
Q2. What is BIOS, tell me something
asked in Startek
Q3. How to solve system hang-up issue
Q4. What are the different types of cement available in market?
Q5. What is a graphics card and what is the difference between integr ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Verbal aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. Current job role

Interview questions from similar companies

I applied via Referral and was interviewed before Jan 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Overview about outlook product issues.Questions related to Active. Directory and microsoft exchange.Basic troubleshooting techniques.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with all the products like O365 ,VPN

Interview Questionnaire 

10 Questions

  • Q1. Difference between #define and const
  • Ans. 

    Difference between #define and const

    • Both are used to define constants

    • #define is a preprocessor directive and replaces all occurrences of the defined identifier with the given value

    • const is a keyword and creates a read-only variable

    • const is type-safe and has better scope control than #define

    • Example: #define PI 3.14 vs const float PI = 3.14;

    • Example: #define MAX(a,b) ((a)>(b)?(a):(b)) vs const int MAX = (a)>(b)?(a):(b);

  • Answered by AI
  • Q2. OSI layers and their functions
  • Ans. 

    OSI layers are a conceptual model that describes the communication functions of a network.

    • Layer 1 (Physical): Transmits raw data bits over a physical medium

    • Layer 2 (Data Link): Provides error-free transfer of data frames between nodes

    • Layer 3 (Network): Routes data packets between networks

    • Layer 4 (Transport): Provides reliable data transfer between end systems

    • Layer 5 (Session): Establishes, manages, and terminates sessi...

  • Answered by AI
  • Q3. Explain structure to a layman
  • Ans. 

    Structure refers to the arrangement or organization of something.

    • Structure is the way something is put together or organized.

    • It can refer to physical objects, such as buildings or bridges, or abstract concepts, such as language or music.

    • Examples of structures include the skeletal structure of a human body, the organizational structure of a company, and the grammatical structure of a sentence.

  • Answered by AI
  • Q4. Write code for creating a node in linked list
  • Ans. 

    Code for creating a node in linked list

    • Create a struct for the node with data and pointer to next node

    • Allocate memory for the node using malloc()

    • Assign data to the node

    • Assign the next pointer to NULL or the next node in the list

  • Answered by AI
  • Q5. What is the use of encoder and decoder?
  • Ans. 

    Encoders and decoders are used to convert data from one format to another.

    • Encoders convert analog signals to digital signals.

    • Decoders convert digital signals to analog signals.

    • Encoders are used in devices like cameras, sensors, and audio equipment.

    • Decoders are used in devices like televisions, radios, and DVD players.

  • Answered by AI
  • Q6. Explain one cryptographic technique
  • Ans. 

    One cryptographic technique is RSA, which uses public and private keys to encrypt and decrypt data.

    • RSA stands for Rivest-Shamir-Adleman, named after its creators.

    • It is a widely used asymmetric encryption algorithm.

    • RSA uses a public key to encrypt data and a private key to decrypt it.

    • The security of RSA is based on the difficulty of factoring large prime numbers.

    • RSA is used in various applications such as secure communi

  • Answered by AI
  • Q7. What is the use of public and private key?
  • Q8. What are the steps which you will follow if a customer calls and tell you that he is not able to do any editing in Microsoft word?
  • Q9. What are the properties of a B-Tree?
  • Ans. 

    B-Tree is a self-balancing tree data structure with multiple child nodes and is used for efficient disk access.

    • B-Tree has a root node, internal nodes, and leaf nodes.

    • Each node can have multiple child nodes.

    • The number of child nodes is fixed for a given B-Tree.

    • B-Tree is self-balancing, which means that the height of the tree is minimized.

    • B-Tree is used for efficient disk access as it reduces the number of disk accesses ...

  • Answered by AI
  • Q10. What would you do coming to Microsoft?
  • Ans. 

    I would bring my technical expertise and passion for problem-solving to contribute to Microsoft's mission of empowering people and organizations.

    • I would familiarize myself with Microsoft's products and services to better assist customers

    • I would actively seek out opportunities to learn and improve my skills

    • I would collaborate with my team and other departments to provide the best support possible

    • I would prioritize custo...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: This round had quantities, verbal, logical reasoning, and technical. This was hosted by a third party known as co-cubes (not sure if it’s always them). In technical round, questions where mostly on C++ and some questions on OS and networks. This was pretty easy if you are good at C++.
Duration: 90 minutes

Round: Group Discussion
Experience: This was a pretty interesting round.They gave us a very big scenario and time was given to go through it.The only problem was it was a bit difficult to get the context at a single glance but you will get it if you go through it properly the second time. If you are a good speaker it is a cake walk. You just need to focus on the content and speak on the context in which you are told to (it will be mentioned in the paper, you will have to talk on that).

Round: Technical Interview
Experience: All you need in this round is CONFIDENCE and thorough knowledge on your technical skills.

A puzzle was also asked: There are three baskets sitting next to each other. Under the first basket is a sign that says Apples. Under the second basket is a sign that says Oranges, and under the third basket is a sign that says Apples and Oranges. Each basket is incorrectly labeled. One basket contains all apples, one all oranges, and one a combination of apples and oranges. You are allowed to pick one fruit from one basket and label them correctly. (Ans : Pick it from the basket which is labeled wrongly as Apple and Oranges, you will be able to label it properly)

Skills:
College Name: N/A

Skills evaluated in this interview

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

(2 Questions)

  • Q1. 2 rounds conducted 1st was technical were the question mainly consist of linux commands and sql basic plus scenario based questions. 2nd round was managerial round that was short based on behavioural quest...
  • Q2. Dml,ddl, how to open process in linux
  • Ans. 

    DML and DDL are SQL commands for manipulating and defining database objects. To open a process in Linux, use the 'open' command.

    • DML (Data Manipulation Language) is used to manipulate data in a database, such as inserting, updating, and deleting records.

    • DDL (Data Definition Language) is used to define the structure and schema of a database, such as creating tables, indexes, and constraints.

    • To open a process in Linux, yo...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There were 5 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Mobile Device Management related
Round 2 - Technical 

(2 Questions)

  • Q1. Deep dive through Mobile Device Management
  • Ans. 

    Mobile Device Management (MDM) is a system that allows organizations to manage and secure mobile devices used by employees.

    • MDM software enables remote management of devices, including configuration, security policies, and app distribution.

    • It helps ensure data security by enforcing encryption, passcode requirements, and remote wipe capabilities.

    • MDM solutions can also track device location, monitor usage, and provide ins...

  • Answered by AI
  • Q2. AirWatch & Intune
Round 3 - Behavioral 

(1 Question)

  • Q1. About the Previous Work Discussion
Round 4 - HR 

(1 Question)

  • Q1. About Package & Previous Work Experience
Round 5 - Behavioral 

(1 Question)

  • Q1. Final Confirmation for Joining
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Why did I want to join MS
  • Q2. Why I thought I was a good fit
Round 2 - Technical 

(2 Questions)

  • Q1. What is an IP address, server, how to troubleshoot an issue
  • Ans. 

    An IP address is a unique identifier for a device on a network, a server is a computer or software that provides services to other devices, troubleshooting involves identifying and resolving issues.

    • An IP address is a numerical label assigned to each device connected to a computer network, used for communication and identification.

    • A server is a computer or software that provides services to other devices on the network,...

  • Answered by AI
  • Q2. What if a customer refuses to share logs and data?
  • Ans. 

    Explain importance of logs, offer alternative solutions, emphasize need for troubleshooting

    • Explain the importance of logs in diagnosing and resolving technical issues

    • Offer alternative solutions such as remote troubleshooting or guiding the customer through the process

    • Emphasize the need for collaboration and transparency to effectively resolve the issue

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. Tell us about an issue or error you made in a previous job and how you resolved it

Skills evaluated in this interview

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

(1 Question)

  • Q1. I didn't remember exactly
Round 2 - Technical 

(1 Question)

  • Q1. I didn't remember exactly
Round 3 - Behavioral 

(1 Question)

  • Q1. I didn't remember exactly
Round 4 - Behavioral 

(1 Question)

  • Q1. I didn't remember exactly
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. How would you deploy a Virtual Machine?
  • Ans. 

    To deploy a Virtual Machine, you would need to use a virtualization platform and follow specific steps to create and configure the VM.

    • Choose a virtualization platform such as VMware, Hyper-V, or VirtualBox.

    • Create a new virtual machine and specify settings such as CPU, memory, storage, and network.

    • Install an operating system on the virtual machine.

    • Configure any additional settings or software needed for the VM to functi...

  • Answered by AI
  • Q2. What do you know about DNS?
  • Ans. 

    DNS stands for Domain Name System, which translates domain names to IP addresses.

    • DNS is a decentralized system used to translate domain names to IP addresses

    • It helps users access websites using easy-to-remember domain names instead of complex IP addresses

    • DNS servers store records like A, CNAME, MX, and TXT to provide various types of information

    • DNS resolution process involves recursive and iterative queries to find the...

  • Answered by AI
  • Q3. If you were to troubleshoot a non-RDP scenario, how would you approach it?
  • Ans. 

    I would start by checking network connectivity, firewall settings, and remote desktop settings.

    • Check network connectivity to ensure the device is connected to the network

    • Verify firewall settings to ensure RDP traffic is allowed

    • Check remote desktop settings on the target device to ensure it is enabled

    • Verify if the target device is reachable and responding to ping requests

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. Describe a challenge that you faced and overcame?

Interview Preparation Tips

Interview preparation tips for other job seekers - be honest, yourself and believe in yourself.

Skills evaluated in this interview

Zoho Interview FAQs

How many rounds are there in Zoho Technical Support Executive interview?
Zoho interview process usually has 2-3 rounds. The most common rounds in the Zoho interview process are Aptitude Test, HR and One-on-one Round.
What are the top questions asked in Zoho Technical Support Executive interview?

Some of the top questions asked at the Zoho Technical Support Executive interview -

  1. Pattern print...read more
  2. For loops questi...read more

Tell us how to improve this page.

Zoho Technical Support Executive Interview Process

based on 4 interviews

1 Interview rounds

  • Aptitude Test Round
View more

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 864 Interviews
Google Interview Questions
4.4
 • 841 Interviews
Amdocs Interview Questions
3.7
 • 517 Interviews
KPIT Technologies Interview Questions
3.4
 • 291 Interviews
SAP Interview Questions
4.2
 • 284 Interviews
Adobe Interview Questions
3.9
 • 235 Interviews
Salesforce Interview Questions
4.0
 • 230 Interviews
View all
Zoho Technical Support Executive Salary
based on 8 salaries
₹4 L/yr - ₹11 L/yr
80% more than the average Technical Support Executive Salary in India
View more details

Zoho Technical Support Executive Reviews and Ratings

based on 3 reviews

4.2/5

Rating in categories

4.5

Skill development

3.0

Work-life balance

4.5

Salary

4.5

Job security

5.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 3 Reviews and Ratings
Member Technical Staff
1.5k salaries
unlock blur

₹5.6 L/yr - ₹23 L/yr

Technical Support Engineer
572 salaries
unlock blur

₹3.3 L/yr - ₹10.5 L/yr

Software Developer
436 salaries
unlock blur

₹5 L/yr - ₹20 L/yr

Software Engineer
128 salaries
unlock blur

₹4.6 L/yr - ₹16.2 L/yr

Web Developer
83 salaries
unlock blur

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