Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Chetu Team. If you also belong to the team, you can get access from here

Chetu Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Chetu DOT NET Developer Interview Questions and Answers

Updated 5 May 2025

8 Interview questions

A DOT NET Developer was asked 1mo ago
Q. What is Object-Oriented Programming (OOP), and what are its features and types?
Ans. 

Object-Oriented Programming (OOP) is a programming paradigm based on the concept of objects, which can contain data and code.

  • Encapsulation: OOP allows bundling of data and methods that operate on that data within a single unit, or class. For example, a 'Car' class can encapsulate properties like 'color' and methods like 'drive()'.

  • Inheritance: OOP enables a new class to inherit properties and methods from an existi...

A DOT NET Developer was asked
Q. Define and explain the JOIN operation in SQL.
Ans. 

Join in SQL is used to combine rows from two or more tables based on a related column between them.

  • Join is used to retrieve data from multiple tables based on a related column

  • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

  • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

DOT NET Developer Interview Questions Asked at Other Companies

asked in Infosys
Q1. What is the difference between Windows application development an ... read more
Q2. How many ways are there to send data to a controller from a View?
Q3. What is Trigger,Store procedure, join in sql query and their synt ... read more
asked in Infosys
Q4. What are the components of the .NET Framework and their types?
asked in Infosys
Q5. What kind of database have you used in your projects?
A DOT NET Developer was asked
Q. How can we pass data to a controller?
Ans. 

Data can be passed to a controller in ASP.NET using various methods like route data, query strings, and model binding.

  • Use route data: Pass parameters in the URL, e.g., /controller/action/id.

  • Utilize query strings: Append data to the URL, e.g., /controller/action?id=1.

  • Employ model binding: Bind form data directly to action method parameters.

  • Use TempData for short-lived data: Store data that needs to persist across r...

A DOT NET Developer was asked
Q. What are the differences between interfaces and abstract classes?
Ans. 

Interfaces define contracts for classes to implement, while abstraction is a way to hide implementation details.

  • Interfaces are like a blueprint that defines what methods a class must implement.

  • Abstraction is a concept where we hide the implementation details and show only the necessary features of an object.

  • Interfaces can have multiple inheritance, while abstraction is achieved using abstract classes or interfaces...

A DOT NET Developer was asked
Q. What are the differences between stored procedures and functions, and what are the benefits of using each?
Ans. 

Stored procedures are precompiled SQL queries stored in the database, while functions are user-defined routines that return a value.

  • Stored procedures are used for performing specific tasks or operations on the database, while functions are used to return a single value.

  • Stored procedures can contain multiple SQL statements and can have input and output parameters, while functions are more limited in their functiona...

A DOT NET Developer was asked
Q. What is Encapsulation, how do you implement it, and why?
Ans. 

Encapsulation is the concept of bundling data and methods that operate on the data into a single unit, known as a class.

  • Encapsulation helps in hiding the internal state of an object and restricting access to it.

  • It allows for better control over the data by preventing direct access and manipulation from outside the class.

  • Encapsulation also promotes code reusability and modularity by grouping related data and method...

A DOT NET Developer was asked
Q. What is Web API,MVC,Jquery
Ans. 

Web API is a framework for building HTTP services, MVC is a design pattern for web applications, and jQuery is a JavaScript library for simplifying client-side scripting.

  • Web API is a framework provided by Microsoft for building HTTP services that can be consumed by a broad range of clients, including browsers, mobile devices, and desktop applications.

  • MVC (Model-View-Controller) is a design pattern used in web deve...

Are these interview questions helpful?
A DOT NET Developer was asked
Q. 1. routing 2. filters in mvc
Ans. 

Routing and filters are important concepts in MVC development.

  • Routing determines how URLs are mapped to controllers and actions.

  • Filters are used to add additional logic before or after an action is executed.

  • There are several types of filters, including authorization, action, and result filters.

  • Filters can be applied globally, to a controller, or to an individual action.

  • Routing and filters are essential for creatin...

Chetu DOT NET Developer Interview Experiences

13 interviews found

DOT NET Developer Interview Questions & Answers

user image ARVIND KUMAR

posted on 29 Oct 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

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 

Logically question, mathematics

Round 3 - Technical 

(4 Questions)

  • Q1. C#,asp.net MVC,.net core
  • Q2. SQLserver.jquery
  • Q3. Linq, store procedure
  • Q4. Logically question like how we can pass data controller
  • Ans. 

    Data can be passed to a controller in ASP.NET using various methods like route data, query strings, and model binding.

    • Use route data: Pass parameters in the URL, e.g., /controller/action/id.

    • Utilize query strings: Append data to the URL, e.g., /controller/action?id=1.

    • Employ model binding: Bind form data directly to action method parameters.

    • Use TempData for short-lived data: Store data that needs to persist across reques...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good preparation asp.net MVC,.net core
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Join in sql define and explain
  • Ans. 

    Join in SQL is used to combine rows from two or more tables based on a related column between them.

    • Join is used to retrieve data from multiple tables based on a related column

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jan 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

Good not much difficult easily crakeable with normal knowledge

Round 3 - Technical 

(2 Questions)

  • Q1. Normal question about the technology you are interested and mentioned in your resume
  • Q2. Oops concepts general concept related to the selected topics and the basic questions
Round 4 - Technical 

(1 Question)

  • Q1. Technical round 2 also asked the question related to the subject mentioned in resume
Round 5 - HR 

(1 Question)

  • Q1. Nothing special only tells you about the company perks and you can ask if you have any query

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep motivated and self belief is very important because it is very neede for job
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Approached by Company and was interviewed in Jan 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Assignment 

First round will be assessment round where one guy from there team will share his screen to you have give the control and you have to complete the assessment….questions are related to .net field and c#

Round 3 - One-on-one 

(1 Question)

  • Q1. First introduce your self and then he will ask you to rate your self in all technology and then one by one they will ask you question basics to c# oops and then sql question , mvc, webapi
Round 4 - HR 

(1 Question)

  • Q1. After taking all the interviews they told me that we don't have the opening...I asked them like why did you guys just waste my time...she was like the person who called you 1st day fired from the company.....

Interview Preparation Tips

Topics to prepare for Chetu DOT NET Developer interview:
  • C#.Net
  • SQL Server
  • Webapi
  • ASP.Net MVC
  • core .net
Interview preparation tips for other job seekers - Don't join this company they are fraud….after talking all rounds of technical they refused to give offer letter
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Aptitude Test 

Simple math, resiong c#, .net Mvc ,asp.net core

Round 3 - Technical 

(2 Questions)

  • Q1. C#,net mvc ,Asp.net core , Web Api ,Jquery,Ajax
  • Q2. What is Web API,MVC,Jquery
  • Ans. 

    Web API is a framework for building HTTP services, MVC is a design pattern for web applications, and jQuery is a JavaScript library for simplifying client-side scripting.

    • Web API is a framework provided by Microsoft for building HTTP services that can be consumed by a broad range of clients, including browsers, mobile devices, and desktop applications.

    • MVC (Model-View-Controller) is a design pattern used in web developme...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Privious Company details,sellery Expectaion,joining date

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - Aptitude Test 

Total 50 Questions 40 from technology 10 from normal aptitude not so tough.

Round 3 - One-on-one 

(5 Questions)

  • Q1. Telephonic interview by senior developer basic concepts of oops, sql, C#
  • Q2. Opps concepts indexes Array and arrylists Stored procedures and functions class structs object constructor etc
  • Q3. What is Encapsulation where you implement and why?
  • Ans. 

    Encapsulation is the concept of bundling data and methods that operate on the data into a single unit, known as a class.

    • Encapsulation helps in hiding the internal state of an object and restricting access to it.

    • It allows for better control over the data by preventing direct access and manipulation from outside the class.

    • Encapsulation also promotes code reusability and modularity by grouping related data and methods tog...

  • Answered by AI
  • Q4. Difference between Interfaces and abstraction?
  • Ans. 

    Interfaces define contracts for classes to implement, while abstraction is a way to hide implementation details.

    • Interfaces are like a blueprint that defines what methods a class must implement.

    • Abstraction is a concept where we hide the implementation details and show only the necessary features of an object.

    • Interfaces can have multiple inheritance, while abstraction is achieved using abstract classes or interfaces.

    • Exam...

  • Answered by AI
  • Q5. Difference between Stored procedure and functions when we use where we use what the profits of its?
  • Ans. 

    Stored procedures are precompiled SQL queries stored in the database, while functions are user-defined routines that return a value.

    • Stored procedures are used for performing specific tasks or operations on the database, while functions are used to return a single value.

    • Stored procedures can contain multiple SQL statements and can have input and output parameters, while functions are more limited in their functionality.

    • ...

  • Answered by AI
Round 4 - Coding Test 

Reverse no.
Star patterns
print numbers without loop
highest salary query
Count male female from the table

Interview Preparation Tips

Interview preparation tips for other job seekers - focused on basics only

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. What is Object-Oriented Programming (OOP), and what are its features and types?
  • Ans. 

    Object-Oriented Programming (OOP) is a programming paradigm based on the concept of objects, which can contain data and code.

    • Encapsulation: OOP allows bundling of data and methods that operate on that data within a single unit, or class. For example, a 'Car' class can encapsulate properties like 'color' and methods like 'drive()'.

    • Inheritance: OOP enables a new class to inherit properties and methods from an existing cl...

  • Answered by AI
  • Q2. About dbms, sql crud, joins, normal form and uml dml commands

DOT NET Developer Interview Questions & Answers

user image ARVIND KUMAR

posted on 29 Sep 2022

I applied via LinkedIn and was interviewed in Mar 2023. 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 tips
Round 2 - Aptitude Test 

Math reasiong coding c#

Round 3 - Technical 

(1 Question)

  • Q1. Asp.netcore, SQL server web API
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 tips
Round 2 - Aptitude Test 

Coding,asp.net.reasiong , math

Round 3 - Assignment 

SQL server,asp
Net ,jQuery , javascript etc

Round 4 - Technical 

(1 Question)

  • Q1. Logical thinking ,practical confidence
Round 5 - HR 

(1 Question)

  • Q1. Sellery discussion, privious company work details.

Interview Preparation Tips

Interview preparation tips for other job seekers - Self confidence very important . Positive thoughts and logical mindset very important.

DOT NET Developer Interview Questions & Answers

user image Sowmitri S H (Som)

posted on 21 Apr 2022

I applied via Shine and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Test MCQ type with time limit to answer. Fixed no. Of questions related to language

Interview Preparation Tips

Interview preparation tips for other job seekers - Study, learn practice then approach for final result.

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Chetu?
Ask anonymously on communities.

Chetu Interview FAQs

How many rounds are there in Chetu DOT NET Developer interview?
Chetu interview process usually has 3-4 rounds. The most common rounds in the Chetu interview process are Technical, Resume Shortlist and Aptitude Test.
How to prepare for Chetu DOT NET Developer 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 Chetu. The most common topics and skills that interviewers at Chetu expect are .Net, C#, MVC, ASP.Net and Net.
What are the top questions asked in Chetu DOT NET Developer interview?

Some of the top questions asked at the Chetu DOT NET Developer interview -

  1. Difference between Stored procedure and functions when we use where we use what...read more
  2. What is Object-Oriented Programming (OOP), and what are its features and typ...read more
  3. What is Encapsulation where you implement and w...read more

Tell us how to improve this page.

Overall Interview Experience Rating

2.8/5

based on 10 interview experiences

Difficulty level

Easy 40%
Moderate 60%

Duration

Less than 2 weeks 40%
2-4 weeks 40%
More than 8 weeks 20%
View more

Interview Questions from Similar Companies

AVASOFT Interview Questions
2.8
 • 175 Interviews
Oracle Cerner Interview Questions
3.6
 • 162 Interviews
Thomson Reuters Interview Questions
4.1
 • 125 Interviews
ServiceNow Interview Questions
4.1
 • 124 Interviews
Amadeus Interview Questions
3.8
 • 115 Interviews
UKG Interview Questions
3.1
 • 113 Interviews
EbixCash Limited Interview Questions
3.9
 • 106 Interviews
SPRINKLR Interview Questions
2.9
 • 105 Interviews
Atlassian Interview Questions
3.4
 • 92 Interviews
View all
Chetu DOT NET Developer Salary
based on 145 salaries
₹2.6 L/yr - ₹7 L/yr
19% less than the average DOT NET Developer Salary in India
View more details

Chetu DOT NET Developer Reviews and Ratings

based on 26 reviews

3.1/5

Rating in categories

3.3

Skill development

2.9

Work-life balance

3.1

Salary

2.9

Job security

2.8

Company culture

3.2

Promotions

3.0

Work satisfaction

Explore 26 Reviews and Ratings
Software Engineer
1.2k salaries
unlock blur

₹3.5 L/yr - ₹9.3 L/yr

Software Developer
1k salaries
unlock blur

₹2.6 L/yr - ₹9 L/yr

Senior Software Engineer
659 salaries
unlock blur

₹5 L/yr - ₹11.6 L/yr

Team Lead
266 salaries
unlock blur

₹6 L/yr - ₹14 L/yr

Senior Software Developer
249 salaries
unlock blur

₹5 L/yr - ₹10.3 L/yr

Explore more salaries
Compare Chetu with

Thomson Reuters

4.1
Compare

Oracle Cerner

3.6
Compare

R Systems International

3.3
Compare

EbixCash Limited

3.9
Compare
write
Share an Interview