微软职位内部推荐-Software Engineer II-Search
微软近期Open的职位:
Do you want to work on a fast-cycle, high visibility, hardcore search team with ambitious goals? Internet search is one of the highest impact and most technically challenging projects in the computer industry. Our mission is to delight the customers by delivering the most relevant results with rich user experience. Bing Whole Page Relevance (WPR) team is looking for strong developers to join our fun and challenging journey.  
Whole Page Relevance is responsible for the final look & feel of every visible section on Bing Search Result Page (SERP). We own a wide variety of features, which are directly customer facing and involve broad range of technologies.   Specifically, our feature area includes
-               Deep Link to extract and provide rich secondary navigational experience
-               Answer Ranking to present answers in the most relevant way
-               Rich Caption to bring compelling UX features along with organic data to light up algo results
-               Whole Page Organization to best leverage entity pane and post-web triggering for overall optimal user engagement
-               Monetization to come up with best UX and data feature on Ads and directly bring in revenue
-               Answer Developer Experience to greatly expedite answer publishing and monitoring experience
-               UX Framework, which actually owns Bing core UX infrastructure to enrich the answer UX development experience
-               And various Autopilot / Azure based tools systems
As a member of the WPR team, you will have a direct impact on the quality of our search results which in turn determines the experience of millions of user searches every day. In collaboration with researchers at MSR, we explore and invent cutting edge methods in statistics, information retrieval, data mining, machine learning, Bing core UX framework and distributed systems to solve hard problems. You will have enormous resources at your disposal; high-performance distributed systems with vast amounts (peta-bytes) of raw and processed data from our logs/index and the tools to work with this data. At the same time you will be working with low-level systems code to maximize our relevance while keeping user latencies at a minimum. You will have an opportunity to make a huge difference not only to Microsoft’s online business and bottom line, but to enhance search experience to allow everyone to find the information they need. You have the right environment and strong support to drive your favorite features to solution. We are an extremely agile team and we move very fast from ideas to experimentation, development and deployment through continuous releases throughout the year.
We are looking for cream of the crop - motivated engineers with excellent architecture, design, coding, and debugging skills.
-      B.S. in Computer Science or equivalent required; MS/PhDs preferred.
-      Familiar with at least one OOP language: C++/C#/Java
-      Great design, problem solving, and data analysis skills, with demonstrated passion for quality, performance, and engineering excellence
-      At least two years of industry experiences in engineering or research is preferred.
-      Experience in data mining/analysis, machine learning, information retrieval, large scale web server experience is a big plus.
-      Motivated and able to work independently as well in a collaborative team setting to research innovative solutions to challenging technical/business problems.
Microsoft is an equal opportunity employer and supports workforce diversity.
如果你想试试这个职位,请跟我联系,我是微软的员工,可以做内部推荐。发你的中英文简历到我的邮箱:Nicholas.lu.mail(at)gmail.com
微软职位内部推荐-Software Engineer II-Search的更多相关文章
- 微软职位内部推荐-Software Engineer II
微软近期Open的职位: Job Description Group: Search Technology Center Asia (STCA)/Search Ads Title: SDEII-Sen ...
- 微软职位内部推荐-Software Engineer II_VS
微软近期Open的职位: Job Title: Software Engineer II Division: Visual Studio China – Developer Division Work ...
- 微软职位内部推荐-Software Engineer II-Web app
微软近期Open的职位: The Office App Services team is working on the powerful Office Web Apps including Word ...
- 微软职位内部推荐-SW Engineer II for Azure Network
微软近期Open的职位: Software Engineer II The world is moving to cloud computing. Microsoft is betting Windo ...
- 微软职位内部推荐-Software Engineer II_HPC
微软近期Open的职位: Job Title: Software Engineer II_HPC Location: Shanghai, China Are you passionate about ...
- 微软职位内部推荐-Software Engineer
微软近期Open的职位: Job Title: Software Engineer Work Location: Suzhou, China This is a once in a lifetime ...
- 微软职位内部推荐-Software Engineer II-News
微软近期Open的职位: News is a critical areas for integration of mobile and services, one of the top priorit ...
- 微软职位内部推荐-Software Engineer II-SDP
微软近期Open的职位: Position: SDE II The R&D of Shared Data Platform at Application and Services Group ...
- 微软职位内部推荐-Software Engineer II-Senior Software Engineer for Satori
微软近期Open的职位: Title: Software Engineer II-Senior Software Engineer for Satori, STC Location: Beijing ...
- 微软职位内部推荐-SW Engineer II for Cloud Service
微软近期Open的职位: Positions: SDE for Big Data Cloud Services Azure Big Data Cloud Services and Cosmos are ...
随机推荐
- PHP类继承、接口继承关系概述
PHP类继承: PHP类不支持多继承,也就是子类只能继承一个父类,但是支持多层次继承,比如: class frist{ public function __construct(){ echo &quo ...
- C#中单问号(?)和双问号(??)的用法整理
1.单问号(?) 1.1 表示Nullable类型 C#2.0里面实现了Nullable数据类型 //A.比如下面一句,直接定义int为null是错误的,错误提示为无法将null转化成int,因为后者 ...
- C结构体数组赋值
#include <stdio.h> #include <stdlib.h> struct MyStruct { int a; char b; }; struct MyStru ...
- sql server 数据库作业备份存储过程
DECLARE @fileName nvarchar(100) SET @fileName='D:\HFS\DataBase' + REPLACE(REPLACE(REPLACE(REPLACE(CO ...
- 服务器 一 MQTT服务器硬件
目的: 实现手机4G网络控制单片机,需要搭建服务器,手机或者各种控制端远程控制. 本教程 1 MQTT服务器硬件模块 2 MQTT服务器电脑搭建 2.1自己搭建 2.2租阿里云服务器 2 MQTT服 ...
- Qt入门之基础篇 ( 一 ) :Qt4及Qt5的下载与安装
转载请注明出处:CN_Simo. 导语: Qt是一个跨平台的C++图形界面应用程序框架.它提供给开发者建立图形用户界面所需的功能,广泛用于开发GUI程序,也可用于开发非GUI程序.Qt很容易扩展,并且 ...
- 常见的CSS属性和值CascadingStyleSheets
字体文本背景位置边框列表其他 CSS中修饰字体的属性 属 性 描 述 属 性 值 font-family 字体族科 任意字体族科名称都可以使用例如Times.serif等,而且多个族科 ...
- java中extends和implements的区别
implements:接口 1.实现一个接口就是要实现该接口中的所有方法(抽象类除外) 2)接口中的方法都是抽象的 多个无关的类可以实现同一个接口,一个类可以实现多个无关的接口 extends:继承父 ...
- 第13章 GPIO—位带操作
第13章 GPIO—位带操作 全套200集视频教程和1000页PDF教程请到秉火论坛下载:www.firebbs.cn 野火视频教程优酷观看网址:http://i.youku.com/fire ...
- odoo明细表汇总数据
一.在主表中#改动地方 总结算金额 求和:def _get_subtotal2(self, cr, uid, ids, field_name, arg, context=None): # 初始化 re ...