微软近期Open的职位:

Senior Product Manager

My Life & Work

Beijing China

Our passion is to enable people to thrive in this mobile-first and cloud-first world.

Do you see how antiquated our surrounding is when the virtual world has already become more advanced? &nbsp Are you passionate about helping people improve their work and life?

We are looking for a Senior Product Manager to help us create new, delightful mobile, cross-platform experiences to improve people’s work and life.

We are a team led by former entrepreneurs and rebels. &nbsp We believe in truly useful and beautiful products that can delight billions of lives every day rather than big, flagship monsters to dominate the marketplace. &nbsp We believe in empowering our people to think outside of the box rather than building strict consensus to achieve our vision.

To succeed in this role, you need to be accustomed to the lean philosophy of problem solving – 1 PM, 0.5 designer, and 2 engineers can impact millions of people in 3 months.

Responsibilities

• &nbsp&nbsp&nbsp&nbsp Lead the ideation, technical development, and launch of innovative products

• &nbsp&nbsp&nbsp&nbsp Drive product development with a team of world-class engineers and designers

• &nbsp&nbsp&nbsp&nbsp Define and analyze metrics that inform the success of products

• &nbsp&nbsp&nbsp&nbsp Maximize efficiency in a constantly evolving environment where the process is fluid and creative solutions are the norm

Requirements

• &nbsp&nbsp&nbsp&nbsp 5+ years Product management or product design experience

• &nbsp&nbsp&nbsp&nbsp Experience in creating consumer-facing mobile products strongly desired.

• &nbsp&nbsp&nbsp&nbsp Proven track record in demonstrating user empathy and customer engineering.

• &nbsp&nbsp&nbsp&nbsp Startup experience is a strong plus.

• &nbsp&nbsp&nbsp&nbsp Exceptional communication and presentation skills

• &nbsp&nbsp&nbsp&nbsp Ability to inspire and build alignment without authorities.

• &nbsp&nbsp&nbsp&nbsp Exceptional analytical skills

• &nbsp&nbsp&nbsp&nbsp BA/BS in Computer Science or related technical field is ideal

Microsoft is an equal opportunity employer and supports workforce diversity.

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

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

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

    微软近期Open的职位: Position: Senior SDE-- Mobile Products Android/iOS/WP Senior Developer Contact Person: ...

  2. 微软职位内部推荐-Senior Android Developer

    微软近期Open的职位: Position: Senior SDE-- Mobile Products Android/iOS/WP Senior Developer Contact Person: ...

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

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

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

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

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

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

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

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

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

    微软近期Open的职位: Job Title: Senior Software Development Engineering Work Location: Suzhou, China Enterpr ...

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

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

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

    微软近期Open的职位: MSIT Dynamics CRM Sr. Dev Lead (Sr. Dev Lead, Microsoft China, Beijing) Are you interes ...

随机推荐

  1. eclipse快捷键调试总结

    (1)Ctrl+M --切换窗口的大小 (2)Ctrl+Q --跳到最后一次的编辑处 (3)F2      ---重命名类名 工程名  --当鼠标放在一个标记处出现Tooltip时候按F2则把鼠标移开 ...

  2. python使用mechanize模拟登陆新浪邮箱

    mechanize相关知识准备: mechanize.Browser()<br># 设置是否处理HTML http-equiv标头 set_handle_equiv(True)<br ...

  3. Netty 聊天小程序

    这节讲解基于 Netty 快速实现一个聊天小程序. 一.服务端 1. SimpleChatServerHandler(处理器类) 该类主要实现了接收来自客户端的消息并转发给其他客户端. /** * 服 ...

  4. BZOJ2306:[CTSC2011]幸福路径(倍增Floyd)

    Description 有向图 G有n个顶点 1,  2, …,  n,点i 的权值为 w(i).现在有一只蚂蚁,从给定的起点 v0出发,沿着图 G 的边爬行.开始时,它的体力为 1.每爬过一条边,它 ...

  5. BZOJ5092:[Lydsy1711月赛]分割序列(贪心,高维前缀和)

    Description 对于一个长度为n的非负整数序列b_1,b_2,...,b_n,定义这个序列的能量为:f(b)=max{i=0,1,...,n}((b_1 xor b_2 xor...xor b ...

  6. php排序算法及二分法查找

    插入排序 思想:将一个记录插入到已排序好的有序表中,从而得到一个新,记录数增1的有序表.即:先将序列的第1个记录看成是一个有序的子序列,然后从第2个记录逐个进行插入,直至整个序列有序为止. 要点:设立 ...

  7. web.xml配置遇到的问题

    web.xml<listener>            <listener-class>org.springframework.web.context.ContextLoad ...

  8. k-center问题-学习

    k-center问题: In graph theory, the metric k-center or metric facility location problem is a combinator ...

  9. scp 免密登录ssh-copy-id 如何使用非22端口 + rsync 同步远程机器的文件到本地

    其中:id_rsa为私钥文件,id_rsa.pub为公钥文件 ssh-copy-id  -i ~/.ssh/id_rsa.pub  "-p 2122  root@IP " 我的:s ...

  10. OC分类(类目/类别) 和 类扩展 - 全解析

    OC分类(类目/类别) 和 类扩展 - 全解析   具体见: oschina -> MyDemo -> 011.FoundationLog-OC分类剖析 http://blog.csdn. ...