Upload Button Icon Add office photos

Zenoti

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Zenoti Dot Net Fullstack Developer Interview Questions and Answers

Updated 16 Dec 2024

Zenoti Dot Net Fullstack Developer Interview Experiences

1 interview found

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

Interview questions from similar companies

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

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

Round 1 - Aptitude Test 

Level of aptitude is easy

Round 2 - Coding Test 

In this selected role question is asked suppose I applied in .net then coding must in c#

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Project based backend and frontend
  • Q2. How to connect to backend
  • Ans. 

    To connect to the backend, you can use APIs, database connections, or web services.

    • Use APIs to send and receive data between the frontend and backend

    • Establish database connections to retrieve and store data

    • Utilize web services for communication between different systems

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for project

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Jun 2022. There were 3 interview rounds.

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 

It was an aptitude test consisting of 40 questions in 30 minutes.

Round 3 - Coding Test 

There were coding questions
1.) Find the sum of 4 largest no in an array.
2.)find area of the largest rectangle in a histogram.
3.)Sudoko challenge

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on the basics.
Keep calm and share your thoughts with the interviewer.
Interview experience
3
Average
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 3 interview rounds.

Round 1 - Aptitude Test 

Son of the uncle's Kid is __ of son. This and some basic mathematics equation, etc were the questions

Round 2 - Coding Test 

3 questions were there 1 was writing SQL query, 1 tree node related program, 1 logical question

Round 3 - One-on-one 

(1 Question)

  • Q1. Basic introduction question, Core oops concepts, basic SQL related questions, etc

Interview Preparation Tips

Interview preparation tips for other job seekers - I was a fresher and out of 10 people they hired just 3 people so i won't recommend at all. Even the 3 people were asked to join after 6 months hence they expelled each and everyone directly or indirectly. And if you are experienced then i had conversation with few of the seniors and they told that there is too much politics at high level if you know any engineering manager / any of the board members then you will get good exposure else you would even find difficulty for getting any project assigned. They hire just to keep in bench (they replied after getting hired they waited 6 months in duration of 2 years of experience they got chance to work on only 2 projects each lasting for 2.5months on an average)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Javascript and React native questions

Interview Preparation Tips

Topics to prepare for Simform Software Developer interview:
  • React Native
  • Javascript
  • Typescript
  • redux toolkit
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. General HR questions also a little bit about my experience
Round 2 - Technical 

(1 Question)

  • Q1. .net general questions like ref vs out, interface vs abstract class
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(3 Questions)

  • Q1. Solid Principle, Design Patterns,
  • Q2. React sharing data btw siblings without any state management.
  • Q3. NodeJs is single threaded then why it feels concurrent?
Round 2 - Technical 

(3 Questions)

  • Q1. Questions related micro services
  • Q2. Message queue related questions
  • Q3. NodeJs related questions: Event loop

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare NodeJs in-depth.
Mention things in your resume that you actually know and worked on. They will ask questions from your experience.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What are the design patterns in c#
  • Ans. 

    Design patterns in C# are reusable solutions to common problems in software design.

    • Some common design patterns in C# include Singleton, Factory, Observer, and Strategy.

    • Singleton pattern ensures a class has only one instance and provides a global point of access to it.

    • Factory pattern creates objects without specifying the exact class of object that will be created.

    • Observer pattern defines a one-to-many dependency betwee...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is use of ng-content ?.
  • Ans. 

    ng-content is used in Angular to project content into a component's template.

    • ng-content is used to pass content into a component from the outside.

    • It allows for dynamic content insertion within a component's template.

    • ng-content is often used in combination with ng-template and ng-container.

    • It is commonly used for creating reusable components with varying content.

  • Answered by AI

Skills evaluated in this interview

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

Zenoti Interview FAQs

How many rounds are there in Zenoti Dot Net Fullstack Developer interview?
Zenoti interview process usually has 2 rounds. The most common rounds in the Zenoti interview process are Technical.
What are the top questions asked in Zenoti Dot Net Fullstack Developer interview?

Some of the top questions asked at the Zenoti Dot Net Fullstack Developer interview -

  1. Design login page which sends to otp to user mobile and verify the otp entered ...read more
  2. Design patterns, principles, .Net related questi...read more

Recently Viewed

INTERVIEWS

CME Group

No Interviews

REVIEWS

Eclat Health Solutions

No Reviews

INTERVIEWS

Gainsight

No Interviews

INTERVIEWS

Chargebee

No Interviews

INTERVIEWS

Zenoti

No Interviews

INTERVIEWS

NASSCOM

No Interviews

INTERVIEWS

CME Group

No Interviews

REVIEWS

Kreate Technologies

No Reviews

INTERVIEWS

TCS

No Interviews

INTERVIEWS

Zenoti

No Interviews

Tell us how to improve this page.

Zenoti Dot Net Fullstack Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Apisero Interview Questions
4.3
 • 64 Interviews
TestingXperts Interview Questions
4.0
 • 41 Interviews
Credera Interview Questions
3.8
 • 40 Interviews
Simform Interview Questions
3.5
 • 34 Interviews
Stefanini Interview Questions
3.0
 • 34 Interviews
View all
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