微软近期Open的职位:

Role Based in Shanghai, China
Title: Producer

We are seeking a Senior Producer to lead Production & Operations in the China region based in Shanghai.

The position will lead programming efforts tied to platform updates, product releases, experimentation and some other key programming projects in the region. He/She will be the liaison between the engineering group, local partners and regional editorial and programming teams.

Additionally, the Sr Producer will manage the overall project pipeline and facilitate user experience and technical discussion, along with planning hand-in-hand with Editorial and Design. Will directly manage vendor resources and lead team to build innovative, break-through experiences for the platforms in the region.

We are looking for a highly motivated professional with an ability to communicate effectively with stakeholders across a variety of disciplines, is confident running meetings and speaking in large groups. Passionate about their job with a positive outlook, and happy to work as part of dynamic and diverse team.

Key responsibilities include:
Coordinate regional programming efforts tied to product releases as well as platform and service updates
Project-manage all regional programming projects. Coordinate with partners, editorial, design and BI teams
Partner with wider Programming and regional teams to successfully ship initiatives on the platform across multiple markets
Manage vendor design and technical production resources in the region
Oversee pre-production and planning phases of complex regional programming projects
Create, document and manage all production processes and workflows
Lead experimentation efforts on the dash across the region
Partner with Business Intelligence & Editorial to evaluate engagement data and manage/improve ROI of projects
Manage team’s SharePoint site and programming documentation

Qualifications:

Strong history of project management and proven skills in working with global/regional teams (5+ years)
Solid experience with content management systems and online publishing tools
Ability to analyse publishing platform capabilities and features set. Identify gaps and suggest/implement solutions to support existing and new business initiatives
Strategic planning experience; ability to successfully work across boundaries defined by discipline and product group towards shared objectives
Strong project management, planning, prioritization and scheduling acumen
Bilingual (English/Mandarin) with a strong understanding of the Chinese cultural
Proven history of managing resources and delivering projects with many deliverables and stakeholders
Excellent verbal and written communication skills. Effectively communicate project and state-of-the business status with team leads
Facilitate effective meetings and drive key decisions with stakeholders in order to ensure a solid plan of record
High attention to detail and a ‘process person’
Strong metric-reporting skills; ability to analyse performance reports and make data-driven programming decisions
Results-oriented, willing to jump in and make things happen
Bachelor’s degree in Computer Science or related field

Microsoft is an equal opportunity employer and supports workforce diversity.
GCR:CN:DEV:EN

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

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

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

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

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

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

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

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

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

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

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

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

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

    微软近期Open的职位: Job Title: Senior Development Engineer Division: Visual Studio China - Developer Divisi ...

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

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

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

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

  9. 微软职位内部推荐-Senior SDE for Big Data

    微软近期Open的职位: Title: Senior SDE The Big Data Tooling team looking for a talented and passionate devel ...

随机推荐

  1. 怎么删除远程登录连接的ip

    通过远程桌面可以登录到远程电脑上进行相应的操作,在登录过后会在本地电脑上留下登录过的IP以及登录用户名相关信息,可能会给远程的电脑带来安全隐患,下面介绍一下清除远程桌面历史记录的方法. 1.删除我的文 ...

  2. poj 2182 树状数组

    这题对于O(n^2)的算法有很多,我这随便贴一个烂的,跑了375ms. #include<iostream> #include<algorithm> using namespa ...

  3. centos 安装ss-QT5

    方法一(DNF指令): 1.如果未安装DNF,请跳转至:http://dev.fjuts.com:83/blog/index.PHP/Linux/261.html2.添加shadowsocks 的 c ...

  4. css3 边框记

    css3 边框 border属性在css1中就已经定义了,使用它可以设置元素的边框风格,边框颜色以及边框粗细. border-width:设置元素边框的粗细. border-color:设置元素边框的 ...

  5. ASP.NET网站前端页面的复制

    网络普及的时代,遇到问题的首要解决方案并不是问人,而是找度娘.当我们找一些技术性的问题时,会发现很多解决方案在博客里,看看博主发表的博客总是惊叹不已,想要自己也有这么一个好习惯,把学到的东西以自己的方 ...

  6. Android实现双进程守护 (转)

    做过android开发的人应该都知道应用会在系统资源匮乏的情况下被系统杀死!当后台的应用被系统回收之后,如何重新恢复它呢?网上对此问题有很多的讨论.这里先总结一下网上流传的各种解决方案,看看这些办法是 ...

  7. 【转】Log4.NET mark

    C#通过log4net进行异常记录 C#中异常的记录也有一个模板,就是log4net.多的就不说了直接看怎么用的吧. 1.引用log4net.dll. 2.实现log4net的方法. public c ...

  8. Cocos移植到Android-使用Eclipse交叉编译打包

    如果对命令行望而生畏,我们可以借助于安装有ADT插件的Eclipse工具实现交叉编译.使用Eclipse进行交叉编译,首先需要将要编译的工程导入到Eclipse的Workspace中,Workspac ...

  9. 项目中的那些事---JavaScript

    一.String.charAt(index) 作用:获取字符串指定索引位置的字符 注意:index的值是0~(字符串长度-1)之间的值 <script type="text/javas ...

  10. SOCKET编程:为什么recv不阻塞

    服务器端: #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #incl ...