微软近期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. Windows server 安装和配置zabbix agent

    1.下载Windows 平台的zabbix agent 先到官网下载zabbix_agentd监控客户端软件安装包(windows操作系统客户端),客户端版本尽量与服务器版本一致,下载地址:http: ...

  2. windows10下安装source insight 4.0(破解版)

    1.从官网下载source insight4.0版本(不用下载,在后面已经把所有需要的文件都准备好了); 2.安装source insightt4.0; 3.使用下载好的sourceinsight4. ...

  3. pig:group by之后的其它统计方法一

    --测试Top N后的其它统计 A = LOAD '/TraceParser/blackcore/' USING PigStorage() as (lk_id:chararray,host:chara ...

  4. November 13th, 2017 Week 46th Monday

    Don't undermine your worth by comparing yourself with others. 别拿自己和他人比较,这只会降低你原有的价值. Honestly, I don ...

  5. 博客系统实战——SprintBoot 集成Thymeleaf 实现用户增删查改(含源码)

    近来在学习SprintBoot +Thymeleaf +Maven搭建自己的博客系统,故在学习过程中在此记录一下,也希望能给广大正在学习SprintBoot和Thymeleaf的朋友们一个参考. 以下 ...

  6. ansible(一)

    Ansible简介 Ansible:Ansible的核心程序Host Lnventory:记录了每一个由Ansible管理的主机信息,信息包括ssh端口,root帐号密码,ip地址等等.可以通过fil ...

  7. JS内置对象-String对象、Date日期对象、Array数组对象、Math对象

    一.JavaScript中的所有事物都是对象:字符串.数组.数值.函数... 1.每个对象带有属性和方法 JavaScript允许自定义对象 2.自定义对象 a.定义并创建对象实例 b.使用函数来定义 ...

  8. css多行省略-webkit-box-orient打包编译后失效原因

    原css代码: .dialog-for-plan .dialog-table .type>p { display: -webkit-box; -webkit-box-orient: vertic ...

  9. Springmvc常见问题

    问题一:org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userCont ...

  10. [转]OpenGL进阶(一) - 多视口

    直接给出原文链接:OpenGL进阶(一) - 多视口