由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 3rd Amazon phone interview (1hr)
相关主题
phone interview求教一道老题
Bitmap是怎么回事啊?让人沮丧的Goog电话面试
如何写内存速度最优化的string permutation?有重复字符求助:bitmap的问题
弱弱的问问bitmap?问个bit struct的面试题 急
Leetcode 最新题, 搞不懂问一个经典题目
这题怎么做?一道微软题
愤怒,amazon interviewer 不知KMP 算法I have one program to find primer between 2 and 1023 with bitset, but I don't understand one line
{0xFACEB00C>>2 in decimal}@fb.com到底是啥?数组里面找数个出现了奇数次的整数,怎么找?
相关话题的讨论汇总
话题: directory话题: amazon话题: phone话题: he话题: files
进入JobHunting版参与讨论
1 (共1页)
c******t
发帖数: 27
1
I think he is an Indian, a very nice guy.
1. Describe a project you worked lately.
He asked if I know memory flushing when I was giving the answer.
2. 2 sets of numbers, the quickest way to find the intersection.
3. for 2 strings, check if one is a sub-string of the other one (just like
strstr). Write the code and read it aloud to him.
4. for a web game, if you need to find the 10 highest score, how will you
design the interface?
5. You have a directory, it includes some files who have cust
g*******y
发帖数: 1930
2
cong and bless!
r****o
发帖数: 1950
3
bless!

,

【在 c******t 的大作中提到】
: I think he is an Indian, a very nice guy.
: 1. Describe a project you worked lately.
: He asked if I know memory flushing when I was giving the answer.
: 2. 2 sets of numbers, the quickest way to find the intersection.
: 3. for 2 strings, check if one is a sub-string of the other one (just like
: strstr). Write the code and read it aloud to him.
: 4. for a web game, if you need to find the 10 highest score, how will you
: design the interface?
: 5. You have a directory, it includes some files who have cust

s*******n
发帖数: 97
4
Amazon 一般电面几轮?是一周都搞定吗?
c******t
发帖数: 27
5
3 round phone interviews, one per week.

【在 s*******n 的大作中提到】
: Amazon 一般电面几轮?是一周都搞定吗?
W***i
发帖数: 9134
6
怎么问题看着都晕啊...3轮电面太BT了...
c******f
发帖数: 2144
7
mark
r**u
发帖数: 1567
8
4. for a web game, if you need to find the 10 highest score, how will you
design the interface?
这个有啥思路啊?
5. You have a directory, it includes some files who have customers' record,
including phone number, how would you change all records' phone numbers in .
.....
use sed?

,

【在 c******t 的大作中提到】
: I think he is an Indian, a very nice guy.
: 1. Describe a project you worked lately.
: He asked if I know memory flushing when I was giving the answer.
: 2. 2 sets of numbers, the quickest way to find the intersection.
: 3. for 2 strings, check if one is a sub-string of the other one (just like
: strstr). Write the code and read it aloud to him.
: 4. for a web game, if you need to find the 10 highest score, how will you
: design the interface?
: 5. You have a directory, it includes some files who have cust

c*********n
发帖数: 1057
9

用heap?
,
.

【在 r**u 的大作中提到】
: 4. for a web game, if you need to find the 10 highest score, how will you
: design the interface?
: 这个有啥思路啊?
: 5. You have a directory, it includes some files who have customers' record,
: including phone number, how would you change all records' phone numbers in .
: .....
: use sed?
:
: ,

l**u
发帖数: 368
10

有重复么?没有重复可以用昨天有人提到的bitset吧。
like
KPM?不会写。。。
you
maitain一个cache?
record,
numbers in
recursive function

【在 c******t 的大作中提到】
: I think he is an Indian, a very nice guy.
: 1. Describe a project you worked lately.
: He asked if I know memory flushing when I was giving the answer.
: 2. 2 sets of numbers, the quickest way to find the intersection.
: 3. for 2 strings, check if one is a sub-string of the other one (just like
: strstr). Write the code and read it aloud to him.
: 4. for a web game, if you need to find the 10 highest score, how will you
: design the interface?
: 5. You have a directory, it includes some files who have cust

h********0
发帖数: 440
11
6. If you have 2 functions available, RemoveFile() and RemoveEmptyDir(), how
could you remove one directory, i.e. root directory, in C++?
I do not understand the meaning of the question....
Do you mean:
write a function in C++ to remove a given directory and all its sub-
directories and files recursively?
Thanks for any reply.

,

【在 c******t 的大作中提到】
: I think he is an Indian, a very nice guy.
: 1. Describe a project you worked lately.
: He asked if I know memory flushing when I was giving the answer.
: 2. 2 sets of numbers, the quickest way to find the intersection.
: 3. for 2 strings, check if one is a sub-string of the other one (just like
: strstr). Write the code and read it aloud to him.
: 4. for a web game, if you need to find the 10 highest score, how will you
: design the interface?
: 5. You have a directory, it includes some files who have cust

1 (共1页)
进入JobHunting版参与讨论
相关主题
数组里面找数个出现了奇数次的整数,怎么找?Leetcode 最新题, 搞不懂
问一道算法题这题怎么做?
amazon问题求教愤怒,amazon interviewer 不知KMP 算法
算法题:两列找共同元素有O(n)的算法吗?{0xFACEB00C>>2 in decimal}@fb.com到底是啥?
phone interview求教一道老题
Bitmap是怎么回事啊?让人沮丧的Goog电话面试
如何写内存速度最优化的string permutation?有重复字符求助:bitmap的问题
弱弱的问问bitmap?问个bit struct的面试题 急
相关话题的讨论汇总
话题: directory话题: amazon话题: phone话题: he话题: files