Redian新闻
>
问一下十岁左右的小姑娘吃的维生素有什么牌子推荐的?
avatar
问一下十岁左右的小姑娘吃的维生素有什么牌子推荐的?# Parenting - 为人父母
h*e
1
本人不是专家,只是写一些自己准备的notes抛砖引玉。
首先,除非是面start-up,否则大公司里都已经有了现成的
处理large-scale system的framework,不太可能要求你build
everything from scratch。所以对于大部分码工面试来说
只要知道large-scale system design的一些基本原则和
common software packages就可以了。
为了尽快上手,建议翻看以下几本书:
Big Data Glossary
Hadoop the definitive guide
HBase the definitive guide
里面具体编程和系统配置之类的章节完全可以略过不看。看完
以后能解释一些重要的原则和关键词就可以了。例如:
Divide and conquer
MapReduce (Mapper & Reducer)
Consistent hashing or extensible hashing
sharding
NoSQL vs SQL
Gossip protocol
C10K problem http://www.kegel.com/c10k.html
distributed hash (memcached)
然后再去看
Facebook engineering Notes
http://www.facebook.com/Engineering/notes
Instagram engineering blog
http://instagram-engineering.tumblr.com/
Dropbox tech blog
http://tech.dropbox.com/
很多细节都可以忽略不看,关键是看他们一般用什么software
packages,它们的特点是什么,解决了什么问题。
此外还有一些常见的large-scale system会出现的问题和
解决方案。事实上很多问题不知道已经被解决了多少次了。
面试时只要能说出一般的解法就可以了。如果面你的人要
刨根到底要新方法,你就说不要reinvent the wheel打哈哈
就过去了。
当然devil is in the details。看完这些没有实践是不行的,
但是对于应付一般的码工面试应该是足够用了。
avatar
M*a
2
国内一朋友让问问,另外还问有什么supplement帮着长个子的,也许就是钙片之类的?
avatar
f*k
3
补充两个,可以再看看fault tolerant(replicate和recover什么的)和
synchronization/concurrency control
avatar
j*1
4
好好吃饭,多睡觉,钙片不要乱补,往往需要补的是维生素D,不是钙。
如果还不行,那就只好靠遗传了。
costco的咀嚼维生素片就很好。

【在 M****a 的大作中提到】
: 国内一朋友让问问,另外还问有什么supplement帮着长个子的,也许就是钙片之类的?
avatar
c*w
5
mark
thanks a lot
avatar
d*n
6
thank a lot.

【在 h****e 的大作中提到】
: 本人不是专家,只是写一些自己准备的notes抛砖引玉。
: 首先,除非是面start-up,否则大公司里都已经有了现成的
: 处理large-scale system的framework,不太可能要求你build
: everything from scratch。所以对于大部分码工面试来说
: 只要知道large-scale system design的一些基本原则和
: common software packages就可以了。
: 为了尽快上手,建议翻看以下几本书:
: Big Data Glossary
: Hadoop the definitive guide
: HBase the definitive guide

avatar
l*8
7
thanks a lot!

【在 h****e 的大作中提到】
: 本人不是专家,只是写一些自己准备的notes抛砖引玉。
: 首先,除非是面start-up,否则大公司里都已经有了现成的
: 处理large-scale system的framework,不太可能要求你build
: everything from scratch。所以对于大部分码工面试来说
: 只要知道large-scale system design的一些基本原则和
: common software packages就可以了。
: 为了尽快上手,建议翻看以下几本书:
: Big Data Glossary
: Hadoop the definitive guide
: HBase the definitive guide

avatar
b*v
8
多谢!

【在 h****e 的大作中提到】
: 本人不是专家,只是写一些自己准备的notes抛砖引玉。
: 首先,除非是面start-up,否则大公司里都已经有了现成的
: 处理large-scale system的framework,不太可能要求你build
: everything from scratch。所以对于大部分码工面试来说
: 只要知道large-scale system design的一些基本原则和
: common software packages就可以了。
: 为了尽快上手,建议翻看以下几本书:
: Big Data Glossary
: Hadoop the definitive guide
: HBase the definitive guide

avatar
j*w
9
3q3q
avatar
s*d
10
谢谢分享
avatar
i*e
11
mark
avatar
r*n
12
thanks,

【在 h****e 的大作中提到】
: 本人不是专家,只是写一些自己准备的notes抛砖引玉。
: 首先,除非是面start-up,否则大公司里都已经有了现成的
: 处理large-scale system的framework,不太可能要求你build
: everything from scratch。所以对于大部分码工面试来说
: 只要知道large-scale system design的一些基本原则和
: common software packages就可以了。
: 为了尽快上手,建议翻看以下几本书:
: Big Data Glossary
: Hadoop the definitive guide
: HBase the definitive guide

avatar
t*3
13
多谢总结和分享

【在 h****e 的大作中提到】
: 本人不是专家,只是写一些自己准备的notes抛砖引玉。
: 首先,除非是面start-up,否则大公司里都已经有了现成的
: 处理large-scale system的framework,不太可能要求你build
: everything from scratch。所以对于大部分码工面试来说
: 只要知道large-scale system design的一些基本原则和
: common software packages就可以了。
: 为了尽快上手,建议翻看以下几本书:
: Big Data Glossary
: Hadoop the definitive guide
: HBase the definitive guide

avatar
d*o
14
赞~~

【在 h****e 的大作中提到】
: 本人不是专家,只是写一些自己准备的notes抛砖引玉。
: 首先,除非是面start-up,否则大公司里都已经有了现成的
: 处理large-scale system的framework,不太可能要求你build
: everything from scratch。所以对于大部分码工面试来说
: 只要知道large-scale system design的一些基本原则和
: common software packages就可以了。
: 为了尽快上手,建议翻看以下几本书:
: Big Data Glossary
: Hadoop the definitive guide
: HBase the definitive guide

avatar
e*s
15
mark
avatar
d*o
16
求几本书的电子版

【在 h****e 的大作中提到】
: 本人不是专家,只是写一些自己准备的notes抛砖引玉。
: 首先,除非是面start-up,否则大公司里都已经有了现成的
: 处理large-scale system的framework,不太可能要求你build
: everything from scratch。所以对于大部分码工面试来说
: 只要知道large-scale system design的一些基本原则和
: common software packages就可以了。
: 为了尽快上手,建议翻看以下几本书:
: Big Data Glossary
: Hadoop the definitive guide
: HBase the definitive guide

avatar
h*e
17
爱问上很多的:
http://ishare.iask.sina.com.cn/
书海无涯。:)

【在 d****o 的大作中提到】
: 求几本书的电子版
avatar
u*o
18
mark
avatar
c*a
19
我推荐去看看yahoo的hadoop tutorial
看完后基本会简单的job
因为我看隔壁team面试有写sort的, mapper,reducer怎么work
avatar
v*n
20
多谢!
avatar
s*d
21
mark
avatar
s*e
22
mark 谢谢推荐
avatar
c*p
23
Mark
avatar
d*s
24
mark
avatar
t*d
25
Thx

★ 发自iPhone App: ChineseWeb 7.8

【在 h****e 的大作中提到】
: 本人不是专家,只是写一些自己准备的notes抛砖引玉。
: 首先,除非是面start-up,否则大公司里都已经有了现成的
: 处理large-scale system的framework,不太可能要求你build
: everything from scratch。所以对于大部分码工面试来说
: 只要知道large-scale system design的一些基本原则和
: common software packages就可以了。
: 为了尽快上手,建议翻看以下几本书:
: Big Data Glossary
: Hadoop the definitive guide
: HBase the definitive guide

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。