微软近期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 5 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

微软职位内部推荐-Senior Software Engineer II-Search的更多相关文章

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

    微软近期Open的职位: Location: Beijing, China The Office App Services team is working on the powerful Office ...

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

    微软近期Open的职位: Are you looking for a big challenge? Do you know why Big Data is the next frontier for ...

  3. 微软职位内部推荐-Senior Software Engineer - Back End

    微软近期Open的职位: SharePoint is a multi-billion dollar enterprise business that has grown from an on-prem ...

  4. 微软职位内部推荐-Senior Software Engineer - Front End

    微软近期Open的职位: SharePoint is a multi-billion dollar enterprise business that has grown from an on-prem ...

  5. 微软职位内部推荐-Senior Software Engineer II-Sharepoint

    微软近期Open的职位: SharePoint is a multi-billion dollar enterprise business that has grown from an on-prem ...

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

    微软近期Open的职位: Job Title: Senior Software Engineer Location: Shanghai, China Have you ever imagined th ...

  7. 微软职位内部推荐-Senior Software Development Engineer

    微软近期Open的职位: Job posting title: Senior Software Development Engineer Location: China, Beijing Divisi ...

  8. 微软职位内部推荐-Senior Software Engineer_HPC

    微软近期Open的职位: Job Title: Senior Software Engineer_HPC Location: Shanghai, China Are you passionate ab ...

  9. 微软职位内部推荐-Senior Software Development En

    微软近期Open的职位: Job Title: Senior Development Engineer Division: Visual Studio China - Developer Divisi ...

随机推荐

  1. Mac python3连接mysql

    Mac python3连接mysql 安装方法1: 1.pip3 install --upgrade pip //升级pip版本 2.sudo python3 /Library/Frameworks/ ...

  2. org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping

    org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping 原因:yml文件格式错误,此文件要求严格要求格式 如节 ...

  3. 1006.Sign in and Sign out(25)—PAT 甲级

    At the beginning of every day, the first person who signs in the computer room will unlock the door, ...

  4. python正则中如何匹配汉字以及encode(‘utf-8’)和decode(‘utf-8’)的互转

    正则表达式: [\u2E80-\u9FFF]+$ 匹配所有东亚区的语言  [\u4E00-\u9FFF]+$ 匹配简体和繁体  [\u4E00-\u9FA5]+$ 匹配简体  <input ty ...

  5. Django DTL 加减乘除求余

    django模板只提供了加法的filter,没有提供专门的乘法和除法运算: django提供了widthratio的tag用来计算比率,可以变相用于乘法和除法的计算. 加法 {{value|add:1 ...

  6. Linux用户和权限管理

    用户:资源获取标识符,资源分配,安全权限模型的核心要素之一 密码:来实现用户认证 创建用户:useradd Username 生成的属性信息 /etc/passwd 用户名:密码:占位符:UID:GU ...

  7. mybatis xml文件 -- 报错 invalid comparison: java.time.LocalDateTime and java.lang.String

    原配置写法:<if test="assetFlaw.handleTime != null and assetFlaw.handleTime != ''"> and af ...

  8. php设置文件类型content-type

    在PHP中可以通过header函数来发送头信息,还可以设置文件的content-type,下面整理了一些常见文件类型对于的content-type值. //date 2015-06-22//定义编码h ...

  9. ubuntu系统部署python3.6.4

    Ubuntu的版本为16.04,系统自带的Python版本较低,使用亲本版本3.6.4,下为安装步骤: 一.官网下载Python3.6.4版本 新建目录: sudo mkidr /usr/local/ ...

  10. C语言 编程练习22

    一.题目 1.编一个程序,输入x的值,按下列公式计算并输出y值: 2.已知数A与B,由键盘输入AB的值,交换它们的值,并输出. 3.给一个不多于5位的正整数,要求:一.求它是几位数,二.逆序打印出各位 ...