Upload Button Icon Add office photos

Zoho

Compare button icon Compare button icon Compare

Filter interviews by

Zoho Technical Support Executive Interview Questions and Answers for Experienced

Updated 26 Oct 2024

Zoho Technical Support Executive Interview Experiences for Experienced

1 interview found

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

Technical. communication, GK

Round 2 - Group Discussion 

Choose your own topic

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Zoho?
Ask anonymously on communities.

Interview questions from similar companies

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 Referral and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Lwc triggers batch apex
Round 2 - Case Study 

Why u want to join the company

Round 3 - HR 

(1 Question)

  • Q1. What is your expected salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Never interview in salesforce worst experience

I applied via LinkedIn and was interviewed in Oct 2022. 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 - Technical 

(2 Questions)

  • Q1. Related to previous project experience. Support level triaging questions were asked.
  • Q2. Related to the Salesforce domain you are in.
Round 3 - Technical 

(1 Question)

  • Q1. Communication and behavioural round
Round 4 - HR 

(1 Question)

  • Q1. Basic details and salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while speaking and be clear on the project experience.

I applied via Naukri.com and was interviewed in May 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 - Technical 

(1 Question)

  • Q1. Profiles, permission sets,roles,process builder, workflows, automation tools.
Round 3 - One-on-one 

(1 Question)

  • Q1. About how you behave in the project level in every aspect. Some role related things discussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare more on Salesforce admin and have every hands on in the technical discussion.
Round 1 - One-on-one 

(1 Question)

  • Q1. Related salesforce technology

Interview Preparation Tips

Interview preparation tips for other job seekers - Good, and it went very well with 2 rounds
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Data Management questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Why you want to change?
  • Ans. 

    Seeking new challenges and growth opportunities in a dynamic technical environment.

    • Desire to expand skill set and knowledge in different technologies

    • Looking for a more challenging and rewarding role

    • Seeking opportunities for career advancement and professional development

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Troubleshooting questions
Round 3 - Behavioral 

(1 Question)

  • Q1. How to handle angry customers
  • Ans. 

    Listen actively, stay calm, empathize, apologize, offer solutions, follow up

    • Listen actively to understand their concerns

    • Stay calm and composed, do not take their anger personally

    • Empathize with their situation and show understanding

    • Apologize for any inconvenience caused, even if it's not your fault

    • Offer solutions or alternatives to address their issues

    • Follow up to ensure the problem is resolved to their satisfaction

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Aptitude Test 

First round was mcq round

Round 2 - Technical 

(2 Questions)

  • Q1. Some basic salesforce questions
  • Q2. Most questions from development
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain 3 way handshake
  • Ans. 

    Three-way handshake is a method used in TCP/IP network to establish a connection between a client and server.

    • Client sends a SYN packet to the server to initiate a connection

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

    • Client sends an ACK packet back to the server to confirm the connection

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. How do you handle a situation where you do not know answer to a question?

Skills evaluated in this interview

Zoho Interview FAQs

How many rounds are there in Zoho Technical Support Executive interview for experienced candidates?
Zoho interview process for experienced candidates usually has 2 rounds. The most common rounds in the Zoho interview process for experienced candidates are Aptitude Test and Group Discussion.
What are the top questions asked in Zoho Technical Support Executive interview for experienced candidates?

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

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

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 1 interview experience

Interview Questions from Similar Companies

Google Interview Questions
4.4
 • 899 Interviews
Oracle Interview Questions
3.7
 • 895 Interviews
Amdocs Interview Questions
3.7
 • 533 Interviews
KPIT Technologies Interview Questions
3.3
 • 307 Interviews
SAP Interview Questions
4.2
 • 291 Interviews
Adobe Interview Questions
3.9
 • 248 Interviews
Salesforce Interview Questions
4.0
 • 234 Interviews
View all
Zoho Technical Support Executive Salary
based on 8 salaries
₹4 L/yr - ₹9.3 L/yr
75% 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.4/5

Rating in categories

4.6

Skill development

3.5

Work-life balance

4.6

Salary

4.6

Job security

5.0

Company culture

3.5

Promotions

3.5

Work satisfaction

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

₹6.2 L/yr - ₹22.6 L/yr

Technical Support Engineer
650 salaries
unlock blur

₹4.4 L/yr - ₹10 L/yr

Software Developer
534 salaries
unlock blur

₹6.6 L/yr - ₹15.1 L/yr

Software Engineer
172 salaries
unlock blur

₹7.1 L/yr - ₹16.1 L/yr

Web Developer
98 salaries
unlock blur

₹4.3 L/yr - ₹9 L/yr

Explore more salaries
Compare Zoho with

Freshworks

3.4
Compare

Salesforce

4.0
Compare

SAP

4.2
Compare

TCS

3.6
Compare
write
Share an Interview