Honeywell Interview Question

Technical: 1. https://www.facebook.com/hackercup/problem/403525256396727/ 2. http://www.geeksforgeeks.org/count-ways-reach-nth-stair/ 3. In english alphabet "a-z and A-Z" letters. As we know all numbers can be represented by a fibonacci number. 1 2 3 5 8 13 21 34 55 89 Suppose 6 = 5 + 1, can be encoded as 1001 16 = 13 + 3 = 100100 4 = 3 + 1 = 101 Similarly, all the letters "a-z and A-Z" should be converted to ASCII number then convert them to Fibonacci encoded number Then read decode them back to origonal character. H E L L O ASCII values of all the letters from (HELLO) Then covert them to corresponding binary values e.g H = 72 = 55 + 13 + 3 + 1 = 100100101 And add "1" (number 1) to end of all charcter to find out the number ends there. So H = 100100101 + 1 = 1001001011 (Not mathematical add, string add or append) 4. What you like to do in leisure time? 5. What you have done something interesting beyond your scope? 6. How do you manage a day in your place when you are heavily loaded? 7. Why are you looking for a change? ....

Interview Answers

Anonymous

Mar 27, 2017

I answered all most all the questions. I went to last round as well. But, finally the recruiting HR came back to me and said Rasmi you are not selected but we don't have any reason... Then I asked her if am not selected it's Ok, but I want to know the feedback/reason where exactly it went wrong, then she said in that case I will get in touch with the technical panel and come back to you. Huhhhhh....

1

Anonymous

Apr 8, 2017

what was asked in 1. Online Test (Behavioral and Coding challenge)? is it cam based or we have to type somewhere

Anonymous

Apr 21, 2017

What did they asked you in final technical phone call? Please do share...I have final phone call soon.

Anonymous

Apr 8, 2017

Was there any group coding assignment given to you on onsite interview