亚麻今天刚面完,下周二出结果——我在地里得第一帖

2207
8
今天刚刚面完亚麻,面试前,在这里看了很多关于BQ和终面算法的面经,受益匪浅。因此想把面试经历放在这里,回馈大家。

我面试的岗位,是一个和码农沾边,需要写一部分代码,但又不完全是代码的岗位(但偏偏这个岗位又需要两年以上的工作经验)。所以,在算法部分可能对于大多数SDE的人来说都非常简单。事实上,我这个转过两次专业、Leetcode刷题刚过100的人都当场做出来了。

先说代码部分。

第一道题:给你一个list,这个list里包含着若干个小list,每个小list里有一组数字。要求输出一个数组,里面包含有所有数组都共有的数字。
第二道题:大概算是OOD吧。写一段代码,这个代码要求能够scalable,目前要实现的功能是:检索某个文件夹,并且返回该文件夹下的所有符合一个明明条件的文件。

(是不是弱爆了?)

然后BQ。一共12个BQ题。我按照顺序列出来:
1)Tell me a time when you went above and beyond to service the clients.
2) Tell me a time when you went out of your way to help a teammates.
3) Tell me a time when you invented something that benefits a whole team.
4) Tell me a time when you had to push back against either your client or a teammate.
5) Tell me a time when you disagreed with your manager. (Follow up: Then what?)
6) Tell me a time when you disagreed with a teammate but was convinced.
7) Tell me a time when you changed your team's direction.
8) Tell me a time when you actively learned something that benefits your team.
9) Tell me a project you were proud of, and where you were actively involved in.
10) Tell me a time when you failed your team's expectation? What happened and what did you do?
11) Tell me a time when you had to make a decision with time constraint.
12) Tell me a time when you sought to help a colleague, but did not succeed.
  • 23
8条回复