Upload Button Icon Add office photos

Zenoti

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Zenoti Software Engineer Interview Questions and Answers

Updated 9 Jan 2025

Zenoti Software Engineer Interview Experiences

5 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 dsa questions and mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Questions on oops dsa
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 2023. There were 3 interview rounds.

Round 1 - Coding Test 

2 coding questions were asked followed by an English test

Round 2 - Technical 

(2 Questions)

  • Q1. I was asked to code for denomination of currency in JavaScript
  • Q2. JavaScript related questions like difference between double and triple equals to
Round 3 - Technical 

(2 Questions)

  • Q1. This round was with senior member who asked me questions related to SQL queries. I don't exactly remember the question but it was nested query
  • Q2. I was asked questions related to the DBMS project and modifications that could be done in order to improve the model and performance

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
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 Resume 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.

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

Zenoti interview questions for designations

 Senior Software Engineer

 (2)

 Software Developer

 (3)

 Full Stack Software Developer

 (1)

 QA Engineer

 (1)

 Migration Engineer

 (1)

 Data Migration Engineer

 (3)

 Implementation Consultant

 (3)

 Senior Implementation Consultant

 (2)

I applied via Company Website and was interviewed in Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Coding and solution architecture

Interview Preparation Tips

Interview preparation tips for other job seekers - It’s one good interview worth to attend

Interview questions from similar companies

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 Jul 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Everything ranging from C/C++ to Cloud
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Find repeated nos in arrays
  • Ans. 

    Find repeated numbers in arrays of strings

    • Iterate through each string in the array

    • Convert each string to an array of numbers

    • Use a hash map to track the frequency of each number

    • Identify and return the repeated numbers

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. Current company work, reason for change, etc.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Problem solving and string processing

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice problem solving questions.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2022. There were 3 interview rounds.

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 Resume tips
Round 2 - Coding Test 

Written test on Basics of c and c++ is asked.
Also be thorough with mathematical topics like vectors,calculus.

Round 3 - Technical 

(2 Questions)

  • Q1. C++ basic questions Oops concepts
  • Q2. Math questions on vectors and calculus Predict the output for a given program

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and strong at basics of C/C++.
They also value your communication skills as well.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

It was resume based, make sure to prepare your resume well.

Contribute & help others!
anonymous
You can choose to be anonymous

Zenoti Interview FAQs

How many rounds are there in Zenoti Software Engineer interview?
Zenoti interview process usually has 3-4 rounds. The most common rounds in the Zenoti interview process are Coding Test, One-on-one Round and Technical.
How to prepare for Zenoti Software Engineer 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 Android, CRM, Nutrition, Analytics and JQuery.
What are the top questions asked in Zenoti Software Engineer interview?

Some of the top questions asked at the Zenoti Software Engineer 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. Given an array of integers (both positive and negative) find the maximum and se...read more

Recently Viewed

INTERVIEWS

Rexnord

No Interviews

INTERVIEWS

Rexnord

No Interviews

INTERVIEWS

Google

No Interviews

INTERVIEWS

Kiswok Industries

No Interviews

Tell us how to improve this page.

Zenoti Software Engineer Interview Process

based on 5 interviews

2 Interview rounds

  • Coding Test Round
  • Aptitude Test Round
View more
Zenoti Software Engineer Salary
based on 99 salaries
₹8.3 L/yr - ₹25 L/yr
90% more than the average Software Engineer Salary in India
View more details

Zenoti Software Engineer Reviews and Ratings

based on 22 reviews

2.7/5

Rating in categories

3.0

Skill development

2.5

Work-life balance

2.9

Salary

2.8

Job security

2.6

Company culture

2.4

Promotions

2.5

Work satisfaction

Explore 22 Reviews and Ratings
Software Engineer
99 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Product Specialist
73 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
71 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Support Consultant
38 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Implementation Consultant
36 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Zenoti with

Tekwissen

4.8
Compare

Damco Solutions

3.9
Compare

In Time Tec Visionsoft

3.8
Compare

smartData Enterprises

3.3
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent