微软职位内部推荐-SW Engineer II for Embedded System
微软近期Open的职位:
Do you have a passion for embedded devices and services?   Does the following make you excited: Internet of Things, Industrial, Home Automation and Next Generation of Embedded OS based on Windows 10?   If so, you need not look any further since these are a few devices the Internet of Things (IoT) team is targeting.
The IoT China organization is part of the Operating Systems Group (OSG) in Beijing, China.   This is your opportunity to join a team that is targeting the next generation, INNOVATIVE, EXCITING, and world class consumer and enterprise devices and services.   There is an UNPARALLELED opportunity to help people and organizations reaching their full potential by taking advantage of the growing, LUCRATIVE, and exciting general IoT market.   This is a STRATEGICALLY important market to Microsoft for a number of reasons, among them:
•      the IoT market opportunity is SIGNIFICANTLY larger than the entire PC market and is growing more rapidly from 2+ billion devices in 2012 to project 20 billion devices in 2020
•      there is no clear leader and MS (as a company) is committed to make a big dent in this strategic green field
•      IoT is well positioned to empower the next generation of devices with unified Windows 10 Operating System Core
•      the “next big thing” will likely be an embedded device
The IoT China team is looking for a seasoned software engineer to help defining and delivering a set of application migration technologies for Windows Embedded Compact.
Responsibilities include:
•      Conceptualizing, designing and implementing core features to support running existing Windows CE applications under the Windows 10 Operating System Core.
•      Analyzing application runtime requirements and behaviors and implementing necessary extension to ensure application compatibility.
•      Contributing to local customer and partner engagements in concert with the business group’s customer and partner initiatives in order to streamline their migration path.
The ideal candidate has:
•      5+ years of technology experience
•      worked in software product team through two complete product development cycles
•      hands-on experience on Win32 and .NET programming, knowledge on DirectX and Silverlight programming is a plus
•      practical experience demonstrating success at dealing with ambiguous problems and the ability to make solid progress when the solution is not well defined
•      great cross group and cross geography collaboration skills
•      excellent organizational, verbal and written English communication, and motivational skills
•      demonstrated ability to think strategically and tactically about technical and cross-functional issues
•      a BA/BS or MS in Computer Science or Engineering or experience and training equivalent to a technical degree.
Microsoft is an equal opportunity employer and supports workforce diversity.
如果你想试试这个职位,请跟我联系,我是微软的员工,可以做内部推荐。发你的中英文简历到我的邮箱:Nicholas.lu.mail(at)gmail.com
微软职位内部推荐-SW Engineer II for Embedded System的更多相关文章
- 微软职位内部推荐-SW Engineer II for Windows System
微软近期Open的职位: Microsoft's Operating Systems Group delivers the operating system and core user experie ...
- 微软职位内部推荐-SW Engineer II for Azure Network
微软近期Open的职位: Software Engineer II The world is moving to cloud computing. Microsoft is betting Windo ...
- 微软职位内部推荐-SW Engineer II for Cloud Service
微软近期Open的职位: Positions: SDE for Big Data Cloud Services Azure Big Data Cloud Services and Cosmos are ...
- 微软职位内部推荐-SW Engineer II for Skype
微软近期Open的职位: We are the Skype Beijing team. Skype division drives the communications strategy for Mi ...
- 微软职位内部推荐-SW Engineer II for Cloud Servi
微软近期Open的职位: Do you have a passion for embedded devices and services?   Does the following m ...
- 微软职位内部推荐-SW Engineer II for WinCE
微软近期Open的职位: Do you have a passion for embedded devices and services?   Does the following m ...
- 微软职位内部推荐-SW Engineer II for Enterprise Platform
微软近期Open的职位: Job posting title: SDE II Location: China, Beijing Group Overview Discovery & Colla ...
- 微软职位内部推荐-Service Engineer II for Azure Cloud Network
微软近期Open的职位: Are you interested in helping to drive the direction of a product that defines the clou ...
- 微软职位内部推荐-Software Engineer II
微软近期Open的职位: Job Description Group: Search Technology Center Asia (STCA)/Search Ads Title: SDEII-Sen ...
随机推荐
- Java Collection集合方法
一.简单方法 package cn.itcast.day15; import java.util.ArrayList; import java.util.Arrays; import java.uti ...
- MySQL优化—工欲善其事,必先利其器(2)
上一篇文章简单介绍了下EXPLAIN的用法,今天主要介绍以下几点内容: 慢查询日志 打开慢查询日志 保存慢查询日志到表中 慢查询日志分析 Percona Toolkit介绍 安装 pt-query-d ...
- Docker容器学习与分享09
Docker容器之间的相互通信 先新建两个不同的网段,就用分享08里的两个网段作为新建的网段. [root@promote ~]# docker network ls NETWORK ID NAME ...
- sql点滴45—mysql中group_concat用法
group_concat(),手册上说明:该函数返回带有来自一个组的连接的非NULL值的字符串结果.比较抽象,难以理解. 通俗点理解,其实是这样的:group_concat()会计算哪些行属于同一组, ...
- [日常] HEOI 2019 退役记
HEOI 2019 退役记 先开坑 坐等AFO 啥时候想起来就更一点(咕咕咕) Day 0 早上打了个LCT, 打完一遍过编译一遍AC...(看来不考这玩意了) 然后进行了一些精神文明建设活动奶了一口 ...
- SDN 期末作业验收
前言 SDN 期末作业验收我们是采用的参考场景一,我们在此场景的基础上来做负载均衡,下面是我们搭建的拓扑图 演示视频 https://pan.baidu.com/s/1htkKLPM 负载均衡程序 相 ...
- Lombok 继承时应注意的点
lombok项目的产生就是为了省去我们手动创建getter和setter等基本方法的麻烦,它能够在我们编译源码的时候自动帮我们生成getter和setter等方法.即它最终能够达到的效果是:在源码中没 ...
- css3自定义滚动条背景透明
.editor{ overflow:hidden; height:640px; padding:0 45px; border: 0 none; outline: none; } .editor::-w ...
- python第三十一课--递归(1.简单递归函数的定义和使用)
演示:简单递归函数的定义和使用 需求:1~5进行累加 找寻关系:函数名:mySum(num) 1).找临界点:运算到1(加到1)就结束了 2). 第一次:5+mySum(5-1)-->retur ...
- Android常见UI组件之ListView(一)
使用ListView显示一个长的项列表 1.新建一个名为"BasicView5"的Android项目. 2.改动BasicView5.java文件.改动后的程序例如以下: pack ...