微软近期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. 过滤掉URL中的参数部分

    //将超链接的参数部分滤掉 ?xxx if(url.contains("?")){ url=url.substring(0,url.indexOf("?")); ...

  2. C++中const和指针

    常见的理解问题: const char * * s;//表示s是指向const char * 类型的指针: char * * const s;//表示s是指向char * 类型的一个常量指针.

  3. Gold Point Game~~

    黄金点游戏 1. 队友博客链接 GitHub链接 2.过程总结 (1)俩人各自所做工作?对方编程习惯总结(是否遵照代码规范.是否关注算法效率.是否做了代码复审.界面设计是否关注美观实用等等): 这次作 ...

  4. 【Alpha 冲刺】 9/12

    今日任务总结 人员 今日原定任务 完成情况 遇到问题 贡献值 胡武成 完善API文档,并初步使用SpringMVC产生编写部分API 已完成 孙浩楷 完成课程通知页面(及发布通知的弹窗) 已完成 胡冰 ...

  5. BZOJ 1076 奖励关 状态压缩DP

    题目链接: https://www.lydsy.com/JudgeOnline/problem.php?id=1076 题目大意: 你正在玩你最喜欢的电子游戏,并且刚刚进入一个奖励关.在这个奖励关里, ...

  6. swift类型擦除的定义-swift的类型擦除只是一个类型高低阶转换的游戏。

    所谓swift的类型擦除是指: moand转换: 通过技术手段(通常是包装器),将具体类型的类型信息擦除掉了,只将类型的(某一个侧面的)抽象信息(通常指的是类型尊从的协议.接口.或基类)暴露出来. A ...

  7. docker构建Java环境

    FROM java:7 COPY . /usr/src/javaapp WORKDIR /usr/src/javaapp RUN javac HelloWorld.java CMD ["ja ...

  8. java.util.zip.ZipException: duplicate entry(重复依赖多版本的类库)

    同步SVN仓库中的代码,更新后,运行项目,出现如下错误: com.android.build.api.transform.TransformException: java.util.zip.ZipEx ...

  9. 竟然是它:# vi /etc/resolv.conf

    有数据库主机: 前端tomcat应用连接慢,开发人员本地pl/sql连接也超慢: 检查了系统i/o ,nethogs,top,检查了数据listener.ora,awr,wait_event,sql ...

  10. Jredis的使用范例

    简单使用 public class JedisTest { private static final Logger LOGGER = LoggerFactory.getLogger(JedisTest ...