亚麻 SDE2 上门

每轮都考了 14 leadership principles

第一轮

  • Design amazon kindle.

第二轮

  • Coding round: Similar to schedular problem. There are list of tasks each has some time to complete and there are list of employess with skill set. Each employee has x time to work for a day. Find to minimum number of employees to complete all tasks

第三轮

  • Given list of integer arrays(duplicates are possible). Print the K maximum values.
    for example:
    Input: {3,2,1,4,5} K =2
    Output: 5,4
    Input: {3,2,5,1,5} k= 2
    output: 5

第四轮

报个西雅图的面经

第一轮

  • Shortest distance from multiple sources to all other locations in a grid,
  • How do you decide to choose a technology? When did you face difficulty in convincing people?

第二轮: [Manager]

  • LP on bias for action, when you did not meet deadline, what action you took, team structure etc.

第三轮

  • Design a data structure to find any random element efficiently and add and delete shall also be in constant time

第四轮

  • Object oriented design on search files under a directory with mutliple search criteria where criteria can be with boolean expression.

第五轮

  • Design Elastic Load Balancer on AWS (including API, components).

All rounds involve some LP questions which I forgot now.