Open In App

Amazon Interview experience | Set 326 (For SDE II)

1st

  1. Reverse the linklist in pair manner
    Q: 1->2->3->4->5
    A: 2->1->4->3->5
  2. Third highest value in tree
    Full code required.

2nd



  1. Put the given random pointers in linklist to point to next greater node such that if u transverse list in using random pointer, list become sorted. duplicates are allowed.
    Full code required

3rd

  1. Design a solution to search the given value in system. You are given a value which need to be searched. The system will respond basis of type.
    If its app based it will return app names. if it is web based it will return web pages hitsetc. A detailed discussion design and development.
  2. No actual coding

4th



Bar raiser:

Hiring manager 1

Hiring manager 2

Article Tags :