由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 上面经,明天G onsite, 求祝福
相关主题
memsql面经MathWorks 面经
这么多CS的,为啥没人讨论内核,驱动之类的呢。。。一道google 面试题
M面完焦急等待中。。。。。大家看看我是个什么水平?[cloudera面试] senior engineer
感觉G家面试还是和面的组工作内容略微相关的忐忑的G电面
问一道题 实现malloc面试题求助
FB第二轮电面记录关于java的position
怎么设计分布式LRU cache?是时候搞EPI了
user virtual address space VS kernel virtual address space (转载)如何求一个整数阶乘的各位数字和
相关话题的讨论汇总
话题: bless话题: source话题: code话题: onsite话题: 祝福
进入JobHunting版参与讨论
1 (共1页)
x***i
发帖数: 64
1
之前的一个startup onsite
1. given curtain types of structure and their sizes, how to design malloc
and free. 随着问了许多问题,how to reduce fragmentation, how to track
available list in malloc. in free, how to find the position of the given
pointer and what should be done in free.
2. 扔个我memcached source code, ask to add a new function 'mult' similar to
'incr'
-------------------
1. 我的整个思路就是linux memory function - kmalloc_cache_.... 因为记不太清,
许多也就临时想些make sence的方法, 没有遇到特别拐弯抹角的问题
2. memcached我只是知道,没有用过,更不用说source code了,给我一个vi editor
source code也比较痛苦,花了不少时间把source code看懂,再加code, 没有做完,时
间到的时候make 还不过。。
肯定是没戏,不过增加experience也好。。希望明天G一切顺利,上版求祝福。。
w********a
发帖数: 179
2
big bless!
k****n
发帖数: 1334
3
bless!

to

【在 x***i 的大作中提到】
: 之前的一个startup onsite
: 1. given curtain types of structure and their sizes, how to design malloc
: and free. 随着问了许多问题,how to reduce fragmentation, how to track
: available list in malloc. in free, how to find the position of the given
: pointer and what should be done in free.
: 2. 扔个我memcached source code, ask to add a new function 'mult' similar to
: 'incr'
: -------------------
: 1. 我的整个思路就是linux memory function - kmalloc_cache_.... 因为记不太清,
: 许多也就临时想些make sence的方法, 没有遇到特别拐弯抹角的问题

d****d
发帖数: 2919
4
祝福!

to

【在 x***i 的大作中提到】
: 之前的一个startup onsite
: 1. given curtain types of structure and their sizes, how to design malloc
: and free. 随着问了许多问题,how to reduce fragmentation, how to track
: available list in malloc. in free, how to find the position of the given
: pointer and what should be done in free.
: 2. 扔个我memcached source code, ask to add a new function 'mult' similar to
: 'incr'
: -------------------
: 1. 我的整个思路就是linux memory function - kmalloc_cache_.... 因为记不太清,
: 许多也就临时想些make sence的方法, 没有遇到特别拐弯抹角的问题

v*****k
发帖数: 7798
5
bless
h*****n
发帖数: 4747
6
bless
D*******e
发帖数: 151
7
bless
g**********y
发帖数: 14569
8
Bless

to
★ 发自iPhone App: ChineseWeb - 中文网站浏览器

【在 x***i 的大作中提到】
: 之前的一个startup onsite
: 1. given curtain types of structure and their sizes, how to design malloc
: and free. 随着问了许多问题,how to reduce fragmentation, how to track
: available list in malloc. in free, how to find the position of the given
: pointer and what should be done in free.
: 2. 扔个我memcached source code, ask to add a new function 'mult' similar to
: 'incr'
: -------------------
: 1. 我的整个思路就是linux memory function - kmalloc_cache_.... 因为记不太清,
: 许多也就临时想些make sence的方法, 没有遇到特别拐弯抹角的问题

x***i
发帖数: 64
9
忘了说,等明天面试完给大家发包子
顺便顶一些

【在 g**********y 的大作中提到】
: Bless
:
: to
: ★ 发自iPhone App: ChineseWeb - 中文网站浏览器

q****x
发帖数: 7404
10
做啥的startup?这么底层。还是说你做系统的。

【在 x***i 的大作中提到】
: 忘了说,等明天面试完给大家发包子
: 顺便顶一些

相关主题
FB第二轮电面记录MathWorks 面经
怎么设计分布式LRU cache?一道google 面试题
user virtual address space VS kernel virtual address space (转载)[cloudera面试] senior engineer
进入JobHunting版参与讨论
c********r
发帖数: 2227
11
bless

to

【在 x***i 的大作中提到】
: 之前的一个startup onsite
: 1. given curtain types of structure and their sizes, how to design malloc
: and free. 随着问了许多问题,how to reduce fragmentation, how to track
: available list in malloc. in free, how to find the position of the given
: pointer and what should be done in free.
: 2. 扔个我memcached source code, ask to add a new function 'mult' similar to
: 'incr'
: -------------------
: 1. 我的整个思路就是linux memory function - kmalloc_cache_.... 因为记不太清,
: 许多也就临时想些make sence的方法, 没有遇到特别拐弯抹角的问题

J*********n
发帖数: 370
12
bless, 希望我也能去onsite

to

【在 x***i 的大作中提到】
: 之前的一个startup onsite
: 1. given curtain types of structure and their sizes, how to design malloc
: and free. 随着问了许多问题,how to reduce fragmentation, how to track
: available list in malloc. in free, how to find the position of the given
: pointer and what should be done in free.
: 2. 扔个我memcached source code, ask to add a new function 'mult' similar to
: 'incr'
: -------------------
: 1. 我的整个思路就是linux memory function - kmalloc_cache_.... 因为记不太清,
: 许多也就临时想些make sence的方法, 没有遇到特别拐弯抹角的问题

x***i
发帖数: 64
13
一个F, G 出来的几个人整的公司,搞database, 至于我申请的职位,应该是SSE。我想
第一题主要考的是design吧,因为和linux kernel memory 的kmalloc_cache很相似,
就想套用一下。

【在 q****x 的大作中提到】
: 做啥的startup?这么底层。还是说你做系统的。
S****a
发帖数: 924
14
bless
f*****s
发帖数: 633
15
祝福!
a****s
发帖数: 4254
16
bless
c***8
发帖数: 188
17
bless both of us

to

【在 x***i 的大作中提到】
: 之前的一个startup onsite
: 1. given curtain types of structure and their sizes, how to design malloc
: and free. 随着问了许多问题,how to reduce fragmentation, how to track
: available list in malloc. in free, how to find the position of the given
: pointer and what should be done in free.
: 2. 扔个我memcached source code, ask to add a new function 'mult' similar to
: 'incr'
: -------------------
: 1. 我的整个思路就是linux memory function - kmalloc_cache_.... 因为记不太清,
: 许多也就临时想些make sence的方法, 没有遇到特别拐弯抹角的问题

x***i
发帖数: 64
18
面试完毕,给大家开始发包子了,实在是没多少,一共才300多,算了算,每人也就15
个。大家多担待吧。。剩下一些的给本版吧。。感谢本版上的好心人们,真是受益匪浅
。回头发面经。。。
A**u
发帖数: 2458
19
bless
全不会

to

【在 x***i 的大作中提到】
: 之前的一个startup onsite
: 1. given curtain types of structure and their sizes, how to design malloc
: and free. 随着问了许多问题,how to reduce fragmentation, how to track
: available list in malloc. in free, how to find the position of the given
: pointer and what should be done in free.
: 2. 扔个我memcached source code, ask to add a new function 'mult' similar to
: 'incr'
: -------------------
: 1. 我的整个思路就是linux memory function - kmalloc_cache_.... 因为记不太清,
: 许多也就临时想些make sence的方法, 没有遇到特别拐弯抹角的问题

g*****6
发帖数: 583
20
Bless!!
相关主题
忐忑的G电面是时候搞EPI了
面试题求助如何求一个整数阶乘的各位数字和
关于java的position发一个Startup的面经 - Affirm
进入JobHunting版参与讨论
g*****y
发帖数: 169
21
bless
s**m
发帖数: 4340
22
bless
u*******e
发帖数: 1186
23
bless
H*M
发帖数: 1268
24
狂祝福
期待面经

15

【在 x***i 的大作中提到】
: 面试完毕,给大家开始发包子了,实在是没多少,一共才300多,算了算,每人也就15
: 个。大家多担待吧。。剩下一些的给本版吧。。感谢本版上的好心人们,真是受益匪浅
: 。回头发面经。。。

p*******l
发帖数: 2495
25
bless
x***i
发帖数: 64
26
谢谢大家的祝福!包子发到scmm楼已经没有了。。再次感谢大家的祝福!狂灵验!收到
电话说interviewer feedback positive,离offer不远了。。一会更新,上面经
H*M
发帖数: 1268
27
恭喜加祝福!

【在 x***i 的大作中提到】
: 谢谢大家的祝福!包子发到scmm楼已经没有了。。再次感谢大家的祝福!狂灵验!收到
: 电话说interviewer feedback positive,离offer不远了。。一会更新,上面经

d*******r
发帖数: 208
28
cong~ niu.

【在 x***i 的大作中提到】
: 谢谢大家的祝福!包子发到scmm楼已经没有了。。再次感谢大家的祝福!狂灵验!收到
: 电话说interviewer feedback positive,离offer不远了。。一会更新,上面经

x***i
发帖数: 64
29
自己顶一下,还在等最后书面的offer...bless 自己一下!
f*******t
发帖数: 7549
30
cong!

【在 x***i 的大作中提到】
: 自己顶一下,还在等最后书面的offer...bless 自己一下!
相关主题
收到拒信这么多CS的,为啥没人讨论内核,驱动之类的呢。。。
大家onsite机票都自己买吗?M面完焦急等待中。。。。。大家看看我是个什么水平?
memsql面经感觉G家面试还是和面的组工作内容略微相关的
进入JobHunting版参与讨论
H***e
发帖数: 476
31
bless
等面经

【在 x***i 的大作中提到】
: 自己顶一下,还在等最后书面的offer...bless 自己一下!
n****r
发帖数: 471
32
big cong and bless!!

【在 x***i 的大作中提到】
: 谢谢大家的祝福!包子发到scmm楼已经没有了。。再次感谢大家的祝福!狂灵验!收到
: 电话说interviewer feedback positive,离offer不远了。。一会更新,上面经

m****o
发帖数: 4921
33
bless!!!!!
a********m
发帖数: 15480
34
bless.
y*******n
发帖数: 141
35
11.18 positive, 12.7还没发offer, G家的流程慢得可以啊。

【在 x***i 的大作中提到】
: 自己顶一下,还在等最后书面的offer...bless 自己一下!
d******y
发帖数: 244
36
bless
1 (共1页)
进入JobHunting版参与讨论
相关主题
如何求一个整数阶乘的各位数字和问一道题 实现malloc
发一个Startup的面经 - AffirmFB第二轮电面记录
收到拒信怎么设计分布式LRU cache?
大家onsite机票都自己买吗?user virtual address space VS kernel virtual address space (转载)
memsql面经MathWorks 面经
这么多CS的,为啥没人讨论内核,驱动之类的呢。。。一道google 面试题
M面完焦急等待中。。。。。大家看看我是个什么水平?[cloudera面试] senior engineer
感觉G家面试还是和面的组工作内容略微相关的忐忑的G电面
相关话题的讨论汇总
话题: bless话题: source话题: code话题: onsite话题: 祝福