微软职位内部推荐-Software Engineer II-Senior Software Engineer for Satori
微软近期Open的职位:
Title: Software Engineer II-Senior Software Engineer for Satori, STC
Location: Beijing or Suzhou
Search Engine has been evolving from key word search into intention fulfillment and task completion, in which entity and knowledge technology is one of crucial enablers. This trend has become the shared industry view, and our competitors are not standing still and waiting. Bing Satori team is innovating aggressively to evolve Search Engine with the capability of building knowledge, extending the capability to use knowledge graph information, and thus fulfilling user intentions.
On the mission to build an open entity, knowledge & digital intelligence platform, Satori will be known as the Microsoft Knowledge and Digital Intelligence Fabric.   This involves wide and deep technical areas from platform, online/offline service, to large data process, relevance and ecosystem /user experience. We are building a world class engineering team in STCA, with the focus on advancing the platform and system architecture and capability, boosting knowledge data extraction and curation from Web and beyond, building and enriching knowledge graph at scale and with quality, onboarding partners and enabling E2E scenarios for task completion and monetization. The technical areas spread across a very wide spectrum from large scale online/offline distributed systems, data mining and data processing, to relevance, search quality, and user experience.
Do you want to be part of the effort to build the next generation search engine that powers digital life/digital work experiences? Are you excited by the opportunity to work on Microsoft’s digital intelligence platform that offers web scale solution for knowledge extraction/enrichment and enables powerful task completion scenarios? For those who answer yes, we have the right job for you in the Bing Satori team.
We are looking for a self-driven, highly motivated senior software developer with exceptional technical skills to join us in this challenging effort. A qualified candidate must have proven solid track record on designing and implementing system/services that are scalable, fail tolerant and high performant. The candidate must demonstrate technical leadership through making sound technical judgments/recommendations that influence design decisions and being a role model/advocate of quality engineering.
We have positions in both Beijing and Suzhou.
Required qualifications/experience:
-      Love to design and write great code, with great technical passion,   drive for results, and ability to work independently
-      Strong analytical and problem solving skills
-      Strong partnership, communication and coordination skills
-      Significant experiences in one of the following areas : large scale internet applications, operating system kernels, distributed systems, storage systems, data modeling of complex systems, and search relevance
-      Proficient in some of the programming languages: C, C++, C#, Java, SQL, .Net is preferred
-      6+ year software development experiences is preferred.
-      Bachelor degree in computer science or a related field is required.   Master or Ph.D. is preferred.
Microsoft is an equal opportunity employer and supports workforce diversity.
Contact Staffing Consultant: Ariel Xiang axiang@microsoft.com
GCR:CN:DEV:EN
如果你想试试这个职位,请跟我联系,我是微软的员工,可以做内部推荐。发你的中英文简历到我的邮箱:Nicholas.lu.mail(at)gmail.com
微软职位内部推荐-Software Engineer II-Senior Software Engineer for Satori的更多相关文章
- 微软职位内部推荐-UX Designer II
微软近期Open的职位: Search Technology Center Asia (STCA) Position: UX Designer Location: Beijing, China Sea ...
- 微软职位内部推荐-Senior Software Engineer -Web
微软近期Open的职位: Location: Beijing, China The Office App Services team is working on the powerful Office ...
- 微软职位内部推荐-Senior Software Development Engineer
微软近期Open的职位: Job posting title: Senior Software Development Engineer Location: China, Beijing Divisi ...
- 微软职位内部推荐-Software Development Engineer II
微软近期Open的职位: Job Title:Software Development EngineerII Division: Server & Tools Business - Comme ...
- 微软职位内部推荐-Software Engineer II
微软近期Open的职位: Job Description Group: Search Technology Center Asia (STCA)/Search Ads Title: SDEII-Sen ...
- 微软职位内部推荐-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 Development Engineer H/F
微软近期Open的职位: Microsoft Engineering Center Paris (Xbox Music et Video) : Ingénieur en développement l ...
随机推荐
- 在任务管理器中显示所有CPU内核性能
在Windows7"任务管理器"的”性能“选项卡默认显示所有的CPU内核性能 在Windows10中可以通过设置来实现效果
- Sql Server 数据库扩展
1. 查询一个表的所有列名 ------查询一个表的所有列名 Select Name FROM SysColumns Where id=Object_Id('Sys_User') select t.c ...
- c++ 浅拷贝和深拷贝 指针和引用的区别 malloc(free)和new(delete)的区别 重载重写重定义
4.malloc(free)和new(delete)的区别 malloc()函数: 1.1 malloc的全称是memory allocation,中文叫动态内存分配. 原型:extern void ...
- Vue滚动加载自定义指令
用Vue在移动端做滚动加载,使用mint-ui框架, InfiniteScroll指令loadmore组件,在uc浏览器和qq浏览器都无法触发.无奈我只能自己写了. 决定用vue 的自定义指令 写滚动 ...
- windows 下nginx配置php支持
修改nginx配置 location ~ \.php$ { root D:/Learn/php/test/; fastcgi_pass ; fastcgi_index index.php; fastc ...
- 移动端适配之sprite雪碧图背景定位
移动端适配一般我会使用rem进行适配,大致操作就是按照一定尺寸设计稿进行制作,最后将所有px值转换为rem,但是一些手机背景精灵图(cssSprite)就会出现一些误差(1px左右),如果公司要求不高 ...
- 如何接好CAN的“地”
[导读]CAN总线以其高可靠性.实时性.灵活性以及严谨的数据处理机制等特点,在工业现场和汽车行业得到广泛应用,但随着环境干扰以及节点数目的增加等对CAN总线的稳定性提出更高的要求,而面对电源地.信号地 ...
- hadoop体系架构
1.1 Hadoop 概念:hadoop是一个由Apache基金会所开发的分布式系统基础架构.是根据google发表的GFS(Google File System)论文产生过来的. ...
- 快速链接bioconductor,以及安装“XML”
options(useHTTPS=FALSE, BioC_mirror="http://bioconductor.org") source("http://biocond ...
- SVG 动画(animate、animateTransform、animateMotion)
原文:https://blog.csdn.net/chy555chy/article/details/53535581 参考 MDN开发文档 https://developer.mozilla.org ...