由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 亚麻assessment的难度
相关主题
a problem: find local maxima in sublinear time做题
请教个面试题请教一个问题的答案,好像以前有人讨论过
两个Amazon面试题amazon 电面面经
贡献一道面试题amazon一面面经
菜鸟问个two sum的变型题数组里面找数个出现了奇数次的整数,怎么找?
问个微软面试题请教一个phone interview 问题
弱问,BST到底能不能有重复值?Phone Interview面经
再提两个问题array contains two integer that sum up to 7
相关话题的讨论汇总
话题: 亚麻话题: assessment话题: bst话题: 难度话题: two
进入JobHunting版参与讨论
1 (共1页)
d****e
发帖数: 499
1
刚刚面亚麻developer的过来人讲一下, 亚麻的assessment 2个题的难度大概有多
大?
亚麻HR发过来的assessment的链接, 一直没敢打开, 害怕自己准备不足.
m******i
发帖数: 127
2
well-trained programming monkey can complete it

【在 d****e 的大作中提到】
: 刚刚面亚麻developer的过来人讲一下, 亚麻的assessment 2个题的难度大概有多
: 大?
: 亚麻HR发过来的assessment的链接, 一直没敢打开, 害怕自己准备不足.

m***e
发帖数: 1
3
地里有面经,难度LC中等或偏下,但要注意test case较多,有时候一两个case就是卡
着不过你也不知道哪错了,因为test case大多数是隐藏的。
总结一句话: 看面经保平安
d****e
发帖数: 499
4
拜谢!
f*****m
发帖数: 309
5
不难,因为太容易了,it choose only the lucky ones。看运气不看实力,都是
leetcode easy难度吧,但是其他的比如八荣八耻等等聊人生的题就很难做了

【在 d****e 的大作中提到】
: 刚刚面亚麻developer的过来人讲一下, 亚麻的assessment 2个题的难度大概有多
: 大?
: 亚麻HR发过来的assessment的链接, 一直没敢打开, 害怕自己准备不足.

H**********5
发帖数: 2012
6
别听前面人装逼说不难刷过题容易过的
地理有详细面经全部都是原题
我17年不知道有原题第一次裸考就挂了
f*****m
发帖数: 309
7
code真不难,20-30行就解决了吧,我两道题30分钟做完提交所有的test cases
accepted,还剩下60分钟,然后点提交。然后写啥approach summary, time
complexity ,再后来就是一堆work style 选择题,我就按伟正光来答。
不过还是挂了,code应该没什么问题,题目都是超简单的大家做了很多遍的,我的是
top K frequent word变形题,和最短路bfs题,这都是10分钟就可以写完的题目,不可
能出
啥问题。应该是work style出问题了,或者简历没被hiring manager看上。

【在 H**********5 的大作中提到】
: 别听前面人装逼说不难刷过题容易过的
: 地理有详细面经全部都是原题
: 我17年不知道有原题第一次裸考就挂了

a****c
发帖数: 65
8
I did one two months ago. one of the questions was an easy two-pointer
problem which I passed all the test cases in one go. The other one is quite
troublesome. It gives you an integer array of distinct numbers and asked to
build a BST first using these numbers, then for any given two integers,
return the distance of these two integers in the BST, and return -1 if one
of them is not in the BST. It was not hard to figure out a solution, but I
had to write a lot. Finally I was able to finish both and pass all the
testing. The recruiter talked to me about an on-site interview, but she did
not follow-up at some point and I got no on-site in the end.

【在 d****e 的大作中提到】
: 刚刚面亚麻developer的过来人讲一下, 亚麻的assessment 2个题的难度大概有多
: 大?
: 亚麻HR发过来的assessment的链接, 一直没敢打开, 害怕自己准备不足.

1 (共1页)
进入JobHunting版参与讨论
相关主题
【什么时候需要做heap, 什么时候需要做BST】菜鸟问个two sum的变型题
google 一题问个微软面试题
算法题:两列找共同元素有O(n)的算法吗?弱问,BST到底能不能有重复值?
一道G老题再提两个问题
a problem: find local maxima in sublinear time做题
请教个面试题请教一个问题的答案,好像以前有人讨论过
两个Amazon面试题amazon 电面面经
贡献一道面试题amazon一面面经
相关话题的讨论汇总
话题: 亚麻话题: assessment话题: bst话题: 难度话题: two