由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - google intern interview
相关主题
user virtual address space VS kernel virtual address space (转载)超大young矩阵查找
面试问题弱问公司会不会收回offer?担~~~心~~~啊~~~
这个怎么做?The Worst Thing That Could Happen to Facebook Is Already Happening (ZZ)
怎么debug memory corruption的问题问一个跳槽时的title对应问题
求职的人,你们真的愿意给那些给你机会的老中当小弟吗非盈利性机构的职位都是unpaid的吗?
内推报酬问题:收钱不好c++!
问一道crack tech interview里面的题积RP!补材料要求的内容
M家一道题关于amazon的设计题
相关话题的讨论汇总
话题: write话题: intern话题: hierarchy话题: problems话题: mem
进入JobHunting版参与讨论
1 (共1页)
r**u
发帖数: 1567
1
第一轮电面完了多久有消息啊?google貌似真的很慢。
BTW,拿到offer的同学你们都什么时候开始? 如果intern 5月初开始的话,我要考虑要不要再等下去了。
贡献面试题:
1. research
2. given two sets, find the different elements
3. Suppose that you write something to a disk, then read it after a while.
And the data is corrupted. Now, give ideas to identify where the problems come from in the mem hierarchy.
4. What happens when system call happens? E.g., you call a system call
write(void *pt), how to pass data to kernel since kernel has its own
virtual addr space?
面试的
y**i
发帖数: 1112
2

虑要不要再等下去了。
这个是先排序然后binary search么?
problems come from in the mem hierarchy.
any idea for 3 and 4?

【在 r**u 的大作中提到】
: 第一轮电面完了多久有消息啊?google貌似真的很慢。
: BTW,拿到offer的同学你们都什么时候开始? 如果intern 5月初开始的话,我要考虑要不要再等下去了。
: 贡献面试题:
: 1. research
: 2. given two sets, find the different elements
: 3. Suppose that you write something to a disk, then read it after a while.
: And the data is corrupted. Now, give ideas to identify where the problems come from in the mem hierarchy.
: 4. What happens when system call happens? E.g., you call a system call
: write(void *pt), how to pass data to kernel since kernel has its own
: virtual addr space?

m*****g
发帖数: 226
3
3: write a toy program to write different size data and then read back and
verify.
the system should perform real write to main memory on cache misses, and to
disk when disk cache is full.
so based on the size when data appear to be corrupted, we can tell whether
it is cache/dram/disk problems.
4. please refer to
r**u
发帖数: 1567
4
自己顶

虑要不要再等下去了。
problems come from in the mem hierarchy.

【在 r**u 的大作中提到】
: 第一轮电面完了多久有消息啊?google貌似真的很慢。
: BTW,拿到offer的同学你们都什么时候开始? 如果intern 5月初开始的话,我要考虑要不要再等下去了。
: 贡献面试题:
: 1. research
: 2. given two sets, find the different elements
: 3. Suppose that you write something to a disk, then read it after a while.
: And the data is corrupted. Now, give ideas to identify where the problems come from in the mem hierarchy.
: 4. What happens when system call happens? E.g., you call a system call
: write(void *pt), how to pass data to kernel since kernel has its own
: virtual addr space?

x******3
发帖数: 245
5

and
to
whether
同意

【在 m*****g 的大作中提到】
: 3: write a toy program to write different size data and then read back and
: verify.
: the system should perform real write to main memory on cache misses, and to
: disk when disk cache is full.
: so based on the size when data appear to be corrupted, we can tell whether
: it is cache/dram/disk problems.
: 4. please refer to

K******g
发帖数: 1870
6
More explanations? I think there should be many cases.

【在 x******3 的大作中提到】
:
: and
: to
: whether
: 同意

s********a
发帖数: 1447
7
谁来讲讲第四题?

虑要不要再等下去了。
problems come from in the mem hierarchy.

【在 r**u 的大作中提到】
: 第一轮电面完了多久有消息啊?google貌似真的很慢。
: BTW,拿到offer的同学你们都什么时候开始? 如果intern 5月初开始的话,我要考虑要不要再等下去了。
: 贡献面试题:
: 1. research
: 2. given two sets, find the different elements
: 3. Suppose that you write something to a disk, then read it after a while.
: And the data is corrupted. Now, give ideas to identify where the problems come from in the mem hierarchy.
: 4. What happens when system call happens? E.g., you call a system call
: write(void *pt), how to pass data to kernel since kernel has its own
: virtual addr space?

1 (共1页)
进入JobHunting版参与讨论
相关主题
关于amazon的设计题求职的人,你们真的愿意给那些给你机会的老中当小弟吗
大公司好,还是小公司好?内推报酬问题:收钱不好
探讨一个面试问题,难道这是文化差异?问一道crack tech interview里面的题
hackercup出结果了M家一道题
user virtual address space VS kernel virtual address space (转载)超大young矩阵查找
面试问题弱问公司会不会收回offer?担~~~心~~~啊~~~
这个怎么做?The Worst Thing That Could Happen to Facebook Is Already Happening (ZZ)
怎么debug memory corruption的问题问一个跳槽时的title对应问题
相关话题的讨论汇总
话题: write话题: intern话题: hierarchy话题: problems话题: mem