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. linux crontab+curl+php 实现php定时任务

    首先登入Linux ->用root登入 在命令行输入 crontab -e  之后就会打开一个文件,并且是非编辑状态,则是vi的编辑界面,通过敲键盘上的i,进入编辑模式,就可以编辑内容.这个文件 ...

  2. 1.1 使用电脑测试MC20模块的基础使用和测试

    需要准备的硬件 MC20开发板 1个 https://item.taobao.com/item.htm?id=562661881042 GSM/GPRS天线 1根 https://item.taoba ...

  3. HDU 1159 Common Subsequence(POJ 1458)

    Common Subsequence Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) ...

  4. 线程同步synchronized和ReentrantLock

    一.线程同步问题的产生及解决方案 问题的产生: Java允许多线程并发控制,当多个线程同时操作一个可共享的资源变量时(如数据的增删改查),将会导致数据不准确,相互之间产生冲突. 如下例:假设有一个卖票 ...

  5. 主攻ASP.NET.4.5 MVC4.0之重生:网站更换外观皮肤界面样式

    CommonController---_Admin.cshtml SysUserRepository sysuserrepository = new SysUserRepository(); publ ...

  6. Scrapy安装方法

    Scrapy安装在Python2.7环境下 1.配置环境变量: 2.安装基础软件 4个(64位系统) 安装twisted: C:\Users\Administrator>pip  install ...

  7. 外网IP地址API

    新浪的IP地址查询接口:http://int.dpool.sina.com.cn/iplookup/iplookup.php?format=js 新浪多地域测试方法:http://int.dpool. ...

  8. Class文件结构(更新中)

    Class文件是一组以8位字节为单位的二进制流,当遇见需要占用8位字节以上空间的数据项时,则会按照高位在前的方式分割成若干个8位字节进行存储. 格式,采用伪结构,只有两种数据结构:无符号数和表. 无符 ...

  9. Linux 系统密码破解

    (一)CentOS Linux 系统密码破解 1.在grub选项菜单按E进入编辑模式 2.编辑kernel那行 /init 1 (或/single) 3.按B重启 4.进入后执行下列命令 root@# ...

  10. tcp三次握手过程

    TCP握手协议 在TCP/IP协议中,TCP协议提供可靠的连接服务,采用三次握手建立一个连接.第一次握手:建立连接时,客户端发送syn包(syn=j)到服务器,并进入SYN_SEND状态,等待服务器确 ...