微软职位内部推荐-Senior Software Engineer-SDP
微软近期Open的职位:
Position: Senior SDE
The R&D of Shared Data Platform at Application and Services Group (ASG) China aims to build a unified data platform encompassing users, advertisers, search engine, and office365. We are able to process and present data in ways that enable easy insights extraction on data sets on ever increasing scales. Through such a platform, we are turning data into much more than they are today.
The Shared Data Platform team provides scalable data services and infrastructure required to acquire and process the huge volumes of data related to Microsoft Applications and Services and present a single version of the truth in a timely and meaningful way. The team’s responsibilities include:
•      Infrastructure and data services that present highly scalable online service data to consumers in an open and flexible way that is easy to operate, maintain and troubleshoot
•      Cost effective data services that deliver required value while keeping operating costs low enough to make platform profitable
•      Maintain and operate all production, SLA bound data services that present a clear, consistent and comprehensive version of the truth
•      Timely access to accurate information on application and services. This includes all SLA bound data delivery services to business and engineering partners
•      Empower users through integrated and flexible data services
•      Empower engineering partners by providing flexible APIs for integrating their algorithms into the platform data pipelines and for consuming data products.
•      Comply with corporate privacy and security policies
We are looking for a top-notch developer to help advance the state of the art of ASG shared data platform. You will design, implement, and deliver one or more important services and components. You will have the rare opportunity to work on large scale, low latency, robust, distributed, high performing internet scale data processing infrastructure, ranging from data collection/ingestions from cloud scale service deployments, real time streaming data processing, distributed database/data warehousing, and metadata semantic management etc. This is a fun and fast paced environment and a great opportunity to work on something highly strategic to Microsoft.  
Candidates are expected to have following qualifications:
•      Love to design and write great code
•      With great technical passion,   terrific problem-solving skills, drive for results, and ability to work independently
•      Have experienced full product life cycle; managed project development and schedule to a successful shipping
•      Good   communication and collaboration skills
•      Fluent in one of the major programming languages: C, C++, C#, or Java
•      Significant experiences in one of the following areas:   large scale internet applications, distributed systems, and storage systems.
•      Minimum 5 year software development experiences. Bachelor degree in computer science or a related field is required.   Master or Ph.D. is preferred.
Microsoft is an equal opportunity company and supports workforce diversity.
GCR:CN:DEV:EN
如果你想试试这个职位,请跟我联系,我是微软的员工,可以做内部推荐。发你的中英文简历到我的邮箱:Nicholas.lu.mail(at)gmail.com
微软职位内部推荐-Senior Software Engineer-SDP的更多相关文章
- 微软职位内部推荐-Senior Software Engineer -Web
微软近期Open的职位: Location: Beijing, China The Office App Services team is working on the powerful Office ...
- 微软职位内部推荐-Senior Software Engineer
微软近期Open的职位: Are you looking for a big challenge? Do you know why Big Data is the next frontier for ...
- 微软职位内部推荐-Senior Software Engineer - Back End
微软近期Open的职位: SharePoint is a multi-billion dollar enterprise business that has grown from an on-prem ...
- 微软职位内部推荐-Senior Software Engineer - Front End
微软近期Open的职位: SharePoint is a multi-billion dollar enterprise business that has grown from an on-prem ...
- 微软职位内部推荐-Senior Software Engineer II-Sharepoint
微软近期Open的职位: SharePoint is a multi-billion dollar enterprise business that has grown from an on-prem ...
- 微软职位内部推荐-Senior Software Engineer II-Search
微软近期Open的职位: Do you want to work on a fast-cycle, high visibility, hardcore search team with ambitio ...
- 微软职位内部推荐-Senior Software Engineer_Azure
微软近期Open的职位: Job Title: Senior Software Engineer Location: Shanghai, China Have you ever imagined th ...
- 微软职位内部推荐-Senior Software Development Engineer
微软近期Open的职位: Job posting title: Senior Software Development Engineer Location: China, Beijing Divisi ...
- 微软职位内部推荐-Senior Software Development En
微软近期Open的职位: Job Title: Senior Development Engineer Division: Visual Studio China - Developer Divisi ...
- 微软职位内部推荐-Senior Software Engineer_HPC
微软近期Open的职位: Job Title: Senior Software Engineer_HPC Location: Shanghai, China Are you passionate ab ...
随机推荐
- 背景图片background-size兼容ie8以下浏览器解决
背景图片不够大,然后就想到用background-size:100%; 测试浏览器的时候发现ie8以下不兼容,图片会自动填充平铺过去,然后出现背景不好看的现象.解决方法: background-ima ...
- 根据之前的博文,我把给同学做的三子棋小游戏的代码发出来,只是界面很丑很丑,AI算法很笨很笨,过几天我传到网盘上,提供大家下载娱乐
background_image_filename = 'blackground.png' black_mouse_image_filename = 'black.png' white_mouse_i ...
- 通过string型类名实例化一个类
DataTable dt = new DBHelper().getIndexInfo(code_id); DataRow row = dt.Rows[0]; string dllName = row[ ...
- 在.NET2.0中解析Json和Xml
在.NET解析json有很多方法,这里介绍最简单也用的最多的一种. 一.添加引用 解析Json,先下载开源控件 Newtonsoft.Json.dll 下载地址:http://files.cnblog ...
- 【风马一族_php】NO1_用php发出一声 Hi
原文来自:http://www.cnblogs.com/sows/p/5990157.html (博客园的)风马一族 侵犯版本,后果自负 第一步 安装WEB服务器 http://www.cnblog ...
- 安装zabbix
安装zabbix 1. 准备好lamp架构(安装好mysql,php) 2.在数据库中授权: MariaDB [(none)]> create database zabbix charset u ...
- Visitor
#include <iostream> #include <vector> using namespace std; #define DESTROY_POINTER(ptr) ...
- c语言学习的第6天
#include <stdio.h> int main() { int x=100; if(x==0) { printf("x等于0\n"); printf(" ...
- Php中正则小结(一)
一.概念 语法模式类似perl.表达式必须用分隔符闭合,比如一个正斜杠(/). 分隔符可以是任意非字母非数字,除反斜杠(\)和空字节之外的非空白ascii字符 如果分隔符 在表达式中使用,需要使用反斜 ...
- MYSQL查询某字段中以逗号分隔的字符串的方法
首先我们建立一张带有逗号分隔的字符串. CREATE TABLE test(id int(6) NOT NULL AUTO_INCREMENT,PRIMARY KEY (id),pname VARCH ...