Upload Button Icon Add office photos
Premium Employer

i

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

KONE Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

KONE Test Engineer Interview Questions and Answers

Updated 12 Apr 2023

KONE Test Engineer Interview Experiences

1 interview found

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 12 Apr 2023

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Mar 2023. There were 2 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 Resume tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. How to reverse a string
  • Ans. 

    To reverse a string, iterate through the string and append each character to a new string in reverse order.

    • Create an empty string to store the reversed string

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

    • Append each character to the new string

    • Return the new string as the reversed string

  • Answered by AI
  • Q2. What is the use of bug life cycle
  • Ans. 

    Bug life cycle is a process that defines the stages of a bug from its identification to its resolution.

    • Bug life cycle helps in tracking the progress of a bug from its discovery to its resolution.

    • It helps in prioritizing the bugs based on their severity and impact on the system.

    • Bug life cycle also helps in assigning the bugs to the right team members for resolution.

    • It ensures that the bugs are properly documented and co...

  • Answered by AI
  • Q3. What is use of iot device
  • Ans. 

    IoT devices are used to connect physical objects to the internet, allowing for remote monitoring and control.

    • IoT devices can be used for home automation, such as controlling lights and thermostats remotely

    • They can also be used for industrial automation, such as monitoring and controlling machinery

    • IoT devices can be used for tracking and monitoring, such as tracking the location of vehicles or monitoring the health of p...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Quant , Logical REASONING , Java

Round 2 - HR 

(3 Questions)

  • Q1. Why should we hire you?
  • Q2. What is your family background?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Great company to work for , Be honest and well rounded discussions on CV

I applied via Walk-in and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Explain Compilation process steps?
  • Ans. 

    Compilation process involves several steps to convert source code into executable code.

    • Preprocessing: Includes header file inclusion, macro expansion, and conditional compilation.

    • Compilation: Translates source code into assembly code.

    • Assembly: Converts assembly code into machine code.

    • Linking: Combines object files and libraries to create an executable file.

    • Loading: Loads the executable file into memory and prepares it

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well prior the interview, revise all the basic concepts of Embedded C and MATLAB if you have applied for embedded systems.

I applied via Recruitment Consultant and was interviewed in Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Questions will be related to the post which company is offering.
  • Q2. Should be very accurate to all electronics queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Be smart and to the point answers will help.

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

Interview Questionnaire 

1 Question

  • Q1. Questions on Process,Simulation, CAD

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
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 Sep 2023. There were 2 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 Resume tips
Round 2 - Technical 

(6 Questions)

  • Q1. Normalization in SQL, What is Cursor in SQL
  • Ans. 

    Normalization in SQL is the process of organizing data in a database to reduce redundancy and improve data integrity. A cursor in SQL is a database object used to retrieve and manipulate data row by row.

    • Normalization in SQL involves breaking down a large table into smaller tables and defining relationships between them to reduce redundancy.

    • Cursors in SQL are used to fetch and process individual rows returned by a query...

  • Answered by AI
  • Q2. .Net Core and API based questions
  • Q3. Abstract and interface difference
  • Ans. 

    Abstract classes can have both abstract and non-abstract methods, while interfaces can only have abstract methods.

    • Abstract classes can have constructors, fields, and non-abstract methods along with abstract methods

    • Interfaces can only have abstract methods and constants

    • A class can implement multiple interfaces but can only inherit from one abstract class

  • Answered by AI
  • Q4. Const and read only difference in C#
  • Ans. 

    Const keyword is used to declare constants at compile time, while read-only keyword is used to create immutable fields that can only be assigned a value at runtime.

    • Const values are determined at compile time and cannot be changed, while read-only values can only be assigned a value once at runtime.

    • Const fields are implicitly static, while read-only fields are not.

    • Example: const int x = 5; read-only int y = 10;

  • Answered by AI
  • Q5. Azure basic fundamental questions
  • Q6. Sample query to join tables using SQL
  • Ans. 

    Sample query to join tables using SQL

    • Use the JOIN keyword to combine rows from two or more tables based on a related column between them

    • Specify the columns to be selected from each table

    • Use the ON keyword to specify the join condition

  • Answered by AI

Skills evaluated in this interview

Test Engineer Interview Questions & Answers

Hitachi user image Maheshkrishna AG

posted on 29 Aug 2024

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

(2 Questions)

  • Q1. What is cypress ?
  • Ans. 

    Cypress is a JavaScript-based end-to-end testing framework for web applications.

    • Cypress allows for easy and fast testing of web applications

    • It provides a clean and simple syntax for writing tests

    • Cypress can simulate user interactions and test the application's functionality

    • It has built-in support for debugging and time-travel features

  • Answered by AI
  • Q2. What is selenium in testing
  • Ans. 

    Selenium is a popular open-source automation testing tool used for web application testing.

    • Selenium is used for automating web browsers to test web applications.

    • It supports multiple programming languages like Java, Python, C#, etc.

    • Selenium WebDriver is the most commonly used component for writing test scripts.

    • Selenium IDE is a record and playback tool for creating quick test scripts.

    • Selenium Grid allows running tests o...

  • Answered by AI
Round 2 - Coding Test 

Addition of 2 number

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic and advanced concepts
Round 1 - Technical 

(3 Questions)

  • Q1. Tell me about your work experience
  • Q2. What's the new VRF tech in Daikin
  • Q3. Ikwtr comparison for chiller and vrf
  • Ans. 

    Chiller and VRF systems differ in their cooling capacity, efficiency, and cost.

    • Chillers are better suited for large commercial buildings with high cooling loads.

    • VRF systems are more efficient and cost-effective for smaller buildings or individual rooms.

    • Chillers use water as a cooling medium, while VRF systems use refrigerant.

    • Chillers require more maintenance and have a longer lifespan than VRF systems.

    • VRF systems offer...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. How would you handle different meetings at a time.
Round 3 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Why are you looking for a change?

Interview Preparation Tips

Interview preparation tips for other job seekers - Have the complete product knowledge.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Introduction, jobs & responsibility
Round 2 - Technical 

(1 Question)

  • Q1. As per CV all question
Round 3 - HR 

(1 Question)

  • Q1. Once again introduction, pervious company details information & salary discussion
Contribute & help others!
anonymous
You can choose to be anonymous

KONE Interview FAQs

How many rounds are there in KONE Test Engineer interview?
KONE interview process usually has 2 rounds. The most common rounds in the KONE interview process are Resume Shortlist and One-on-one Round.
What are the top questions asked in KONE Test Engineer interview?

Some of the top questions asked at the KONE Test Engineer interview -

  1. What is the use of bug life cy...read more
  2. What is use of iot dev...read more
  3. How to reverse a str...read more

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

JOBS

Cummins

No Jobs

JOBS

Cummins

No Jobs

JOBS

Cyient

No Jobs

JOBS

Isgec Heavy Engineering

No Jobs

REVIEWS

KONE

No Reviews

Tell us how to improve this page.

KONE Test Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

John Deere Interview Questions
4.1
 • 228 Interviews
Caterpillar Inc Interview Questions
4.3
 • 178 Interviews
Hitachi Interview Questions
4.0
 • 82 Interviews
Atlas Copco Interview Questions
4.2
 • 78 Interviews
Schindler Interview Questions
3.9
 • 74 Interviews
TK Elevator Interview Questions
3.9
 • 54 Interviews
Otis Elevator Interview Questions
4.0
 • 48 Interviews
Johnson Lifts Interview Questions
3.9
 • 39 Interviews
Toshiba Interview Questions
4.0
 • 28 Interviews
View all
KONE Test Engineer Salary
based on 18 salaries
₹2.4 L/yr - ₹10.1 L/yr
At par with the average Test Engineer Salary in India
View more details

KONE Test Engineer Reviews and Ratings

based on 2 reviews

4.5/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

4.2

Salary

4.5

Job security

4.5

Company culture

4.2

Promotions

4.5

Work satisfaction

Explore 2 Reviews and Ratings
Design Engineer
188 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
147 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
134 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer
115 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Process Agent
112 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare KONE with

Schindler

3.9
Compare

Otis Elevator

4.0
Compare

TK Elevator

3.9
Compare

Johnson Lifts

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