微软职位内部推荐-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 ...
随机推荐
- Linux终端里的记录器
我们在调试程序的时候,免不了要去抓一些 log ,然后进行分析. 如果 log 量不是很大的话,那很简单,只需简单的复制粘贴就好. 但是如果做一些压力测试,产生大量 log ,而且系统内存又比较小(比 ...
- Windows启动控制台登录模式
效果如下: 实现代码: Set-ItemProperty -Path HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\Lo ...
- virtualbox+vagrant学习-2(command cli)-17-vagrant ssh命令
SSH 格式: vagrant ssh [options] [name|id] [-- extra ssh args] 这将SSH导入正在运行的vagrant机器,并允许你访问机器的shell. us ...
- Sublime Text 自动生成文件头部注释(版权信息):FileHeader 插件的使用
(一)安装步骤 1.先安装一个 Package Control 插件.相信大家使用 Sublime 的话都有安装这个了2.Preference -> Package Control -> ...
- 为什么 token可以防止 csrf?
Token被用户端放在Cookie中(不设置HttpOnly),同源页面每次发请求都在请求头或者参数中加入Cookie中读取的Token来完成验证.CSRF只能通过浏览器自己带上Cookie,不能操作 ...
- 工程脚本插件方案 - c集成Python基础篇
序: 为什么要集成脚本,怎么在工程中集成Python脚本. 在做比较大型的工程时,一般都会分核心层和业务层.核心层要求实现高效和稳定的基础功能,并提供调用接口供业务层调用的一种标准的框架划分.在实际中 ...
- MySQL 性能测试
MySQL 查询优化器有几个目标,但是其中最主要的目标是尽可能地使用索引,并且使用最严格的索引来消除尽可能多的数据行.最终目标是提交 SELECT 语句查找数据行,而不是排除数据行.优化器试图排除数据 ...
- Linux入门基础(三):Linux用户及权限基础
用户基础 用户和组 每个用户都拥有一个userid 每个用户都属于一个主组,属于一个或多个附属组 每个组拥有一个groupid 每个进程以一个用户身份运行,受该用户可访问资源限制 每个可登陆用户拥有一 ...
- 深度学习框架caffe在ubuntu下的环境搭建
深度学习实验室服务器系统配置手册 目录: 一,显卡安装 二,U盘启动盘制作 三,系统安装 四,系统的基本配置 五,安装Nvidia驱动 六,安装cuda ...
- webBrowser.Document.Cookie取不到HttpOnly的Cookie,取Cookie不完整
在做数据采集时,有些网站需要输入验证码,但各网站验证码都不同,不可能有完美的识别验证码的代码,所以我也没去研究,我所采取的方案是:在winform里通过WebBrowser调用网页先手动登录系统,然后 ...