g****b 发帖数: 98 | 1 recruiter说可能会考design,求问大概是什么难度? |
g****b 发帖数: 98 | 2 顺便问一下G家对code的要求
if(condition) return true; 这样写可以吗?还是一定要写成
if(condition) {
return true;
} |
h*******e 发帖数: 1377 | 3 我看楼天成用过第一种。不知道G家要求
【在 g****b 的大作中提到】 : 顺便问一下G家对code的要求 : if(condition) return true; 这样写可以吗?还是一定要写成 : if(condition) { : return true; : }
|
T******g 发帖数: 790 | 4 R U Kidding me?实习生不考design的,我问了几个人了 |
l*****8 发帖数: 1083 | 5 习惯用第一种,第二种有什么好处?
★ 发自iPhone App: ChineseWeb 8.7
【在 g****b 的大作中提到】 : 顺便问一下G家对code的要求 : if(condition) return true; 这样写可以吗?还是一定要写成 : if(condition) { : return true; : }
|
d**********u 发帖数: 3371 | 6 该代码方便?
【在 l*****8 的大作中提到】 : 习惯用第一种,第二种有什么好处? : : ★ 发自iPhone App: ChineseWeb 8.7
|
l*****8 发帖数: 1083 | 7 何解?
★ 发自iPhone App: ChineseWeb 8.7
【在 d**********u 的大作中提到】 : 该代码方便?
|
h*****a 发帖数: 1718 | 8 很多公司force第二种。可以防止犯一些错误,比如在return前面加了一行语句。
【在 l*****8 的大作中提到】 : 习惯用第一种,第二种有什么好处? : : ★ 发自iPhone App: ChineseWeb 8.7
|
q*****n 发帖数: 22 | 9 如果长度是一行,用第一种,超过一行,用第二种。看 c++ style guide , 一行最长
80个字符。 |
q*****n 发帖数: 22 | 10 我不认为面试官会关注这个,至少大部分谷歌的不会 |
|
|
g****b 发帖数: 98 | 11
我有个同学被问到了,不过另外几个都没有被问。email from recruiter:
the Internship interview process involves two 45-minute technical phone
interviews. The interviewers will focus on your core computer science
knowledge (coding, algorithms, and system design).
【在 T******g 的大作中提到】 : R U Kidding me?实习生不考design的,我问了几个人了
|
h******l 发帖数: 793 | 12 人写C++的,Java还是加括号的好,plus,人是楼天成。。
【在 h*******e 的大作中提到】 : 我看楼天成用过第一种。不知道G家要求
|
c******f 发帖数: 243 | 13 guard block 我都是
if(condition) return true |
g****b 发帖数: 98 | 14
是啊,膜拜ACRush大牛。。。 话说大牛现在还在g吗。。。。
【在 h******l 的大作中提到】 : 人写C++的,Java还是加括号的好,plus,人是楼天成。。
|
T******g 发帖数: 790 | 15
听说工资80W,不过后来辟谣了
【在 g****b 的大作中提到】 : : 是啊,膜拜ACRush大牛。。。 话说大牛现在还在g吗。。。。
|
m*****n 发帖数: 204 | 16 Probably an old email template they forgot to update.
Event full-time hires with < 6yrs experience do not face system design
questions.
【在 g****b 的大作中提到】 : : 是啊,膜拜ACRush大牛。。。 话说大牛现在还在g吗。。。。
|
s*****e 发帖数: 1679 | 17 确定吗?不是现在FLAG都要考system design嘛
【在 m*****n 的大作中提到】 : Probably an old email template they forgot to update. : Event full-time hires with < 6yrs experience do not face system design : questions.
|
g****b 发帖数: 98 | 18 求细节!!!现在G家三驾马车都后继有人,要准备的话要看到paper还真不少啊。。。。
【在 s*****e 的大作中提到】 : 确定吗?不是现在FLAG都要考system design嘛
|