微软近期Open的职位:

Do you have a passion for embedded devices and services? &nbsp Does the following make you excited: Internet of Things, Industrial, Home Automation and Next Generation of Embedded OS based on Windows 10? &nbsp 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. &nbsp 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. &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 to empower the next generation of devices with unified Windows 10 Operating System Core

• &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 defining and delivering a set of application migration technologies for Windows Embedded Compact.

Responsibilities include:

• &nbsp&nbsp&nbsp&nbsp Conceptualizing, designing and implementing core features to support running existing Windows CE applications under the Windows 10 Operating System Core.

• &nbsp&nbsp&nbsp&nbsp Analyzing application runtime requirements and behaviors and implementing necessary extension to ensure application compatibility.

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

• &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 Win32 and .NET programming, knowledge on DirectX and Silverlight programming is 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 Embedded System的更多相关文章

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  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. Windows 下的文件被占用问题解决

    windows下,经常容易出现文件被其他程序占用的现象,令人十分头疼.更头疼的是,还看不到被谁占用. 实际上是有办法看到占用的进程的. 话不多说,以Win10为例: 1.打开资源监视器 a.直接程序栏 ...

  2. 通过C/C++基于http下载文件

    简介 Windows系统如何通过C/C++下载互联网上的文件呢?这里笔者给大家演示一个最简单的方法,利用Windows提供的urlmon库,可以快速实现文件下载的简单实例. 注:本文内容部分参考了&l ...

  3. Linux系统优化之设置swappiness值提高MySQL查询性能

    对MySQL来说,操作系统层面的优化也可以值得考虑一下:就是swappiness. swappiness的大小主要对如何使用swap分区有着密切的联系. 来看一下: [root@chaofeng ~] ...

  4. HDFS核心设计

    一.HDFS核心设计 数据块(block) 数据块是HDFS上最基本的存储单位 HDFS块默认大小为128M         对块进行抽象会带来的好处 一个小文件的大小可以大于网络中任意一个磁盘的容量 ...

  5. sql注入--access

    access数据库结构: 表名  -->  列名  -->  数据 access注入攻击片段 联合查询法: (1)  判断注入点:  ?id=1 and 1=1 ; ?id=1 and 1 ...

  6. QGis C++ 开发之图层分类显示

    开发环境:Win10 + VS2010 + Qt 4.8.6 + QGis 2.14.4 简单介绍下如何用C++方式实现QGis中图层分类显示的方法. 要实现图层的分类显示主要会用到QgsCatego ...

  7. python不要使用可变对象作为参数的默认值

    幽灵乘客例子: . 如上:如果为空时,bus2和bus3引用的是相同的一个list,就会造成粗错误 实际工作中,如果不想改变某个参数值,那么通过以上这种赋值也会改变 解决方式self.passenge ...

  8. 【转】在嵌入式Linux和PC机Linux下使用popen函数时,程序运行结果有差异。

    下面程序演示了在嵌入式Linux和PC机Linux下使用popen函数时,程序的运行结果是有差异的. 两个程序 atest.c 和 btest.c,atest 检查是否有 btest 进程运行,如果没 ...

  9. Python2.7-random

    random 模块,实现了各种分布下的伪随机数生成器.对于整数,可以从一个范围中随机挑选:对于序列,可以随机挑选其中的元素但不改变原序列,也可以对序列中的元素进行重新排列.此外,模块还封装了各种分布函 ...

  10. scrapy(一)scrapy 安装问题

    一.安装scrapy pip install scrapy 二.出现Microsoft Visual C++ 14.0相关问题 注:若出现以下安装错误 building 'twisted.test.r ...