微软近期Open的职位:

Job Title: Principal Development Lead

Work Location: Suzhou, China

This is a once in a lifetime opportunity - you've heard by now how Microsoft is 'all in' the cloud? And how we as a company are transforming ourselves and the industry by leading software and services? The office 365 foundation team is central to this (positive) disruption and now you have the chance to be a part of it. Our exchange Server, for instance, is the #1 enterprise e-mail server in the world and is on track to be the #1 e-mail service in the world growing at a tremendous pace. We are currently hosting ~50 million mailboxes in our datacenters around the globe, and doubling the number of users every six months. We are expanding in both global presence and customer satisfaction in the cloud. &nbsp

Office 365 was the fastest business in Microsoft to reach $1 billion in revenue. &nbsp Subsequent to that, in one year it again more than doubled its revenue. &nbsp Today it’s already a $3+ billion business at Microsoft. &nbsp Even with such strong business momentum, there is still plenty of opportunities to make deep technical impact to the product, service, and business. &nbsp The Office 365 Foundations Auth and Directory team is looking for talented engineer manager to lead the team working on the following areas:

1) &nbsp&nbsp&nbsp&nbsp A highly scalable mission critical directory service. &nbsp Today this component consists of 5000+ AD servers in our datacenters and powers close to two trillion queries a month for all Exchange Online’s login, address book, and mail routing functionality. This team is engineering solutions to significantly reduce MTTR, enhance the directory’s load balancing capability and scalability.

2) &nbsp&nbsp&nbsp&nbsp A fully fault tolerant provisioning system that applies millions of directory changes a month (for user provisioning activity), with 4-9’s success rate. The team is working to further reduce provisioning error rate, automate recovery solutions, and reduce the end to end user/company provisioning latency. &nbsp

3) &nbsp&nbsp&nbsp&nbsp A datacenter and service management’s identity and authorization model, to provide our service engineers a flexible but tightly secured environment to manage and operate on the service. &nbsp &nbsp

First and foremost, we are looking for Engineering Manager with strong passion for solving hard technical problems in cloud services and growing people. He should have “obsession” for user/customer experience. Candidates should have strong analytical, design, and development skills. Experience in Active Directory, Windows security, large scale service, distributed systems, database technologies is a plus but not required. Proficiency in object oriented development is a plus, with C# and .Net preferred. Excellent English communication skills would be a strong asset.

Basic Qualifications:

10+ years of software development experience in the commercial software industry

3+ years of managing people

BS in Computer Science or Engineer or equivalent industry experience

Microsoft Cloud Background Check: This position will be required to pass the Microsoft Cloud background check upon hire/transfer and every two years thereafter.

Microsoft is an equal opportunity employer. All qualified applicants will receive consideration for employment without regard to race, color, gender, sexual orientation, gender identity or expression, religion, national origin, marital status, age, disability, veteran status, genetic information, or any other protected status.

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

微软职位内部推荐-Principal Development Lead的更多相关文章

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

    微软近期Open的职位: SharePoint is a multi-billion dollar enterprise business that has grown from an on-prem ...

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

    微软近期Open的职位: MSIT Dynamics CRM Sr. Dev Lead (Sr. Dev Lead, Microsoft China, Beijing) Are you interes ...

  3. 微软职位内部推荐-Senior Development Lead – Sharepoint

    微软近期Open的职位: SharePoint is a multi-billion dollar enterprise business that has grown from an on-prem ...

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

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

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

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

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

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

  7. 微软职位内部推荐-Senior Dev Lead

    微软近期Open的职位: Bing Index Serve team is hiring! We are one of the core teams in Bing serving more than ...

  8. 微软职位内部推荐-Sr DEV Lead, Bing Search Relevance

    微软近期Open的职位: Contact Person: Winnie Wei (wiwe@microsoft.com )Sr DEV Lead, Bing Search RelevanceLocat ...

  9. 微软职位内部推荐-Principal Dev Manager for Windows Phone Shell

    微软近期Open的职位: Location: China, BeijingDivision: Operations System Group Engineering Group OverviewOSG ...

随机推荐

  1. Installation failed with message INSTALL_FAILED_UID_CHANGED.--APK安装失败解决方法

    出现此错误原因大都为:手机上原来APK存在残留,即没有卸载干净,导致不能安装新的APK 解决办法: 1.手机上手动卸载出现问题的APP,再重新安装 2.如果apk无法卸载,则将apk相关文件和相关内容 ...

  2. 用thinkPHP实现验证码的功能

    许多系统的登录都有验证码,而如果使用thinkPHP框架搭建网站的话,验证码的生成和验证就比较容易了 1.生成验证码 thinkPHP有对应生成验证码的方法 要使用验证码,需要导入扩展类库中的ORG. ...

  3. iOS屏幕适配知识

    一.旋转处理    第一步:注册通知 [[NSNotificationCenter defaultCenter] addObserver:self                            ...

  4. 自定义Dialog以及Dialog返回值到Activity

    步骤: 1.定义自定义的Dialog的布局文件 2.写一个类MyDialog继承Dialog 3.Dialog 返回值到Activity的方法是定义一个接口,接口中定义返回值到Activity的方法, ...

  5. 软件工程(c编码实践) 学习笔记(一)

    vim 有三种模式:一般模式,编辑模式,命令模式. -------------------------------------------------------------------------- ...

  6. cxf开发Restful Web Services

    一.restful web services rest全称是Representation State Transfer(表述性状态转移).它是一种软件架构风格,只是提供了一组设计原则和约束条件.在re ...

  7. 在Mac 系统上安装密码生成器

    1.打开终端 2.输入 ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/ins ...

  8. 初识50个Linux命令

    1. [命令]:cat [功能说明]: concatenate files and print on the standard output #连接文件并打印到标准输出,有标准输出的都可以用重定向定向 ...

  9. ubuntu16.04下安装openssh-server报依赖错误的解决方法

    问题:系统重装后,安装和配置SSH,防火墙配置 #安装install openssh-server sudo apt install openssh-server -y 遇到问题: sudo apt ...

  10. Culcurse

    一.简介 如果你是一个享受Linux终端的系统管理员,但同样需要一种方法来安排每天最重要的任务.约会和会议,你会发现calcurse是一个很有用的工具.calcurse包含了日历.一个待办事项管理.一 ...