AWS Palo Alto hiring event 挂经

两年经验,7月中旬的hiring event ,在Palo Alto

每轮 20-30 分钟 LP,剩下的是coding.

第一轮
LP:

  1. Tell me about a time when you had a disagreement with a co-worker.
  2. Why Amazon?

Coding question:
Word Ladder: https://leetcode.com/problems/word-ladder/

第二轮 - Bar Raiser

  1. Tell me about a time when you had to deliver something in a tight deadline.
    He asked only one question and described a little about his work at AWS.

Coding Question:
Insert, Delete, GetRandom O(1) - https://leetcode.com/problems/insert-delete-getrandom-o1/

第三轮 - Hiring Manager
Behavioral for this round lasted almost for 40 minutes. He had read my resume thoroughly and asked me many questions on my projects and few questions about my previous work experience.

In the remaining time I was told to Design (OOD) for An Airline Ticket Management System.

第四轮 - Potential team member
I’d say just for the interviewer was forcefully sent for the process. He was not in a mood. And he’d continusouly type in his laptop. There were couple of instances when I called him and he didn’t hear.

LP: 1. Tell me about a time when you did more than what was expected from you.
2. Tell me about a time when you helped your peer.
3. How do you motivate yourself everyday?

Coding question: Design a Binary Tree Iterator.
Something similar to this problem but just Binary Tree instead of BST https://leetcode.com/problems/binary-search-tree-iterator/