微软职位内部推荐-Senior Program Manager
微软近期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的更多相关文章
- 微软职位内部推荐-Senior Speech TTS
微软近期Open的职位: Job Description: Responsibilities Do you want to change the way the world interacts wit ...
- 微软职位内部推荐-Senior SDE for Windows App Experience
微软近期Open的职位: Job posting title: Senior Software Development Engineer Location: China, Beijing Divisi ...
- 微软职位内部推荐-Senior SDE for Win Shell Exp
微软近期Open的职位: Job posting title: Senior Software Development Engineer Location: China, Beijing Divisi ...
- 微软职位内部推荐-Senior Software Development Engineer
微软近期Open的职位: Job posting title: Senior Software Development Engineer Location: China, Beijing Divisi ...
- 微软职位内部推荐-Senior NLP Scientist & Developer
微软近期Open的职位: Contact Person: Winnie Wei (wiwe@microsoft.com )Senior Software Development Engineer/NL ...
- 微软职位内部推荐-Senior SW Engineer for Application Ecosystem
微软近期Open的职位: Job posting title: Senior Development Engineer Location: China, Beijing Division: Opera ...
- 微软职位内部推荐-Senior NLP Scientist
微软近期Open的职位: Job Title: Senior NLP Scientist Location: Suzhou, China Suzhou, one of the most vibrant ...
- 微软职位内部推荐-Senior PM
微软近期Open的职位: Senior Product Manager My Life & Work Beijing China Our passion is to enable people ...
- 微软职位内部推荐-Senior Software Engineer_Azure
微软近期Open的职位: Job Title: Senior Software Engineer Location: Shanghai, China Have you ever imagined th ...
随机推荐
- SDN期末
一.项目描述 负载均衡程序 二.小组分工 组名:我们真的很弱 组员:李佳铭.吴森杰.张岚鑫.薛宇涛.杨凌澜 三.代码演示及过程描述 四.课程总结
- 【Alpha 冲刺】 10/12
今日任务总结 人员 今日原定任务 完成情况 遇到问题 贡献值 胡武成 完成app端api编写 未完成 Json格式出了点问题,修复中 孙浩楷 图片在线编辑器插件引入 未完成 耦合了,结果另外一个那边做 ...
- sed 指定行范围匹配(转)
sed -n '5,10{/pattern/p}' file sed是一个非交互性性文本编辑器,它编辑文件或标准输入 导出的文件拷贝.标准输入可能是来自键盘.文件重定向.字符串或变量,或者是一个管道文 ...
- CountUp.js用法 让数字动起来的插件
CountUp.js 无依赖的.轻量级的 JavaScript 类,可以用来快速创建以一种更有趣的动画方式显示数值数据.尽管它的名字叫 countUp,但其实可以在两个方向进行变化,这是根据你传递的 ...
- 2-8 R语言基础 日期与时间
#日期 Date > x<-date()> class(x)[1] "character" > x2 <- Sys.Date()> class( ...
- Jenkins与Github集成
Jenkins目前是手动进行项目构建的,如何才能做到Github并持续集成呢? 配置前要求: 1.Jenkins已经安装Github插件 2.Jenkins服务器已经拥有一个公网IP地址 第一步:配置 ...
- js 正则表达式验证密码、邮箱格式.....
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title> ...
- calico 排错记录 apt-get install telnet
1.用kubespray部署一个单节点集群,kubectl get pods -n kube-system,结果: calico-node-7v8wx 1/1 Running 0 2dcalico-n ...
- jpbm工作流框架
一:JBPM是什么?有什么用?能解决什么问题? 现实生活中有很多需要走一些流程的过程,比如请假流程,报销流程等,使用工作流框架,即可写一个流程即可,添加流程时不在繁琐的建立新的各种配置. 1:jBPM ...
- 微服务 Rpc和Rest协议
原文:https://blog.csdn.net/king866/article/details/54174665 接口调用通常包含两个部分,序列化和通信协议.常见的序列化协议包括json.xml.h ...