微软近期Open的职位:

Job posting title: Senior Software Engineer for Privacy Identification

Profession: Engineering

Discipline: Software Engineering

Location: China, Beijing

Division: Technology& Research &nbsp

Are you passionate about building large scale cloud services that solve real world problems? Do you want to build security services that help thousands of customers protect their services and applications from threat actors around the globe? Are you curious, analytical and motivated by new challenges and willing to prove it? If so, we would like to hear from you!

Located in Beijing, China, Microsoft Technology and Research Business Incubation Beijing team is Microsoft’s fundamental technology & research incubation arm in the Asia Pacific region. With our deep connections to our other functions in Redmond, Munich, as well as broad connection with other Technology and Research functions and other product groups across Asia, the Americas, and Europe, we work with the best and brightest minds across the world, and have emerged as key engineering location within the incubation.

The Beijing Business Incubation team has planned to start several innovative programs which will cover all different engineering disciplines. From system and architecture study, through software, hardware, mechanic development, till productization of prototypes for customer verification. Within Beijing Business Incubation team we have system level architects, hardware development, software development and project integration team.

We are looking for a top tier candidate who is passionate about Privacy Management, Identity Recognition and software development. Security, compliance and fraud are just a few areas that you will be improving as a result of your work on this team. Building out systems that interact with data on a massive scale and manipulating petabytes of data are a routine part of this job.

To thrive in this position you'll need a deep technical understanding of a broad technology set and the ability to learn new information at a rapid pace. Strong technical and communication skills, ability to deal with ambiguity, and very high level of creativity and inquisitiveness are a must. Position requirements also include a BS in Computer science or equivalent security experience. Previous experience in security data analytics, forensics and machine learning are important, but a desire to take on big challenges and help improve the overall service engineering process is equally vital.

Essential Qualifications

Design, code, test and deploy software in an agile development environment using engineering best-practices.

Collaborate within various internal teams and people throughout Microsoft to establish and refine service and software requirements.

Rapidly prototype and refine applications based on experience and feedback.

• Passion for security, strong engineering and development skills required including C++, C#/.NET.

• 7+ extensive software design and development experience with a track record of shipping multiple releases.

• Excellent communication skills both verbal and written.

• Act as an expert in some areas of large scale system architecture and forensics system development.

• Provide technical leadership to other team members.

• Passionate, self-motivated.

• Experience in cloud services or distributed system development, database expertise and online services.

Desired skills include:

• Linux forensics experience.

• Strong understanding of common attacks (Software, Service, Network, and People).

• Architectural design and development of large scale and high quality data platform preferred.

• Excellent analytical skills.

• Prior experience in Fraud detection and response.

• Ability to drive technical investigations and prototyping in a fast-paced startup environment

• Experience with test driven software design/development a plus.

Candidates must be able to meet customer security screening requirements as indicated for this role. Customer screening requirements may include additional items such as, but not limited to: specialized agency background checks (either national or local) and fingerprinting. All employees hired into roles supporting Cloud Offerings will also be required to pass Microsoft background checks prior to the start of employment and every two years thereafter.

Microsoft is an equal opportunity employer. &nbsp All qualified applicants will receive consideration for employment without regard to race, color, gender, sexual orientation, gender identity or expression, religion, national origin, marital status, age, disability, veteran status, genetic information, or any other protected status.

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

微软职位内部推荐-Sr. SW Engineer for Privacy Id的更多相关文章

  1. 微软职位内部推荐-Sr. SW Engineer for Azure Networking

    微软近期Open的职位: Senior SW Engineer The world is moving to cloud computing. Microsoft is betting Windows ...

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

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

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

    微软近期Open的职位: The position of Sr. BSP engineer requires experience and good knowledge in mobile hardw ...

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

    微软近期Open的职位: Job Title: Software Development Engineer Work Location: Suzhou, China The Office 365 Co ...

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

    微软近期Open的职位: SDE II Organization Summary: Engineering, Customer interactions & Online (ECO) is l ...

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

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

  7. 微软职位内部推荐-Sr SDE for Win Apps Ecosystem

    微软近期Open的职位: Job posting title: Senior Software Design Engineer Location: China, Beijing Level: 63 D ...

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

    微软近期Open的职位: Job Title:Software Development EngineerII Division: Server & Tools Business - Comme ...

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

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

随机推荐

  1. CentOS7中部署Showdoc

    目录 CentOS7中部署Showdoc 前置环境 部署 配置文件 解压安装包 添加启动服务 设置权限 运行安装 界面 CentOS7中部署Showdoc 文:铁乐与猫 前置环境 因为showdoc其 ...

  2. javascript的基础知识整理

    Basic ObjectsArray Properties constructor  属性返回对创建此对象的数组函数的引用 object.constructor prototype 属性使您有能力向对 ...

  3. Alpha冲刺报告(7/12)(麻瓜制造者)

    今日已完成 邓弘立: 对主页UI进行了改进 符天愉: 打算开始写留言部分并且想要实现无限回复 搜索了下网上的实现方法,总结了两种方法,一种使用递归,一种使用嵌套集合.发现嵌套集合的方法很机智,,但是感 ...

  4. python第三十课--异常(raise关键字)

    演示: 1.手动抛出异常对象-->raise关键字 2.try-except代码不能解决语法错误 try: print('try...') raise TypeError('类型有误的异常') ...

  5. numpy 的排序

    import numpy as np # 1.快速排序 ''' 1.np.sort(),不改变原先值的顺序,但是在运行时占内存 2.ndarry.sort(),改变原先值的顺序,不占用内存 ''' # ...

  6. HTML5调用百度地图API获取当前位置并直接导航目的地的方法

    <!DOCTYPE html> <html lang="zh-cmn-Hans">     <meta charset="UTF-8&quo ...

  7. Postman-自动化传参

    一,自动化传参 在实现接口自动测试的时候,会经常遇到接口参数依赖的问题,例如调取登录接口的时候,需要先获取登录的key值,而每次请求返回的key值又是不一样的,那么这种情况下,要实现接口的自动化,就要 ...

  8. Linux SSH免密登录

    SSH无密码登录要使用公钥与私钥.Linux可以用ssh-keygen生成公钥/私钥对,下面以Ubuntu为例说明配置过程. 有两个节点:node01(172.17.0.14)和node02(172. ...

  9. zabbix(2-server-agent)

    注意:以下步骤都是在LAMP配置之后进行的. 关于LAMP环境的简单快速搭建,见博客:http://afterdawn.blog.51cto.com/7503144/1923139 下面开始介绍在Ce ...

  10. free命令(buffer与cache区别/linux查看空闲内存)

    自:http://www.cnblogs.com/coldplayerest/archive/2010/02/20/1669949.html   Linux上free命令的输出. 下面是free的运行 ...