微软近期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. laravel 安装步骤

    1.将laravel安装文件里的 (composer.bat 和 composer.phar)放在你要使用的php版本 里的:如:D:\phpStudy\php\php-7.0.12-nts 2.进入 ...

  2. yum安装某个包出现冲突的情况

    yum安装是非常方便的,可以自动解决依赖问题,但是有时候我们安装包会出现冲突,这个时候我们就要查找是哪些包与哪些包出现冲突,然后再针对性的解决问题. 一般来说起冲突的包会报出来,主要为两点 1.包与包 ...

  3. 第 14 章 结构和其他数据形式(names3)

    /*----------------------------------- names3.c -- 使用指针和 malloc() ----------------------------------- ...

  4. SQL语句:查看排名前五的SQL语句耗时情况

    total_worker_time , last_worker_time , max_worker_time , min_worker_time , ) , ( ( CASE statement_en ...

  5. python第三十课--异常(raise关键字)

    演示: 1.手动抛出异常对象-->raise关键字 2.try-except代码不能解决语法错误 try: print('try...') raise TypeError('类型有误的异常') ...

  6. 2-6 R语言基础 缺失值

    #缺失值 Missing Value > #NaN不可识别NA> x <- c(1,NA,2,NA,3) > is.na(x)[1] FALSE TRUE FALSE TRUE ...

  7. thinkphp5整合 gatewaywork实现聊天

    1:将下载的gatewaywork下的\vendor  下的workman文件夹,整个复制到tp5下的vendor目录下 2:tp5\application\push   新键push文件夹,将下载的 ...

  8. Chrome插件(扩展)开发全攻略

    [干货]Chrome插件(扩展)开发全攻略:https://www.cnblogs.com/liuxianan/p/chrome-plugin-develop.html

  9. Oracle create tablespace 创建表空间语法详解

    CREATE [UNDO]  TABLESPACE tablespace_name          [DATAFILE datefile_spec1 [,datefile_spec2] ...... ...

  10. vue_resource和axios

    vue_resource和axios 1. 简介 vue本身不支持发送AJAX请求,需要使用vue-resource.axios等插件实现 axios是一个基于Promise的HTTP请求客户端,用来 ...