微软近期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. &nbsp

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. &nbsp Specifically, our feature area includes

- &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp Deep Link to extract and provide rich secondary navigational experience

- &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp Answer Ranking to present answers in the most relevant way

- &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp Rich Caption to bring compelling UX features along with organic data to light up algo results

- &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp Whole Page Organization to best leverage entity pane and post-web triggering for overall optimal user engagement

- &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp Monetization to come up with best UX and data feature on Ads and directly bring in revenue

- &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp Answer Developer Experience to greatly expedite answer publishing and monitoring experience

- &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp UX Framework, which actually owns Bing core UX infrastructure to enrich the answer UX development experience

- &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp 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.

- &nbsp&nbsp&nbsp&nbsp B.S. in Computer Science or equivalent required; MS/PhDs preferred.

- &nbsp&nbsp&nbsp&nbsp Familiar with at least one OOP language: C++/C#/Java

- &nbsp&nbsp&nbsp&nbsp Great design, problem solving, and data analysis skills, with demonstrated passion for quality, performance, and engineering excellence

- &nbsp&nbsp&nbsp&nbsp At least two years of industry experiences in engineering or research is preferred.

- &nbsp&nbsp&nbsp&nbsp Experience in data mining/analysis, machine learning, information retrieval, large scale web server experience is a big plus.

- &nbsp&nbsp&nbsp&nbsp 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的更多相关文章

  1. 微软职位内部推荐-Software Engineer II

    微软近期Open的职位: Job Description Group: Search Technology Center Asia (STCA)/Search Ads Title: SDEII-Sen ...

  2. 微软职位内部推荐-Software Engineer II_VS

    微软近期Open的职位: Job Title: Software Engineer II Division: Visual Studio China – Developer Division Work ...

  3. 微软职位内部推荐-Software Engineer II-Web app

    微软近期Open的职位: The Office App Services team is working on the powerful Office Web Apps including Word ...

  4. 微软职位内部推荐-SW Engineer II for Azure Network

    微软近期Open的职位: Software Engineer II The world is moving to cloud computing. Microsoft is betting Windo ...

  5. 微软职位内部推荐-Software Engineer II_HPC

    微软近期Open的职位: Job Title: Software Engineer II_HPC Location: Shanghai, China Are you passionate about ...

  6. 微软职位内部推荐-Software Engineer

    微软近期Open的职位: Job Title: Software Engineer Work Location: Suzhou, China This is a once in a lifetime ...

  7. 微软职位内部推荐-Software Engineer II-News

    微软近期Open的职位: News is a critical areas for integration of mobile and services, one of the top priorit ...

  8. 微软职位内部推荐-Software Engineer II-SDP

    微软近期Open的职位: Position: SDE II The R&D of Shared Data Platform at Application and Services Group ...

  9. 微软职位内部推荐-Software Engineer II-Senior Software Engineer for Satori

    微软近期Open的职位: Title: Software Engineer II-Senior Software Engineer for Satori, STC Location: Beijing ...

  10. 微软职位内部推荐-SW Engineer II for Cloud Service

    微软近期Open的职位: Positions: SDE for Big Data Cloud Services Azure Big Data Cloud Services and Cosmos are ...

随机推荐

  1. 一个汇编的HelloWorld!

    花了一下午时间,感觉最坑的是,书写代码的个数和编译器的坑比较多,还各种版本的编译器! 会让人“眼花缭乱”! 主要代码 将文件保存为*.asm include io32.inc .data ;数据 sr ...

  2. Xmind在win10更改用户设置后出现Invalid Configuration Location 错误的解决办法

    错误原因: 因为一开始新建win10用户时,使用的是中文用户名,导致了部分软件比如IDEA读取C盘中配置文件时报错.我用管理员权限修改用户姓名为英文后,IDEA的问题虽然已经解决,但Xmind却报出了 ...

  3. XtraEditors七、ProgressBarControl、MarqueeProgressBarControl、ProgressPanel控件

    一.ProgressBarControl 进度条控件 效果如下: 示例代码: using System; using System.Collections.Generic; using System. ...

  4. mac下idea 13 在tomcat 7控制台乱码

    在mac或linux下idea 13(可能其它版本也会出现乱码) tomcat 7在输出到控制台的日志中文乱码,解决方式 加一个environment variable, 在如图绿色位置添加   JA ...

  5. ap、map值计算

    ap:所有图片某一个类 map:所有图片所有类的ap的平均 以一个score为阈值,大于score的所有框是假定正确输出的所有预测,将这些框和gt匹配(iou大于某一个阈值认为匹配成功),得到当前sc ...

  6. Mysql 调优2个语句

    一.explain 语句 查看语句的执行计划 二.查看具体每一步耗时 .; .执行SQL .show profiles; 获取2执行SQL的query_id .show profile for que ...

  7. linux shell中'',""和``的区别

    今天学习一个bash脚本,看到有一条:bin=`dirname "$0"` (dirname filename是输出该文件所在的目录,$0是该bash文件的文件名,在bash中一般 ...

  8. C++之语言概述

    C++语言是广泛使用的程序设计语言之一,因其特有的优势在计算机应用领域占有重要一席. C语言的发展 20世纪70年代初,贝尔实验室的Dennis Richie 等人在B语言基础上开发出C语言,最初是作 ...

  9. loadrunner中pacing设置01

    之前一直也用pacing值来调节TPS,一直觉得它和think time没啥区别.这次项目中,和同事就此展开了讨论,细细一研究发现pacing值门道还是很多的. 如下面三个图: 上图是pacing的三 ...

  10. python 连接操作mysql数据库

    开发数据库程序流程: 1.创建connection对象,获取cursor 2.使用cursor执行SQL 3.使用cursor获取数据.判断执行状态 4.提交事务 或者 回滚事务 import: 数据 ...