微软近期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. &nbsp 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. &nbsp B&I has operations on four sites, within three time zones. &nbsp 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. &nbsp They are comfortable to lead the system development, operational execution and team management aspects of the position. &nbsp 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. &nbsp They agree goals with the team members and develops working practices. &nbsp 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:

&nbsp 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)

&nbsp Ensure local B&I team member can deliver their full potential within their role, through competence development, support and coaching

&nbsp Support the development of B&I WoW and responsible for adoption of agreed practices within the site

&nbsp Ensure daily operations and take action to resolve any blocking issue preventing the team from executing

&nbsp Arrange local system support point of contact and support against agreed technology areas

&nbsp Ensure clear responsibilities to support integration code lines and support site handovers

&nbsp 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 &nbsp

• 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的更多相关文章

  1. 微软职位内部推荐-Principal Development Lead

    微软近期Open的职位: Job Title: Principal Development Lead Work Location: Suzhou, China This is a once in a ...

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

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

  3. 微软职位内部推荐-Senior Dev Lead

    微软近期Open的职位: Bing Index Serve team is hiring! We are one of the core teams in Bing serving more than ...

  4. 微软职位内部推荐-Sr DEV Lead, Bing Search Relevance

    微软近期Open的职位: Contact Person: Winnie Wei (wiwe@microsoft.com )Sr DEV Lead, Bing Search RelevanceLocat ...

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

    微软近期Open的职位: Job Title: Senior Engineering LeadDivision: Microsoft Business SolutionWork Location: S ...

  6. 微软职位内部推荐-Sr. Dev Lead

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

  7. 微软职位内部推荐-Senior Dev Lead - SharePoint

    微软近期Open的职位: SharePoint is a multi-billion dollar enterprise business that has grown from an on-prem ...

  8. 微软职位内部推荐-Senior Development Lead – Sharepoint

    微软近期Open的职位: SharePoint is a multi-billion dollar enterprise business that has grown from an on-prem ...

  9. 微软职位内部推荐-Principal Development Lead - SharePoint

    微软近期Open的职位: SharePoint is a multi-billion dollar enterprise business that has grown from an on-prem ...

随机推荐

  1. 【代码笔记】iOS-标题2个图标,点击的时候,页面跳转

    一,效果图. 二,工程图. 三,代码 RootViewController.h #import <UIKit/UIKit.h> @interface RootViewController ...

  2. Markdown语法手册

    Markdown 语法手册 Markdown 是一种轻量级标记语言,能将文本换成有效的XHTML(或者HTML)文档,它的目标是实现易读易写,成为一种适用于网络的书写语言. Markdown 语法简洁 ...

  3. vs出现“已经在解决方案中打开了具有该名称的项目”问题的解决方案

    经过本人测试,这种问题一般出现在装了svn的项目. 其实删除了删除sln和csproj文件中的SVN配置信息就行了 需要删除的信息 sln文件中: GlobalSection(SubversionSc ...

  4. SQL Server日期时间格式转换字符串

    在SQL Server数据库中,SQL Server日期时间格式转换字符串可以改变SQL Server日期和时间的格式,是每个SQL数据库用户都应该掌握的.本文我们主要就介绍一下SQL Server日 ...

  5. Spring Boot项目使用Flyway

    Purpose 开发人员在合作的时候经常遇到以下场景: 1.开发人员A在自己的本地数据库做了一些表结构的改动,并根据这些改动调整了DAO层的代码,然后将代码上传到svn或git等版本控制服务器上.此时 ...

  6. android QQ消息左滑动删除实例(优化版SwipeListViewEX)

    仿 QQ消息左滑动删除item消息实例 源代码参考:http://blog.csdn.net/gaolei1201/article/details/42677951 自己作了一些调整,全部代码下载地址 ...

  7. 让HTML页面缩放适应移动客户端尺寸

    多的不说了,直接看代码吧 <html lang="en"> <head> <meta http-equiv = "X-UA-Compatib ...

  8. Caffe CNN特征可视化

    转载请注明出处,楼燚(yì)航的blog,http://www.cnblogs.com/louyihang-loves-baiyan/ 以下部分代码是根据caffe的python接口,从一次forwo ...

  9. libsvm Minist Hog 手写体识别(源码文件)

    以上是我上一篇文章中的代码实现,里面分别用了opencv中的SVM和LibSVM,opencv的SVM用起来更方便,但貌似内部其实也是基于Libsvm,同样的参数训练出来的结果是一致的,里面有Libs ...

  10. AC日记——元素查找 codevs 1230

    1230 元素查找  时间限制: 1 s  空间限制: 128000 KB  题目等级 : 钻石 Diamond 题解  查看运行结果     题目描述 Description 给出n个正整数,然后有 ...