Upload Button Icon Add office photos

Filter interviews by

KML Sensors Interview Questions and Answers

Updated 10 May 2024

KML Sensors Interview Experiences

2 interviews found

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

I applied via Walk-in and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. I said I know python very well and they Asked some questions questions related to python development environment and introduction to dot net programming.
  • Q2. It consists of 12 coding questions, we have to solve atleast 5-6 problems so that we can ne selected.
Round 2 - HR 

(2 Questions)

  • Q1. Went on a salary discussion round.
  • Q2. He asked me to learn new technologies.

Interview Preparation Tips

Topics to prepare for KML Sensors DOT NET Developer interview:
  • Python
  • dot net
  • SQL
  • Git and GitHub

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (11)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Nov 2022.

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 - Coding Test 

Basic questions about dotnet

Round 3 - HR 

(5 Questions)

  • Q1. Given tasks for curd operations
  • Q2. First create an UI and develop the applications
  • Q3. Developing data base and implementing of SQL
  • Q4. Queries needed users friendly
  • Q5. Connection between back end and front end
  • Ans. 

    The connection between back end and front end is established through APIs and HTTP requests.

    • Back end exposes APIs that front end can call to retrieve or send data

    • Front end makes HTTP requests to back end to fetch or update information

    • Data is typically exchanged in JSON format

    • Examples: RESTful APIs, AJAX requests

  • Answered by AI

Skills evaluated in this interview

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (11)

Interview questions from similar companies

I was interviewed before Jul 2016.

Interview Questionnaire 

5 Questions

  • Q1. Resume shortlisting
  • Q2. Basic dot net and C # questions
  • Q3. Basic programs to write
  • Q4. Programming logic
  • Q5. Unit testing skills

Interview Preparation Tips

Skills: C# (C Sharp), Programming, Unit Testing

I applied via Campus Placement and was interviewed before Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic Fundamentals of SQL, .NET and Programming

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all the fundamentals questions like joins, triggers, stored procedures for SQL and application life cycle, session, cookie in .NET

I applied via Naukri.com and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. ASP.Net Life Cycle
  • Q2. OOPS Concept

Interview Preparation Tips

Interview preparation tips for other job seekers - Make Sure that skills you mentioned have good command on it
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 - Technical 

(1 Question)

  • Q1. C#.net,ASP.Net, and ADO. Net
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - I am a Dot Net developer my course are C#.Net, Asp. Net and Ado. Net

I applied via Naukri.com and was interviewed in Nov 2021. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Design pattern
  • Q2. Solid principle
  • Q3. Button trigger in mvc
  • Ans. 

    Button trigger in MVC allows for user interaction and execution of server-side code.

    • Buttons can be created using HTML helpers in MVC

    • Button click events can be handled using jQuery or JavaScript

    • Server-side code can be executed using AJAX calls or form submissions

  • Answered by AI
  • Q4. Delegate in c sharp
  • Ans. 

    Delegate is a type that represents references to methods with a specific parameter list and return type.

    • Delegates are similar to function pointers in C++.

    • Delegates can be used to pass methods as arguments to other methods.

    • Delegates can be used to define callback methods.

    • Delegates can be chained together using the + or += operator.

    • Delegates can be removed from a chain using the - or -= operator.

  • Answered by AI
  • Q5. Function delegate

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare well on technical side

Skills evaluated in this interview

Interview experience
3
Average
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 - Technical 

(2 Questions)

  • Q1. C# oops question
  • Q2. .net core question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jan 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 tips
Round 2 - Technical 

(5 Questions)

  • Q1. Basics of object oriented programming
  • Q2. Roles and domains worked
  • Q3. Types of cursors and joins in sql
  • Ans. 

    Types of cursors and joins in SQL

    • Cursors: Forward-only, Static, Dynamic, Keyset-driven

    • Joins: Inner, Left, Right, Full, Cross

    • Cursors are used to iterate through a result set

    • Joins are used to combine data from multiple tables based on a common column

  • Answered by AI
  • Q4. Security mechanism apart from authorisation and Authentication
  • Ans. 

    Data encryption, firewalls, intrusion detection and prevention systems.

    • Data encryption

    • Firewalls

    • Intrusion detection and prevention systems

  • Answered by AI
  • Q5. Basics of model view controller
Round 3 - Coding Test 

Implement of gang of 4 patterns and program execution

Interview Preparation Tips

Interview preparation tips for other job seekers - Gang of 4 patterns is must for experience person and also project work flow along with basic .net rarely specialised area like azure or mvc or kind of

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is abstraction, SQL query to select even number rows
  • Ans. 

    Abstraction is the concept of hiding complex implementation details and showing only the necessary features to the user.

    • Abstraction helps in reducing complexity and improving code readability.

    • In SQL, you can select even number rows using the MOD function.

    • Example: SELECT * FROM table_name WHERE MOD(row_number, 2) = 0;

  • Answered by AI

Skills evaluated in this interview

KML Sensors Interview FAQs

How many rounds are there in KML Sensors interview?
KML Sensors interview process usually has 2-3 rounds. The most common rounds in the KML Sensors interview process are HR, Resume Shortlist and Coding Test.
What are the top questions asked in KML Sensors interview?

Some of the top questions asked at the KML Sensors interview -

  1. Connection between back end and front ...read more
  2. I said I know python very well and they Asked some questions questions related ...read more
  3. It consists of 12 coding questions, we have to solve atleast 5-6 problems so th...read more

Tell us how to improve this page.

KML Sensors Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all

KML Sensors Reviews and Ratings

based on 2 reviews

1.7/5

Rating in categories

1.7

Skill development

1.2

Work-life balance

1.2

Salary

1.5

Job security

1.2

Company culture

1.2

Promotions

2.0

Work satisfaction

Explore 2 Reviews and Ratings
Software Developer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Mechanical Engg. Design
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Electronics Engineer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare KML Sensors with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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