由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 问几道L家的设计题
相关主题
问个几道结构设计题一道设计题
问一道LinkedIn的设计题再问一道,很多string和regular expression比较
问一道glassdoor上看到的yahoo电面题问个L家设计题, 监视系统设计
讨论几道amazon phone面试题Zillow内推,长期有效
总结下f家的几道经典设计题最新两个面试题目
发T家onsite面筋,dropbox题目,求问几道l家经典题招聘SQL SERVER DBA
问个算法题请推荐找工作的网页
问道题,谢谢这个礼拜有个Broadcom 的面试
相关话题的讨论汇总
话题: design话题: answer话题: linkedin话题: system话题: question
进入JobHunting版参与讨论
1 (共1页)
s********g
发帖数: 29
1
看Glassdoor还有本版的L家设计题,发现没有经验的话很不好做。求高手指点一下以下
几道设计题应该怎么着手。还有四天时间去面试,不知道有什么方法可以临阵磨枪,希
望大家指点。谢谢了!
(1)
How would you design an enhancement to the LinkedIn homepage that displays
24-hour trailing lists (5-minute, 1-hour, 1-day) of the top 5 URLs that
users post onto the site?
(2)
How do you design the monitoring system for linkedin servers?
Design diagnostics system for linkedin Answer Question
How would you design the reporting system for linkedin servers? Answer
Question
(3)
Design and code a system that can accept millions of events in real time and
report the number of events for the last 10 minutes (sliding window). The
system has to account for performance and concurrency. View Answer
(4)
Given a large number of records (with increasing but not necessarily
consecutive sequence number), design a indexing scheme
谢谢了!
g***9
发帖数: 159
2
搭车问, 顶
S******n
发帖数: 132
3
lz的id是湘水山庄?
1)3 hashtable+list
hashtable: key: url, value: list node
list node: pair(count, queue)
每次post新的url,更新value,沿着list跟之前的node比较,如果更大,就交换直到有序
当query top 5的时候还是得把整个list更新一遍,然后sort
可能还是hashtable+heap比较好一点
4)用16位,32位整数做index,然后用hash算法map道不同机器上去,应该就可以了吧
s********g
发帖数: 29
4
看Glassdoor还有本版的L家设计题,发现没有经验的话很不好做。求高手指点一下以下
几道设计题应该怎么着手。还有四天时间去面试,不知道有什么方法可以临阵磨枪,希
望大家指点。谢谢了!
(1)
How would you design an enhancement to the LinkedIn homepage that displays
24-hour trailing lists (5-minute, 1-hour, 1-day) of the top 5 URLs that
users post onto the site?
(2)
How do you design the monitoring system for linkedin servers?
Design diagnostics system for linkedin Answer Question
How would you design the reporting system for linkedin servers? Answer
Question
(3)
Design and code a system that can accept millions of events in real time and
report the number of events for the last 10 minutes (sliding window). The
system has to account for performance and concurrency. View Answer
(4)
Given a large number of records (with increasing but not necessarily
consecutive sequence number), design a indexing scheme
谢谢了!
g***9
发帖数: 159
5
搭车问, 顶
e********7
发帖数: 10
6
同求。
觉得好难啊
p*****2
发帖数: 21240
7
1,3都是典型的storm应用。看来现在面试只懂hadoop不够呀
1 (共1页)
进入JobHunting版参与讨论
相关主题
这个礼拜有个Broadcom 的面试总结下f家的几道经典设计题
facebook上的activate connections on glassdoor?发T家onsite面筋,dropbox题目,求问几道l家经典题
大家都在哪里投简历?问个算法题
跪求LinkedIn面经问道题,谢谢
问个几道结构设计题一道设计题
问一道LinkedIn的设计题再问一道,很多string和regular expression比较
问一道glassdoor上看到的yahoo电面题问个L家设计题, 监视系统设计
讨论几道amazon phone面试题Zillow内推,长期有效
相关话题的讨论汇总
话题: design话题: answer话题: linkedin话题: system话题: question