Upload Button Icon Add office photos

Zenoti

Compare button icon Compare button icon Compare

Filter interviews by

Zenoti Full Stack Software Developer Interview Questions and Answers

Updated 20 Dec 2024

Zenoti Full Stack Software 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 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

Interview questions from similar companies

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

(2 Questions)

  • Q1. How pagination work in jpa
  • Ans. 

    Pagination in JPA allows for retrieving a subset of results from a query by specifying a limit and offset.

    • Use the setFirstResult() method to specify the starting index of the results to retrieve

    • Use the setMaxResults() method to specify the maximum number of results to retrieve

    • Combine setFirstResult() and setMaxResults() to implement pagination in JPA queries

  • Answered by AI
  • Q2. How to create restful api
  • Ans. 

    To create a RESTful API, define endpoints, use HTTP methods, handle requests and responses, and follow REST principles.

    • Define endpoints for different resources (e.g. /users, /products)

    • Use HTTP methods like GET, POST, PUT, DELETE for CRUD operations

    • Handle requests and responses in JSON format

    • Follow REST principles like statelessness, uniform interface, and client-server architecture

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

Reasoning, maths, Devops, AI, ML

Round 2 - Technical 

(2 Questions)

  • Q1. What are semantic tags in HTML?
  • Ans. 

    Semantic tags in HTML are specific tags that provide meaning to the content they enclose.

    • Semantic tags help search engines and screen readers understand the structure of a webpage.

    • Examples of semantic tags include <header>, <footer>, <nav>, <article>, <section>, <aside>, <main>, <figure>, <figcaption>.

    • Using semantic tags improves SEO and accessibility of a website.

  • Answered by AI
  • Q2. Difference between Java and Javascript?
  • Ans. 

    Java is a statically typed programming language used for backend development, while JavaScript is a dynamically typed scripting language used for frontend development.

    • Java is a statically typed language, meaning variable types are explicitly declared and checked at compile time.

    • JavaScript is a dynamically typed language, meaning variable types are determined at runtime.

    • Java is typically used for backend development, se...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Technology related
  • Q2. Programming related
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. How pagination work in jpa
  • Ans. 

    Pagination in JPA allows for retrieving a subset of results from a query by specifying a limit and offset.

    • Use the setFirstResult() method to specify the starting index of the results to retrieve

    • Use the setMaxResults() method to specify the maximum number of results to retrieve

    • Combine setFirstResult() and setMaxResults() to implement pagination in JPA queries

  • Answered by AI
  • Q2. How to create restful api
  • Ans. 

    To create a RESTful API, define endpoints, use HTTP methods, handle requests and responses, and follow REST principles.

    • Define endpoints for different resources (e.g. /users, /products)

    • Use HTTP methods like GET, POST, PUT, DELETE for CRUD operations

    • Handle requests and responses in JSON format

    • Follow REST principles like statelessness, uniform interface, and client-server architecture

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

Reasoning, maths, Devops, AI, ML

Round 2 - Technical 

(2 Questions)

  • Q1. What are semantic tags in HTML?
  • Ans. 

    Semantic tags in HTML are specific tags that provide meaning to the content they enclose.

    • Semantic tags help search engines and screen readers understand the structure of a webpage.

    • Examples of semantic tags include <header>, <footer>, <nav>, <article>, <section>, <aside>, <main>, <figure>, <figcaption>.

    • Using semantic tags improves SEO and accessibility of a website.

  • Answered by AI
  • Q2. Difference between Java and Javascript?
  • Ans. 

    Java is a statically typed programming language used for backend development, while JavaScript is a dynamically typed scripting language used for frontend development.

    • Java is a statically typed language, meaning variable types are explicitly declared and checked at compile time.

    • JavaScript is a dynamically typed language, meaning variable types are determined at runtime.

    • Java is typically used for backend development, se...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Technology related
  • Q2. Programming related
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. How to create restfull api
  • Ans. 

    To create a RESTful API, define endpoints, use HTTP methods, handle requests and responses, and follow REST principles.

    • Define endpoints for different resources (e.g. /users, /products)

    • Use HTTP methods (GET, POST, PUT, DELETE) for CRUD operations

    • Handle requests and responses in JSON format

    • Follow REST principles like statelessness, uniform interface, and client-server architecture

  • Answered by AI
  • Q2. How to do pagination in jpa
  • Ans. 

    Pagination in JPA allows fetching a subset of results from a query.

    • Use the setFirstResult() method to set the starting index of the results to retrieve

    • Use the setMaxResults() method to set the maximum number of results to retrieve

    • Combine setFirstResult() and setMaxResults() to implement pagination

  • Answered by AI

Skills evaluated in this interview

Round 1 - Aptitude Test 

It was basic aptitude related questions.

Round 2 - HR 

(3 Questions)

  • Q1. Tell me about yourself.
  • Q2. Did you work on any project.
  • Q3. In which field you are interested.

Interview Preparation Tips

Interview preparation tips for other job seekers - Before go to company, Prepare yourself for better performance.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. How to create restful api
  • Ans. 

    To create a RESTful API, you need to define endpoints, use HTTP methods, handle requests and responses, and follow REST principles.

    • Define endpoints for different resources (e.g. /users, /products)

    • Use HTTP methods like GET, POST, PUT, DELETE for CRUD operations

    • Handle requests and responses in JSON format

    • Follow REST principles like statelessness, uniform interface, and client-server architecture

  • Answered by AI
  • Q2. How pagination work in jpa
  • Ans. 

    Pagination in JPA allows for retrieving a subset of results from a query.

    • Use the setFirstResult() method to specify the starting index of the results to retrieve

    • Use the setMaxResults() method to specify the maximum number of results to retrieve

    • Combine setFirstResult() and setMaxResults() to implement pagination in JPA queries

  • Answered by AI

Skills evaluated in this interview

Zenoti Interview FAQs

How many rounds are there in Zenoti Full Stack Software Developer interview?
Zenoti interview process usually has 2 rounds. The most common rounds in the Zenoti interview process are Coding Test and Technical.
What are the top questions asked in Zenoti Full Stack Software Developer interview?

Some of the top questions asked at the Zenoti Full Stack Software Developer interview -

  1. Asp.net related questions ba...read more
  2. SQL Related questi...read more

Tell us how to improve this page.

Zenoti Full Stack Software 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
 • 40 Interviews
Credera Interview Questions
3.8
 • 40 Interviews
Stefanini Interview Questions
2.9
 • 34 Interviews
Simform Interview Questions
3.4
 • 34 Interviews
View all
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