微软职位内部推荐-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 ...
随机推荐
- tp查询顺序
tp竟然可以跟据商品的id来进行排序查询的数据 记一些php中排序: sort()方法一维索引数组进行值升序排序 rsort()方法一维索引数组进行值降序排序 unsort()方法负责编写自定义排序操 ...
- eclipse 汉化详细方法
1.首先确认自己的 eclipse 是哪个版本,这个很关键,涉及到后面要用到的语言包需要与版本匹配,启动 eclipse,观察对应的版本号,比如我用的是 Photon 版本 2.参照官方给的方法进行下 ...
- react native环境搭建(含错误处理)
1. Python 2 注意,不要选择3.0及以上的,还不成熟 安装过程中一直 next就可以了,但是注意下图,勾选添加到系统环境变量 安装完之后cmd输入 python 查看是否安装成功. 补充 ...
- Nodejs学习资源汇总
Node.js v6.3.1 Documentation https://nodejs.org/dist/latest-v6.x/docs/api/ npm官网 https://www.npmjs ...
- 【转】如何打开注册表编辑器中存储用户信息的SAM文件?
sam文件怎么打开 (Security Accounts Manager安全帐户管理器)负责SAM数据库的控制和维护.SAM数据库位于注册表HKLM\SAM\SAM下,受到ACL保护,可以使用rege ...
- Python各类并发模版
以后在写一些Python并发的时候参考下面这个模块,小西总结的挺全的,直接搬砖了. 进程并发 from multiprocessing import Pool, Manager def func(d, ...
- Kafka学习之路 (二)Kafka的架构
一.Kafka的架构 如上图所示,一个典型的Kafka集群中包含若干Producer(可以是web前端产生的Page View,或者是服务器日志,系统CPU.Memory等),若干broker(Kaf ...
- 根据Uri获取文件的绝对路径
简易版处理(实际并没发现有什么问题) public static String getRealPathFromURI(Context context, Uri contentURI) { String ...
- 蓝桥杯 历届试题 约数倍数选卡片 (经典数论+DFS)
闲暇时,福尔摩斯和华生玩一个游戏: 在N张卡片上写有N个整数.两人轮流拿走一张卡片.要求下一个人拿的数字一定是前一个人拿的数字的约数或倍数.例如,某次福尔摩斯拿走的卡片上写着数字“6”,则接下来华生可 ...
- linux iostat 性能指标说明(转)
iostat属于sysstat软件包.可以用yum install sysstat 直接安装. 备注: 如果%iowait的值过高,表示硬盘存在I/O瓶颈, %idle值高,表示CPU较空闲, 如果% ...