微软职位内部推荐-SDE II-MODC-Beijing
微软近期Open的职位:
JOB TITLE: Software Design Engineer II
DEPARTMENT: Microsoft Office Division China
IMMEDIATE SUPERVISOR: Development Lead
Location: Beijing, China
Is “Cloud-y” in your career forecast? Don't get me wrong, I meant Cloud computing! If you are excited about being part of the Microsoft cloud revolution, look no further, this is the perfect place to start. Office 365 is 1 of the fastest growing business in Microsoft history, and it is our goal to be the TOP industry office suite that delights customers with rich set of online experience that is highly desirable, efficient, and productive. We are looking for talented developer to help build these platforms and experiences to ensure highest customer satisfaction.
About us:
The Office 365 Cloud Service Manageability team is dedicated to delight our customers with powerful tools to administer their Office investment in any environment, be it in-the-cloud, on-premise, and cross premise, where secured, high performance, easy access (Web, Shell, Programmatic), and ease of use are our main focal points. From the engineering perspective, we have a huge opportunity to create synergy across different Office and partner products - such as SharePoint, Exchange, Commerce, Azure, etc... - Not only to build the next generation cloud experience but to also provide extremely efficiency across Office 365 cloud management.
Our team’s charter includes:
Deliver an unified management architecture that enables adaptive and flexible management experience across Office 365
Build high performance, simple to support service-ready infrastructure to increase cloud efficiency
Develop and implement shared engineering strategy to support high quality and fast service release cadence
Responsibility:
We are looking for self-driven, passionate, innovative and experienced developer to contribute to engineer the client facing architecture and datacenter related components for Office 365 suite. The Ideal candidate will be responsible for owning a part of scalable Architecture, technical designs/specifications, and implementation on Web and API interfaces, initiating, and enforcing engineering excellence practices and driving quality in all facets of development. In addition, s/he will have the opportunity to partner with other super bright engineers in different parts of the world in the Office organization.
Requirements:
Strong background on CS fundamentals, algorithms, software design patterns
Proven track record for design and implementation of complex software systems or applications
Strong coding, debugging, and architecture and design skills
Proficiency in C++/C#,.NET, multi-threading programming, JavaScript, Web Services and Windows Server technologies
Demonstrable experience in cross team/discipline collaboration and execute on multiple project timelines and priorities
Experience with more than 1 of the following technologies are *strongly* desirable:
o Office products (e.g. SharePoint), concepts, and designs
o Powershell
o Windows Azure or equivalent cloud technologies
o SQL Server and data modeling
o ASP.Net, AJAX
Minimum of 5 years of software development and minimum two years of project management experiences with full release cycles of major software products
BA/BS degree in Computer Science or related technical equivalent is required, and MS/MBA degree is preferred
Fluent in Chinese and English, and previous work experience in China is a big plus
Microsoft is an equal opportunity employer and supports workforce diversity.
GCR:CN:DEV:EN
如果你想试试这个职位,请跟我联系,我是微软的员工,可以做内部推荐。发你的中英文简历到我的邮箱:Nicholas.lu.mail(at)gmail.com
微软职位内部推荐-SDE II-MODC-Beijing的更多相关文章
- 微软职位内部推荐-SDE II
微软近期Open的职位: Senior Software Development Engineer Job Title: Senior Development Engineer Division: V ...
- 微软职位内部推荐-SDE
微软近期Open的职位: Organization Summary:Engineering, Community & Online (ECO) is looking for a great & ...
- 微软职位内部推荐-SW Engineer II for Enterprise Platform
微软近期Open的职位: Job posting title: SDE II Location: China, Beijing Group Overview Discovery & Colla ...
- 微软职位内部推荐-SW Engineer II for Cloud Service
微软近期Open的职位: Positions: SDE for Big Data Cloud Services Azure Big Data Cloud Services and Cosmos are ...
- 微软职位内部推荐-Software Engineer II
微软近期Open的职位: Job Description Group: Search Technology Center Asia (STCA)/Search Ads Title: SDEII-Sen ...
- 微软职位内部推荐-Software Development Engineering II
微软近期Open的职位: Job Title: Software Development Engineering II Work Location: Suzhou, China Enterprise ...
- 微软职位内部推荐-UX Designer II
微软近期Open的职位: Search Technology Center Asia (STCA) Position: UX Designer Location: Beijing, China Sea ...
- 微软职位内部推荐-SW Engineer II for Skype
微软近期Open的职位: We are the Skype Beijing team. Skype division drives the communications strategy for Mi ...
- 微软职位内部推荐-SW Engineer II for Cloud Servi
微软近期Open的职位: Do you have a passion for embedded devices and services?   Does the following m ...
随机推荐
- [需再总结]SSH整合代码生成器
package cn.itcast.invoice.util.generator; import java.io.BufferedWriter; import java.io.File; import ...
- 限制特定ip访问oracle
在9i中真正起作用的是sqlnet.ora文件,我们修改sqlnet.ora其实是最好最快的方法. 在sqlnet.ora中增加如下部分 ----------------------------- # ...
- 如何更好的理解(pageX,pageY,clientX,clientY,eventX,eventY,scrollX,scrollY,screenX,screenY,event.offsetX,event.offsetY,offsetLeft,style.left)
1 pageX,pageY:鼠标指针相对于当前窗口的X,Y坐标,计算区域包括窗口自身的控件和滚动条.(火狐特有) 2 event.clientX,event.clientY:鼠标指针相对于当前窗口的X ...
- MyBatis(3.2.3) - Integration with Spring
MyBatis-Spring is a submodule of the MyBatis framework, which provides seamless integration with the ...
- Android 如何监听返回键,弹出一个退出对话框
android 如何监听返回键点击事件,并创建一个退出对话框, 防止自己写的应用程序不小心点击退出键而直接退出.自己记录下这个简单的demo,备用. public class BackKeyTest ...
- VBA 将 ANSI 转换为 UTF-8文件
在使用的时候,先用WriteOut生成一个临时文件(UTF-8带BOM),然后用Convert2utf8将BOM头的前三个字节删除. --------------------------------- ...
- NSUserDefaults存储自定义对象
场景是这样的: 现在有一个数组如下,数组中存放着自定义的对象GoodscCategory <__NSArrayM 0x7ffb9c2032b0>( <GoodscCategory: ...
- OC3_Copy及MultableCopy
// // main.m // OC3_Copy及MultableCopy // // Created by zhangxueming on 15/6/19. // Copyright (c) 201 ...
- OC3-父类指针指向子类对象
// // Cat.h // OC3-父类指针指向子类对象 // // Created by qianfeng on 15/6/17. // Copyright (c) 2015年 qianfeng. ...
- Mac下安装Twig模版引擎的方法
本人收集了几种方法: 安装前: twig需要依赖PHP 5.2.7 才能运行. 1 通过composer安装(2种) 方法一: 首先确保你已经安装了composer,如果没有安装,可以参考https: ...