微软职位内部推荐-Software Engineer
微软近期Open的职位:
Job Title: Software Engineer
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.  
Office 365 was the fastest business in Microsoft to reach $1 billion in revenue.   Subsequent to that, in one year it again more than doubled its revenue.   Today it’s already a $3+ billion business at Microsoft.   Even with such strong business momentum, there is still plenty of opportunities to make deep technical impact to the product, service, and business.   The Office 365 Foundations Auth and Directory team is looking for talented engineers to work on the following areas:
1)      A highly scalable mission critical directory service.   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)      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.  
3)      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.    
We are seeking strong software engineers to build system and engineering expertise for Office 365 in Suzhou, China. The ideal candidate must have:
BS or MS degree in Computer Science or related field
2+ years of professional experience in software product development
Passion for solving hard technical problems in cloud services and 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.
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
微软职位内部推荐-Software Engineer的更多相关文章
- 微软职位内部推荐-Software Engineer II_VS
微软近期Open的职位: Job Title: Software Engineer II Division: Visual Studio China – Developer Division Work ...
- 微软职位内部推荐-Software Engineer II_HPC
微软近期Open的职位: Job Title: Software Engineer II_HPC Location: Shanghai, China Are you passionate about ...
- 微软职位内部推荐-Software Engineer II-Web app
微软近期Open的职位: The Office App Services team is working on the powerful Office Web Apps including Word ...
- 微软职位内部推荐-Software Engineer II-News
微软近期Open的职位: News is a critical areas for integration of mobile and services, one of the top priorit ...
- 微软职位内部推荐-Software Engineer II-Senior Software Engineer for Satori
微软近期Open的职位: Title: Software Engineer II-Senior Software Engineer for Satori, STC Location: Beijing ...
- 微软职位内部推荐-Software Engineer II
微软近期Open的职位: Job Description Group: Search Technology Center Asia (STCA)/Search Ads Title: SDEII-Sen ...
- 微软职位内部推荐-Software Engineer II-Data Mini
微软近期Open的职位: Are you looking for a big challenge? Do you know why Big Data is the next frontier for ...
- 微软职位内部推荐-Software Engineer II-SDP
微软近期Open的职位: Position: SDE II The R&D of Shared Data Platform at Application and Services Group ...
- 微软职位内部推荐-Software Engineer II-Office Incubation
微软近期Open的职位: Office China team is looking for experienced engineers to improve consumer experience i ...
随机推荐
- PHP类继承、接口继承关系概述
PHP类继承: PHP类不支持多继承,也就是子类只能继承一个父类,但是支持多层次继承,比如: class frist{ public function __construct(){ echo &quo ...
- 乘风破浪:LeetCode真题_024_Swap Nodes in Pairs
乘风破浪:LeetCode真题_024_Swap Nodes in Pairs 一.前言 这次还是链表的操作,不过我们需要交换链表奇数和偶数位置上的节点,因此要怎么做呢? 二.Swap Nodes i ...
- 一段刚刚出炉的CSV文件转换为DataTable对象的代码
CSV是以文本形式保存的表格数据,具体是每列数据使用逗号分割,每行数据使用CRLF(\r\n)来结尾,如果数据值包含逗号或CRLF则使用双引号将数值包裹,如果数据值包含双引号则使用两个双引号做为转义. ...
- sql注入--mysql
mysql数据库结构: 数据库A --> 表名 --> 列名 --> 数据 数据库B --> 表名 --> 列名 --> 数据 mysql数据库信息: my ...
- DevExpress08、SchedulerControl、DateNavigator、SpreadsheetControl
SchedulerControl 该控件以可视化的效果显示预约或者设定的行程: 该控件预约后的数据存储在SchedulerStorage对象里, 当以拖动形式添加SchedulerControl控件到 ...
- yaml格式
yaml中允许表示三种格式,分别为常量值.对象和数组 例如: 其中#作为注释,yaml中只有行注释 基本格式要求: 1.大小写敏感:2.使用缩进代表层级关系: 3.缩进只能使用空格,不能使用tab键, ...
- python第三十六课——2.迭代器对象
满足前提: 1).必须是一个可迭代对象 2).可以被next()所作用的 举例: generator... 高效的检测一个对象是否是迭代器对象 需要使用collections模块中的Iterator类 ...
- java util.Date 转换为sql.Date
public static java.sql.Timestamp StrTransSqlDate(String date) { SimpleDateFormat simpleDateFormat = ...
- day3-课堂代码
# a = ('哈哈', 'xixi', 'hehe') # print(a[0]) # print(a[0:2]) # # # 列表 # a = ['哈哈', 'xixi', 'hehe', 1, ...
- collate字段详细讲解
collate可以在库级别上,表级别上,列级别上设计:意思就是“排列规则”;通常和charset结合使用: 例如: 建议使用utf8mb4而不是utf8,因为utf8最多支持3字节得长度,但是有些字符 ...