微软职位内部推荐-Sr SDE-MOD-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 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的更多相关文章
- 微软职位内部推荐-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-MODC-Beijing
微软近期Open的职位: JOB TITLE: Senior Software Design EngineerDEPARTMENT: Microsoft Office Division ChinaIM ...
随机推荐
- Android编程心得-ListView的Item高亮显示的办法
在我们使用ListView的时候,经常会遇到某一项(Item)需要高亮显示的情况,如下图,有人说当我们点击子项的时候会变亮,但有时候业务逻辑需要让ITEM根据条件自动变亮,下面我来介绍一下我自己的解决 ...
- LeetCode 242
Valid Anagram Given two strings s and t, write a function to determine if t is an anagram of s. For ...
- [改善Java代码]若有必要,使用变长数组
Java中的数组是定长的,一旦经过初始化声明就不可改变长度,这在实际使用的时候非常不方便.比如要对一个班级的学生信息进行统计,因为我们不知道班级会有多少个学生(随时可能有退学,入学,转学),所以需要一 ...
- hdu 2412 树形DP
思路:对于最大的人数很容易想到,就直接dp.但对于最大值是否唯一就需要应用辅助数组,isOnly[i][0]表示dp[i][0]是否唯一,同理isOnly[i][1]. 那么当(dp[v][0]> ...
- poj 3254 状态压缩DP
思路:把每行的数当做是一个二进制串,0不变,1变或不变,找出所有的合法二进制形式表示的整数,即相邻不同为1,那么第i-1行与第i行的状态转移方程为dp[i][j]+=dp[i-1][k]: 这个方程得 ...
- P2184 贪婪大陆
P2184 贪婪大陆 题目背景 面对蚂蚁们的疯狂进攻,小FF的Tower defence宣告失败……人类被蚂蚁们逼到了Greed Island上的一个海湾.现在,小FF的后方是一望无际的大海, 前 ...
- Codevs 3729==洛谷P1941 飞扬的小鸟
P1941 飞扬的小鸟 456通过 2.4K提交 题目提供者该用户不存在 标签动态规划2014NOIp提高组 难度提高+/省选- 提交该题 讨论 题解 记录 题目描述 Flappy Bird 是一 ...
- C# Windows Service服务的创建和调试
前言 关于Windows服务创建和调试的文章在网络上的很多文章里面都有,直接拿过来贴在这里也不过仅仅是个记录,不会让人加深印象.所以本着能够更深刻了解服务项目的创建和调试过程及方法的目的,有了这篇记录 ...
- html5 js os build
1.NodeJS6.6 install https://nodejs.org/en/ c:\nodejs>npm install -g grunt-cliC:\Users\police\Ap ...
- Activity的启动模式(android:launchMode)
在android里,有4种activity的启动模式,分别为: “standard” (默认) “singleTop” “singleTask” “singleInstance” 它们主要有如下不同: ...