Job Title

Advanced Electronic Engineer

Job Description

In this role, you have the opportunity to

  • Be responsible for the definition of system or subsystem requirement specification;
  • Design and develop Electronic system, subsystem or component of product;
  • Design the verification and validation protocol of electronica design and development;
  • Review design documents of project, product and system;

You are responsible for

  • Design, realization and test of a system, subsystem and component; understand and communicate consequences of the design on the architecture.
  • Develop based on design specifications in accordance with the functional specifications and test, analyze and verify their performance.
  • Finalize the design specifications, schematics, drawings, codes and write test scenarios’ for the developed modules or components.
  • Draw up personal schedule and report on progress in a structured and methodical way and responsible for keeping the costs of the activities in line with the calculated budget Ensure that there is proper documentation for the developed hardware/firmware
  • Combine existing and/or purchased modules into components, which can be integrated into the subsystem.

You are a part of

  • A professional R&D Team with around 60 team peers in Shenzhen.

To succeed in this role, you should have the following skills and experience

  • Education: Bachelor degrees or above, Major in Electronics or Automation is preferred
  • Experience:
  • More than 3 years’ working experiences in electronic product system or subsystem design. Knowledge of Digital circuit, analog circuit, mix digital and analog circuit design;Knowledge of Solid C language coding is required,Experience in medical device design and strong medical IEC standard preferred
  • Competencies and skills
  • Strong ability of writing the report of issue analysis and presenting the report in team
  • Problem solving, teamwork.
  • Good command of Both English and Chinese language skill is required. At least can read and write, good oral English skill is an advantage.

In return, we offer you

  • Memorable working Experience in a famous MNC and Global exposure in medical industry.

Why should you join Philips?

Working at Philips is more than a job. It is a calling to create a healthier society through meaningful work, focused on improving 3 billion lives a year by delivering innovative solutions across the health continuum.

Contact

If you forgot your password, you can click the Forgot Password  button on the Sign In screen to reset it. In case of technical difficulties, please send an email to careersite@philips.com
(Note: To ensure fairness and legal compliance in our recruitment processes, only technical issues will be monitored through the above inbox. Please do not submit resumes or applications to this email, as they will not be reviewed. Only applications received through the online application process will be considered.)

Advanced Electronic Engineer的更多相关文章

  1. Django and Djangorestframework

    NOte Today, another day debuging with my teammates, and I just tried to make complete comprehension ...

  2. L252 小组作业

    Hans: Hi Good morning everyone! Let me introduce a new colleague for you, Berry Berry: Hi Good morni ...

  3. ROS-MikroTik-RouterOS-培训认证各种证书

    官方原文: https://mikrotik.com/training/about MikroTik certified training programs MTCNA - MikroTik Cert ...

  4. BEC listen and translation exercise 39

    What about jigsaw puzzle design for visually handicapped?给视觉障碍人士设计拼图怎么样? Length is 50cm, and then th ...

  5. software engineer's resume(帮助你写程序员简历)

    关键词 参考 简历模板 参考 下面开始是正文(关键词原文) 介绍 本项目由海外兔 (https://osjobs.net) 维护,海外兔团队由一线互联网面试官组成,提供海内外公司一对一入职套餐以及算法 ...

  6. 微软职位内部推荐-Software Engineer II

    微软近期Open的职位: Job Description Group: Search Technology Center Asia (STCA)/Search Ads Title: SDEII-Sen ...

  7. 微软职位内部推荐-Software Development Engineer II

    微软近期Open的职位: Job Title:Software Development EngineerII Division: Server & Tools Business - Comme ...

  8. 微软职位内部推荐-ATG Engineer II

    微软近期Open的职位: ATG Engineer - GeneralistReady to work on some of the most advanced hardware on the pla ...

  9. Software Engineer Title Ladder

    http://changelog.ca/log/2013/08/09/software_engineer_title_ladder Within the software engineering pr ...

随机推荐

  1. Angular Npm Package.Json文件详解

    Angular7 Npm Package.Json文件详解   近期时间比较充裕,正好想了解下Angular Project相关内容.于是将Npm官网上关于Package.json的官方说明文档进行了 ...

  2. input框中自动展示当前日期 yyyy/mm/dd

    直接上代码: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UT ...

  3. JS 解决 IOS 中拍照图片预览旋转 90度 BUG

    上篇博文[ Js利用Canvas实现图片压缩 ]中做了图片压缩上传,但是在IOS真机测试的时候,发现图片预览的时候自动逆时针旋转了90度.对于这个bug,我完全不知道问题出在哪里,接下来就是面向百度编 ...

  4. 转型、自助、移动—BI市场的应用盘点

    近几年是数据应用快速增长而又动荡的一年.由于投资热带来的一波2B产业高潮,围绕数据业务的产品层出不穷,无论是通用型的可视化工具,还是带有业务属性的分析产品. 商业智能BI作为一个曾经先于大数据的企业数 ...

  5. php.ini中date.timezone设置详解

    date.timezone设置php5默认date.timezone为utc,改为date.timezone = PRC即可解决时间相差八小时的问题,但我在php的官方文档中看了半天也没找到这个参数啊 ...

  6. MySQL数据库封装和分页查询

    1.数据库封装 <?php //我用的数据库名是housedb class DBDA {public $host="localhost";public $uid=" ...

  7. TagCloudView云标签的灵活运用

    这两天做了一个项目,发现标签不能更改任意一个标签的字体的颜色,需求如同置前标签,然后就对tagcloudeview稍做修改做了这么一个demo.不为别的,只为以后自己用的时候方便拷贝. 先看效果图:  ...

  8. LeetCode题解之Maximum Depth of N-ary Tree

    1.题目描述 2.问题分析 利用递归fangf 3.代码 int maxDepth(Node* root) { int res = maxdep(root); return res; } int ma ...

  9. 学习ASP.NET之旅

    1.HTML 2.DIV 3.CSS 4.JS脚本 5.javascript 6.J-Query 7.AJAX 8.c# 9.IIS配置 10.ASP.NET怎样添加控件,与winform的控件添加方 ...

  10. EntityFramework 贪婪加载与延迟加载以及资源回收

    EntityFramework的资源回收 1) Using 内包含Entity的上下文关系,对俩表做Add操作,最好可以直接写一个 entity.SaveChanges(); 完成两张表的同时add操 ...