Senior Manufacturing Technical Manager
Job Description
As a Manufacturing Technical Manager, you will be responsible for bringing new products from engineering to manufacturing. You will be a key member of the development team and will be the main interface between the hardware and software engineering teams with local and international operations teams within Amazon and our OEM teams.
The Role
- Lead team of test, manufacturing and OEM engineers to introduce new products from engineering to production.
- Work with OEM’s New Product Operations teams to identify and escalate manufacturing challenges by enforcing DFM and DFT principles.
- Ensure technical readiness for product ramp and serve as technical lead/advisor to new product ops managers.
- Develop production strategy, implement and optimize processes at OEM; including identification, specification, design and qualification of fixtures, test equipment and diagnostic software.
- Develop, review and execute equipment requirement plans to support new product manufacturing and test.
- Work within Operations, Hardware and Software engineering departments to implement and optimize manufacturing 1st pass yields and efficiency from prototype through product ramp.
- Work with the design engineering to identify and escalate manufacturing challenges by enforcing DFM, DFA and DFS principles
- Investigate and introduce new manufacturing technology and methodology to enhance product quality and production efficiency
- Develop manufacturing process at the ODM, including defining fixture requirements, critical dimensions on parts and critical requirements in assembling
- Drive all factory-related operational issues related to SMT and final assembly processes during pre-production builds; ensure effective closure to enable operational success of the new product introduction cycle, and put products into mass production
- Identify and develop assembly jig and fixture for new products
- Bridge the gap from OEM to Amazon by supporting development builds and production.
- Support cost reduction and sustaining activities.
Basic Qualifications
- 5+ years experience in manufacturing / operations of PCs, handheld devices, or consumer electronics.
- Fluency with spoken and written English.
Preferred Qualifications
- Program management experience in new product introduction and successfully introduced new products to volume production.
- Leadership experience in a cross functional environment.
- Direct responsibility for defining production process/supply chain and equipment requirements for new product manufacturing.
- Experience working with International OEM teams.
- Ability to work independently and ensure timely and accurate communication between the Amazon and our OEM partners.
- Background in statistical analysis and SPC/DOE.
- Ability to travel as needed.
Apply for this job online Apply
Senior Manufacturing Technical Manager的更多相关文章
- Amazon Kindle Device is hiring in Beijing Shanghai and Shenzhen!
This is Angela from recruitment team of Amazon Kindle Device Software & Applications, we are exp ...
- [C1] Andrew Ng - AI For Everyone
About this Course AI is not only for engineers. If you want your organization to become better at us ...
- java 实现统计某段文字在内容中出现的次数
http://outofmemory.cn/code-snippet/815/java-zishutongji 一个api,位于apache.commons.lang.StringUtils类下的一个 ...
- 用ASP创建API。NET Core (Day2):在ASP中创建API。网络核心
下载PDF article - 1.5 MB 下载source - 152.4 KB 下载source - 206.3 KB 下载source code from GitHub 表的内容 中间件路线图 ...
- C# Development 13 Things Every C# Developer Should Know
https://dzone.com/refcardz/csharp C#Development 13 Things Every C# Developer Should Know Written by ...
- HttpOnly
Contents 1 Overview 1.1 Who developed HttpOnly? When? 1.2 What is HttpOnly? 1.3 Mitigating the Most ...
- Hadoop面试题
1.把数据仓库从传统关系数据库转到hadoop有什么优势? 原关系存储方式昂贵 空间有限 hadoop支持结构化(例如 RDBMS),非结构化(例如 images,PDF,docs )和半结构化(例如 ...
- February 2nd, 2018 Week 5th Friday
Reputation takes a life time to build and a second to destroy. 树立名声需要一生的努力,而毁掉它只需要一秒. To be a smart ...
- 2013Top100summit公布重量级演讲嘉宾及大会日程
TOP100SUMMIT对外公布重量级嘉宾及大会日程 第四届技术商业论坛暨全球软件案例研究峰会(TOP100summit)将于11月23-26日北京召开.本届大会以“技术推动商业变革”为主题,力邀业界 ...
随机推荐
- Log4j详细配置解释
原文地址:https://www.cnblogs.com/godtrue/p/6444158.html log4j(七)——log4j.xml简单配置样例说明 一:测试环境与log4j(一)——为什么 ...
- 每天一个Linux命令(43)at命令
at命令用于在指定时间执行命令.at允许使用一套相当复杂的指定时间的方法.可以用相对时间法指定,也可以用绝对时间法指定. (1)用法: 用法: at [选项参数] [时间 ...
- C#无边框窗体移动的三种方法
1. 重写WndProc protected override void WndProc(ref Message m) { const int WM_NCHITTEST = 0x84; const i ...
- Pro*C基础
SQL变量的申明: EXEC SQL BEGIN DECLARE SECTION; 类型 变量名[长度] varchar2 serv_number[]; 其中可以定义C变量 EXEC SQL END ...
- 主攻ASP.NET MVC4.0之重生:发邮箱激活验证
导入Interop.jmail组件 using jmail;using System.Net.Mail; 点击下载源代码 Controller相关代码 public class SendEmailCo ...
- R基本画图
参考内容:闻博,R语言的绘图功能及应用案例 https://wenku.baidu.com/view/80f22fa50029bd64783e2c22.html R画图是以函数操作为基本的画图模式. ...
- 20165101刘天野 2017-2018-2 《Java程序设计》第5周学习总结
#20165101刘天野 2017-2018-2 <Java程序设计>第5周学习总结 教材学习内容总结 第七章:内部类与异常类 内部类(nested classes),面向对象程序设计中, ...
- uiwebview 加载本地js、css、img,html从网站加载
资源文件都是放在根目录下 1.index.html <html> <head> <title>My test Page</title> <link ...
- pache—DBUtils框架简介、DbUtils类、QueryRunner类 、ResultSetHandler接口
Apache—DBUtils框架简介.DbUtils类.QueryRunner类 .ResultSetHandler接口 commons-dbutils 是 Apache 组织提供的一个开源 JDBC ...
- java Web 文件上传
注意:请求实体过大的问题,请修改Nginx服务器的大小(百度参考413 Request Entity Too Large 的解决方法)jsp:<input type="file&quo ...