微软近期Open的职位:

Job Title: &nbsp Principal Software Eng Mgr

Work Location: Shanghai, China

Job Description:

Are you a Linux, UNIX or FreeBSD ninja? &nbsp Think that those skills have no value at a company like Microsoft? &nbsp Think again! &nbsp 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. &nbsp 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. &nbsp Performance, reliability and stability are key, but that’s not all. &nbsp 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. &nbsp 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. &nbsp 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. &nbsp 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. &nbsp This position is located in Shanghai, China. &nbsp Strong verbal and written English is required. &nbsp Mandarin is a plus.

Microsoft is an equal opportunity employer and supports workforce diversity.

如果你想试试这个职位,请跟我联系,我是微软的员工,可以做内部推荐。发你的中英文简历到我的邮箱:Nicholas.lu.mail(at)gmail.com

微软职位内部推荐-Principal Software Eng Mgr的更多相关文章

  1. 微软职位内部推荐-Principal Software Developer

    微软近期Open的职位: Contact Person: Winnie Wei (wiwe@microsoft.com ) Work Location: Suzhou/Beijing News is ...

  2. 微软职位内部推荐-Principal Development Lead

    微软近期Open的职位: Job Title: Principal Development Lead Work Location: Suzhou, China This is a once in a ...

  3. 微软职位内部推荐-Senior Software Engineer-News

    微软近期Open的职位: News is a critical areas for integration of mobile and services, one of the top priorit ...

  4. 微软职位内部推荐-Principal Dev Manager

    微软近期Open的职位: Title: Principal Dev Manager Location: Beijing The R&D of Shared Data Platform at S ...

  5. 微软职位内部推荐-Principal DEV Manager for Bing Client

    微软近期Open的职位: Title: Principal DEV Manager for Bing ClientGroup: Search Technology Center Asia, BingW ...

  6. 微软职位内部推荐-Senior Software Engineer_Azure

    微软近期Open的职位: Job Title: Senior Software Engineer Location: Shanghai, China Have you ever imagined th ...

  7. 微软职位内部推荐-Senior Software Engineer -Web

    微软近期Open的职位: Location: Beijing, China The Office App Services team is working on the powerful Office ...

  8. 微软职位内部推荐-Senior Software Engineer

    微软近期Open的职位: Are you looking for a big challenge? Do you know why Big Data is the next frontier for ...

  9. 微软职位内部推荐-Senior Software Engineer-SDP

    微软近期Open的职位: Position: Senior SDE The R&D of Shared Data Platform at Application and Services Gr ...

随机推荐

  1. 数据库迁移之从oracle 到 MySQL最简单的方法

    数据库迁移之从oracle 到 MySQL最简单的方法 因工作需要将oracle数据库换到MySQL数据库,数据量比较大,百万级别的数据,表也比较多,有没有一种既快捷又安全的方法呢?答案是肯定的,下面 ...

  2. mariadb启动报错:[ERROR] Can't start server : Bind on unix socket: Permission denied

    今天mariadb总是启动不了,对于我来说是不能忍受的.然后前往日志文件查看报错信息,提示如下: 出错信息一共就这三行,没有报其他的错误.那只能从红色方框的地方开始入手了. 首先是百度去搜索原因是什么 ...

  3. Idea2018版本建的项目总是找不到主类

    最近更新idea到2018,总是遇见无法加载到主类,刚开始以为是装的过程有什么搞错了,但重装好几遍都是,换成2017又恢复正常,最后发现聪明的同学找到了个偏门可以解决. 那就是先创建文件夹,然后在创建 ...

  4. 【Python】新建自定义个数的自定义长度名字

    # -*- coding:utf-8 -*- import random def CreateRandomName(number,length): """ :param ...

  5. java多重转型问题

    我们来看一个简单的问题,下面的代码会打印出什么? public class hello { public static void main(String[] args){ System.out.pri ...

  6. js节流

    function _throttling(fn,wait,mustRun){ var time=null; var startTime= new Date() return function(){ c ...

  7. 关于flex的crossdomain.xml文件存放目录

    最近在项目中遇到flex跨域访问的安全沙箱问题,查资料了解到需要在服务端加上crossdomain.xml文件,即: <?xml version="1.0" encoding ...

  8. POJ 2049— Finding Nemo(三维BFS)10/200

    版权声明:本文为博主原创文章,未经博主同意不得转载. https://blog.csdn.net/u013497151/article/details/29562915 海底总动员.... 这个题開始 ...

  9. jQuery 使用ajax,并刷新页面

    <script> function del_product_information(id) { $.ajax({ url: "{% url 'del_product_inform ...

  10. centos限制远程尝试密码次数

    CentOS中有一个pam_tally2.so的PAM模块,来限定用户的登录失败次数,如果次数达到设置的阈值,则锁定用户.编译PAM的配置文件 # vim /etc/pam.d/login添加: au ...