Upload Button Icon Add office photos

Zenoti

Compare button icon Compare button icon Compare

Filter interviews by

Zenoti Interview Questions, Process, and Tips

Updated 25 Feb 2025

Top Zenoti Interview Questions and Answers

View all 20 questions

Zenoti Interview Experiences

Popular Designations

42 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 

40 Aptitude Questions, one English test, 2 Easy Programming questions

Round 3 - Coding Test 

Coding Round one. A string question

Round 4 - Coding Test 

A String Question - Intermediate

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics strong and be confident. I used Leetcode to practice.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (178)

I applied via Company Website and was interviewed in Jan 2022. There were 5 interview rounds.

Round 1 - Coding Test 

- 30 MCQ questions mostly related to HTML, JS & C#
- 2 easy-moderate coding questions

Round 2 - Aptitude Test 

- Aptitude test on CoCubes (12 mins)
- English Test (speaking + writing + reading + listening) on Pearson platform

Round 3 - One-on-one 

(4 Questions)

  • Q1. Print the following pattern: (was asked to complete test execution within 10 mins) ****4 ***444 **44444 *4444444 444444444
  • Q2. Find the length of longest substring composed of same digit, within a string of digits: (was asked to complete within 10 mins) E.g. 01241XXXXX901111 Output: 4 Explanation: "1111" is the longest substring
  • Ans. 

    Find the length of longest substring composed of same digit within a string of digits.

    • Iterate through the string and keep track of the current digit and its count

    • Update the maximum count whenever a new digit is encountered

    • Return the maximum count

  • Answered by AI
  • Q3. An SQL SPROC that is supposed to return tabular data is running slowly, what are the different ways you could debug it?
  • Ans. 1. Check for unnecessary columns in SELECT statement 2. Check if there's any cursor present in the SPROC 3. Check if columns have been properly indexed (specifically the columns being used in ORDER BY) 4. Check if data is being paged 5. etc.
  • Answered Anonymously
  • Q4. An API is running slow. Upon investigation it was found that SPROC running behind it is perfectly optimized. How can you debug this behavior of API? (You can neglect the resolve time & connect time of the ...
  • Ans. 

    To debug the slow behavior of the API, analyze network latency, check for database issues, monitor server performance, and review code for potential bottlenecks.

    • Analyze network latency to identify any issues with data transmission.

    • Check for database issues such as slow queries or insufficient indexing.

    • Monitor server performance to ensure it has enough resources and is not overloaded.

    • Review the code for potential bottle...

  • Answered by AI
Round 4 - One-on-one 

(3 Questions)

  • Q1. Check if two strings are anagrams of each other. Follow up question: solve it in O(N) time. (Time limit to solve question: 10 mins)
  • Q2. Given Tables: 1. Authors (AuthorId PK, Name) 2. Books (BookId PK, AuthorId FK, Name) 3. Orders (OrderId PK, BookID FK, AuthorId FK, StoreName) Write SQL query to print following information for each autho...
  • Q3. Questions about an open source distributive caching project that I implemented. Wanted to know what flaws do I see in the project and how do I plan to resolve them. Few follow up questions regarding cachin...
Round 5 - One-on-one 

(3 Questions)

  • Q1. Given an array of integers (both positive and negative) find the maximum and second maximum number without using sort and using only single loop.
  • Ans. 

    Find maximum and second maximum number in an array without using sort and single loop.

    • Initialize max and secondMax variables to the smallest possible integer value

    • Iterate through the array and update max and secondMax accordingly

    • Return max and secondMax as the result

  • Answered by AI
  • Q2. Given Table: Weather (CityName, Date, Temperature) Write an SQL query which prints the following: "CityName, Today's Temperature, Yesterday's Temprature" (if yesterday's temperature doesn't exist, then p...
  • Q3. Given Table: ExamResults (StudentName, SubjectName, Marks) Write an SQL query to print the following: 1. "Student Name, Percentage" (Marks are out of 100) 2. List of all students having percentage great...

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Basic understanding of DS/Algo is must. Focus specifically on strings and arrays.
2. They'll not be testing your coding knowledge, but rather your problem solving skills. Make sure to keep talking about whatever logic comes to your head.
3. Don't be nervous, the interviewers are friendly.

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
Interview experience
4
Good
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 - Aptitude Test 

Excel basics and project management

Round 3 - One-on-one 

(1 Question)

  • Q1. It was on excel

Implementation Consultant Interview Questions asked at other Companies

Q1. In a factory as per govt rule how much leave is applicable
View answer (1)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Mar 2023.

Round 1 - Aptitude Test 

Basic questions in maths and logical

Round 2 - Pearson english test 

(1 Question)

  • Q1. Questions to test your english language proficiency.
Round 3 - One way interview 

(1 Question)

  • Q1. System displays 3 topics and needs them to be answered vocally as an essay in given time.
Round 4 - Technical 

(1 Question)

  • Q1. Not basically a technical round. They ask some random questions to test your confidence and communication skills. Please make sure to be clear about the role you have applied to in this round as this is wh...
Round 5 - HR 

(1 Question)

  • Q1. General questions about my university and life.

Interview Preparation Tips

Interview preparation tips for other job seekers - Try avoiding joining this company for your better future. In case you want to join, make sure you are clear at every step.

Product Consultant Interview Questions asked at other Companies

Q1. What is the difference in general Event and Event in Cvent?
View answer (1)

Zenoti interview questions for popular designations

 Software Engineer

 (5)

 Senior Product Specialist

 (4)

 Data Migration Engineer

 (3)

 Implementation Consultant

 (3)

 Software Developer

 (3)

 Product Support Consultant

 (2)

 Senior Implementation Consultant

 (2)

 Senior Software Engineer

 (2)

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

I applied via LinkedIn and was interviewed before Apr 2022. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about urself
  • Q2. What is career ambition

Lead Generation Executive Interview Questions asked at other Companies

Q1. what is lead generation and why it is needed
View answer (1)

Get interview-ready with Top Zenoti Interview Questions

Lead Trainer Interview Questions & Answers

user image Anonymous

posted on 7 Sep 2023

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 Sep 2022. There were 4 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 - Case Study 

Company data to analyze and provide suggestions

Round 3 - One-on-one 

(3 Questions)

  • Q1. About company and Hr Questions
  • Q2. About Analytics
  • Q3. About Wellness Industry
Round 4 - HR 

(1 Question)

  • Q1. When can you join and expectations

Lead Trainer Interview Questions asked at other Companies

Q1. Make a calendar for prior booking and match your calendar accordingly
View answer (1)

Jobs at Zenoti

View all

I applied via LinkedIn

Round 1 - Aptitude Test 

General math and domain related questions

Round 2 - Technical 

(1 Question)

  • Q1. Data structure and trick questions
Round 3 - Coding Test 

Algorithm and domain indept questions

Round 4 - Technical 

(1 Question)

  • Q1. Face to face interview with manager

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice on DA and domain knowledge

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. How will you enable sales?
  • Ans. 

    I will enable sales by developing targeted marketing strategies, providing sales training, and implementing effective lead generation tactics.

    • Develop targeted marketing strategies to reach potential customers

    • Provide sales team with training and resources to effectively sell products/services

    • Implement lead generation tactics such as email marketing campaigns, social media advertising, and SEO optimization

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be genuine

Marketing Manager Interview Questions asked at other Companies

Q1. What the big opportunities to handle a sales in a worse situation i.e when prices & demand are low & vice versa
View answer (2)

I applied via Naukri.com and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. My current roles and responsibilities
  • Q2. Biggest challenge that i have faced in my current role

Interview Preparation Tips

Interview preparation tips for other job seekers - Be you - That's the best advice for any interview

I just went with the flow and answered all the questions based on my experience, no cooked up scenarios.

Senior Implementation Consultant Interview Questions asked at other Companies

Q1. What do you know about Joins in SQL?
View answer (1)

System Administrator Interview Questions & Answers

user image R S V Bharadwaj

posted on 20 Oct 2022

I applied via Approached by Company and was interviewed before Oct 2021. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Aptitude Test 

15 mins of time to complete 50 aptitude questions

Round 3 - Aptitude Test 

15 mins of time to complete a few English

Round 4 - Technical 

(5 Questions)

  • Q1. Tell me about yourself
  • Q2. Knowledge of System Administration
  • Q3. Knowledge of Troubleshooting system related issues
  • Q4. Hardware/ software troubleshooting
  • Q5. Software installations
Round 5 - One-on-one 

(5 Questions)

  • Q1. Command to update Group policy
  • Ans. 

    The command to update Group Policy is gpupdate.

    • Open Command Prompt as an administrator

    • Type 'gpupdate' and press Enter

    • Wait for the process to complete

    • Group Policy will be updated on the local computer

  • Answered by AI
  • Q2. How well you are up with System Administration
  • Q3. Knowledge of Active Directory
  • Q4. DHCP, DNS server-related question
  • Q5. Knowledge of Microsoft 365

Interview Preparation Tips

Topics to prepare for Zenoti System Administrator interview:
  • MCSE
  • O365
  • Azure
  • System Administration
  • Hardware Troubleshooting
  • Software Troubleshooting
  • Maintenance
  • Ethics
  • Culture
Interview preparation tips for other job seekers - The company is good enough to join. The interview is not so typical can crack with basic knowledge of the IT Support

Skills evaluated in this interview

System Administrator Interview Questions asked at other Companies

Q1. 2. What is Cloud Technology. What is Microsoft Intune. If we can manage applications using MAM then why do we need MDM?
View answer (8)

Zenoti Interview FAQs

How many rounds are there in Zenoti interview?
Zenoti interview process usually has 2-3 rounds. The most common rounds in the Zenoti interview process are One-on-one Round, Technical and Resume Shortlist.
How to prepare for Zenoti interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Zenoti. The most common topics and skills that interviewers at Zenoti expect are CRM, Customer Retention, Nutrition, Wellness and Stress Management.
What are the top questions asked in Zenoti interview?

Some of the top questions asked at the Zenoti interview -

  1. An API is running slow. Upon investigation it was found that SPROC running behi...read more
  2. Find the length of longest substring composed of same digit, within a string of...read more
  3. 1. Write a query to find the Occurrence count of a character in a column of str...read more
How long is the Zenoti interview process?

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

Tell us how to improve this page.

Zenoti Interview Process

based on 40 interviews

Interview experience

3.6
  
Good
View more

Interview Questions from Similar Companies

Apisero Interview Questions
4.3
 • 72 Interviews
TestingXperts Interview Questions
4.0
 • 40 Interviews
Credera Interview Questions
3.9
 • 39 Interviews
Stefanini Interview Questions
2.9
 • 34 Interviews
Simform Interview Questions
3.4
 • 34 Interviews
View all

Zenoti Reviews and Ratings

based on 155 reviews

3.0/5

Rating in categories

2.8

Skill development

2.9

Work-life balance

3.5

Salary

3.2

Job security

2.9

Company culture

2.8

Promotions

2.7

Work satisfaction

Explore 155 Reviews and Ratings
Account Executive

Hyderabad / Secunderabad

3-4 Yrs

₹ 5.3-5.3 LPA

Sales Engineer

Hyderabad / Secunderabad

2-6 Yrs

Not Disclosed

Lead Motion Graphics Designer

Hyderabad / Secunderabad

4-8 Yrs

Not Disclosed

Explore more jobs
Software Engineer
99 salaries
unlock blur

₹8.3 L/yr - ₹25 L/yr

Senior Product Specialist
73 salaries
unlock blur

₹12 L/yr - ₹27 L/yr

Senior Software Engineer
71 salaries
unlock blur

₹14 L/yr - ₹31.5 L/yr

Product Support Consultant
38 salaries
unlock blur

₹7.6 L/yr - ₹13.9 L/yr

Senior Implementation Consultant
34 salaries
unlock blur

₹10.7 L/yr - ₹21.6 L/yr

Explore more salaries
Compare Zenoti with

Tekwissen

4.8
Compare

Damco Solutions

3.8
Compare

In Time Tec Visionsoft

3.9
Compare

smartData Enterprises

3.3
Compare
Did you find this page helpful?
Yes No
write
Share an Interview