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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - Technical 

(4 Questions)

  • Q1. General interview questions - tell me about yourself, what challenges have you faced in your previous role etc
  • Q2. Questions on resume and past experience
  • Q3. Excel questions - date time formulas and functions, pivot, countif, vlookup/hlookup/xlookup, Data analysis
  • Q4. SQL - Group By, Join

Senior Implementation Consultant Interview Questions asked at other Companies

Q1. What do you know about Joins in SQL?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

2 coding questions and 25 mcqs

Round 2 - Technical 

(2 Questions)

  • Q1. SQL Related questions
  • Q2. Asp.net related questions basic

Full Stack Software Developer Interview Questions asked at other Companies

Q1. Oops in Java Patterns in Java JDK,JRE,JVM MVC Array questions strings in Java This,super keywords Java problems like palindrome, prime number,and so many problems and logics Why java is platform independent Why java is not platform dependen... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Design patterns, principles, .Net related questions
Round 2 - System Design 

(1 Question)

  • Q1. Design login page which sends to otp to user mobile and verify the otp entered by the user
  • Ans. 

    Design a login page with OTP verification sent to user's mobile.

    • Create a login page with fields for mobile number and OTP input

    • Generate and send OTP to user's mobile number upon submission of mobile number

    • Verify OTP entered by user before allowing login

    • Implement timeout for OTP validity to enhance security

  • Answered by AI

Dot Net Fullstack Developer Interview Questions asked at other Companies

Q1. What languages does support the .netframework???
View answer (3)

Video Editor Interview Questions & Answers

user image Debanjan Tarafder

posted on 28 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Are you comfortable with video packaging tasks?
  • Ans. 

    Yes, I am comfortable with video packaging tasks.

    • I have experience in creating video packages for various projects.

    • I am proficient in using video editing software to package videos effectively.

    • I understand the importance of packaging videos to enhance viewer engagement.

    • I am detail-oriented and can ensure that the packaging aligns with the overall message of the video.

  • Answered by AI
  • Q2. How quickly can you adapt to different situations?
  • Ans. 

    I can quickly adapt to different situations by staying calm, analyzing the situation, and making necessary adjustments.

    • I have experience working in fast-paced environments where quick adaptation is crucial.

    • I am able to think on my feet and come up with creative solutions when faced with unexpected challenges.

    • I am open to feedback and willing to learn new techniques or software to adapt to different project requirements

  • Answered by AI

Video Editor Interview Questions asked at other Companies

Q1. What is the most important thing for a video
View answer (4)

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
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Some basic questions on resume
  • Q2. Excel file is shared and was asked to do analysis

Interview Preparation Tips

Interview preparation tips for other job seekers - Be proficient with excel date time formats, pivot tables, vlookup and hlookup

Implementation Consultant Interview Questions asked at other Companies

Q1. In a factory as per govt rule how much leave is applicable
View answer (1)

Get interview-ready with Top Zenoti Interview Questions

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

(1 Question)

  • Q1. Print Longest Increasing Subsequence
  • Ans. 

    Print the longest increasing subsequence of an array of strings.

    • Use dynamic programming to find the longest increasing subsequence.

    • Iterate through the array and keep track of the longest increasing subsequence ending at each index.

    • Return the longest increasing subsequence found.

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Jobs at Zenoti

View all
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. SQL query order of execution
  • Ans. 

    SQL query order of execution determines the sequence in which different parts of a query are processed.

    • SQL query is parsed and checked for syntax errors

    • Query optimizer creates an execution plan

    • Data is retrieved from tables based on the execution plan

    • Filters and joins are applied to the retrieved data

    • Aggregations and calculations are performed on the filtered data

  • Answered by AI
  • Q2. How would you handles null data value in joins
  • Ans. 

    Null data values in joins can be handled using COALESCE function or LEFT JOIN with IS NULL condition.

    • Use COALESCE function to replace null values with a specified default value

    • Use LEFT JOIN with IS NULL condition to include rows with null values in the result set

    • Consider using CASE statements to handle null values based on specific conditions

  • Answered by AI

Skills evaluated in this interview

Data Migration Consultant Interview Questions asked at other Companies

Q1. Explain how to migrate on premise application on to cloud
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Leetcode Medium Type Questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Design a Online System to book Salon Professionals like Urban Company.
  • Ans. 

    Design an online system to book salon professionals like Urban Company.

    • User registration and login system

    • Search functionality to find salon professionals based on location, services offered, ratings, etc.

    • Booking system with calendar availability and payment integration

    • Review and rating system for users to provide feedback on salon professionals

    • Notification system for booking confirmations, reminders, and updates

  • Answered by AI

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Mostly based on resume

Interview Preparation Tips

Topics to prepare for Zenoti Finance Intern interview:
  • Reconciliation
  • Excel
Interview preparation tips for other job seekers - I don't usually leave reviews but just a lil shoutout to the Finance team of Zenoti! I was interviewed by Karthik - Senior Finance Manger. Karthik was friendly throughout the interview and patiently waited for me to respond even when I couldn't think of an answer. People like him deserve a raise! shoutout to Abhilipsa too!

Finance Intern Interview Questions asked at other Companies

Q1. What you think of our countries current economic condition ?
View answer (2)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Walk through your profile.
  • Q2. Scenario Based questions

Senior Product Analyst Interview Questions asked at other Companies

Q1. Which is better. 5% discount to get 30% increase in trips or 10% discount to get 50% increase in trips or 15% discount to get 65% increase in trips, considering avg trip value is constant
View answer (1)

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
Sales Engineer

Hyderabad / Secunderabad

2-6 Yrs

Not Disclosed

Lead Motion Graphics Designer

Hyderabad / Secunderabad

4-8 Yrs

Not Disclosed

Senior Motion Graphics Designer

Hyderabad / Secunderabad

3-7 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