Upload Button Icon Add office photos

Filter interviews by

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 at National Institute of Technology (NIT), Warangal 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 DuplicateYou have been given an integer array/list(ARR) of s ... 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 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

 (1)

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
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Starts with a introduction, Core Java concepts, OOPS concepts, Singleton design pattern, Spring boot annotations like service, restcontroller.
  • Q2. DSA logical questions like 2nd highest number. How to find missing number from an array.
Round 2 - Behavioral 

(4 Questions)

  • Q1. Tell me about yourself.
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring Boot, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring Boot, and Angular

    • Strong problem-solving skills

    • Experience working in Agile development environment

    • Bachelor's degree in Computer Science from XYZ University

  • Answered by AI
  • Q2. Tell me about your family.
  • Ans. 

    I come from a close-knit family of five, including my parents, older sister, and younger brother.

    • Close-knit family of five

    • Parents, older sister, and younger brother

    • We enjoy spending time together traveling and trying new restaurants

  • Answered by AI
  • Q3. Why do you want to change the company
  • Ans. 

    Seeking new challenges and opportunities for growth in a different environment.

    • Desire for new challenges and learning opportunities

    • Seeking a better work-life balance

    • Interested in working with new technologies or industries

    • Looking for a more collaborative team environment

  • Answered by AI
  • Q4. After that interviewer describes my work and position in the company.

Interview Preparation Tips

Interview preparation tips for other job seekers - I have applied for Java position through the referral. I have received a call on Thursday that we want to schedule your interview on Saturday. And on Saturday both the rounds happened with positive feedback.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Aptitude Test 

Nothing it went well

Round 2 - Coding Test 

Same here , asked basics of java and C#

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well and go! don't stammer
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Oops concept ? SQL Queries ?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

60 MCQ questions are there

Round 2 - Technical 

(2 Questions)

  • Q1. Simple java questions are there
  • Q2. Array list vs Linked List
  • Ans. 

    Array list is faster for accessing elements by index, while Linked List is better for frequent insertions and deletions.

    • Array list has constant time access to elements by index, while Linked List requires traversing the list to find an element.

    • Linked List is better for frequent insertions and deletions as it only requires changing pointers, while Array list may require shifting elements.

    • Array list uses contiguous memor...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Job Fair and was interviewed in May 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

About front end , html, css, reasoning,

Round 2 - Technical 

(1 Question)

  • Q1. What.is let , var, const
  • Ans. 

    let, var, and const are keywords used in JavaScript to declare variables with different scopes and mutability.

    • let is used to declare variables with block scope and allows reassignment

    • var is used to declare variables with function scope and allows redeclaration

    • const is used to declare variables with block scope and does not allow reassignment, but the value can still be mutable

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What is angular
  • Ans. 

    Angular is a popular open-source front-end web application framework developed by Google.

    • Angular is used for building dynamic web applications.

    • It allows for the creation of single-page applications.

    • Angular uses TypeScript for building applications.

    • It provides features like data binding, dependency injection, and routing.

    • Angular has a large community and ecosystem of libraries and tools.

    • Examples: AngularJS, Angular 2, A...

  • Answered by AI
  • Q2. Services in angular
  • Ans. 

    Services in Angular are singleton objects that can be used to share data and functionality across components.

    • Services are used to encapsulate reusable functionality, such as data fetching, logging, or authentication.

    • Services can be injected into components, directives, or other services using Angular's dependency injection system.

    • Services are typically defined using the @Injectable decorator.

    • Example: A DataService serv...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Communication skills.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good for freshers

Skills evaluated in this interview

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, Technical and One-on-one Round.
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

Tell us how to improve this page.

People are getting interviews through

based on 5 Zenoti interviews
Campus Placement
Company Website
60%
40%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Zenoti Software Engineer Salary
based on 96 salaries
₹8 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 21 reviews

2.9/5

Rating in categories

3.2

Skill development

2.6

Work-Life balance

3.2

Salary & Benefits

3.0

Job Security

2.8

Company culture

2.6

Promotions/Appraisal

2.7

Work Satisfaction

Explore 21 Reviews and Ratings
Software Engineer
96 salaries
unlock blur

₹8 L/yr - ₹25 L/yr

Senior Product Specialist
72 salaries
unlock blur

₹12 L/yr - ₹28 L/yr

Senior Software Engineer
71 salaries
unlock blur

₹11.6 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.9
Compare

Collabera Technologies

3.5
Compare

Damco Solutions

4.1
Compare

In Time Tec Visionsoft

4.1
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview