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 (12)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview 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 (12)

Interview questions from similar companies

I appeared for an interview 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
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 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
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. What is sheiks class ?
  • Ans. 

    Sheiks class is a class in C# that allows for secure communication over a network using SSL/TLS protocols.

    • Sheiks class is part of the System.Security.Cryptography namespace in C#.

    • It provides methods for creating secure channels for communication.

    • It can be used to implement secure client-server communication in applications.

    • Examples include using Sheiks class to encrypt data sent over a network or to authenticate client

  • Answered by AI
  • Q2. Why shield class is using ?
  • Ans. 

    Shield class is used for encapsulating sensitive data and providing controlled access to it.

    • Shield class helps in protecting sensitive data from unauthorized access.

    • It allows for controlled access to the data through defined methods.

    • Examples include encrypting passwords in a Shield class to prevent direct access.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Job Fair

Round 1 - Technical 

(1 Question)

  • Q1. Explain MVC life cycle?
  • Ans. 

    MVC life cycle involves request handling, routing, controller execution, view rendering, and response generation.

    • Request is received by the application

    • Routing determines which controller and action to execute

    • Controller executes the requested action and processes data

    • View is rendered to display the data

    • Response is generated and sent back to the client

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salary Discussion

Skills evaluated in this interview

Round 1 - Technical 

(2 Questions)

  • Q1. What is diff between data table and dataset
  • Ans. 

    Data table is a single table while dataset is a collection of tables.

    • Data table is a single table that represents a single database table.

    • Dataset is a collection of tables that can hold multiple tables from different databases.

    • Data table can be used to store and manipulate data from a single table.

    • Dataset can be used to store and manipulate data from multiple tables.

    • Data table is a part of dataset.

    • Dataset can hold mult

  • Answered by AI
  • Q2. API post ,get ,put, patch requests

Interview Preparation Tips

Interview preparation tips for other job seekers - Please study basic oops concepts and basic c# and sql
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Partial view, clustered indexed vs non clustered indexes
  • Q2. Interface and abstract class
Round 2 - HR 

(2 Questions)

  • Q1. Expected CTC per annum
  • Ans. 

    Depends on the job role, company size, location, and benefits package.

    • Consider the job role and responsibilities - more senior roles typically command higher salaries.

    • Research the average salary for DOT NET Developers in your location.

    • Take into account the size and reputation of the company - larger companies may offer higher salaries.

    • Factor in any additional benefits such as healthcare, bonuses, or stock options.

    • Be pr...

  • Answered by AI
  • Q2. Salary negotiation and location

DOT NET Developer Interview Questions & Answers

TCS user image Rushikesh Kulkarni

posted on 18 Nov 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. General oops , multiple inheritance
  • Q2. Reverse a string
  • Ans. 

    To reverse a string, iterate through the characters in the string and build a new string in reverse order.

    • Create a new empty string to store the reversed string

    • Iterate through the characters of the original string from the end to the beginning

    • Append each character to the new string

    • Return the reversed string

  • Answered by AI
  • Q3. Routing in .net mvc
  • Ans. 

    Routing in .NET MVC is the process of mapping URLs to controller actions.

    • Routing is defined in the RouteConfig.cs file in the App_Start folder.

    • Routes are defined using the MapRoute method, which takes parameters like URL pattern, default values, and constraints.

    • Routes are matched in the order they are defined, so the most specific routes should be placed at the top.

    • Route parameters are passed to controller actions as m...

  • 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.6k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.0
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k 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

₹2 L/yr - ₹3 L/yr

Mechanical Engg. Design
3 salaries
unlock blur

₹1.8 L/yr - ₹3 L/yr

Electronics Engineer
3 salaries
unlock blur

₹1.5 L/yr - ₹6 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