微软职位内部推荐-Senior SW Engineer for Application Ecosystem
微软近期Open的职位:
Job posting title: Senior Development Engineer
Location: China, Beijing
Division: Operations System Group Engineering
 
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
•      Designing and building high impact first-party applications, system software and platform capabilities for both China and world-wide distributions
•      Creating high quality software design specifications based on functional requirements
•      Proposing solution concepts, conducting feasibility studies and creating prototypes
•      Collaborating with internal and external partners, both local and remote, to align technical dependencies and to achieve optimal solutions to complex problems
•      Collaborating with program management on planning and milestone definitions
•      Providing technical leadership to grow engineering team competency
•      Promoting best engineering practices to achieve fast release cycles with high quality to meet customer needs
Qualifications:
•      Love building software, love writing great code, best in the business
•      Significant experiences in Windows applications and/or system software development; mobile experience highly preferred
•      Well-versed in architecture, performance, reliability and other quality issues
•      Fluent in major programming languages, development environments and tools. C#, C++ is must
•      Self-driven, terrific problem solving skills, attention to details with big picture mindset
•      Full product life cycle experience with track record of successful deliveries
•     
•      Superb communication and collaboration skills, ability to influence peers and partners
•      Minimum 10 year commercial software development experience with at least 3 years in a senior or lead role
•      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的更多相关文章
- 微软职位内部推荐-Sr. SW Engineer for Azure Networking
微软近期Open的职位: Senior SW Engineer The world is moving to cloud computing. Microsoft is betting Windows ...
- 微软职位内部推荐-Senior Network Engineer
微软近期Open的职位: Global Foundation Services is the team behind the cloud. GFS is responsible for deliver ...
- 微软职位内部推荐-Sr. SW Engineer for Privacy Id
微软近期Open的职位: Job posting title: Senior Software Engineer for Privacy Identification Profession: Engi ...
- 微软职位内部推荐-Senior Development Engineer
微软近期Open的职位: Job Title: Senior Software Development Engineering Work Location: Suzhou, China Enterpr ...
- 微软职位内部推荐-Senior Software Engineer -Web
微软近期Open的职位: Location: Beijing, China The Office App Services team is working on the powerful Office ...
- 微软职位内部推荐-Senior BSP Engineer
微软近期Open的职位: The position of Sr. BSP engineer requires experience and good knowledge in mobile hardw ...
- 微软职位内部推荐-Senior Software Engineer
微软近期Open的职位: Are you looking for a big challenge? Do you know why Big Data is the next frontier for ...
- 微软职位内部推荐-Senior Software Engineer - Back End
微软近期Open的职位: SharePoint is a multi-billion dollar enterprise business that has grown from an on-prem ...
- 微软职位内部推荐-Senior Software Engineer - Front End
微软近期Open的职位: SharePoint is a multi-billion dollar enterprise business that has grown from an on-prem ...
随机推荐
- laravel 安装步骤
1.将laravel安装文件里的 (composer.bat 和 composer.phar)放在你要使用的php版本 里的:如:D:\phpStudy\php\php-7.0.12-nts 2.进入 ...
- yum安装某个包出现冲突的情况
yum安装是非常方便的,可以自动解决依赖问题,但是有时候我们安装包会出现冲突,这个时候我们就要查找是哪些包与哪些包出现冲突,然后再针对性的解决问题. 一般来说起冲突的包会报出来,主要为两点 1.包与包 ...
- 第 14 章 结构和其他数据形式(names3)
/*----------------------------------- names3.c -- 使用指针和 malloc() ----------------------------------- ...
- SQL语句:查看排名前五的SQL语句耗时情况
total_worker_time , last_worker_time , max_worker_time , min_worker_time , ) , ( ( CASE statement_en ...
- python第三十课--异常(raise关键字)
演示: 1.手动抛出异常对象-->raise关键字 2.try-except代码不能解决语法错误 try: print('try...') raise TypeError('类型有误的异常') ...
- 2-6 R语言基础 缺失值
#缺失值 Missing Value > #NaN不可识别NA> x <- c(1,NA,2,NA,3) > is.na(x)[1] FALSE TRUE FALSE TRUE ...
- thinkphp5整合 gatewaywork实现聊天
1:将下载的gatewaywork下的\vendor 下的workman文件夹,整个复制到tp5下的vendor目录下 2:tp5\application\push 新键push文件夹,将下载的 ...
- Chrome插件(扩展)开发全攻略
[干货]Chrome插件(扩展)开发全攻略:https://www.cnblogs.com/liuxianan/p/chrome-plugin-develop.html
- Oracle create tablespace 创建表空间语法详解
CREATE [UNDO] TABLESPACE tablespace_name [DATAFILE datefile_spec1 [,datefile_spec2] ...... ...
- vue_resource和axios
vue_resource和axios 1. 简介 vue本身不支持发送AJAX请求,需要使用vue-resource.axios等插件实现 axios是一个基于Promise的HTTP请求客户端,用来 ...