亚麻面经

Online assessment:
two questions, need to finish within 1 hour.

Phone screen:

  • basic sorting question. Easy level.

Onsite:
Round 1:

  • 30 min behavior questions
  • describe the differences between Set, Map, Array, List and which data structure should be used with different scenarios
  • check if parentheses are valid. For example: (()()) - true, ()) - false

Round 2:

  • 60 min behavior questions

Round 3:

Round 4:

  • behavior questions
  • https://leetcode.com/problems/best-time-to-buy-and-sell-stock If there is a tie, then return the minimum days to finish the transaction. Example: [1 2 3 1 3], we can buy at index 0 and sell at 2, the profit is 2. but we can also buy at index 3 and sell at 4 which only takes 2 days. So return [3, 4]
2 Likes

你好,请问您面的是哪里得亚麻?温哥华还是西雅图的?

是西雅图的

哦哦,我找温哥华的,不过谢谢你的分享。。

试试这个 https://1o24bbs.com/tags/c/job/Interview/canada

1 Like

参考