亚马逊海外岗位技术面试经验分享

一个偶然的机会,在Linkedin上一个亚马逊的猎头联系到我,说有海外职位。

HR安排一个老外进行第二轮电话面试。全程英文交流

先电话接入一个电话会议号码。

面试套路感觉跟国内一样。

首先,描述一个你之前工作中遇到的一个问题,以及解决的过程。

然后,是编程题,问了2个问题。

1. Given a binary tree, find its minimum depth.
The minimum depth is the number of nodes along the shortest path from the root node down to the nearest leaf node.

2.  Write a function to rotate an array of N elements to the right by K steps
For example, with n = 7 and k = 3, the array [1,2,3,4,5,6,7] is rotated to [5,6,7,1,2,3,4].


一个是求二叉树的最小路径,一个是翻转数组,题目比较基本。是通过一个网站,双方登录上去,面试官可以看到你的敲代码的过程。

你可能感兴趣的:(亚马逊海外岗位技术面试经验分享)