Upload Button Icon Add office photos

Filter interviews by

Honeywell Automation Intern Interview Questions and Answers

Updated 2 Oct 2024

Honeywell Automation Intern Interview Experiences

2 interviews found

Intern Interview Questions & Answers

user image Anonymous

posted on 2 Oct 2024

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

I applied via LinkedIn and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was a combination of Maths and Electronics basics.

Round 2 - Technical 

(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. Tell me about your projects?
  • Ans. 

    I have worked on various projects including a web development project, a data analysis project, and a machine learning project.

    • Developed a website for a local business using HTML, CSS, and JavaScript.

    • Conducted data analysis on customer feedback data to identify trends and make recommendations for improvement.

    • Implemented a machine learning algorithm to predict customer churn for a telecom company.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about your projects, be aware of all small things that you have done in projects.

Intern Interview Questions & Answers

user image Anonymous

posted on 23 Sep 2017

I was interviewed in Sep 2017.

Interview Questionnaire 

2 Questions

  • Q1. Sorting algorithm
  • Ans. 

    A sorting algorithm is a method of arranging elements in a specific order.

    • Sorting algorithms can be categorized as comparison-based or non-comparison-based.

    • Common sorting algorithms include bubble sort, insertion sort, selection sort, merge sort, quicksort, and heapsort.

    • Efficiency of sorting algorithms is measured by their time complexity, space complexity, and stability.

    • Example: Sorting an array of strings in alphabet

  • Answered by AI
  • Q2. Intro, why should i hire you?, inspiration from?

Interview Preparation Tips

Round: Test
Experience: An online aptitude test was taken.
Tips: Should have the knowledge regarding technical.
Duration: 1 hour
Total Questions: 45

Round: Technical Interview
Experience: Should explain the interviewer each and every detail regarding that algorithm.
Tips: Should have basic knowledge about the subject mentioned in the Area of interest column.

Round: HR Interview
Experience: Just be confident. And always praise yourself.

Skills: Technical Skill, Inter Person Communication Skills
College Name: Mody University Of Science And Technology, Sikar

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

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

I applied via Campus Placement

Round 1 - Coding Test 

Coding Round is conducted in HackerRank Test

Round 2 - Technical 

(2 Questions)

  • Q1. What is the difference between MySQL and Postgresql.
  • Ans. 

    MySQL is known for its speed and ease of use, while PostgreSQL is known for its advanced features and extensibility.

    • MySQL is more commonly used in web applications due to its speed and simplicity.

    • PostgreSQL is preferred for complex applications that require advanced features like JSON support, full-text search, and custom data types.

    • MySQL has a larger market share and is owned by Oracle, while PostgreSQL is open-source...

  • Answered by AI
  • Q2. What is the principle of OOPS
  • Ans. 

    OOPS stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on the use of classes and objects to organize code

    • Encapsulation: bundling data and methods that operate on the data into a single unit (class)

    • Inheritance: allows a class to inherit properties and behavior from another class

    • Polymorphism: the ability for objects of differ...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What is the OOPS
  • Ans. 

    OOPS stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on creating objects that interact with each other to solve problems

    • It involves concepts like classes, objects, inheritance, polymorphism, and encapsulation

    • Example: In a banking system, you can have classes like Account, Customer, and Transaction, each with their own pro

  • Answered by AI
  • Q2. How Will You Include CSS in HTML
  • Ans. 

    CSS can be included in HTML using inline, internal, or external methods.

    • Use inline CSS by adding the style attribute to HTML elements

    • Use internal CSS by placing CSS code within