Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For Employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      Zenoti

      Engaged Employer

      About
      Reviews
      Pay & benefits
      Jobs
      Interviews
      Interviews
      Related searches: Zenoti reviews | Zenoti jobs | Zenoti salaries | Zenoti benefits
      Zenoti interviewsZenoti Senior Software Engineer interviewsZenoti interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Center
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy & Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent Posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls," and logo are proprietary trademarks of Glassdoor LLC.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalized job recommendations and updates by starting your searches.

      Senior Software Engineer Interview

      Oct 8, 2025
      Anonymous Interview Candidate
      Pune
      No offer
      Neutral experience
      Average interview

      Application

      I interviewed at Zenoti (Pune)

      Interview

      First was coding test on hacker earth post that it was technical round with technical lead some basic dot net core questions and DSA problem statements. Interviewer was quite good

      Interview questions [1]

      Question 1

      DSA , Dot net core basic
      Answer question

      Other Senior Software Engineer Interview Reviews for Zenoti

      Senior Software Engineer Interview

      Feb 2, 2026
      Anonymous employee
      Accepted offer
      Positive experience
      Average interview

      Application

      I applied online. I interviewed at Zenoti in Jan 2026

      Interview

      I applied through LinkedIn Easy Apply, and after approximately two weeks, HR contacted me to initiate the interview process. Interview Process: HackerEarth Online Test: A proctored assessment consisting of MCQs and three coding questions. The MCQs were easy, while the coding questions ranged from easy to medium difficulty. It is advisable to attempt a sample HackerEarth test beforehand to become familiar with the environment, as IntelliSense support is limited. 1st Technical Round (Senior Software Engineer): Covered easy to medium DSA problems, .NET fundamentals, and DBMS concepts. I was also asked to write and optimize SQL queries of medium complexity. The discussion was well-structured, with clear and effective communication throughout. 2nd Technical Round (Director): Focused on designing and implementing a Social Media Aggregator API. After clarifying requirements, I began with pseudocode, but was asked to proceed with a .NET-specific implementation. Adequate time was provided for coding, followed by discussions on low-level design decisions and a high-level design review considering a high-throughput system. Note: HackerEarth was used for communication, coding, and HLD discussions, including its flowchart designer. 3rd Techno-Managerial Round (VP): Involved discussions about my current role and projects, challenges faced, and how they were addressed, along with general managerial questions. The interaction was open and cordial. Following these rounds, HR shared the offer letter. Overall, the interview process was well-structured and professionally managed. In my case, the entire process—from the online test to offer release—took about one month. Communication with HR was primarily via email, with no phone calls, which I appreciated.

      Interview questions [1]

      Question 1

      1. Remove the highest occurring element in an array and print the final output. If highest occurrence is same for multiple elements, remove the element of higher value. 2. Sort the array of strings based on first letter of word. No inbuilt functions should be used. 3. SQL Tables normalization challenge. 4. SQL queries including joins, aggregate fns. 5. LLD and HLD of Social Media Aggregator API.
      Answer question

      Senior Software Engineer Interview

      Jul 25, 2025
      Anonymous Interview Candidate
      Hyderābād
      No offer
      Neutral experience
      Average interview

      Application

      I applied online. The process took 4 days. I interviewed at Zenoti (Hyderābād) in Jul 2025

      Interview

      Applied through LinkedIn Easy Apply, then I received a HackerEarth coding assessment link, it was easy - medium, 3 Coding Questions including one SQL query, and other 2 were DSA. 2nd Round: Managerial -Difference b/w GET and POST in terms of data security. -SQL query to fetch the second most paid employee in each department, given employee and department tables. Mostly he was checking if I can use window functions like ROW_NUMBER or RANK. 3rd Round: Director -Intro with briefly explaining each projects worked. -How I write effective prompts for copilot, and what was the recent problem i solved using this AI Tools. -3 Coding Questions:   -- Multithreading and Race Condition Handling-> Increment a counter synchronously and asynchronously to 1000. Explain why asynchronous incremented counter < 1000. And how to avoid in C#. -- LINQ Queries - Given two lists of KeyValuePair. provide a list of elements which are there in List 1 not in list 2 and vice versa, and a list of elements having same id but different values. -- SQL Query Optimisation:  Given a Orders Table and a Customer Table. A SQL query was provided which was just fetching all the orders in decreasing order given the customer id. SELECT * FROM Orders O JOIN Customer C ON O.CustomerRef = C.CustomerID WHERE CustomerID = @CustomerId ORDER BY OrderDate DESC; For some customer query was causing timeout issues. Why and How would you optimise this. He was expecting explanation around Pagination.

      Interview questions [1]

      Question 1

      2nd Round: Managerial -Difference b/w GET and POST in terms of data security. -SQL query to fetch the second most paid employee in each department, given employee and department tables. Mostly he was checking if I can use window functions like ROW_NUMBER or RANK. 3rd Round: Director -Intro with briefly explaining each projects worked. -How I write effective prompts for copilot, and what was the recent problem i solved using this AI Tools. -3 Coding Questions: -- Multithreading and Race Condition Handling-> Increment a counter synchronously and asynchronously to 1000. Explain why asynchronous incremented counter < 1000. And how to avoid in C#. -- LINQ Queries - Given two lists of KeyValuePair. provide a list of elements which are there in List 1 not in list 2 and vice versa, and a list of elements having same id but different values. -- SQL Query Optimisation: Given a Orders Table and a Customer Table. A SQL query was provided which was just fetching all the orders in decreasing order given the customer id. For some customer query was causing timeout issues. Why and How would you optimise this. He was expecting explanation around Pagination.
      Answer question
      1