微软近期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. C++基础算法学习——生理周期

    人有体力.情商.智商的高峰日子,它们分别每隔23天.28天和33天出现一次.对于每个人,我们想知道何时三个高峰落在同一天.给定三个高峰出现的日子p,e和i(不一定是第一次高峰出现的日子),再给定另一个 ...

  2. SDN 期末作业验收

    前言 SDN 期末作业验收我们是采用的参考场景一,我们在此场景的基础上来做负载均衡,下面是我们搭建的拓扑图 演示视频 https://pan.baidu.com/s/1htkKLPM 负载均衡程序 相 ...

  3. Java数组、集合的三种遍历方式(包懂)

    1 for循环 for(int i = 0;i<arr.length;i++){ System.out.print(arr[i]+" "); } 2 foreach循环,这种 ...

  4. react如何引入外部文件的整理

    1 引入组件 首先就应该是安装了,安装在环境中后通过 import { Select, Button, Icon, QueueAnim } from 'antd'; 就可以把需要的组件引用进来了~ 2 ...

  5. Spark项目之电商用户行为分析大数据平台之(六)用户访问session分析模块介绍

    一.对用户访问session进行分析 1.可以根据使用者指定的某些条件,筛选出指定的一些用户(有特定年龄.职业.城市): 2.对这些用户在指定日期范围内发起的session,进行聚合统计,比如,统计出 ...

  6. WorldWind源码剖析系列:星球表面渲染类WorldSurfaceRenderer

    星球表面渲染类WorldSurfaceRenderer描述如何渲染星球类(如地球)表面影像纹理.该类的类图如下. 星球类World包含的主要的字段.属性和方法如下: public const int ...

  7. 编写陈旭,实现通过字符型变量创建boolean值,再将其转换为字符串输出,观察输出后的字符串与创建Boolean对象时给定的参数是否相等.

    主要涉及到基本数据类型与包装类的转换. Boolean类的tostring方法的作用,返回一个表示该布尔值的 String 对象 public class Test1 { public static ...

  8. POJ 1904 King's Quest(SCC的巧妙应用,思维题!!!,经典题)

    King's Quest Time Limit: 15000MS   Memory Limit: 65536K Total Submissions: 10305   Accepted: 3798 Ca ...

  9. 用python2.7.9 写个小程序搜索某个目录下行有某关键字

    # -*- coding: utf-8 -*-import sysreload(sys)sys.setdefaultencoding("utf-8")import os def p ...

  10. php判断一个数组是否为另一个数组子集的方法

    原文地址http://www.jbxue.com/article/14703.html // 快速的判断$a数组是否是$b数组的子集  $a = array(135,138);  $b = array ...