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. 使用ThinkPHP实现生成/校验验证码功能

    首先了解父类Verity.class.php(ThinkPHP/Library/Think/Verity.class.php)中的一些函数 1:check() 校验验证码是否正确 2:entry()输 ...

  2. vscode sync插件 在不同设备 同步的坑

    sync的好处不言而喻,在不同的设备都可以同步自己的插件和所有配置: 但是有时有总是会有坑, 现在把我遇到的坑记录下来,以防再次踩坑 VSCode 同步方案 VSCode 的插件 Setting Sy ...

  3. apt-get update 系列作用

    sudo apt-get update 更新源 sudo apt-get upgrade 更新已安装的包 sudo apt-get dist-upgrade 升级系统 下面摘自知乎用户回答: apt- ...

  4. 《Spring实战》第4章--面向切面的Spring--处理通知中的参数(经验总结)

    今天学习<Spring实战>第4章<面向切面的Spring>,根据4.3.3小节写出如下切面类: package proxy; import java.util.HashMap ...

  5. 如何选型商业智能和分析平台,Gartner给了这些建议!

    文 | 水手 在2017年1月20日Gartner发布的<China Summary Translation: 'Survey Analysis: Customers Rate Their BI ...

  6. 使用GitHub-Pages创建博客和图片上传问题解决

    title: 使用GitHub Pages创建博客和图片上传问题解决 date: 2017-10-22 20:44:11 tags: IT 技术 toc: true 搭建博客 博客的搭建过程完全参照小 ...

  7. Sofware-Engineering Zero

    第一部分:结缘计算机 与大部分同学一样,也是刚刚进入大学才接触编程,在第一堂C语言课上敲下了第一行属于自己的代码""Hello World",然后在摸索中开始自己的Cod ...

  8. [Spark Core] Spark 使用第三方 Jar 包的方式

    0. 说明 Spark 下运行job,使用第三方 Jar 包的 3 种方式. 1. 方式一 将第三方 Jar 包分发到所有的 spark/jars 目录下 2. 方式二 将第三方 Jar 打散,和我们 ...

  9. [转]Java学习---7大经典的排序算法总结实现

    [原文]https://www.toutiao.com/i6591634652274885128/ 常见排序算法总结与实现 本文使用Java实现这几种排序. 以下是对排序算法总体的介绍. 冒泡排序 比 ...

  10. set集合综合案例

    案例01:生成0-10之间5个不相等的数 方法1:使用list集合实现 import random list01 = [] for i in range(100): num01 = random.ra ...