微软近期Open的职位:

Job posting title: Senior Development Engineer

Location: China, Beijing

Division: Operations System Group Engineering

&nbsp

Group Overview

OSG is delivering flagship products in Microsoft. China is a second largest economy in the world. With over one billion mobile subscribers, China has become the largest and most dynamic mobile market in the world, and the PC population in China also nurtures great business opportunities.

We are forming a new team in China, OSG China Engineering team, focusing on delivering China-market specific Windows features and products across different form factors on PC/Phone/Tablet to succeed more broadly in China.

Roles & Responsibilities

We are looking for a strong software development expert in Windows and Windows Phone applications & systems software to lead us to win in this market. The senior development engineer will be responsible for

• &nbsp&nbsp&nbsp&nbsp Designing and building high impact first-party applications, system software and platform capabilities for both China and world-wide distributions

• &nbsp&nbsp&nbsp&nbsp Creating high quality software design specifications based on functional requirements

• &nbsp&nbsp&nbsp&nbsp Proposing solution concepts, conducting feasibility studies and creating prototypes

• &nbsp&nbsp&nbsp&nbsp Collaborating with internal and external partners, both local and remote, to align technical dependencies and to achieve optimal solutions to complex problems

• &nbsp&nbsp&nbsp&nbsp Collaborating with program management on planning and milestone definitions

• &nbsp&nbsp&nbsp&nbsp Providing technical leadership to grow engineering team competency

• &nbsp&nbsp&nbsp&nbsp Promoting best engineering practices to achieve fast release cycles with high quality to meet customer needs

Qualifications:

• &nbsp&nbsp&nbsp&nbsp Love building software, love writing great code, best in the business

• &nbsp&nbsp&nbsp&nbsp Significant experiences in Windows applications and/or system software development; mobile experience highly preferred

• &nbsp&nbsp&nbsp&nbsp Well-versed in architecture, performance, reliability and other quality issues

• &nbsp&nbsp&nbsp&nbsp Fluent in major programming languages, development environments and tools. C#, C++ is must

• &nbsp&nbsp&nbsp&nbsp Self-driven, terrific problem solving skills, attention to details with big picture mindset

• &nbsp&nbsp&nbsp&nbsp Full product life cycle experience with track record of successful deliveries

• &nbsp&nbsp&nbsp&nbsp

• &nbsp&nbsp&nbsp&nbsp Superb communication and collaboration skills, ability to influence peers and partners

• &nbsp&nbsp&nbsp&nbsp Minimum 10 year commercial software development experience with at least 3 years in a senior or lead role

• &nbsp&nbsp&nbsp&nbsp Fluent English-speaking and -writing skills

This position is based in Beijing (China), one of the most vibrant cities in the world. Come experience the culture, explosive growth, great shopping and amazing food. The city is very international and easy to live in. -- Join us today!

Microsoft is an equal opportunity employer and supports workforce diversity.

如果你想试试这个职位,请跟我联系,我是微软的员工,可以做内部推荐。发你的中英文简历到我的邮箱:Nicholas.lu.mail(at)gmail.com

微软职位内部推荐-Senior SW Engineer for Application Ecosystem的更多相关文章

  1. 微软职位内部推荐-Sr. SW Engineer for Azure Networking

    微软近期Open的职位: Senior SW Engineer The world is moving to cloud computing. Microsoft is betting Windows ...

  2. 微软职位内部推荐-Senior Network Engineer

    微软近期Open的职位: Global Foundation Services is the team behind the cloud. GFS is responsible for deliver ...

  3. 微软职位内部推荐-Sr. SW Engineer for Privacy Id

    微软近期Open的职位: Job posting title: Senior Software Engineer for Privacy Identification Profession: Engi ...

  4. 微软职位内部推荐-Senior Development Engineer

    微软近期Open的职位: Job Title: Senior Software Development Engineering Work Location: Suzhou, China Enterpr ...

  5. 微软职位内部推荐-Senior Software Engineer -Web

    微软近期Open的职位: Location: Beijing, China The Office App Services team is working on the powerful Office ...

  6. 微软职位内部推荐-Senior BSP Engineer

    微软近期Open的职位: The position of Sr. BSP engineer requires experience and good knowledge in mobile hardw ...

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

    微软近期Open的职位: Are you looking for a big challenge? Do you know why Big Data is the next frontier for ...

  8. 微软职位内部推荐-Senior Software Engineer - Back End

    微软近期Open的职位: SharePoint is a multi-billion dollar enterprise business that has grown from an on-prem ...

  9. 微软职位内部推荐-Senior Software Engineer - Front End

    微软近期Open的职位: SharePoint is a multi-billion dollar enterprise business that has grown from an on-prem ...

随机推荐

  1. 2.2Python基础语法(二)之运算符

    返回总目录 目录: 1.Python运算符的分类 2.算数运算符 3.复合运算符 4.比较运算符 5.逻辑运算符 (一)Python运算符的分类: (二)算数运算符: 注意下面三种算数符号: 1.** ...

  2. Priority Queue

    优先队列 集合性质的数据类型离不开插入删除这两操作,主要区别就在于删除的时候删哪个,像栈删最晚插入的,队列删最早插入的,随机队列就随便删,而优先队列删除当前集合里最大(或最小)的元素.优先队列有很多应 ...

  3. 13.4SolrCloud集群使用手册之CRUD

    转载请出自出处:http://www.cnblogs.com/hd3013779515/ Student.java package cn.ljh.ssm.test; import org.apache ...

  4. jQuery 使用ajax,并刷新页面

    <script> function del_product_information(id) { $.ajax({ url: "{% url 'del_product_inform ...

  5. Mac svn使用学习-3-客户端调用服务端简单例子

    既然在前一篇内容中我们已经讲svn服务器搭建好了,那么接下来我们试着试着简单使用一个该服务器 1.从本地导入代码到服务器上 userdeMBP:~ user$ svn import /Users/us ...

  6. day1-课堂代码

    # # a = 1 # b = a # print(b) # # c = a + 1 # print(c) # # def add(x,y): # return x+y # # d = add(3,5 ...

  7. MP实战系列(十四)之分页使用

    MyBatis Plus的分页,有插件式的,也有其自带了,插件需要配置,说麻烦也不是特别麻烦,不过觉得现有的MyBatis Plus足以解决,就懒得配置插件了. MyBatis Plus的资料不算是太 ...

  8. 使用<button></button>标签

    使用<button></button>标签一定要记住给它设置type,因为它默认的type=“submit”,会提交表单,设置如下 <button type=" ...

  9. python变量的引用,浅拷贝

    python的变量是对象引用 l1和l2引用的相同的对象,所以会相互影响 元组不变的是引用的物理地址,如果引用的对象是可变的,那么远祖也会发生变化 但是t1[2]的id时钟没有发生变化 2 默认是浅拷 ...

  10. JAVA 对基础知识的加强

    一.我们在写类的时候.设置字段的时候含义: 简单的javabean类: package jd.com.vo; import jd.com.mybaitstest.account; public cla ...