微软近期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. 更改win系统的鼠标样式

    一.找一个你心仪的鼠标样式(.cur文件),并放到 C:\Windows\Cursors 目录下 二.打开,控制面板 -> 硬件和声音 -> 鼠标 ,如下图: 三.浏览鼠标目录,找到你存放 ...

  2. 028、HTML 标签1列表、图片、表格

    内容简单看一下理解就行了. HTML 是用来描述网页的一种语言.就是用来编写网页的语言 内容:换行.分割,标签属性,编码方式设置,字体标签,特殊符号,列表.图片.表格标签############### ...

  3. PyQt5--MainWindow

    # -*- coding:utf-8 -*- ''' Created on Sep 14, 2018 @author: SaShuangYiBing ''' import sys from PyQt5 ...

  4. MyBatis insert操作插入,返回主键from官方

    下面就是 insert,update 和 delete 语句的示例: <insert id="insertAuthor" parameterType="domain ...

  5. tcp尽快尽快了

    看的撒积分卡拉斯的放假啊的顺口溜

  6. Netty入门(二)时间服务器及客户端

    在这个例子中,我在服务器和客户端连接被创立时发送一个消息,然后在客户端解析收到的消息并输出.并且,在这个项目中我使用 POJO 代替 ByteBuf 来作为传输对象. 一.服务器实现 1.  首先我们 ...

  7. PHP实现微信发红包功能2

    <?php class wxPay { //配置参数信息 const SHANGHUHAO = "1430998xxx";//商户号 const PARTNERKEY = & ...

  8. Flume学习之路 (二)Flume的Source类型

    一.概述 官方文档介绍:http://flume.apache.org/FlumeUserGuide.html#flume-sources 二.Flume Sources 描述 2.1 Avro So ...

  9. screen命令使用

    screen -S + name:创建一个名字叫做name的会话.在里面执行你想要执行的程序,再用Ctrl+a+d退出,让会话Detached,这样就能保证你的任务在后台一直运行,也不会随着终端的关闭 ...

  10. mysql 压缩备份 压缩还原 命令

    .mysqldump 备份并压缩sql文件 mysql>mysqldump -h主机ip -u用户名 -p密码(也可不输入) 数据库名 | gzip > 压缩后文件位置 .mysql直接用 ...