Engineer manager
your tasks and responsibilities
Position: Major Tasks Lead site project management to ensure all projects following Covestro engineering guideline &procedures, national regulations & standards Manage key technical improvements in the areas of safety, reliability, efficiency energy savings etc. Collect and consolidate all improvement requests; implement evaluation; and develop proposal/solution and apply for budgeting. Responsible for technical work at FEL1 of all site SIB projects and large strategy projects including technical concept development, cost estimation, technical evaluation, and milestone define Responsible or support engineering management for site projects on : Basic design & detailed design. Focus on the key venders (e.g. KMB, MAAG, AZO etc) in the projects to ensure material to be purchased correctly and delivered timely. In charge of construction management during execution phase of site SIB projects and support for large strategy projects. Maintain and update of project documentation. In charge of whole MOC process. Ensure meet ISO and Cooperate requirement
Who you are?
Position: Skills,... --Education: Bachelor or Master’s degree in engineering disciplines (e.g. chemical engineering, electrical engineering, mechanical engineering etc.), --Work experiences: at least eight years of work experience in relevant fields in design, construction and plant maintenance --Know-how:
- Experience and knowledge of project management, construction and plant modifications
- Familiar with project management each phases from scope define, design, construction, startup to close of project Knowledge about construction and plant safety is mandatory. Knowledge of relevant engineering standard and codes (national &international e.g. G, DIN, etc. --Skills:
- Strong leadership and good coordination and communication skills
- Fluent in written and spoken English including technical English.
- Computer skills; hardware and software.
Responsibilities
• Manage Product Development team to deliver new products to market according to agreed schedules and budgets
• Work with Product Management, Project Management and Quality Assurance teams to define product specification, development targets, schedules and budgets
• Define systems architecture and test plans for new products
• Project synchronization: planning, resources, reporting, risks, test/validation, organize equipment, budget
• Guarantee product development homogeneity so that milestones are budgets are met or exceeded
• Define technology roadmap according to the Company’s strategic targets
• Communicate with customers on technical issues in order to assist Sales Teams in closing deals
Requirements
• Bachelor or Master Degree in Electronics Engineering or Computer Science
• Minimum 10 years’ experience in the field of product development with at least 5+ years at managerial level; having worked with wireless communication products/systems is preferred.
• Management of Product Development Team which includes Cloud, App, Embedded Software, Hardware and Mechanical Design teams
• Approve Performance Related Bonuses for Development Team members
• Good communication and people management skills – ability to motivate the whole team to achieve a common target is essential
• Good team player and ability to work with multiple parties to launch new products
• Hand on approach – readiness to “walk the job” and provide practical guidance to subordinates
• Strong management and reporting skill, organized and ability to multi-task
• Self-motivated and ability to persevere, especially in times of adversity
• Ability to engage with customers and help them understand technical issues in laymen’s terms
• Practical experience with Cloud and App based product development; or embedded product for communication applications would be advantageous
• Good language skills in Putonghua and English are essential
- Manages and owns the Product Introduction process in Factories from Initial Product Definition throughout to the Mass Production to ensure the Products are Delivered on Time, at required Quality Level, within Budget and aligned with the Product and Component Strategies.
- Is the Primary Interface of the Core Team towards the Manufacturing Partners during the Product Introduction Phase.
- Transfers the management of the Product to the CEM management team once Ramp-up is done and Mass Production has started.
- Owns and supports the NPI process for Technicolor towards the Manufacturing Partners.
- 10y+ experience in high volume manufacturing in PM or NPI management role
- Fluent in English. Mandarin would be a plus.
- Knowledge on the manufacturing process: under factory management from material procurement to finished goods shipment
- Different type of test and equipments (ICT, FCT, ATE)
- Soldering: IPC standard
- Capability measures and analysis
- Quality standards and practice
• Working experience in PRC
Engineer manager的更多相关文章
- 微软职位内部推荐-Principal Development Lead
微软近期Open的职位: Job Title: Principal Development Lead Work Location: Suzhou, China This is a once in a ...
- 031:Cetus sharding
目录 一.主机环境 二.搭建环境 1.准备环境 三.Cetus安装 1.下载包和安装依赖包 2.Cetus安装 1.安装说明 2.安装实施 四.Cetus配置 1.创建和修改配置文件 2.启动cetu ...
- 不装逼地说,在 Google 到底能学到啥?
不装逼地说,在 Google 到底能学到啥? 2017-03-17 PHP开发者 (点击上方蓝字,快速关注我们) 本文转自公众号「半轻人」(ID:ban-qing-ren),伯乐在线/PHP开发者已获 ...
- 微软职位内部推荐-Senior Software Development Engineer
微软近期Open的职位: Job posting title: Senior Software Development Engineer Location: China, Beijing Divisi ...
- [转]Build An Image Manager With NativeScript, Node.js, And The Minio Object Storage Cloud
本文转自:https://www.thepolyglotdeveloper.com/2017/04/build-image-manager-nativescript-node-js-minio-obj ...
- Software Engineer Title Ladder
http://changelog.ca/log/2013/08/09/software_engineer_title_ladder Within the software engineering pr ...
- Software Development Engineer, RDS Database Engines, Seattle
DESCRIPTION About UsAmazon Aurora is an exciting new area of innovation for AWS, and the PostgreSQL- ...
- 微软职位内部推荐-Service Engineer for Office365
微软近期Open的职位: Key Responsibilities: The Service Engineer in this team will be responsible for plannin ...
- The Product-Minded Software Engineer
转自The Product-Minded Software Engineer Product-minded engineers are developers with lots of interest ...
随机推荐
- 3.3 使用STC89C52控制MC20通过GPRS远程发送数据
需要准备的硬件 MC20开发板 1个 https://item.taobao.com/item.htm?id=562661881042 GSM/GPRS天线 1根 https://item.taoba ...
- Binary Search in Java
关于折半查找中的几个注意点. Version 1: public static <T extends Comparable<? super T>> int binSearch( ...
- 返回泛型集合的SqlDBHelper
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Entity; ...
- springboot-controller的使用
获取url中的数据: @RestController public class HelloController { @RequestMapping(value="/say/{id}" ...
- for update排他锁详解
使用场景: 高并发并且对于数据的准确性很有要求. 落实到mysql就是在事务中使用,只有使用InnoDB时才用,在begin于commit之间使用(只有此引擎支持事务). 本质: 给表或行上个锁以便接 ...
- 深入理解JVM1
1 Java技术与Java虚拟机 说起Java,人们首先想到的是Java编程语言,然而事实上,Java是一种技术,它由四方面组成: Java编程语言.Java类文件格式.Java虚拟机和Java应用程 ...
- MyEclipse Could not create the view: An unexpected exception was thrown解决方案
问题:电脑突然断电,myeclipse非正常关闭,“Package Explorer”非正常显示,出现错误“Could not create the view: An unexpected excep ...
- php记录代码执行时间
$t1 = microtime(true); // ... 执行代码 ... $t2 = microtime(true); echo '耗时'.round($t2-$t1,3).'秒'; 简单说一下. ...
- 通过join方法顺序执行多个线程
方法一:直接用多线程之间的通讯去解决 package com.toov5.test; import javax.imageio.ImageTypeSpecifier; class Res1{ char ...
- tensorFlow 神经网络2
learnrate 太大容易跑飞,设置激活函数 可以一定程度上增加learnrate,不跑飞 self.saver = tf.train.Saver() 和 self.init_variable = ...