微软近期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 Big Data team is chartered with enabling Office 365 business in making decisions about product design, service health and monetization through the ubiquitous and systematic application of data, analytics and insight.

The goals we are working towards as a team include:
• Dramatically increase access to Data - Engineering, Product Marketing, Customers & Partners
• Microsoft Service Management Portal hosting all O365 service applications
• Encoding data & analytic best practices through templates and apps
• Reducing cost of Big Data stack by de-duping & optimizing Office division wide efforts

Responsibility:
We are looking for self-driven, passionate, innovative and experienced developer to contribute to engineer the Big Data platform and analytics stack. The Ideal candidate will be responsible for owning a part of scalable Architecture, technical designs/specifications, and implementation. Be a core driver in 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 researchers and 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 large-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
Experience with enterprise data architecture, data integration patterns; design, implementation, and operations
Proficiency in multiple areas including SQL Server, Hadoop, 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-MOD-Beijing的更多相关文章

  1. 微软职位内部推荐-Sr SDE for Win Apps Ecosystem

    微软近期Open的职位: Job posting title: Senior Software Design Engineer Location: China, Beijing Level: 63 D ...

  2. 微软职位内部推荐-Sr SDE

    微软近期Open的职位: MSN reaches nearly half a billion people across the globe where we are the #1 portal in ...

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

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

  4. 微软职位内部推荐-Senior SDE

    微软近期Open的职位: Position: Senior SDE-- Mobile Products Android/iOS/WP Senior Developer Contact Person: ...

  5. 微软职位内部推荐-Senior SDE for Big Data

    微软近期Open的职位: Title: Senior SDE The Big Data Tooling team looking for a talented and passionate devel ...

  6. 微软职位内部推荐-Senior SDE for Windows App Experience

    微软近期Open的职位: Job posting title: Senior Software Development Engineer Location: China, Beijing Divisi ...

  7. 微软职位内部推荐-Senior SDE for Win Shell Exp

    微软近期Open的职位: Job posting title: Senior Software Development Engineer Location: China, Beijing Divisi ...

  8. 微软职位内部推荐-Senior SDE for Cloud Platform

    微软近期Open的职位: Microsoft Launched the public cloud service-Azure in China on May 2013, Cosmos is the k ...

  9. 微软职位内部推荐-Sr SDE-MODC-Beijing

    微软近期Open的职位: JOB TITLE: Senior Software Design EngineerDEPARTMENT: Microsoft Office Division ChinaIM ...

随机推荐

  1. Acrobat 2015 win32破解版

    Acrobat 2015 win32破解版,带破解补丁dll覆盖即可 百度云盘:http://pan.baidu.com/s/1i4tFnNJ

  2. HttpClient(4.3.5) - HTTP Request & HTTP Response

    HTTP Request All HTTP requests have a request line consisting a method name, a request URI and an HT ...

  3. MyBatis(3.2.3) - Custom ResultSet processing using ResultSetHandler

    MyBatis provides great support with plenty of options for mapping the query results to JavaBeans. Bu ...

  4. Forms身份认证

    引言 大家都知道Http是无状态的协议,所以访问一个url,你并不能知道用户在之前是否已经登陆过.但是许多业务上的逻辑又离不开user的信息,这个时候就可以借助身份认证来记录当前user的登录状态.这 ...

  5. App推广干货,排名数据分析优化效果

    出处: App盈利交流论坛        2015年3月份,在百度上了一款赛车类游戏(不说什么名字了怕被打包),后台起名叫002,刚开始上的时候一天只有几元钱,但是游戏还是倾注了不少心血的,觉得不甘心 ...

  6. Error 1406

    在安装office2010时出现错误提示:Error 1406 解决办法:在注册表中搜索“Image File Execution Options”,设置其权限:添加当前用户并授予所有权限,有时需要授 ...

  7. js 后台弹窗

    后台弹出操作成功,失败信息 /// <summary> /// 弹出信息,并跳转指定页面. /// </summary> public static void AlertAnd ...

  8. DB2查看表空间大小及使用情况

    1.SQL 查询(选择Schema为SYSPROC) SELECT SUBSTR(TABLESPACE_NAME,,) AS TBSPC_NAME, AS "TOTAL(MB)", ...

  9. 第五篇、Uber用视频播放做启动动画

    import UIKit import AVFoundation class GuidePage: FxBasePage { @IBOutlet var backImageView:UIImageVi ...

  10. 动态图片加到UIImageView中

    //1.添加一个.gif类型的动态的图片,用到URLForResource方法,gif是图片的格式,FlagZombie是图片的名字 @implementation ViewController- ( ...