微软职位内部推荐-B&I Site Lead
微软近期Open的职位:
Job Title: B&I Site Lead
Division: Phones Quality, SWIQ
Location: Beijing, China
Microsoft (China), Phones unit is seeking an individual to lead our software build and integration operations in Beijing.   Located within the Phones Quality unit, the Software Integration & Quality (SWIQ), Build & Integration (B&I) team develops and operates the engineering systems to deliver integrated product software for the Lumia device portfolio.   B&I has operations on four sites, within three time zones.   Our Beijing site forms a critical part of our global integration operations, as well as supplying unique technology competences and solutions that support Lumia software creation and delivery.
Successful candidates should have experience of leading development and operational functions within a complex R&D environment.   They are comfortable to lead the system development, operational execution and team management aspects of the position.   Good communication with global stakeholders is essential to success, as well as the ability to connect the local team with the global strategy.
As part of the global Lumia Build & Integration (B&I) leadership team, the B&I Site Lead plays a major role in defining how the organisation operates.   They agree goals with the team members and develops working practices.   Operatively, they will ensure smooth execution against integration code lines and take action to resolve any blocking issues impacting the local team’s execution.
Primary responsibilities include:
  Act as line manager for the site team and represent B&I within the local site (e.g. software engineering teams, testing functions and the site R&D management)
  Ensure local B&I team member can deliver their full potential within their role, through competence development, support and coaching
  Support the development of B&I WoW and responsible for adoption of agreed practices within the site
  Ensure daily operations and take action to resolve any blocking issue preventing the team from executing
  Arrange local system support point of contact and support against agreed technology areas
  Ensure clear responsibilities to support integration code lines and support site handovers
  Ability to act as product owner, to help guide and set priorities, for tool development work on the site
Qualified candidates should have the following:
• Experienced software leader, with deep knowledge of software integration practices
• At least 10 years of experience within research and development environment
• Excellent communication, presentation and organizational skills
• A minimum of a BA/BS degree in software engineering or related subject  
• The ability to understand technical issues across multiple domains
• Ability to facilitate and address issues and be able to drive issues to resolution
• Be able to recognise opportunities and drive for continuous improvement
Microsoft is an equal opportunity employer and supports workforce diversity.
如果你想试试这个职位,请跟我联系,我是微软的员工,可以做内部推荐。发你的中英文简历到我的邮箱:Nicholas.lu.mail(at)gmail.com
微软职位内部推荐-B&I Site Lead的更多相关文章
- 微软职位内部推荐-Principal Development Lead
微软近期Open的职位: Job Title: Principal Development Lead Work Location: Suzhou, China This is a once in a ...
- 微软职位内部推荐-Senior Development Lead
微软近期Open的职位: MSIT Dynamics CRM Sr. Dev Lead (Sr. Dev Lead, Microsoft China, Beijing) Are you interes ...
- 微软职位内部推荐-Senior Dev Lead
微软近期Open的职位: Bing Index Serve team is hiring! We are one of the core teams in Bing serving more than ...
- 微软职位内部推荐-Sr DEV Lead, Bing Search Relevance
微软近期Open的职位: Contact Person: Winnie Wei (wiwe@microsoft.com )Sr DEV Lead, Bing Search RelevanceLocat ...
- 微软职位内部推荐-Senior Engineering Lead
微软近期Open的职位: Job Title: Senior Engineering LeadDivision: Microsoft Business SolutionWork Location: S ...
- 微软职位内部推荐-Sr. Dev Lead
微软近期Open的职位: JD 如果你想试试这个职位,请跟我联系,我是微软的员工,可以做内部推荐.发你的中英文简历到我的邮箱:Nicholas.lu.mail(at)gmail.com
- 微软职位内部推荐-Senior Dev Lead - SharePoint
微软近期Open的职位: SharePoint is a multi-billion dollar enterprise business that has grown from an on-prem ...
- 微软职位内部推荐-Senior Development Lead – Sharepoint
微软近期Open的职位: SharePoint is a multi-billion dollar enterprise business that has grown from an on-prem ...
- 微软职位内部推荐-Principal Development Lead - SharePoint
微软近期Open的职位: SharePoint is a multi-billion dollar enterprise business that has grown from an on-prem ...
随机推荐
- 【代码笔记】iOS-钢琴小游戏
一,效果图. 二,工程图. 三,代码. RootViewController.h #import <UIKit/UIKit.h> //加入头文件 #import <AudioTool ...
- Android源码分析之SharedPreferences
在Android的日常开发中,相信大家都用过SharedPreferences来保存用户的某些settings值.Shared Preferences 以键值对的形式存储私有的原生类型数据,这里的私有 ...
- iOS-公司开发者账号的申请和注册(博主原创+亲身经历+2016年申请+附带与邓白氏公司的往来邮件截图)
不吹不黑,此篇博客真乃我的良心之作啊,希望对大家有所帮助! 链接在简书:http://www.jianshu.com/p/9de6a8eb4d88
- IOS设计模式-观察者模式
前言:23种软件设计模式中的观察者模式,也是在软件开发中,挺常用的一种设计模式.而在苹果开发中,苹果Cocoa框架已经给我们实现了这个设 计模式,那就是通知和KVO(Key-Value Observi ...
- nodejs API
1.querystring参数处理 序列化 > querystring.stringify({'name':'scott',course:['jade','node'],from:''}) 'n ...
- linux 学习随笔-文件目录管理
1:绝对路径:写法一般由'/'根目录引起的 '/'表示根目录 2:相对路径:不是由'/'引起的 需要先进入/ 在进入其它文件 3:mkdir -p +目录+文件夹 可以用于创建不存在的级联目录 不 ...
- 天书笔记:如何创建一个现代的footer(页脚)
此笔记纯属本人脑残笔记,阅读困难不理解属正常现象,初学者尽量不要阅读,否则轻则口吐白沫重则走火入魔,切记切记 老规矩,效果图 这个布局也是从b站看到的,回来自己实现了一遍 HTML: <div ...
- Android搭建junit测环境
在AndroidManifest.xml文件中增加两个东西,分别是: 1.uses-library ,位于application里面. 2.instrumentation,与application同级 ...
- java多线程学习
在java中要想实现多线程,有两种手段,一种是继续Thread类,另外一种是实现Runable接口. 一.扩展java.lang.Thread类 package com.multithread.lea ...
- 0011《SQL必知必会》笔记07 数据的插入、更新和删除
1.插入完整的行或一部分:INSERT INTO 表名(列名1-n) VALUES (对应的值1-n) INSERT INTO products(prod_id, vend_id, prod_name ...