微软近期Open的职位:

Title: Senior Program Manager – Bing Multimedia Relevance

Group: Search Technology Center Asia

Location: Beijing

Search Technology Center Asia (STCA)

STCA was founded in year 2005 and is now starting the second “Five-Year Plan” after the merge with the Ads Platform Center in 2011. The new team has not only built up its strengths and expanded its scope, but also set a shared goal, broadened its vision, and equipped with richer resources that gives the team the confidence to scale new heights.

STCA is now focusing on the following areas: the continuous exploration of Bing search technology; the technical innovation of online advertisement services; the development of the MSN social platform; and the development of mobile search applications. Today, STCA has hundreds of excellent employees and is the largest R&D team of the Microsoft Online Service Division outside the United States.

微软亚洲搜索技术中心

微软亚洲搜索技术中心由搜索技术和广告技术研发团队组成,其研发方向涵盖四大领域: 微软必应(Bing)搜索引擎技术,在线广告技术,MSN社交网络及移动互联网研发。微软亚洲搜索技术中心是微软全球在线产品研发的一支重要团队和中坚力量,同时它也肩负着推动微软在中国及亚太地区在线服务市场发展的使命。为达成这一使命,微软亚洲搜索技术中心在北京建立了世界一流的地区性研发中心,与微软亚洲研究院、微软消费者互联网国际产品部等部门密切协作,致力于将微软搜索及广告产品开发团队提升为高效的、全球性的开发组织。同时中心为每一位才华横溢的工程技术人员和商业管理人员的职业发展提供丰富的机会与挑战。

Roles & Responsibilities

We are looking for a Senior Program Manager who is passionate about providing the best Multi-media search experience and relevance for our users, and has the aptitude to succeed in a rapid development environment to deliver a top-notch search service.

As a Program Manager, you will be responsible for working with your colleagues in Development and Testing to plan, design, implement, and ship core search engine algorithm improvements. You will be responsible for conducting quantitative analysis on user behavior and clicks to derive user needs and corresponding features to come up with a product plan, as well as driving an aggressive schedule to deliver progress in these markets continuously. You will need to work closely with colleagues in our US headquarters to manage inter-dependency of the projects. You will also work with peer program managers as well as Microsoft Research researchers on driving product and technology innovations. You must have strong core program management skills - understanding the search industry and internet user behavior, being analytical and detailed-oriented, having a proven track record of effectively leading small teams to deliver products, and fluent written and oral communication in English.

Required Qualifications

You must possess a strong computer science or mathematical background, a good grasp of software engineering principles, exceptional problem solving skills and a minimum of 5 years’ experience in delivering large scale software solutions. A demonstrated ability to come up to speed quickly on a new technical domain and be a user advocate at the same time is presumed. Excellent interpersonal communication skills, written communication skills and the ability to work well in a team environment distributed across geographical locations are very important.

Knowledge and experience in any of the following areas is a strong plus: Information Retrieval, Data Mining, Natural Language Processing, High Performance Computing, SQL/scripting languages, Machine Learning.

This position is located in Beijing, China.

Microsoft is an equal opportunity employer and supports workforce diversity.

如果你想试试这个职位,请跟我联系,我是微软的员工,可以做内部推荐。发你的中英文简历到我的邮箱:Nicholas.lu.mail(at)gmail.com

微软职位内部推荐-Senior Program Manager的更多相关文章

  1. 微软职位内部推荐-Senior Speech TTS

    微软近期Open的职位: Job Description: Responsibilities Do you want to change the way the world interacts wit ...

  2. 微软职位内部推荐-Senior SDE for Windows App Experience

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

  3. 微软职位内部推荐-Senior SDE for Win Shell Exp

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

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

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

  5. 微软职位内部推荐-Senior NLP Scientist & Developer

    微软近期Open的职位: Contact Person: Winnie Wei (wiwe@microsoft.com )Senior Software Development Engineer/NL ...

  6. 微软职位内部推荐-Senior SW Engineer for Application Ecosystem

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

  7. 微软职位内部推荐-Senior NLP Scientist

    微软近期Open的职位: Job Title: Senior NLP Scientist Location: Suzhou, China Suzhou, one of the most vibrant ...

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

    微软近期Open的职位: Senior Product Manager My Life & Work Beijing China Our passion is to enable people ...

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

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

随机推荐

  1. MySQL主从复制半同步复制原理及搭建

    在MySQL5.5之前的版本中,MySQL的复制是异步复制,主库和从库的数据之间存在一定的延迟,比如网络故障等各种原因,这样子容易存在隐患就是:当在主库写入一个事务成功后并提交了,但是由于从库延迟没有 ...

  2. 最短路径Dijkstra matlab

    Dijkstra: function [dist,pre, full_path]=MinRoad_Dijkstra(G,v0) n=0; if isfield(G,'w') && ~i ...

  3. 8.4Solr API使用(Result Grouping分组查询)

    转载请出自出处:http://eksliang.iteye.com/blog/2169458 一.概述 分组统计查询不同于分组统计(Facet),facet只是简单统计记录数,并不能为每组数据返回实际 ...

  4. 有意思的flex 色子布局

    <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8" ...

  5. 抽象类、final关键字、多态

    1.1 抽象类 1.1.1 抽象类概念 C extends B,B extends A,在继承过程中,形成一个继承金字塔,位于金字塔底部的类越来越具体(强大),位于塔顶的越来越抽象(简单). 例如:人 ...

  6. leetcode 217—Contains Duplicate

    Given an array of integers, find if the array contains any duplicates. Your function should return t ...

  7. Jquery属性练习

    <!DOCTYPE html> <html lang="en" xmlns="http://www.w3.org/1999/xhtml"> ...

  8. a标签按钮样式

    <html> <head> <meta http-equiv="Content-Type" content="text/html; char ...

  9. springboot mybatis 后台框架平台 集成代码生成器 shiro 权限

    1.代码生成器: [正反双向](单表.主表.明细表.树形表,快速开发利器)freemaker模版技术 ,0个代码不用写,生成完整的一个模块,带页面.建表sql脚本.处理类.service等完整模块2. ...

  10. ABAP error:CONVT_NO_NUMBER

    今天写了个接口,传入数据到SAP,结果接收后在报表展示时直接报错. 检查后发现数据转换出错,接收到的数据格式混乱. 最后检查了所有地方发现,源系统传入的数据长度为9个字节,但是自己的接收程序,定义数据 ...