Amazon Kindle Device is hiring in Beijing Shanghai and Shenzhen!
This is Angela from recruitment team of Amazon Kindle Device Software & Applications, we are expanding and setting up new R&D center in Beijing, we design and engineer high-profile, portable, hand-held consumer electronics products, like the Kindle and the new Kindle Fire. The products we design and engineer are easy-to-use and offer users benefits that are only made possible through tightly integrated digital technologies and wireless connectivity.
we are inviting some technical and functional talents to join our wonderful team, here comes some urgent openings. Welcome to apply or recommend friends. Anyone has interest, please send your updated Chinese and English resume to my mail box: angewang@amazon.com.
Candidates from these domains would be highly considered and preferred
Location: Beijing
1. QA Engineer
2. QA Manager
3. Android Framework Engineer
4. Android Integration & Release
5. Connectivity (Wifi, Bluetooth, NFC)
6. Technical Program Manager
7. Expert of Audio (Acoustics)
8. Expert of Power Management
9. Stability Engineer (framework and BSP experience, strong debug capability)
10. SCM Engineer –good experience in git, gerrit Jenkins, and be good at Python at least
11. Diagnostic Software Engineer (1. VC++, C#, Python, Linux shell, Windows; 2. Android APK development, Android Framework, C, C++, QT)
12. HR Business Partner
13. System administration (Linux, Network)
14. Android Framework Manager
Positions in Shenzhen or Shanghai:
1. Supplier Quality Manager (Connector) (Shenzhen or Shanghai)
2. Technical Quality Program Manager (6-sigma, Black belt)
3. Corporate Social Responsibility (CSR) Program Manager
4. Supplier Quality Manager (Camera)
5. Mechanical Process Engineer (Shenzhen or Shanghai)
6. Reliability Program Manager (Shanghai)
7. Office & Facility Manager (Shenzhen)
8. Manufacturing Technical Manager (Shenzhen or Shanghai, NPI)
9. Senior Operation Manager (Shanghai)
Note: Amazon Kindle Device发展速度非常快,这些职位不论北京上海深圳,级别都比较高,希望对kindle device有兴趣的同学,直接发简历给我,我的邮箱是angewang@amazon.com。也希望大家多帮助我们推荐好的人才!
Amazon Kindle Device is hiring in Beijing Shanghai and Shenzhen!的更多相关文章
- 新玩具---Amazon Kindle PaperWhite 2
自从将闲置了一段时间的K3 Keyboard 3G送人后,就一直用Nexus7平板上装Kindle程序来读书,用着也挺好,没有出现很多人说的费眼问题,说来也奇怪上学毕业之后,一直从事编程相关的工作有七 ...
- “献给爱读书的中国人”——Amazon Kindle软件测评
“献给爱读书的中国人” ——Amazon Kindle软件测评 前不久我在网上看到了一篇印度工程师旅居上海时发表的一篇文章,题目叫做<令人忧虑:不阅读的中国人>,大致讲述的是世界上人们在飞 ...
- Python基础(二)之list
列表:用[]表示 常用方法: list.append,list.insert,list.remove,list.pop,list.count,list.sort,list.reverse,list.i ...
- Python学习笔记6-字典
定义 使用键值对, >>> person = {"name":"keven","age":15,"gender& ...
- UISearchController的使用。(iOS8+)
这种方法早就发现了,不过一致没用,今天拿过来用,发现了一些问题. 1.这个东西和表视图结合使用很方便,首先,创建新的工程,将表视图控制器作为工程的根视图,并且添加一个导航(当然,你可以不这样做,但是你 ...
- Linux&shell之结构化命令进阶
写在前面:案例.常用.归类.解释说明.(By Jim) for命令重复一系列的命令是一种常见的编程实践. #!/bin/bash # basic for command for test in A B ...
- Pandas系列(二)- DataFrame数据框
一.初识DataFrame dataFrame 是一个带有索引的二维数据结构,每列可以有自己的名字,并且可以有不同的数据类型.你可以把它想象成一个 excel 表格或者数据库中的一张表DataFram ...
- Pandas系列(三)-缺失值处理
内容目录 1. 什么是缺失值 2. 丢弃缺失值 3. 填充缺失值 4. 替换缺失值 5. 使用其他对象填充 数据准备 import pandas as pd import numpy as np in ...
- 字符串、数组、对象常用API
常用的字符串API 1.常见方法和属性 length 属性,获取字符串的字符数量 charAt(i) 返回给定位置的字符 charCodeAt( ) 返回给定位置的字符的字符编码 <scrip ...
随机推荐
- 记录网上资源URL
FQ(使用路由器): http://kennylee26.iteye.com/blog/1887753 http://www.iteye.com/search?type=all&query=s ...
- PL/SQL 导入excel表格到oracle数据表
通过使用PL/SQL 批量查询取数时,将excel中的每一列数据复制黏贴进新建的中间表,黏贴时会有贴歪的情况,也就是某些列会从第二第三行开始插入整列,导致数据乱掉,然后好像又不支持批量删除整列数据,所 ...
- asp.net ashx 一般处理程序 使用async await异步直接 copy可用哦
以前一直很懒 碰到ashx要用await异步就绕开 用aspx 或者mvc异步控制器 这次公司需要 我查了国内的文章基本都不能简单copy来处理一堆错关键的过程中函数BeginProcess ...
- mysq 导入 导出
导入 use legou_seller set names utf8; source /Users/ldm/Desktop/ss.sql
- dubbo使用遇到的问题
转自:http://blog.csdn.net/liwf_/article/details/40297121?utm_source=tuicool&utm_medium=referral 把一 ...
- js控制div颜色
<html><head></head><style>#div1{width:400px;height:400px;background-color:re ...
- myeclipse关闭properties文件自动转义
1.如图,源代码是这样: 2.保存后重新打开变成这样: 3.解决方法如下:
- 在Apache下发布ASP.NET程序
为什么要在apache下发布ASP.NET,看这篇文章您一定有自己的原因. 我是因为XP系统里面同时装IIS 和 AppServer会有问题. 步骤: 1.环境搭建,这个不废话,我安装的是.NET2. ...
- 运行ipython后显示WARNING: IPython History requires SQLite, your history will not be saved
在CentOS6.5下将自带的python2.6升级到python2.7,并安装了ipython,启动ipython后显示如下信息: WARNING: IPython History requires ...
- 乐够GO应用源码完整版
乐够GO应用源码完整版 V1.0,系统2.3以上使用,需要联网,每天定时更新数据,实现了对文章赞的功能,以及常用的评论功能,还有生活的职业的相关功能,如查找功能,分类的分类等功能,具体大家可以看看应用 ...