微软职位内部推荐-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 ...
随机推荐
- HDU 3335 Divisibility (DLX)
Divisibility Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64u Submit ...
- MicrosoftActiveSync 安装
如何将自己的程序放到开发板中呢,一般都有三种方法:U盘.SD卡.USB同步,前两者其实差不多,很方便快捷,而笔者在进行USB同步的时候,还是发现了一些问题,下面我来介绍一下USB同步方法的相关知识. ...
- 【转】istringstream、ostringstream、stringstream 类介绍 .
http://www.cnblogs.com/gamesky/archive/2013/01/09/2852356.html 好吧,懒死我算了
- Android Fragment 实例
Fragment是Android honeycomb 3.0新增的概念,在Android——Fragment介绍.Android Fragment使用.Android FragmentManage F ...
- 使用C#动态生成Word文档/Excel文档的程序测试通过后,部署到IIS服务器上,不能正常使用的问题解决方案
使用C#动态生成Word文档/Excel文档的程序功能调试.测试通过后,部署到服务器上,不能正常使用的问题解决方案: 原因: 可能asp.net程序或iis访问excel组件时权限不够(Ps:Syst ...
- Linux 命令 - grep: 正则搜索文本
grep 搜索文本文件中与指定正则表达式匹配的行 命令格式 grep [OPTIONS] PATTERN [FILE...] 命令参数 Generic Program Information --he ...
- 每天一道LeetCode--237.Delete Node in a Linked List
Write a function to delete a node (except the tail) in a singly linked list, given only access to th ...
- 删除织梦所有待审核稿件sql语句
先提醒一下 archives是dedecms主表addonarticle 新闻信息表 在dede后台"系统->SQL命令行工具"运行下以命令即可(注意,运行后未审核的数据全被 ...
- 【转】C#绝对新手之C#中的多线程小结
大概有4种方法: Dispatcher.异步委托.手动多线程.BackgroundWorker,另外还有一个DispatcherTimer,是定时器. 其中Dispatcher与DispatcherT ...
- windows API 核心编程学习心得
一.错误处理 在内部,当windows函数检测到错误时,它会使用“线程本地存储区”的机制将相应的错误代码与“主调线程”关联到一起. winError.h 一般在C:\Program Files\Mic ...