一亩三分地 标签 公司 linkedin 相关帖子

公司: LinkedIn
(29)(#linkedin)

5214个主题 | 65335个回复
最后更新: 昨天 13:40
面经
2643
工资
485
内推
122
评价
29
讨论
845

相关帖子

版块 回复/查看 最后发表
LinkedIn 面筋

电面: wordbreaker用 biased coin 生成一个 unbiased 0/1 随机产生器onsite:Reverse word in a stringimplement a class with two methods:1) insert interv ...

数科面经 1 6155 anna2016 2019-9-22 07:47
想问问面过L家的人,店面过不过也需要hiring committee批准吗?

前两天店面的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 ...

海外面经 2 1913 leixiang5 2019-8-16 14:16
加州部分公司 集合(Drawbridge+Liveramp+Rocketfuel)

Drawbrigde:三哥: (面经原题) 简单说就是 去掉一个数组里所有的倍数或公倍数,返回所剩数的个数{2,4,6,7} -> return 2; {2,3,5,9,14} - > return 3;俩周后 ...

海外面经 23 7711 herrykira 2018-1-7 01:43
linkedin实习面经

在codability上做了两道题,第一个是计算器,类似leetcode上的,第二个是求下一个二进制为0,1间隔的数,如10(1010),16(10000),17(10001),18(10010),20(10100 ...

海外面经 25 8265 地里匿名用户 2017-12-14 10:40
领英二轮店面

直接上题:1)nearest points2)convert bst to doubly linked list第二题没答好,估计挂了,求个bless

海外面经 6 3145 西子 2017-2-1 08:17
Linkedin onsite 面经 攒RP

Phone Interview1 :1. Two sum III(leetcode)2. bounded queue(consumer, producer )还问了一些基本概念,virtual memeory, thread, process 区别等。Phone int ...

海外面经 11 10969 javaprogrammer 2016-1-21 18:04
Linkedin 5/1 onsite

5/1 linkedin onsite快点来攒个rpRound 1System design问有很多host上面都跑着不同或者相同的service, 如果这些service有抛出exception都会被写到log里。请设计 ...

海外面经 12 6638 haogechixiang 2015-11-15 07:32
LinkedIn onsite 面经

电面:K closest points to a center pointonsite: 1. behavior with manager2. system design - tiny url3. max points in a line, minimum window substr, arr ...

海外面经 4 4104 tiantiana 2015-10-18 23:38
Linkedin onsite 面经 5月

Onsite 一共6轮第一轮:lunch,随便聊。。。(11点开始,直接先去吃了午饭)第二轮:host manager,主要介绍一下组里做的东西,问了一下之前的工作经历,project。最 ...

海外面经 19 7317 classicalmu 2015-10-15 09:33
L家一面面经,求人品

一周前面的。L家是我面的第一个大公司,第一次现场写代码,很紧张。面试官是一个三哥和一个英国人,三哥说自己刚从CMU毕业的,刚来一个半月,英国人来了三年了,在Linkedin ...

海外面经 6 3153 会编程的猪先生 2015-10-13 11:58
报个周三的L家电面经验

周三第二次电话面试L家,做了两道题第一题: 经典的minDistance题目,在一字符串数组里面,求给定的两个单词的最近距离, O(n)时间复杂度解决,接着是followup,如果需 ...

海外面经 2 4172 kelvinzhong 2015-10-6 11:39
Linkedin Phone Interview

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 ...

海外面经 12 3721 averillzheng 2015-10-1 10:33
LinkedIn onsite + phone

LinkedIn onsite + phonephone interview : 1.binary search find next insert position 2.pow(x,y)Onsite:1. color house with 3 colors, minimize the ...

海外面经 19 4923 averillzheng 2015-10-1 09:43
Linkedin面经

背景: EE通信PHD,转行的,接近4年通信chip公司经验。我都是直接找朋友要的recruiter的email,发信过去,然后他们约了时间随便聊聊就安排店面。也有内推的,反应慢一些 ...

海外面经 4 3446 aiweiwei 2015-8-7 03:09
L家电面&&onsite面经

《早些时候的面经》系列之三。。FLG全都挂了,真是凄凉啊。。电面:第一轮:中国大哥和一个小白,上来先问了一个概念题,virtual memory是什么。。乱答一通,完全答 ...

海外面经 11 4616 JohnnyHuo 2015-7-9 12:45
发个linkedin面经你

为了应对System design. 看了下面这个帖子所有相关内容。http://www.mitbbs.com/article_t/JobHunting/32777529.html结果不应该沦陷的算法沦陷了。除了最后的manager ...

海外面经 12 5531 tyrannus1108 2015-6-7 10:27
LinkedIn 电面

两个人面试的一个中国人一个烙印先介绍下他们的背景让你介绍下自己,然后两道题目permutation II 你要问考官有没有重复元素。去重的代码跟考官讨论了下。Insert inte ...

海外面经 0 3225 jianghaon0 2015-6-3 21:34
L家首面面经

上周的第一轮电话面试,只做出了一道题,不过最后还是拿到了2面白人面的,题目是nearest top k points on a plane, 先口述了暴力法,用到了hashmap,但明显很复杂,最后 ...

海外面经 5 2255 ironhead 2015-5-5 14:20
发个Linkedin电面

一面:word distance (what if this method will be called frequently)二面:square root (given an integer, decide whether it has an integer square root), binary ...

海外面经 17 4113 hj735 2015-4-20 03:27
Linkedin 新鲜面经

昨天面试的新鲜面经,都是经典题目1. two words distance,有重复的int2. two sum变形: array stream, 给一个input判断有没有两个数的和等于这个input.

海外面经 5 2440 refurbish 2015-4-19 08:42
>
返回顶部