微软职位内部推荐-Principal Software Eng Mgr
微软近期Open的职位:
Job Title:   Principal Software Eng Mgr
Work Location: Shanghai, China
Job Description:
Are you a Linux, UNIX or FreeBSD ninja?   Think that those skills have no value at a company like Microsoft?   Think again!   Come lead the way helping Microsoft embrace Open-Source Software in a big way by making Linux and FreeBSD great guest operating systems running on Windows Server.   We need your deep experience in the industry where you deployed the LAMP stack to your customers, your savvy understanding of MySQL HA configurations, and your well-earned scars trying to deploy those solutions in the public cloud.
We are the Open Source Technology Center at Microsoft, and our charter is to make the various distributions of Linux and FreeBSD run as good on Hyper-V as Windows does.   Performance, reliability and stability are key, but that’s not all.   We also make sure they run great in Microsoft Azure, Microsoft’s public cloud offering.
We are looking for a seasoned technical leader who has deep experience working with Open-Source Software in a broad way, but with specific experience deploying Linux servers running enterprise-class applications.   Having deep experience with cloud technologies such as Microsoft Azure, Amazon Web Services or AliCloud will be critical to understanding how to best configure, test and deploy these solutions enabling Microsoft customers to simply “click and run” the virtual machine of their choice in Azure.
Our team is rapidly growing. This position is poised to help formulate the long-term strategy for Microsoft’s investments in open-source software for private and public clouds.   Experience in managing and leading a software engineer team is required. Track record of strong execution and along with the ability to transcend the market/customer requirements to the executables. Strong communication skills are a must as is deep passion for technology.   A deep understanding of virtualization technologies, operating systems architecture and cloud technologies are key.
Come and join our growing team and become part of a new wave of leaders at Microsoft driving open-source solutions.   This position is located in Shanghai, China.   Strong verbal and written English is required.   Mandarin is a plus.
Microsoft is an equal opportunity employer and supports workforce diversity.
如果你想试试这个职位,请跟我联系,我是微软的员工,可以做内部推荐。发你的中英文简历到我的邮箱:Nicholas.lu.mail(at)gmail.com
微软职位内部推荐-Principal Software Eng Mgr的更多相关文章
- 微软职位内部推荐-Principal Software Developer
微软近期Open的职位: Contact Person: Winnie Wei (wiwe@microsoft.com ) Work Location: Suzhou/Beijing News is ...
- 微软职位内部推荐-Principal Development Lead
微软近期Open的职位: Job Title: Principal Development Lead Work Location: Suzhou, China This is a once in a ...
- 微软职位内部推荐-Senior Software Engineer-News
微软近期Open的职位: News is a critical areas for integration of mobile and services, one of the top priorit ...
- 微软职位内部推荐-Principal Dev Manager
微软近期Open的职位: Title: Principal Dev Manager Location: Beijing The R&D of Shared Data Platform at S ...
- 微软职位内部推荐-Principal DEV Manager for Bing Client
微软近期Open的职位: Title: Principal DEV Manager for Bing ClientGroup: Search Technology Center Asia, BingW ...
- 微软职位内部推荐-Senior Software Engineer_Azure
微软近期Open的职位: Job Title: Senior Software Engineer Location: Shanghai, China Have you ever imagined th ...
- 微软职位内部推荐-Senior Software Engineer -Web
微软近期Open的职位: Location: Beijing, China The Office App Services team is working on the powerful Office ...
- 微软职位内部推荐-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-SDP
微软近期Open的职位: Position: Senior SDE The R&D of Shared Data Platform at Application and Services Gr ...
随机推荐
- MySQL基础之 支持的数据类型
MySQL的数值类型 整数类型 字节 有符号 无符号 TINYINT 1 -128~+127 0~255 SAMLLINT 2 -32768~+32767 0~65535 MEDIUMINT 3 -8 ...
- .net core 入坑经验 - 2、MVC Core之获取网站运行路径
这次是建立了asp.net mvc core项目,在controller中想获取网站在硬盘中的路径,找了一圈Server.MapPath() 已不存在,HttpContent也一样,经过查阅资料发现是 ...
- css常见知识点
1.内核区分 希望某一个浏览器能一统江湖 -ms-transform:rotate(7deg); //-ms代表ie内核识别码 -moz-transform:rotate(7deg); //-moz代 ...
- java使用elasticsearch进行模糊查询之must使用-项目中实际使用
java使用elasticsearch进行多个条件模糊查询 文章说明: 1.本篇文章,本人会从java连接elasticsearch到查询结果生成并映射到具体实体类(涵盖分页功能) 2.代码背景:el ...
- php包含那点事情[WOOYUN]
有空就多整理下曾经研究过的知识和需要温顾的知识,明年可能去寻工作络. 关于PHP中LFI(Local File Include,本地文件包含)漏洞,大家都很熟悉了;paper很多很多,特别是国外的.. ...
- APP性能测试,网易Emmagee工具
APK地址:https://github.com/NetEase/Emmagee/releases/download/V1.2.1/Emmagee-1.2.1.apk 开源代码github地址:htt ...
- composer(管理依赖关系的工具) 及配置信息
Composer 是 PHP 用来管理依赖(dependency)关系的工具.你可以在自己的项目中声明所依赖的外部工具库(libraries),Composer 会帮你安装这些依赖的库文件. 配置文件 ...
- myEtherWallet在线钱包的使用
https://www.myetherwallet.com/#generate-wallet myEtherWallet是一款在线钱包,当你不想安装类似metamask这样的插件时,可以选择使用它 1 ...
- leetcode 280.Wiggle Sort 、324. Wiggle Sort II
Wiggle Sort: 注意:解法一是每次i增加2,题目不是保证3个3个的情况,而是整个数组都要满足要求. 解法一错误版本: 如果nums的长度是4,这种情况下nums[i+1]会越界.但是如果你用 ...
- canal数据同步目录
我们公司对于数据同步有以下需求 1.多个mysql库中有一些基础表需要数据统一,mysql跨库同步 2.mysql热数据加载到redis 3.全文检索需要mysql同步到es 4.数据变更是附属的其它 ...