Upload Button Icon Add office photos

Zoho

Compare button icon Compare button icon Compare

Filter interviews by

Zoho Technical Support Associate Interview Questions and Answers

Updated 6 Jul 2024

Zoho Technical Support Associate Interview Experiences

2 interviews found

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

I applied via Walk-in and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Assignment 

Basic grammar questions and technical questions.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Self-introduction about ourselves
  • Q2. IAM process and how it works in your company
  • Ans. 

    IAM process in our company involves assigning and managing user access to resources.

    • Users are granted access based on their roles and responsibilities

    • Access is controlled through permissions and policies

    • IAM tools are used to manage user identities and access rights

  • Answered by AI
Round 3 - Behavioral 

(2 Questions)

  • Q1. About company and why chose us
  • Q2. What will be next 10 years from now on
  • Ans. 

    The next 10 years will see advancements in technology, automation, AI, and renewable energy.

    • Increased automation in various industries leading to job shifts and creation of new roles

    • Advancements in artificial intelligence and machine learning impacting daily life and work processes

    • Significant progress in renewable energy sources like solar and wind power

    • Potential breakthroughs in healthcare technology and treatments

    • Con...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - very tough one; I don't know what basics they are taking.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Assignment 

Was mail writing and essay writing.

Round 2 - One-on-one 

(2 Questions)

  • Q1. About Yourself/ Walk me through your resume
  • Q2. WHAT IS THE BASIC AND MOST PROMINENTTRAIT NEEDED FOR TECH ASSOCIATE

Technical Support Associate Interview Questions Asked at Other Companies

Q1. What is the difference between a router and a modem?
Q2. What is the difference between hubs and switches?
Q3. What is Mac address and can we change the Mac address.
Q4. How would you handle an irate customer who received an inflated b ... read more
Q5. How to repair PST and how can you access mails in PST?

Top trending discussions

View All
Interview Tips & Stories
2w
boredinlife
·
works at
Mercer
I left in the middle of an interview.
M a self-taught developer. been working really hard, trying to break into tech. Two days ago, I got approached by an hr from this e learning company for an IT role. I was super nervous but also excited because it felt like maybe this is it. The interview was on teams with 9 experienced pros all with degrees and certifications while I had no formal IT background, just self-taught skills. I felt completely out of place. Most of the interviewers were kind and said I could learn on the job. But one person kept throwing back-to-back questions with shady comments after every answer made me feel like I wasn’t good enough. It crushed my confidence About 10 minutes before the interview ended, I panicked. Anxiety took over, so I faked a network issue and left the call. Then I just broke down. I didn’t want to be disrespectful, so I quickly emailed saying I got disconnected. Truth is, I was overwhelmed and felt like a total fraud. I’ve wanted a job in tech for so long.
Got a question about Zoho?
Ask anonymously on communities.

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

I applied via Naukri.com and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Everything was aked related to Salesforce Admin and Developer.
Round 2 - Technical 

(1 Question)

  • Q1. Given a scenario of handling real time issue.
  • Ans. 

    Real-time issue handling scenario

    • Identify the issue and its severity

    • Gather relevant information and data

    • Communicate with stakeholders and team members

    • Troubleshoot and diagnose the issue

    • Implement a solution and test it

    • Document the issue and solution for future reference

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If Salesforce Developer, prepare the basic knowledge of Admin and all things related to development. Try to focus on common error we get during coding and how we debug them.

I applied via Naukri.com and was interviewed in Jun 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 - One-on-one 

(1 Question)

  • Q1. Basics of java, Current work , SQL related, Scenario based like how to troubleshoot production issues
Round 3 - HR 

(1 Question)

  • Q1. How to handle hot customers How to prioritize P1 ,P2 ticket

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare for day to day activities
basics SQL and java
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 - Essay writing 

(1 Question)

  • Q1. Agenda to know if your English is good
Round 3 - Technical 

(1 Question)

  • Q1. What is your current work process and why do you want to leave current company
Round 4 - Technical 

(1 Question)

  • Q1. Situation questions like if POC doesn’t pick the call what would you do during outage
Round 5 - HR 

(1 Question)

  • Q1. Salary and others discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident in every answer and be fluent with your English
Are these interview questions helpful?
Interview experience
4
Good
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 - Technical 

(2 Questions)

  • Q1. What is TCP Handshake, explain in detail
  • Ans. 

    TCP Handshake is a process of establishing a connection between two devices over a network.

    • TCP Handshake involves three-way communication between the client and server

    • The client sends a SYN packet to the server to initiate the connection

    • The server responds with a SYN-ACK packet to acknowledge the request

    • Finally, the client sends an ACK packet to confirm the connection

    • This process ensures reliable and error-free communi...

  • Answered by AI
  • Q2. What is SSL VPN in detailed
  • Ans. 

    SSL VPN is a secure way to remotely access a private network over the internet using SSL encryption.

    • SSL VPN uses SSL/TLS encryption to secure the connection between the remote user and the private network

    • It allows remote users to access resources on the private network as if they were physically present on the network

    • SSL VPN can be clientless or require a client software to be installed on the remote device

    • Examples of ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good with either networking or Linux. You should be expertise in atleast one. rest you can manage.

Skills evaluated in this interview

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

Given a scenerio and need to write down trigger for that to kept in mind for the governer limit as well

Round 3 - One-on-one 

(1 Question)

  • Q1. Question related to Salesforce Basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focusing on the Basics of Salesforce and try to communicate technical questions clearly
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Interviewer told me to write apex code.

Round 3 - One-on-one 

(1 Question)

  • Q1. Are you flexible and adaptive?
  • Ans. 

    Yes, I am flexible and adaptive.

    • I am always willing to learn new things and adapt to changes in technology.

    • I can work in different environments and adjust to different work styles.

    • I am open to feedback and can adjust my approach accordingly.

    • For example, in my previous job, I had to quickly learn a new software program and adapt to a new team dynamic.

    • I am also able to prioritize tasks and adjust my schedule to meet dead...

  • Answered by AI

Zoho Interview FAQs

How many rounds are there in Zoho Technical Support Associate interview?
Zoho interview process usually has 2-3 rounds. The most common rounds in the Zoho interview process are Assignment, One-on-one Round and Behavioral.

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 3 interview experiences

Difficulty level

Moderate 50%
Hard 50%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 892 Interviews
Google Interview Questions
4.4
 • 891 Interviews
Amdocs Interview Questions
3.7
 • 529 Interviews
KPIT Technologies Interview Questions
3.3
 • 304 Interviews
SAP Interview Questions
4.2
 • 291 Interviews
Adobe Interview Questions
3.9
 • 247 Interviews
Salesforce Interview Questions
4.0
 • 233 Interviews
View all
Member Technical Staff
1.6k salaries
unlock blur

₹5.6 L/yr - ₹24 L/yr

Technical Support Engineer
638 salaries
unlock blur

₹2.5 L/yr - ₹12 L/yr

Software Developer
525 salaries
unlock blur

₹4.9 L/yr - ₹17 L/yr

Software Engineer
168 salaries
unlock blur

₹5.4 L/yr - ₹18 L/yr

Web Developer
94 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.6
Compare
write
Share an Interview