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 Intern Interview Questions, Process, and Tips

Updated 7 Sep 2024

Top KONE Intern Interview Questions and Answers

KONE Intern Interview Experiences

2 interviews found

Intern Interview Questions & Answers

user image Anonymous

posted on 7 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Group Discussion 

Common topics was asked should speak confidently without fear

Round 2 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Recent graduate with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Strong communication and teamwork skills

  • Answered by AI
  • Q2. About the project

Sopra Steria

Success to our employee's well-being? A work-life balance that's simply unbeatable.

Our employees have rated us 4 for Work-Life Balance on AmbitionBox

Intern Interview Questions & Answers

user image Anonymous

posted on 23 Feb 2022

I applied via Campus Placement and was interviewed before Feb 2021. 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 Resume tips
Round 2 - Technical 

(4 Questions)

  • Q1. Difference between normalisation and de-normalisation?
  • Ans. 

    Normalization is the process of organizing data in a database while denormalization is the process of intentionally introducing redundancy into a database.

    • Normalization is used to minimize data redundancy and improve data integrity.

    • Denormalization is used to improve query performance by reducing the number of joins needed.

    • Normalization involves breaking down a table into smaller tables and establishing relationships be...

  • Answered by AI
  • Q2. Write code logic for Fibonacci series?
  • Ans. 

    Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.

    • Declare variables for first two numbers of the series

    • Loop through the series and calculate the next number by adding the previous two

    • Store the result in an array or print it

    • Repeat until desired number of terms is reached

  • Answered by AI
  • Q3. Types of inheritance with real time example?
  • Ans. 

    Types of inheritance include single, multiple, multilevel, hierarchical, hybrid, and multipath inheritance.

    • Single inheritance: A child class inherits from a single parent class.

    • Multiple inheritance: A child class inherits from multiple parent classes.

    • Multilevel inheritance: A child class inherits from a parent class, which in turn inherits from another parent class.

    • Hierarchical inheritance: Multiple child classes inher...

  • Answered by AI
  • Q4. Oops concepts - difference between object and class?
  • Ans. 

    Object is an instance of a class while class is a blueprint for creating objects.

    • Class is a template or blueprint for creating objects

    • Object is an instance of a class

    • Class defines the properties and methods that an object will have

    • Object is created from a class using the 'new' keyword

    • Multiple objects can be created from a single class

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for KONE Intern interview:
  • Java
  • OOPS
  • C++
  • Data Structures
  • Operating Systems
Interview preparation tips for other job seekers - To prepare well by revising all basic concepts of programming language (java/oops/c++), Data structures, operating systems, practice basic coding logics. Be self ready with all required softskills- communication and punctuality, be formal by appearance. Keep nervousness aside and give your best at interview.

Skills evaluated in this interview

Intern Interview Questions Asked at Other Companies

asked in Accenture
Q1. Case. There is a housing society “The wasteful society”, you coll ... read more
Q2. Which programming language you are comfortable with?
asked in Deloitte
Q3. Case : I am a US based company and I sell 3 products A, B, C (I d ... read more
Q4. Huffman Coding Challenge Given an array ARR of integers containin ... read more
asked in Accenture
Q5. A marketing strategy case. Client is a perfume seller in Jaipur. ... read more

Interview questions from similar companies

I applied via Referral and was interviewed before Jul 2021. 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 Resume tips
Round 2 - Aptitude Test 

Quantitative Aptitude, Numerical Ability, Synonym etc

Round 3 - Technical 

(1 Question)

  • Q1. Introduce yourself Where you did Training? What was your academic project? Guide? What do you like? Tractor or Implement? What is your aim?

Interview Preparation Tips

Interview preparation tips for other job seekers - Confidence, presence of mind should be there
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

The GD was good they give you current topic and questions related to that

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. What is role and responsibilities of leader

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

There were 4 sections and first one was quant, second one was logical, third was English and finally 3 coding questions in last section

Round 2 - Coding Test 

4 codes and 5 technical questions

Round 3 - One-on-one 

(3 Questions)

  • Q1. Explain multi threading
  • Ans. 

    Multi threading is the ability of a CPU to execute multiple threads concurrently.

    • Allows for parallel execution of tasks, improving performance

    • Each thread has its own stack and runs independently

    • Threads can communicate and synchronize using shared memory

    • Examples: running multiple tasks simultaneously in a web server, processing data in parallel

  • Answered by AI
  • Q2. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • It enables a single interface to be used for different data types.

    • Examples include method overloading and method overriding in object-oriented programming.

  • Answered by AI
  • Q3. Diff b/w inner and outer joins
  • Ans. 

    Inner join returns only the rows that have matching values in both tables, while outer join returns all rows from both tables.

    • Inner join: returns rows with matching values in both tables

    • Outer join: returns all rows from both tables, with NULL values where there is no match

    • Example: Inner join - SELECT * FROM table1 INNER JOIN table2 ON table1.id = table2.id

    • Example: Outer join - SELECT * FROM table1 LEFT OUTER JOIN table

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Hitachi Intern interview:
  • Java
  • Web Technologies
  • Threads
  • OOPS
Interview preparation tips for other job seekers - Easy interview and all questions will be asked from your resume. Difficulty would be mainly depend on interviewer. Apart from technical few behavioral questions were asked.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Group Discussion 

Topic given you need to stand out

Round 2 - Case Study 

Case study given regarding marketing opportunity

Round 3 - One-on-one 

(1 Question)

  • Q1. Interview taken

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare and go for interview, practice is important
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Apr 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

60 questions in two sets, each set has 30 questions and 30 min to solve. one set consists of aptitude question and other set consists of technical question.

Round 2 - Technical 

(1 Question)

  • Q1. All questions are asked from my resume.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is relay? what are different componets used in electronics.
  • Ans. 

    A relay is an electrically operated switch. Components used in electronics include resistors, capacitors, transistors, diodes, and integrated circuits.

    • Relay is an electrically operated switch used to control a circuit by a low-power signal

    • Components used in electronics include resistors, capacitors, transistors, diodes, and integrated circuits

    • Resistors are used to limit current flow, capacitors store and release electr...

  • Answered by AI
  • Q2. What are ICs? Also explain about your project.
  • Ans. 

    ICs stand for Integrated Circuits, which are small electronic devices made up of multiple interconnected components.

    • ICs are used in various electronic devices to perform specific functions.

    • They can contain thousands to millions of transistors, resistors, capacitors, and other components.

    • Examples of ICs include microprocessors, memory chips, and amplifiers.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - nice experience.basic que such as relay, ics and electronics instruments. also asked about projects.

Intern Interview Questions & Answers

John Deere user image sakshi Vaidya

posted on 7 Aug 2024

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

First round was of aptitude plus java questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Basic js questions : diff betn == and ===, let, var,const etc
  • Q2. Coding problem related to array

I applied via Job Fair and was interviewed before Apr 2017. There were 5 interview rounds.

Interview Preparation Tips

General Tips: First go to Mitsubishi office for near by m g road next all persona exam complete next all exam attendees vaiva interview optar asked to only calling persons selected other persons not select asking.
Skills: Knowledge About The Company, Communication, Body Language, Problem Solving, Analytical Skills, Leadership, Presentation Skills, Time Management, Decision Making Skills
Duration: 1-4 weeks
Contribute & help others!
anonymous
You can choose to be anonymous

KONE Interview FAQs

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

Some of the top questions asked at the KONE Intern interview -

  1. Oops concepts - difference between object and cla...read more
  2. Difference between normalisation and de-normalisati...read more
  3. Types of inheritance with real time examp...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

SALARIES

KONE

LIST OF COMPANIES

Isgec Heavy Engineering

Overview

JOBS

Isgec Heavy Engineering

No Jobs

REVIEWS

KONE

No Reviews

REVIEWS

KONE

No Reviews

Tell us how to improve this page.

KONE Intern Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

HCLTech

An opportunity to work for Fortune 500 companies

Intern Interview Questions from Similar Companies

Hitachi Intern Interview Questions
4.0
 • 2 Interviews
ABB Intern Interview Questions
4.1
 • 2 Interviews
View all
KONE Intern Salary
based on 7 salaries
₹1 L/yr - ₹3.6 L/yr
52% less than the average Intern Salary in India
View more details

KONE Intern Reviews and Ratings

based on 7 reviews

4.5/5

Rating in categories

4.5

Skill development

4.5

Work-life balance

3.9

Salary

4.9

Job security

4.9

Company culture

4.0

Promotions

4.5

Work satisfaction

Explore 7 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