由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 印度哥哥羞辱我(一道面试题)
相关主题
招分布式系统方向的工程师面试题求助
一个面试题 -- restore database问一道面试题,关于大数据如何高效找出median数
恭喜几道面试题G家面试设计题
大家讨论讨论distributed system的面试题hashcode面试题
用hash value来distribute to diff machine的困惑求google team match收留
第二次groupon面筋。。。Machine Learning Engineer / Ads Team 加州
distributed system的面试题Google team match求建议
B公司的面试题amazon second phone interview
相关话题的讨论汇总
话题: machine话题: data
进入JobHunting版参与讨论
1 (共1页)
a********r
发帖数: 218
1
How do you design (or implement) a scale-out distributed system to grant a
good performance?
I said multithreaded programming, sychronization technique. But, he want the
details of the implementation.
那位达人能给个线素?any pattern possible?
a*****g
发帖数: 110
2
narrow down the questions first, like what is it used for so you can figure
out what data structure is needed, and how to distribute data and workloads

the

【在 a********r 的大作中提到】
: How do you design (or implement) a scale-out distributed system to grant a
: good performance?
: I said multithreaded programming, sychronization technique. But, he want the
: details of the implementation.
: 那位达人能给个线素?any pattern possible?

s*******f
发帖数: 1114
3
good performance means less data transfer. so in mapreduce, try to always
let the data be processed in where it located, or if must transfer data, try
to transfer within rack.
As you map missions to different machine, some may slower. The most slow
machine (caused by bad hard disk or heavy work, etc) will often the
bottleneck because other machine need to wait it to finish. Distribute the
missions in slow machine to other relative leisure machines can improve
performance.
For multi-thread, thread should belong to process, right? different machine
means different processes run
1 (共1页)
进入JobHunting版参与讨论
相关主题
amazon second phone interview用hash value来distribute to diff machine的困惑
关于java的疑惑第二次groupon面筋。。。
[salesforce面经]performance engineerdistributed system的面试题
再问一道ms的面试题B公司的面试题
招分布式系统方向的工程师面试题求助
一个面试题 -- restore database问一道面试题,关于大数据如何高效找出median数
恭喜几道面试题G家面试设计题
大家讨论讨论distributed system的面试题hashcode面试题
相关话题的讨论汇总
话题: machine话题: data