电面: wordbreaker用 biased coin 生成一个 unbiased 0/1 随机产生器onsite:Reverse word in a stringimplement a class with two methods:1) insert interv ...
前两天店面的L,和recruiter follow up的时候他说, your interview feedback is in today, there will be at least one more day before it's reviewed by the hiring comm ...
Drawbrigde:三哥: (面经原题) 简单说就是 去掉一个数组里所有的倍数或公倍数,返回所剩数的个数{2,4,6,7} -> return 2; {2,3,5,9,14} - > return 3;俩周后 ...
在codability上做了两道题,第一个是计算器,类似leetcode上的,第二个是求下一个二进制为0,1间隔的数,如10(1010),16(10000),17(10001),18(10010),20(10100 ...
直接上题:1)nearest points2)convert bst to doubly linked list第二题没答好,估计挂了,求个bless
Phone Interview1 :1. Two sum III(leetcode)2. bounded queue(consumer, producer )还问了一些基本概念,virtual memeory, thread, process 区别等。Phone int ...
5/1 linkedin onsite快点来攒个rpRound 1System design问有很多host上面都跑着不同或者相同的service, 如果这些service有抛出exception都会被写到log里。请设计 ...
电面:K closest points to a center pointonsite: 1. behavior with manager2. system design - tiny url3. max points in a line, minimum window substr, arr ...
Onsite 一共6轮第一轮:lunch,随便聊。。。(11点开始,直接先去吃了午饭)第二轮:host manager,主要介绍一下组里做的东西,问了一下之前的工作经历,project。最 ...
一周前面的。L家是我面的第一个大公司,第一次现场写代码,很紧张。面试官是一个三哥和一个英国人,三哥说自己刚从CMU毕业的,刚来一个半月,英国人来了三年了,在Linkedin ...
周三第二次电话面试L家,做了两道题第一题: 经典的minDistance题目,在一字符串数组里面,求给定的两个单词的最近距离, O(n)时间复杂度解决,接着是followup,如果需 ...
Two Questions:1. Find minimum distance between two words in a list. HashMap keep indices for each word, then scan the two index list like merging two sort ...
LinkedIn onsite + phonephone interview : 1.binary search find next insert position 2.pow(x,y)Onsite:1. color house with 3 colors, minimize the ...
背景: EE通信PHD,转行的,接近4年通信chip公司经验。我都是直接找朋友要的recruiter的email,发信过去,然后他们约了时间随便聊聊就安排店面。也有内推的,反应慢一些 ...
《早些时候的面经》系列之三。。FLG全都挂了,真是凄凉啊。。电面:第一轮:中国大哥和一个小白,上来先问了一个概念题,virtual memory是什么。。乱答一通,完全答 ...
为了应对System design. 看了下面这个帖子所有相关内容。http://www.mitbbs.com/article_t/JobHunting/32777529.html结果不应该沦陷的算法沦陷了。除了最后的manager ...
两个人面试的一个中国人一个烙印先介绍下他们的背景让你介绍下自己,然后两道题目permutation II 你要问考官有没有重复元素。去重的代码跟考官讨论了下。Insert inte ...
上周的第一轮电话面试,只做出了一道题,不过最后还是拿到了2面白人面的,题目是nearest top k points on a plane, 先口述了暴力法,用到了hashmap,但明显很复杂,最后 ...
一面:word distance (what if this method will be called frequently)二面:square root (given an integer, decide whether it has an integer square root), binary ...
昨天面试的新鲜面经,都是经典题目1. two words distance,有重复的int2. two sum变形: array stream, 给一个input判断有没有两个数的和等于这个input.