I applied through college or university. The process took 3 days. I interviewed at Honeywell (Pune) in Apr 2022
Interview
1.aptitude test
contains 3 coding question on hacker rank platform (relatively easy)
2. technical interview
most of questions weren't straight forward and oriented on different response most of question on deployment of application
3.HR interview
Interview questions [2]
Question 1
how can you make your web application free for users at free of cost.
I applied through a recruiter. The process took 3 weeks. I interviewed at Honeywell (Everett, WA) in May 2013
Interview
Got a call from a recruiter and submit my resume to the job, after 2 weeks the recruiter told me that the manager is interested in an interview. Went onsite interview directly. Interviewed with two teams and for an overall of 3 hours. It was very relaxing. After the interview, got the internship offer the next day.
Interview questions [1]
Question 1
On a chess board, a bishop always travels diagonally. You are to implement a function that takes in two input: a start point (x1, y1) and a end point (x2, y2) from the chess board. Return number of steps a bishop requires to go from start point to end point.