由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 1st Amazon phone interview (1hr)
相关主题
Bloomberg电面面经我也来写个面经吧
发个电话面经请问设计一个虚拟的动物园,用什么设计模式好啊?
讨论:关于一个design 问题OO design 题一般思考的方向?
Bloomberg offer全过程A家电面
一个C语言概念题这道设计面试题这样解对吗
问一个interview时候design的general问题C++问题3
[合集] 问几道amazon面试题C++面试问题,供参考
设计题目的本质问题design类题目大家是怎么准备的啊?
相关话题的讨论汇总
话题: const话题: c++话题: what话题: amazon话题: difference
进入JobHunting版参与讨论
1 (共1页)
c******t
发帖数: 27
1
The hiring manager discribed what his group does. It's a senior position in
Website Request Handling Group.
1. Chat a little bit.
2. Gave an example of the business and technical decisions you didn't agree
with your manager, and how did you handle it?
3. Difference between composition and inheritance in C++?
4. What's const in C++? What does "int f() const" do?
5. Difference between const char * and char * const?
6. Give large transaction data, for each transaction, you have customer id,
request
s*****r
发帖数: 773
2
这种才是我印象中的interview的样子, 呵呵
为什么我昨天的amazon 1st interview 就单刀直入问了俩算法问题就完了?
一点类似前戏都没有.

in
agree
,
the

【在 c******t 的大作中提到】
: The hiring manager discribed what his group does. It's a senior position in
: Website Request Handling Group.
: 1. Chat a little bit.
: 2. Gave an example of the business and technical decisions you didn't agree
: with your manager, and how did you handle it?
: 3. Difference between composition and inheritance in C++?
: 4. What's const in C++? What does "int f() const" do?
: 5. Difference between const char * and char * const?
: 6. Give large transaction data, for each transaction, you have customer id,
: request

f****b
发帖数: 486
3
估计面你那哥们跟之前被面的前戏过度,到你这就省了

【在 s*****r 的大作中提到】
: 这种才是我印象中的interview的样子, 呵呵
: 为什么我昨天的amazon 1st interview 就单刀直入问了俩算法问题就完了?
: 一点类似前戏都没有.
:
: in
: agree
: ,
: the

r**u
发帖数: 1567
4
第4题怎么答?谢谢. bless u

in
agree
,
the

【在 c******t 的大作中提到】
: The hiring manager discribed what his group does. It's a senior position in
: Website Request Handling Group.
: 1. Chat a little bit.
: 2. Gave an example of the business and technical decisions you didn't agree
: with your manager, and how did you handle it?
: 3. Difference between composition and inheritance in C++?
: 4. What's const in C++? What does "int f() const" do?
: 5. Difference between const char * and char * const?
: 6. Give large transaction data, for each transaction, you have customer id,
: request

s*****r
发帖数: 773
5
const member function
int f() const
is a function which is not supposed to modify any thing excluding mutable variable.
vs.
const int f()
a function returns const

【在 r**u 的大作中提到】
: 第4题怎么答?谢谢. bless u
:
: in
: agree
: ,
: the

H*M
发帖数: 1268
6
我猜是class member function吧 其他哪有这么写的

【在 r**u 的大作中提到】
: 第4题怎么答?谢谢. bless u
:
: in
: agree
: ,
: the

g*******y
发帖数: 1930
7
amazon怎么也问了这么多C++的问题,呵呵~

in
agree
,
the

【在 c******t 的大作中提到】
: The hiring manager discribed what his group does. It's a senior position in
: Website Request Handling Group.
: 1. Chat a little bit.
: 2. Gave an example of the business and technical decisions you didn't agree
: with your manager, and how did you handle it?
: 3. Difference between composition and inheritance in C++?
: 4. What's const in C++? What does "int f() const" do?
: 5. Difference between const char * and char * const?
: 6. Give large transaction data, for each transaction, you have customer id,
: request

d********2
发帖数: 135
8
个人感觉,没前戏不是很妙。我的也没有。。555

【在 s*****r 的大作中提到】
: 这种才是我印象中的interview的样子, 呵呵
: 为什么我昨天的amazon 1st interview 就单刀直入问了俩算法问题就完了?
: 一点类似前戏都没有.
:
: in
: agree
: ,
: the

h**k
发帖数: 3368
9
掌握const在C++的用法,只需要能回答下面的5个const的作用
const int*const Method3(const int*const&)const;
1 (共1页)
进入JobHunting版参与讨论
相关主题
design类题目大家是怎么准备的啊?一个C语言概念题
帮人po一个programmer职位吧。问一个interview时候design的general问题
讨论一道题:deep iterator[合集] 问几道amazon面试题
刚和Amazon电话面试完设计题目的本质问题
Bloomberg电面面经我也来写个面经吧
发个电话面经请问设计一个虚拟的动物园,用什么设计模式好啊?
讨论:关于一个design 问题OO design 题一般思考的方向?
Bloomberg offer全过程A家电面
相关话题的讨论汇总
话题: const话题: c++话题: what话题: amazon话题: difference