Amazon Interview Experience | Set 362

1st round( written)
They asked to write 3 code in 1 hour.

I have written all 3 code in 1 hour and i asked to wait for 2nd round. they provide food coupon for lunch and resume interview at 2 p.m.


2nd round only 2 questions he asked.

  1. Count minimum days to rotten orange.
    I have given this approach and write the code for it.. but there was some mistake in my code so he rectify it.
    They need proper code no pseudo is worked for them.
    He had given me 15 minutes to write the code.
  2. Merge K sorted arrays in optimized way.
    I know the solution , but could not implement at that time. Min heap is the solution.
    I have given the simple approach to put them in one large array and apply merge sort.
    one more solution I have given i will make binary search tree of all the elements and print the inorder of the tree ( i had written this proper working code )

This round went for about 1 hour. The concerned person told me HR will get back to you.
w3wiki very helpful for this experience. Do always share your interview experience it will help other Beginner.
w3wiki has given me confidence to crack the interview.


Contact Us