由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - Amazon 2nd Phone Interview
相关主题
请教一个面试题Zenefits面经(已挂)
Given an array of N integers from range [0, N] and one is missing. Find the missing number.大家看一下这道google面试题
问几道面试题Google电话面试题目
数组找唯一的出现偶数次元素用 xor怎么做问一道题
请教一道题目Search in a sorted, rotated list
问一道老题问一道面试题目
一道面试题向各位大侠请教几道面试题的思路
请问如何准备C/C++面试这些找missing number的题是不是都不能用求和做?
相关话题的讨论汇总
话题: outlie话题: amazon话题: element话题: interview话题: phone
进入JobHunting版参与讨论
1 (共1页)
c*********u
发帖数: 361
1
1. Background questions.
2. Polymorphism, why is it useful, give some examples.
3. Given an array of integers, you know that every element is repeated exact
ly once except one element, e.g. {1,1,2,2,3,5,5}, how do you find the outlie
r?
4. Design a library management system.
x****r
发帖数: 99
2
你好,请问你们都是在哪里拿到amazon面试机会的呢?我在他们主页投了简历,2-3个
星期不理我了,
是不是以后也不会联系我了?
谢谢!

exact
outlie

【在 c*********u 的大作中提到】
: 1. Background questions.
: 2. Polymorphism, why is it useful, give some examples.
: 3. Given an array of integers, you know that every element is repeated exact
: ly once except one element, e.g. {1,1,2,2,3,5,5}, how do you find the outlie
: r?
: 4. Design a library management system.

w******1
发帖数: 520
3
怎么有的题目这么简单?
c*********u
发帖数: 361
4
这个谁也说不好,反正我是不停的改简历不停的投

【在 x****r 的大作中提到】
: 你好,请问你们都是在哪里拿到amazon面试机会的呢?我在他们主页投了简历,2-3个
: 星期不理我了,
: 是不是以后也不会联系我了?
: 谢谢!
:
: exact
: outlie

c*********u
发帖数: 361
5
Dunno just lucky maybe.

【在 w******1 的大作中提到】
: 怎么有的题目这么简单?
o**********t
发帖数: 406
6
Just first round mah

【在 w******1 的大作中提到】
: 怎么有的题目这么简单?
s**9
发帖数: 207
7

exact
outlie
XOR,对不?

【在 c*********u 的大作中提到】
: 1. Background questions.
: 2. Polymorphism, why is it useful, give some examples.
: 3. Given an array of integers, you know that every element is repeated exact
: ly once except one element, e.g. {1,1,2,2,3,5,5}, how do you find the outlie
: r?
: 4. Design a library management system.

w*****p
发帖数: 215
8
是蛮容易的哈。
3. Given an array of integers, you know that every element is repeated
exact
outlie
这个问题,如果是sorted array,可以用binary search,一半一半的找,logn就可以
了。
1 (共1页)
进入JobHunting版参与讨论
相关主题
这些找missing number的题是不是都不能用求和做?请教一道题目
Groupon 電面问一道老题
T problem一道面试题
Amazon的一些电面问题请问如何准备C/C++面试
请教一个面试题Zenefits面经(已挂)
Given an array of N integers from range [0, N] and one is missing. Find the missing number.大家看一下这道google面试题
问几道面试题Google电话面试题目
数组找唯一的出现偶数次元素用 xor怎么做问一道题
相关话题的讨论汇总
话题: outlie话题: amazon话题: element话题: interview话题: phone