微软职位内部推荐-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 ...
随机推荐
- 【Android】监听Notification被清除
前言 一般非常驻的Notification是可以被用户清除的,如果能监听被清除的事件就可以做一些事情,比如推送重新计数的问题. 声明 欢迎转载,但请保留文章原始出处:) 博客园:http://www ...
- 手机屏幕滑动效果框架——flipsnap
下午有时间,研究了下手机网页开发方面的内容.其中关于手机手势滑屏操作.发现有比较好的jquery 插件--flipsnap. 官方网站:http://pxgrid.github.com/js-flip ...
- php示例代码使用mysql_fetch_assoc函数
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 3 ...
- (翻译) TFS源代码控制的未来 (TFSVC vs. Git)
说明:由于博客园的限制,之前转发的MVP卢建晖的文章不能放入首页,但我会继续转发,感兴趣的同学请到我的博客首页查看. 博主: 翻译自微软Visual Studio ALM产品组老大Brian Harr ...
- VC对ScrollView的调整
VC对ScrollView的调整 automaticallyAdjustsScrollViewInsets automaticallyAdjustsScrollViewInsets是ViewContr ...
- spring中的bean
环境准备 Eclipse上新建一个简单的maven工程,Artifact Id选择maven-archetype-quickstart: 添加spring-context依赖: <depende ...
- C#八皇后问题 枚举值
记得刚出道的时候, 有考虑怎么面试, 以及可能会遇到的面试题, 有一个人说了一下 八皇后问题, 据说要用 sql 语句写出来, 暂时我 写了一个C#版本的, 经测验,八皇后算法结果为 92种, 这个与 ...
- windows,linux,mac生成ssh public key 和 private key
https://help.launchpad.net/YourAccount/CreatingAnSSHKeyPair Creating the key How you create your SSH ...
- JavaScript Patterns 6.2 Expected Outcome When Using Classical Inheritance
// the parent constructor function Parent(name) { this.name = name || 'Adam'; } // adding functional ...
- CSRF攻击与防御
CSRF是什么 CSRF在百度百科中是这么说的:“CSRF(Cross-site request forgery跨站请求伪造,也被称为“one click attack”或者session ridin ...