Preparing for an interview? Check out Cracking the Coding Interview
Published on

Amazon SDE II [Accepted]

Author
  • Shared Anonymously

In all rounds there were behavioural questions, all of those related to previous experiences and specific challenging or confronting situations. Mostly could be easily answered preparing for Leadership Principles with the STAR method.

I'll just list here the coding and design systems related questions

Round 1

  • Buy and Sell Stocks
  • Meetings Room

Round 2

  • Data Stream of a video, expected to find repeated frames of videos within a k range. (sliding window + queue)

Round 3

  • Given a position of a queen in a mxn board find all posible movements of the queen.

Round 4

  • Design a Cart System of a Ecommerce Website

All interviewers expected you to write code similar to production name of variables, perfomance, comments in code, name of functions separating concerns of functions.

ReportMark as Helpful