微软近期Open的职位:

The position of Sr. BSP engineer requires experience and good knowledge in mobile hardware/software platforms integration. This is a hands-on platform software and engineering focused position, responsible for defining and driving the Windows OS hardware/software integration for mobile projects, both internally and with the external partners for the Greater China Market.

Job Responsibilities:

• &nbsp&nbsp&nbsp&nbsp Leads a BSP team to work with mobile partners for the integration of Windows OS into mobile devices for the Greater China Market.

• &nbsp&nbsp&nbsp&nbsp Communicate and solve the hardware/software platform issues with ODM/OEM partners including manufacturing.

• &nbsp&nbsp&nbsp&nbsp Work with test teams in setting up the lab environment to test Windows OS platform quality

• &nbsp&nbsp&nbsp&nbsp Collaborate with mobile silicon partners to develop innovative mobile solutions for the China market.

• &nbsp&nbsp&nbsp&nbsp Use Windows and various Silicon vendors tools for software builds and debugging

Minimum Requirements

• &nbsp&nbsp&nbsp&nbsp Requires a BS degree in Software Engineering, Computer, or Electrical Engineering

• &nbsp&nbsp&nbsp&nbsp A minimum of 6 years' experience in hardware/software integration and wireless systems is required

• &nbsp&nbsp&nbsp&nbsp Has good hands-on knowledge in bringing up memory subsystems, displays, sensors, touch panel, and camera imaging.

• &nbsp&nbsp&nbsp&nbsp Technical leadership with external customers and silicon vendors is a plus

• &nbsp&nbsp&nbsp&nbsp Experience with Carriers’ lab and mobile manufacturing environment

Preferred Qualifications

Master Degree is Preferred

Able to foster deep relationships with silicon partners and carriers across all levels

Experience in mobile OS, preferable Windows but other Smartphone OS like Android is also acceptable

Familiarity with BT, WLAN, NFC, GPS, and Sensors are big pluses

Good understanding of Mobile standard architectures and standard software designs.

Excellent communication skills, both verbal and written, with strong technical writing skills and experience in preparing and giving presentations. Fluency in both English and Chinese is a big plus.

Prior experience in Devices Manufacturing environment including testing is a plus.

Microsoft is an equal opportunity employer and supports workforce diversity.

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

微软职位内部推荐-Senior BSP Engineer的更多相关文章

  1. 微软职位内部推荐-Senior Network Engineer

    微软近期Open的职位: Global Foundation Services is the team behind the cloud. GFS is responsible for deliver ...

  2. 微软职位内部推荐-Senior SW Engineer for Application Ecosystem

    微软近期Open的职位: Job posting title: Senior Development Engineer Location: China, Beijing Division: Opera ...

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

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

  4. 微软职位内部推荐-Senior Software Engineer -Web

    微软近期Open的职位: Location: Beijing, China The Office App Services team is working on the powerful Office ...

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

    微软近期Open的职位: Are you looking for a big challenge? Do you know why Big Data is the next frontier for ...

  6. 微软职位内部推荐-Senior Software Engineer - Back End

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

  7. 微软职位内部推荐-Senior Software Engineer - Front End

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

  8. 微软职位内部推荐-Senior Software Engineer II-Sharepoint

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

  9. 微软职位内部推荐-Senior Software Engineer II-Search

    微软近期Open的职位: Do you want to work on a fast-cycle, high visibility, hardcore search team with ambitio ...

随机推荐

  1. October 16th 2017 Week 42nd Monday

    The more decisions that you are forced to make alone, the more you are aware of your freedom to choo ...

  2. T4学习- 4、Kalman Studio-T4代码生成器

    开源代码生成器-Kalman Studio https://github.com/loamen/Kalman.Studio 软件主要功能如下: 1.基于T4的代码生成工具,根据数据库元数据信息生成代码 ...

  3. 自己写的开源MVC-easyMVC分享

    简介 基本风格是按照spring mvc做的,在后期会加入一些新的特性,封装成易于自己项目使用的mvc框架. github地址: https://github.com/tangyanbo/easymv ...

  4. Angular2学习笔记(1)——Hello World

    1. 写在前面 之前基于Electron写过一个Markdown编辑器.就其功能而言,主要功能已经实现,一些小的不影响使用的功能由于时间关系还没有完成:但就代码而言,之前主要使用的是jQuery,由于 ...

  5. Swift: Associated Types--为什么协议使用关联类型而不是泛型

    关联类型的形式为类型的引用进而进行约束提供了条件: 同时能够简化语法形式. Swift: Associated Types http://www.russbishop.net/swift-associ ...

  6. BZOJ5092:[Lydsy1711月赛]分割序列(贪心,高维前缀和)

    Description 对于一个长度为n的非负整数序列b_1,b_2,...,b_n,定义这个序列的能量为:f(b)=max{i=0,1,...,n}((b_1 xor b_2 xor...xor b ...

  7. Python高级--闭包与装饰器

    前言:在Python中,闭包是一种非常有用的功能!它通常与装饰器一起搭配使用,可以在不改变被装饰函数的功能的基础上,完成更多的功能.如权限认证. 一.如何定义闭包 1.闭包就是两个嵌套的函数,外层函数 ...

  8. Android向手机通讯录中的所有的联系人(包括SIM卡),向手机通讯录中插入联系人

    package com.example.myapi.phonepersion; import java.util.ArrayList; import java.util.List; import an ...

  9. day80

    昨日回顾 上节回顾: 中间件: -django请求生命周期: -中间件:对全局请求的修改,和全局响应的修改 -process_request:从上往下执行 -process_response:从下往上 ...

  10. Swift图书展示项目笔记

    1.Swift语言特点 Extensions(扩展):就是向一个已有的类.结构体.枚举类型或者协议类型添加新功能.这包括在没有权限获取原始源代码的情况下扩展类型的能力(即逆向建模) map: 得到一个 ...