由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 跟Twitter Search and Relevance Team面试,会注重哪类问题的考察啊?
相关主题
GOOG phone interview questionApplied Scientist for Search Relevance 加州
twitter 电面求教:binary search tree中找第i大的数
请教一道T家的题Amazon Interview: algorithm for 2*LOG(N) up bound for search
请教一道比身高题目Store a Binary Search Tree in a cluster, how?
雅虎 user 组面经Twitter实习第二轮电面总结
内推推特(非诚勿扰)binary search tree的定义
twitter free speech throttling is realTwitter的电面一般是个什么套路?
Apple backend team 招 engineer/scientist 和PMUnique Binary Search Trees的变形
相关话题的讨论汇总
话题: twitter话题: team话题: relevance话题: search话题: alphabet
进入JobHunting版参与讨论
1 (共1页)
a*****u
发帖数: 1712
1
准备跟Twitter的search and relevance team面试,这个team会注重哪些方面的问题的
考察啊?scalability?算法?
是不是会问“如何根据tweets找出最热门的话题”这种?nlp相关的算法几乎忘光了,
是不是要突击一下。。。。
a*****u
发帖数: 1712
2
自己顶一下
f*********g
发帖数: 110
3
onsite?
a*****u
发帖数: 1712
4
onsite和phone都要啊

【在 f*********g 的大作中提到】
: onsite?
b*******n
发帖数: 847
5
我上周刚被他们据了,还没来的及分享题目,下面是我被问到的一些题:
p1:
1)merge two BST.
2)given two users, find their common friends
p2:
1)what do you know about hash table
2)implement a read-write lock
p3:
1)Suppose there is a new alphabet, eg. the original alphabet is (a b c d ...
x,y,z), and the new one is (e k f a ....,o,p,q). Given file in which each
line contains a single word and the words are sorted in the new alphabetic
order.
eg, a possible file according to the new alphabet is:
ek
kq
fo
fp
fq
aj
Use the file to reconstruct the new alphabet for as much as possible.
i4: mainly research and behavior questions
i5:given a matrix A[m][n], and a region S specified by (x1,y1), (x2,y2), in
which (x1,y1) is the upper left corner and (x2,y2) is the lower right corner
. Find a efficient way to calculate the sum of all the values inside region
S.
a*****u
发帖数: 1712
6
太感谢了

..

【在 b*******n 的大作中提到】
: 我上周刚被他们据了,还没来的及分享题目,下面是我被问到的一些题:
: p1:
: 1)merge two BST.
: 2)given two users, find their common friends
: p2:
: 1)what do you know about hash table
: 2)implement a read-write lock
: p3:
: 1)Suppose there is a new alphabet, eg. the original alphabet is (a b c d ...
: x,y,z), and the new one is (e k f a ....,o,p,q). Given file in which each

a*****u
发帖数: 1712
7
顶一下,还有没有面过这个组的啊。phone已经面过了,估计下周onsite吧
w*******t
发帖数: 87
8
能分享一下题目吗?

【在 a*****u 的大作中提到】
: 顶一下,还有没有面过这个组的啊。phone已经面过了,估计下周onsite吧
a*****u
发帖数: 1712
9
计算后缀表达式, 比如
1 3 +
1 3 + 4 *

★ 发自iPhone App: ChineseWeb 7.8

【在 w*******t 的大作中提到】
: 能分享一下题目吗?
p*****2
发帖数: 21240
10

..
为什么悲剧呀?

【在 b*******n 的大作中提到】
: 我上周刚被他们据了,还没来的及分享题目,下面是我被问到的一些题:
: p1:
: 1)merge two BST.
: 2)given two users, find their common friends
: p2:
: 1)what do you know about hash table
: 2)implement a read-write lock
: p3:
: 1)Suppose there is a new alphabet, eg. the original alphabet is (a b c d ...
: x,y,z), and the new one is (e k f a ....,o,p,q). Given file in which each

相关主题
内推推特(非诚勿扰)Applied Scientist for Search Relevance 加州
twitter free speech throttling is real求教:binary search tree中找第i大的数
Apple backend team 招 engineer/scientist 和PMAmazon Interview: algorithm for 2*LOG(N) up bound for search
进入JobHunting版参与讨论
b*******n
发帖数: 847
11
有一个答得不好,其他几个感觉还行,具体原因recruiter不肯透露,只说了些场面话

【在 p*****2 的大作中提到】
:
: ..
: 为什么悲剧呀?

v***n
发帖数: 562
12
mark
p*****2
发帖数: 21240
13

第一题你怎么做的呀?

【在 b*******n 的大作中提到】
: 有一个答得不好,其他几个感觉还行,具体原因recruiter不肯透露,只说了些场面话
t******i
发帖数: 483
14
你店面就被问了一道题?

【在 a*****u 的大作中提到】
: 计算后缀表达式, 比如
: 1 3 +
: 1 3 + 4 *
:
: ★ 发自iPhone App: ChineseWeb 7.8

n******n
发帖数: 567
15
有什么好做法么?

【在 p*****2 的大作中提到】
:
: 第一题你怎么做的呀?

p*****2
发帖数: 21240
16

好像就是笨法子吧。

【在 n******n 的大作中提到】
: 有什么好做法么?
j*t
发帖数: 184
17
given a matrix A[m][n], and a region S specified by (x1,y1), (x2,y2), in
which (x1,y1) is the upper left corner and (x2,y2) is the lower right corner
. Find a efficient way to calculate the sum of all the values inside region
S.
这题有什么efficient way?
s****p
发帖数: 124
18
请问那道reconstruct new alphabet的题怎么做?
s****p
发帖数: 124
19
哪位大侠知道吗?能否指点一下?非常感谢!

【在 s****p 的大作中提到】
: 请问那道reconstruct new alphabet的题怎么做?
r********d
发帖数: 7742
20
请问楼上二位朋友,怎么把面试范围缩小到这个特定组的?
r**d
发帖数: 316
21
Twitter的猎头好像会说明是哪个组招人的。

【在 r********d 的大作中提到】
: 请问楼上二位朋友,怎么把面试范围缩小到这个特定组的?
1 (共1页)
进入JobHunting版参与讨论
相关主题
Unique Binary Search Trees的变形雅虎 user 组面经
学好scala确实不一样内推推特(非诚勿扰)
offer选择, Nest vs FBtwitter free speech throttling is real
twitter intern面经Apple backend team 招 engineer/scientist 和PM
GOOG phone interview questionApplied Scientist for Search Relevance 加州
twitter 电面求教:binary search tree中找第i大的数
请教一道T家的题Amazon Interview: algorithm for 2*LOG(N) up bound for search
请教一道比身高题目Store a Binary Search Tree in a cluster, how?
相关话题的讨论汇总
话题: twitter话题: team话题: relevance话题: search话题: alphabet