微软近期Open的职位:

Do you have a passion for embedded devices and services? &nbsp Does the following make you excited: Embedded Systems, Industrial Automation and Control Systems? &nbsp If so, you need not look any further since these are a few segments customers of the Internet of Things (IoT) team is targeting.

The IoT China organization is part of the Operating Systems Group (OSG) in Beijing, China. &nbsp This is your opportunity to join a team that is targeting industry-proven and world class consumer and enterprise devices and services. &nbsp 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. &nbsp This is a STRATEGICALLY important market to Microsoft for a number of reasons, among them:

• &nbsp&nbsp&nbsp&nbsp 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

• &nbsp&nbsp&nbsp&nbsp there is no clear leader and MS (as a company) is committed to make a big dent in this strategic green field

• &nbsp&nbsp&nbsp&nbsp IoT is well-positioned in the enterprise embedded market with a secured foothold through our long history of Windows Embedded Compact product lines

• &nbsp&nbsp&nbsp&nbsp the “next big thing” will likely be an embedded device

The IoT China team is looking for a seasoned software engineer to help support and innovate on Windows Embedded Compact (WEC) platform, including WEC7 and WEC2013 product lines.

Responsibilities include:

• &nbsp&nbsp&nbsp&nbsp Conceptualizing, implementing and supporting all aspects of Windows CE operating system (Win32, MFC, .NET Compact Framework and Silverlight).

• &nbsp&nbsp&nbsp&nbsp Analyzing application runtime requirements and behaviors to troubleshoot and support customer issues.

• &nbsp&nbsp&nbsp&nbsp Contributing to global customer and partner engagements in concert with the business group’s customer to address key product challenges and issues.

The ideal candidate has:

• &nbsp&nbsp&nbsp&nbsp 5+ years of technology experience

• &nbsp&nbsp&nbsp&nbsp worked in software product team through two complete product development cycles

• &nbsp&nbsp&nbsp&nbsp hands-on experience on Windows Embedded Compact (aka Win CE), knowledge on DirectX and Silverlight programming a plus

• &nbsp&nbsp&nbsp&nbsp practical experience demonstrating success at dealing with ambiguous problems and the ability to make solid progress when the solution is not well defined

• &nbsp&nbsp&nbsp&nbsp great cross group and cross geography collaboration skills

• &nbsp&nbsp&nbsp&nbsp excellent organizational, verbal and written English communication, and motivational skills

• &nbsp&nbsp&nbsp&nbsp demonstrated ability to think strategically and tactically about technical and cross-functional issues

• &nbsp&nbsp&nbsp&nbsp 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 WinCE的更多相关文章

  1. 微软职位内部推荐-SW Engineer II for Azure Network

    微软近期Open的职位: Software Engineer II The world is moving to cloud computing. Microsoft is betting Windo ...

  2. 微软职位内部推荐-SW Engineer II for Cloud Service

    微软近期Open的职位: Positions: SDE for Big Data Cloud Services Azure Big Data Cloud Services and Cosmos are ...

  3. 微软职位内部推荐-SW Engineer II for Skype

    微软近期Open的职位: We are the Skype Beijing team. Skype division drives the communications strategy for Mi ...

  4. 微软职位内部推荐-SW Engineer II for Cloud Servi

    微软近期Open的职位: Do you have a passion for embedded devices and services? &nbsp Does the following m ...

  5. 微软职位内部推荐-SW Engineer II for Embedded System

    微软近期Open的职位: Do you have a passion for embedded devices and services? &nbsp Does the following m ...

  6. 微软职位内部推荐-SW Engineer II for Enterprise Platform

    微软近期Open的职位: Job posting title: SDE II Location: China, Beijing Group Overview Discovery & Colla ...

  7. 微软职位内部推荐-SW Engineer II for Windows System

    微软近期Open的职位: Microsoft's Operating Systems Group delivers the operating system and core user experie ...

  8. 微软职位内部推荐-Service Engineer II for Azure Cloud Network

    微软近期Open的职位: Are you interested in helping to drive the direction of a product that defines the clou ...

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

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

随机推荐

  1. 读高性能JavaScript编程 第二章 让我知道了代码为什么要这样写

    代码为什么要这样写? function initUI(){ var doc = document, bd = doc.body, links = doc.getElementsByTagName_r( ...

  2. November 08th, 2017 Week 45th Wednesday

    Keep your face to the sunshine and you cannot see the shadow. 始终面朝阳光,我们就不会看到黑暗. I love sunshine, but ...

  3. October 21st 2017 Week 42nd Saturday

    Only I can change my life. No one can do it for me. 只有我可以改变我的命运,没有人可以帮我做. Stop complaining about the ...

  4. git常用命令合集(持续完善)

    git常用命令合集(持续更新,仅为便于查阅) 上传整个项目 git init git add 项目名 git commit -m "提交的注释信息" 若已经绑定远程仓库,则直接:g ...

  5. java中Integer与int装箱拆箱一点收获

    示例代码: class BoxIntInteger { public static void main(String[] args) { Integer a = new Integer(10111); ...

  6. 【转】PHP中file_put_contents追加和换行

    在PHP的一些应用中需要写日志或者记录一些信息,这样的话. 可以使用fopen(),fwrite()以及 fclose()这些进行操作. 也可以简单的使用file_get_contents()和fil ...

  7. lua-resty-gearman模块

    粘贴一段百度对gearman的解释: Gearman是一个用来把工作委派给其他机器.分布式的调用更适合做某项工作的机器.并发的做某项工作在多个调用间做负载均衡.或用来在调用其它语言的函数的系统. lu ...

  8. Node基础知识点--学习笔记(一)

    一:建立http服务器: 在D盘建立一个文件夹node,放入app.js,代码如下: var http = require('http'); http.createServer(function(re ...

  9. CentOS配置Hive

    hive搭建共分为三种模式:1.embedded,2.local,3.remote server 在这里,主要是配置第3种模式:remote server模式,如下图所示: 我的环境共三台虚拟机:Ho ...

  10. 允许Ubuntu系统下Mysql数据库远程连接

    第一步: vim /etc/mysql/my.cnf找到bind-address = 127.0.0.1 注释掉这行,如:#bind-address = 127.0.0.1 或者改为: bind-ad ...