Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Honeywell Technology Solutions Research Scientist Interview Questions and Answers

Updated 21 Dec 2024

Honeywell Technology Solutions Research Scientist Interview Experiences

2 interviews found

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

(2 Questions)

  • Q1. What is distillation?
  • Q2. What is heat exchanger?
Round 2 - HR 

(2 Questions)

  • Q1. What is your strength?
  • Q2. Why Honeywell?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 

(1 Question)

  • Q1. Be Prepared on the Projects u have worked upon, dont sound too arrogant even if you know.
Round 3 - HR 

(1 Question)

  • Q1. Normal Questions

Research Scientist Interview Questions Asked at Other Companies

Q1. 1) self introduction 2) How to develop method for Api to finished ... read more
Q2. 8) what is sink condition in dissolution?
asked in Dr. Reddy's
Q3. 1)How much percent of buffer used in mobile phase 2) Why we use s ... read more
Q4. 6)if mass balance not achieved in forced degradation then whts th ... read more
Q5. What is the role of pka in HPLC method development

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How do you preprocess large/small dataset
  • Ans. 

    Preprocessing large/small datasets involves cleaning, transforming, and organizing data to prepare it for analysis.

    • Remove duplicates and missing values

    • Normalize or standardize numerical features

    • Encode categorical variables

    • Feature scaling

    • Handling outliers

    • Dimensionality reduction techniques like PCA

    • Splitting data into training and testing sets

  • Answered by AI
  • Q2. Data augmentation

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare for some data processing knowledge

I applied via Campus Placement and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What do you know about IBM?

Interview Preparation Tips

Interview preparation tips for other job seekers - What are the most immediate projects that need to be addressed?
Can you show me examples of projects I’d be working on?
What are the biggest challenges that someone in this position would face?

Interview Questionnaire 

2 Questions

  • Q1. Why should we choose you?
  • Ans. 

    I have the skills, experience, and passion to excel in this role.

    • I have a strong background in software development, with experience in multiple programming languages and frameworks.

    • I am a quick learner and enjoy tackling new challenges.

    • I am a team player and enjoy collaborating with others to achieve common goals.

    • I am passionate about software engineering and am always looking for ways to improve my skills and knowled...

  • Answered by AI
  • Q2. Why did you choose our company?
  • Ans. 

    I chose your company because of its reputation for innovation and its commitment to employee growth.

    • Your company has a strong reputation for innovation in the industry.

    • I was impressed by the emphasis on employee growth and development.

    • I believe that your company's values align with my own personal values.

    • I was excited about the opportunity to work with a talented team of engineers.

    • Your company's mission and vision reso

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: There were 2 technical rounds. Technical (software): These were tested-How a person approaches a problem,how he thinks.Solutions weren’t needed. Basic understanding, knowledge of Algorithms was tested.

Round: HR Interview
Experience: Knowledge in Machine learning, Artificial Intelligence (electives of the person)
Tips: Basic math would help. Speed doesn’t matter.

Skill Tips: For applying to Software profile, one needs to practice much.
College Name: IIT MADRAS

I was interviewed before Sep 2016.

Interview Preparation Tips

Round: Group Discussion
Experience: Interview was scheduled in Grab Job consultancy. In that, a class room, where we all asked to sit and interviewer was sitting in front and asked to speak one by one on the topic traffic situation in Hyderabad.
Tips: Just speak once two to three lines. Don't rush to speak. Take ur time and don't try speak repeatedly.
Duration: 35 minutes

Round: Technical Interview
Experience: System based test. Easy question from java , c, data structure.

Round: HR Interview
Experience: Not held because already we got too late.

Skills: Proficiency In English, Basic Coding
College Name: Medak College of engineering

Software Engineer Interview Questions & Answers

IBM user image Pooja Talapatra

posted on 7 May 2017

I was interviewed before May 2016.

Interview Preparation Tips

Round: HR Interview
Experience: There was only one interview and it varied from person to person. I was asked basic electrical questions on high voltage and why I wanted to join IBM.

Skills: HR Skills, Electrical Engineering Basics
College Name: NIT Durgapur

Interview Preparation Tips

Round: Test
Duration: 1 hour
Total Questions: 36

College Name: Swarnandhra college of engineering and technology

I was interviewed before Jun 2016.

Interview Preparation Tips

Round: Test
Experience: It had 3 parts. Data manipulation, number series and calculations.

Round: Test
Experience: . Typical questions on what will be the output of the program?

Round: Technical Interview
Experience: Questions on various areas of CSE, especially Programming languages and thesis work. Questions on Database connectivity in Java , CGI, DFA,DMA etc.

Tips: ISL works 80% in java and 20% in C. Thus prepare Java well before appearing for the IBM-ISL .Java proficiency, more than one programming languages .Good in C or Java . Basic knowledge in databases, Operating systems.

College Name: IIT Kanpur

I was interviewed in Mar 2017.

Interview Questionnaire 

5 Questions

  • Q1. Oops concepts in Java?
  • Ans. 

    Oops concepts in Java

    • Encapsulation - hiding implementation details

    • Inheritance - reusing code and creating parent-child relationships

    • Polymorphism - multiple forms of a method or object

    • Abstraction - creating abstract classes and interfaces

    • Example: Encapsulation - using private variables and public methods

    • Example: Inheritance - creating a subclass that inherits from a superclass

    • Example: Polymorphism - using method overloa...

  • Answered by AI
  • Q2. Altering columns in Databases?
  • Ans. 

    Altering columns in databases involves modifying the structure of a table by adding, deleting or modifying columns.

    • Use ALTER TABLE statement to modify columns

    • Add new columns using ADD COLUMN

    • Delete columns using DROP COLUMN

    • Modify columns using MODIFY COLUMN

    • Changing column data type may result in data loss

  • Answered by AI
  • Q3. Asked some queries in SQL
  • Q4. Reversing a number in java?
  • Ans. 

    Reversing a number in Java

    • Convert the number to a string

    • Use StringBuilder to reverse the string

    • Convert the reversed string back to a number

  • Answered by AI
  • Q5. Extracting words from a line in java?
  • Ans. 

    To extract words from a line in Java, split the line using whitespace as delimiter.

    • Use the split() method of String class

    • Pass the whitespace regex as argument to split() method

    • Iterate over the resulting array to get individual words

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: Started with the question "Tell me about yourself". Asked me about Core Java. Asked to solve some questions related to Java and SQL.
Tips: Be prepared with high knowledge in Java, Data Structures and SQL.

Skills: Java Programming, Data Strrutures, SQL
College Name: IIITDM Jabalpur

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Honeywell Technology Solutions Interview FAQs

How many rounds are there in Honeywell Technology Solutions Research Scientist interview?
Honeywell Technology Solutions interview process usually has 2-3 rounds. The most common rounds in the Honeywell Technology Solutions interview process are HR, Resume Shortlist and One-on-one Round.
What are the top questions asked in Honeywell Technology Solutions Research Scientist interview?

Some of the top questions asked at the Honeywell Technology Solutions Research Scientist interview -

  1. What is distillati...read more
  2. What is heat exchang...read more
  3. What is your streng...read more

Recently Viewed

INTERVIEWS

Honeywell Technology Solutions

No Interviews

INTERVIEWS

Honeywell Technology Solutions

No Interviews

INTERVIEWS

Hyundai Motor India Limited

No Interviews

INTERVIEWS

Hyundai Motor India Limited

No Interviews

INTERVIEWS

Honeywell Technology Solutions

No Interviews

LIST OF COMPANIES

Honeywell Technology Solutions

Locations

INTERVIEWS

Hyundai Motor India Limited

No Interviews

INTERVIEWS

Hyundai Motor India Limited

No Interviews

SALARIES

Honeywell Technology Solutions

INTERVIEWS

Honeywell Technology Solutions

No Interviews

Tell us how to improve this page.

Honeywell Technology Solutions Research Scientist Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

IBM Interview Questions
4.0
 • 2.3k Interviews
Oracle Interview Questions
3.7
 • 846 Interviews
Siemens Interview Questions
4.1
 • 416 Interviews
Cisco Interview Questions
4.1
 • 370 Interviews
Bosch Interview Questions
4.2
 • 329 Interviews
ABB Interview Questions
4.1
 • 233 Interviews
Indian Army Interview Questions
4.7
 • 148 Interviews
View all
Honeywell Technology Solutions Research Scientist Salary
based on 5 salaries
₹12.9 L/yr - ₹20 L/yr
66% more than the average Research Scientist Salary in India
View more details
Technical Lead
642 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Advanced Software Engineer
443 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
426 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
402 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
257 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Honeywell Technology Solutions with

Siemens

4.1
Compare

Bosch

4.2
Compare

ABB

4.1
Compare

Schneider Electric

4.1
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent