微软职位内部推荐-Sr SDE-MODC-Beijing
微软近期Open的职位:
JOB TITLE: Senior Software Design Engineer
DEPARTMENT: Microsoft Office Division China
IMMEDIATE SUPERVISOR: Development Lead/Manager
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
Exception track record in design and implementation of complex software systems or applications include broad set of service technologies, architecture and design patterns using Microsoft platforms
Strong Web-scale service architecture and design skill that demand high service availability, stringent performance metrics, with high efficiency and reliability
Advocate for customers and can quickly spot issues in end to end scenarios and seams between products and components
Demonstrated cross group collaboration skills such as understand what leadership and processes make large teams successful in a highly federated environment and strong partnership and collaboration skills. Driving prompt decisions and adapting to diverse work styles
Development experience with building cloud applications like AZURE
Experience with enterprise data architecture, data integration patterns; design, implementation, and operations
Proficiency in C++/C#, .NET, Web technology, PowerShell, WCF, and Windows Server technologies
Minimum of 7+ years of software development and minimum four years of project management experiences with multiple full release cycles of major software products
Strong critical thinking and problem solving skills required.
Demonstrated ability to set technical vision and strategy, incubate new ideas, map customer needs to technology and deliverables
Experience through a product cycle with track record of shipping with high quality on schedule
Agile development practice experience (e.g. SCRUM) and experience in execute on multiple project timelines and priorities
Familiar with Office products, concepts, and designs strongly desired
Excellent verbal and written communication skills
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
微软职位内部推荐-Sr SDE-MODC-Beijing的更多相关文章
- 微软职位内部推荐-Sr SDE for Win Apps Ecosystem
微软近期Open的职位: Job posting title: Senior Software Design Engineer Location: China, Beijing Level: 63 D ...
- 微软职位内部推荐-Sr SDE
微软近期Open的职位: MSN reaches nearly half a billion people across the globe where we are the #1 portal in ...
- 微软职位内部推荐-Sr DEV Lead, Bing Search Relevance
微软近期Open的职位: Contact Person: Winnie Wei (wiwe@microsoft.com )Sr DEV Lead, Bing Search RelevanceLocat ...
- 微软职位内部推荐-Senior SDE
微软近期Open的职位: Position: Senior SDE-- Mobile Products Android/iOS/WP Senior Developer Contact Person: ...
- 微软职位内部推荐-Senior SDE for Big Data
微软近期Open的职位: Title: Senior SDE The Big Data Tooling team looking for a talented and passionate devel ...
- 微软职位内部推荐-Senior SDE for Windows App Experience
微软近期Open的职位: Job posting title: Senior Software Development Engineer Location: China, Beijing Divisi ...
- 微软职位内部推荐-Senior SDE for Win Shell Exp
微软近期Open的职位: Job posting title: Senior Software Development Engineer Location: China, Beijing Divisi ...
- 微软职位内部推荐-Senior SDE for Cloud Platform
微软近期Open的职位: Microsoft Launched the public cloud service-Azure in China on May 2013, Cosmos is the k ...
- 微软职位内部推荐-Sr SDE-MOD-Beijing
微软近期Open的职位: JOB TITLE: Senior Software Design EngineerDEPARTMENT: Microsoft Office Division ChinaIM ...
随机推荐
- MySQL服务器的SQL模式 (转)
转自: http://blog.csdn.net/kumu_linux/article/details/8185912 sql_mode的系统变量可以调控MySQL的SQL模式 任何一个客户端可以在不 ...
- VbCrlf的相关说明
今天从别人发来的手顺书中发现了这几个字母,一头雾水,下面查了一下相关资料. vbCrLf是Visual Basic中的一个字符串常数,即“Chr(13) & Chr(10)”(回车符与换行符连 ...
- poj 2411 状态压缩dp
思路:将每一行看做一个二进制位,那么所有的合法状态为相邻为1的个数一定要为偶数个.这样就可以先把所有的合法状态找到.由于没一层的合法状态都是一样的,那么可以用一个数组保存.由第i-1行到第i行的状态转 ...
- CSS3秘笈第三版涵盖HTML5学习笔记13~17章
第13章,构建基于浮动的布局 使用的是float(浮动)属性 注:float:none值将取消所有浮动,通常只用来取消元素中已经应用的浮动. 切记:不需要给正文的div设计宽度,即使设计成固定宽度也不 ...
- HttpClient(4.3.5) - HTTP Authentication
HttpClient provides full support for authentication schemes defined by the HTTP standard specificati ...
- 【转】用capability 特征加强Linux系统安全
用capability 特征加强Linux系统安全 摘要:传统UNIX系统的访问控制模型非常简单——普通用户对超级用户.在这种模型中,一个进程或者帐户要么只有很小的权限,要么具有全部的系统权限.显然, ...
- 第三篇、微信小程序-网络请求API
wx.request(OBJECT)发起的是https请求.一个微信小程序,同时只能有5个网络请求连接. OBJECT参数说明: 效果图: net.js Page({ data:{ result:{} ...
- C#学习笔记之线程 - 通知Signal
通知事件等待句柄 Signal With EventWaitHandle 事件等待句柄常用于通知.当一个线程等待直到接收到另外一个线程发出的信号.事件等待句柄是最简单的信号结构,它与C#事件无关.有三 ...
- 设置 MyEclipse 默认打开文件方式
在web开发时,我们在打开JSP页面时,MyEclipse默认使用 Vistual 的方式打开.这种方式打开JSP页面时,很慢.在实际的开发过程中我们不想使用这种默认的方式打开JSP.设置如 ...
- item44:将与参数无关的代码抽离template
编写non-template代码中,重复十分明显:可以很直观的看到代码的重复,然后将它们写成一个新的class或者函数,然后供调用. 编写template代码中,重复是隐晦的:只存在一份templat ...