微软近期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. [转]IIS7.5 添加expires头 提高性能

    本文转自:http://niutuku.com/tech/www/271454.shtml 对于页面中不经常变化的静态内容通过指定expires头,来进行浏览器端的缓存,减少每次访问时的请求. 原理: ...

  2. 关于XShell的常见使用和设置以及Linux中的常见命令.

    本文部分转自:http://sundful.iteye.com/blog/704079 和 http://www.vckai.com/p/5 有时候在XShell中操作的一些命令傻傻的分不清这个命令到 ...

  3. 【memset】关于memset的初始最大最小值

    声明:也是摘自网上各路大神的. memset的正规用法是只能用来初始化char类型的数组的,也就是说,它只接受0x00-0xFF的赋值. 因为char是1字节,memset是按照字节赋值的,相当于把每 ...

  4. Windows 8.1 归档 —— Step 1 选择与安装

    下面是 Windows 8.1 各版本区别: Windows 8.1 标准版(一般就称之为Windows 8.1): 包括全新的 Windows 商店.Windows 资源管理器.任务管理器等等,还将 ...

  5. oracle数据库创建表空间和表临时空间

    1:创建临时表空间 create temporary tablespace user_temp tempfile 'Q:\oracle\product\10.2.0\oradata\Test\xyrj ...

  6. C#Winform版获取Excel文件的内容

    public MainForm() { InitializeComponent(); //this.ofd_in.DefaultExt = ".xlsx"; this.ofd_in ...

  7. Objective-C 【内存管理&手动内存管理 综述】

    ------------------------------------------- 内存管理 (1)Objective-C的内存管理 栈区    存放局部变量(由于基本数据类型占用的存储空间是固定 ...

  8. 关于FPGA(verilog)电平检测模块的易错点分析

    reg F1,F2; // F2 Previous State, F1 Current State always@(posedge CLK or negedge RSTn) if(!RSTn) beg ...

  9. CSS 绝对定位和相对定位

    CSS定位属性:一个定位属性,需配合四个定位坐标,实现定位 固定定位fixed 说明: 1.固定定位是相对于"浏览器窗口" 2.如果只设置了定位属性,未指定定位坐标时,元素将停留在 ...

  10. lucene4入门(2)搜索

    欢迎转载http://www.cnblogs.com/shizhongtao/p/3440479.html 接着上一篇,这里继续搜索,对于搜索和创建一样,首先你要确定搜索位置,然后用规定的类来读取.还 ...