微软近期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. Go语言学习笔记(四)结构体struct & 接口Interface & 反射reflect

    加 Golang学习 QQ群共同学习进步成家立业工作 ^-^ 群号:96933959 结构体struct struct 用来自定义复杂数据结构,可以包含多个字段(属性),可以嵌套: go中的struc ...

  2. MySQL运维之---mysqldump备份、select...into outfile、mysql -e 等工具的使用

    1.mysqldump备份一个数据库 mysqldump命令备份一个数据库的基本语法: mysqldump -u user -p pwd dbname > Backup.sql 我们来讲解一下备 ...

  3. XtraEditors六、ListBoxControl、CheckedListBoxControl、ImageListBoxControl

    ListBoxControl 效果如下: 示例代码: string[] girlArr = { "面码", "Saber", "Mathilda&qu ...

  4. leetcode 3. Longest Substring Without Repeating Characters [java]

    idea: 设置一个hashset存储非重复元素 j:遍历s i:最近的一个非重复指针 注意点: 1.Set set = new HashSet<>(); add remove publi ...

  5. UML学生成绩管理系统需求分析

    学生成绩管理系统工作室高校教育工作的一项重要内容.教务管理工作是指学校管理人员按照一定的教育方针,运用先进的管理手段,组织.协调.指挥并指导各用户活动,一边高效率.高质量地完成各项教学任务,完成国家所 ...

  6. 10.Solr4.10.3数据导入(DIH全量增量同步Mysql数据)

    转载请出自出处:http://www.cnblogs.com/hd3013779515/ 1.创建MySQL数据 create database solr; use solr; DROP TABLE ...

  7. CentOs7 编译安装PHP7.1.5

    1 创建php用户和用户组,并在github下载php7源码 #######新建php用户和php组 [root@typecodes ~]# groupadd -r www && us ...

  8. Invalid action class configuration that references an unknown class named [XX] .

    多次遇到这个错误,难以解决,有时候出现,有时候没有,很神奇,今天发现了一点端倪,虽然说不上找到了所有导致这个bug的原因.至少,也是很主要的一种了. 其实,透过结果,如果debug用心,一行代码一行代 ...

  9. 天地图api地址

    天地图地址 http://lbs.tianditu.com/api-new/examples.html 参考资料 http://lbs.tianditu.com/api-new/class.html

  10. Scala学习之路 (七)Scala的柯里化及其应用

    一.概念 柯里化(currying, 以逻辑学家Haskell Brooks Curry的名字命名)指的是将原来接受两个参数的函数变成新的接受一个参数的函数的过程.新的函数返回一个以原有第二个参数作为 ...