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的更多相关文章

  1. 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 ...

  2. [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 ...

  3. java 实现统计某段文字在内容中出现的次数

    http://outofmemory.cn/code-snippet/815/java-zishutongji 一个api,位于apache.commons.lang.StringUtils类下的一个 ...

  4. 用ASP创建API。NET Core (Day2):在ASP中创建API。网络核心

    下载PDF article - 1.5 MB 下载source - 152.4 KB 下载source - 206.3 KB 下载source code from GitHub 表的内容 中间件路线图 ...

  5. 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 ...

  6. HttpOnly

    Contents 1 Overview 1.1 Who developed HttpOnly? When? 1.2 What is HttpOnly? 1.3 Mitigating the Most ...

  7. Hadoop面试题

    1.把数据仓库从传统关系数据库转到hadoop有什么优势? 原关系存储方式昂贵 空间有限 hadoop支持结构化(例如 RDBMS),非结构化(例如 images,PDF,docs )和半结构化(例如 ...

  8. February 2nd, 2018 Week 5th Friday

    Reputation takes a life time to build and a second to destroy. 树立名声需要一生的努力,而毁掉它只需要一秒. To be a smart ...

  9. 2013Top100summit公布重量级演讲嘉宾及大会日程

    TOP100SUMMIT对外公布重量级嘉宾及大会日程 第四届技术商业论坛暨全球软件案例研究峰会(TOP100summit)将于11月23-26日北京召开.本届大会以“技术推动商业变革”为主题,力邀业界 ...

随机推荐

  1. F-02 创建财务凭证BAPI

    **.获取抬头参数, documentheader **.项目参数 accountgl = lt_acgl"G/L account item accountreceivable = lt_a ...

  2. ajax图片上传功能

    一.应用场景 当用户需要上传图片当做自己的头像时,预览的时候该图片需要在本地预览,不应该通过网络从服务器上取到之后预览 二.实现方法 1.方法1: 注释:给上传文件的input标签绑定一个change ...

  3. idea java web 使用说明

    String realPath = request.getSession().getServletContext().getRealPath(uploadPath);//上传压缩包所在目录       ...

  4. vue 数据传递的方法

    组件(Component)是 Vue.js 最强大的功能.组件可以封装可重用的代码,通过传入对象的不同,实现组件的复用,但组件传值就成为一个需要解决的问题. 1.父组件向子组件传值 组件实例的作用域是 ...

  5. 树莓派从 DHT11 温度湿度传感器读取数据

    时序图参考厂家说明书:DHT11数字湿温度传感器的原理和应用范例 四个阵脚连接:VCC接3.3伏电源,Dout接GPIO口,我接的是物理12针脚,NC留空,GND接地. 波折1:电阻被错接进了VCC, ...

  6. STM32探秘 之FSMC

    源:STM32探秘 之FSMC STM32 FSMC总线深入研究

  7. Java虚拟机的平台无关性与语言无关性

    平台无关性 不同平台的不同java虚拟机,都执行同一种字节码文件,即Class文件 语言无关性 Java虚拟机不止能执行java程序,还有Clojure.Groovy.JRuby.Jython.Sca ...

  8. 三、golang时间、流程控、函数

    一.本篇内容 1.string和strconv使用 2.go中的时间和日期类型 3.流程控制 4.函数讲解 二.string和strconv使用 1.  string.HasPrefix(s trin ...

  9. SQL Server 利用WITH AS递归获取层级关系数据

    WITH AS短语,也叫做子查询部分(subquery factoring),在SQL Server 2005中提供了一种解决方案,这就是公用表表达式(CTE),使用CTE,可以使SQL语句的可维护性 ...

  10. linux输入子系统简述【转】

    本文转载自:http://blog.csdn.net/xubin341719/article/details/7678035 1,linux输入子系统简述 其实驱动这部分大多还是转载别人的,linux ...