Upload Button Icon Add office photos
Engaged Employer

i

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

Kellton Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Kellton DOT NET Developer Interview Questions, Process, and Tips

Updated 13 Jun 2024

Top Kellton DOT NET Developer Interview Questions and Answers

Kellton DOT NET Developer Interview Experiences

2 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is Sql joins, cte, Sp vs function, user defined types,
  • Ans. 

    SQL joins are used to combine rows from two or more tables based on a related column between them.

    • SQL joins are used to retrieve data from multiple tables based on a related column.

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • CTE (Common Table Expression) is a temporary result set that can be referenced within a SELECT, INSERT, UPDATE, or DELETE statement.

    • Stored Procedures (SP) are pre...

  • Answered by AI
  • Q2. C# interfces, opps concepts, DI, asp page life cycle
  • Q3. Ado. Net & entity frework difference
  • Ans. 

    ADO.NET is a data access technology while Entity Framework is an ORM framework for data access in .NET applications.

    • ADO.NET is a set of classes used to interact with data sources like databases directly.

    • Entity Framework is an ORM framework that allows developers to work with data in terms of objects and classes.

    • ADO.NET requires writing SQL queries manually, while Entity Framework allows querying data using LINQ.

    • Entity ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Kellton DOT NET Developer interview:
  • OOPS
  • C#
  • SQL

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is oops concept why is used
  • Ans. 

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

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Inheritance: Allowing a class to inherit properties and behavior from another class.

    • Polymorphism: The ability of different classes to be treated as instances of th...

  • Answered by AI
  • Q2. Why inheritance used in projects
  • Ans. 

    Inheritance is used in projects to promote code reusability, reduce redundancy, and improve maintainability.

    • Inheritance allows for the creation of a hierarchy of classes where common attributes and methods can be defined in a base class and inherited by subclasses.

    • It helps in promoting code reusability by allowing subclasses to inherit properties and methods from a base class, reducing redundancy in code.

    • Inheritance al...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Company is Veri low package provide dot joine if you are fresher

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. What is Trigger,Store procedure, join in sql query and their synt ... read more
asked in Infosys
Q3. What kind of database you used in projects
Q4. How many ways are there to send data to controller from View?
asked in Nagarro
Q5. Can Two Primary keys can be made possible in Sql Table ?

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

Interview Questionnaire 

1 Question

  • Q1. HTML, CSS, BOOTSTRAP, PHP. SQL

I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Simple program
  • Q2. I wrote a simple program in C

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and confident

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself?basics on c , then about projects

I applied via Naukri.com and was interviewed before Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What technical challenges have you faced in your work till now and how did you overcome it?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be truthful and give detailed explanation of the issues and how it was resolved. Explain the severity of the problem and what blockage it had caused in your daily work. How did you chose a solution and how fast was it implemented.

I applied via LinkedIn and was interviewed before Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What's is different between c and c++
  • Ans. 

    C++ is an extension of C with object-oriented programming features.

    • C++ supports object-oriented programming while C does not.

    • C++ has classes and templates while C does not.

    • C++ has better support for function overloading and default arguments.

    • C++ has a standard library that includes many useful functions.

    • C++ allows for both procedural and object-oriented programming.

    • C++ is generally considered to be a more complex langu

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont show your weakness

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About the plsql..like functions.cursors.pakages and like that

Interview Preparation Tips

Interview preparation tips for other job seekers - from my experience its some meaning ful interested one..but after got selected...they will not respond on any support..like joining or about the assets setup and not even the situvations...as per my experience i really have a bad experience with rmg and also hr team..ultimatix login and all are not that quick responsive...as per mine ..not prefer tcs..

I applied via Company Website and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I surprised with one question that is are u ready to do job in anywhere

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi guys I just suggest you that you have to focus on your resume and don't use the words which you don't know if you release a word which you don't know then hr will take that word so prepare well for TR and HR I hope my suggestion will helpful

Kellton Interview FAQs

How many rounds are there in Kellton DOT NET Developer interview?
Kellton interview process usually has 1 rounds. The most common rounds in the Kellton interview process are Technical.
How to prepare for Kellton 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 Kellton. The most common topics and skills that interviewers at Kellton expect are MVC, Web Api, .Net Core, Entity Framework and JQuery.
What are the top questions asked in Kellton DOT NET Developer interview?

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

  1. What is Sql joins, cte, Sp vs function, user defined typ...read more
  2. Ado. Net & entity frework differe...read more
  3. What is oops concept why is u...read more

Tell us how to improve this page.

Kellton DOT NET Developer Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more
Kellton DOT NET Developer Salary
based on 5 salaries
₹4 L/yr - ₹10.9 L/yr
19% more than the average DOT NET Developer Salary in India
View more details

Kellton DOT NET Developer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

3.0

Skill development

1.0

Work-life balance

2.0

Salary

2.0

Job security

1.0

Company culture

2.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Senior Software Engineer
386 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
380 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Engineer
160 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
143 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Quality Analyst
89 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Kellton with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview