微软近期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. 后台线程下的WinFrom窗体控件操作 Invoke

    Invoke(new MethodInvoker(delegate { ControllerLogout(controller_id, is_successful, description, cont ...

  2. DFS的运用(二分图判定、无向图的割顶和桥,双连通分量,有向图的强连通分量)

    一.dfs框架: vector<int>G[maxn]; //存图 int vis[maxn]; //节点访问标记 void dfs(int u) { vis[u] = ; PREVISI ...

  3. laravel扩展推荐

    1. Intervention/image 图片处理 2.Laravel User Agent 轻松识别客户端信息 3.OAuth 2.0 支持 4.页面面包屑工具 5.计划任务分发器(直接可替换掉 ...

  4. str操作方法

    s = 'dsj,fhk,je,f' # s1 = s.split(',') # print(s1) s = 'aleX leNb' s1 = s.strip() print(s1) s2 = s[2 ...

  5. Dig命令解析结果

    dig -t RT NAME @NS -t RT 指定要查询的资源记录类型 NAME 需要解析的域(域名) @NS 指定那个域名服务器负责解析 [root@xss ~]# dig www.ihoney ...

  6. JAVA框架 Mybaits 输入和输出映射

    一.输入映射 当前端传来的参数,比较复杂,比如说用户名称.订单单号.账号信息等等.后端有可能有多个projo类对应这些信息.我们需要把这些的projo类封装成一个类似一个vo类. 通过设置字段形式关联 ...

  7. 重写Override和重加载Overload

    1.方法的重写规则 参数列表必须完全与被重写方法的相同: 返回类型必须完全与被重写方法的返回类型相同: 访问权限不能比父类中被重写的方法的访问权限更低.例如:如果父类的一个方法被声明为public,那 ...

  8. CUDA2.4-原理之性能优化及浮点运算

    本部分来自于<大规模并行处理器编程实战>第六章.第七章.打算不再看这本书了,准备看<programming massively parallel processors 2nd> ...

  9. VS 代码段

    系统默认代码段 代码段名 描    述 #if 该代码段用#if和#endif命令围绕代码 #region 该代码段用#region和#endregion命令围绕代码 ~ 该代码段插入一个析构函数 a ...

  10. Docker搭建Mysql容器

    转载自:http://blog.csdn.net/Mungo/article/details/78521832?locationNum=9&fps=1 本文介绍如何使用docker迅速搭建My ...