微软近期Open的职位:

MSN reaches nearly half a billion people across the globe where we are the #1 portal in 27 markets. &nbsp The combination of the up-to-the-minute News, Sports, Entertainment, and Video content with Social features and integration with Windows 8 are a unique offering for our users. &nbsp In addition, the MSN team powers content experiences across other Microsoft properties including many of the Microsoft applications on Windows 8.

Come lead the evolution of MSN's Experimentation methodology for the our most monetized properties! &nbsp “Successful evolution is driven by successful EXPERIMENTATION.”

MSN experiments all the time, on features, social, visual, interactive and many aspects of our sites. The impact of each experiment on our KPI's determines whether the feature continues to production, gets redesigned, or dropped. &nbsp This is the cutting edge of MSN evolution.

We need an experienced Dev Leader to both contribute and support dramatic, rapid changes as well as ensure a high quality bar. This means crafting the next iteration of our Experimentation Strategy, as well as striving to improve the way we approach experiments to take them on much faster while being even more efficient than we are now (automation, frameworks).

This is a unique opportunity that will require you to work across our online properties in our Online Services Division (OSD: Bing, MSN, Ads) to deliver rich, exciting end-user features that help increase user engagement with MSN homepages worldwide.

"No amount of experimentation can ever prove me right; a single experiment can prove me wrong.” –Albert Einstein

Roles & Responsibilities:

You will partner with your Test and PM counterparts to create and implement the next generation of MSN's Experiments to identify the service and feature variants that will yield positive change in our KPI's (User Engagement, Click Through Rate, Pages Per Session, etc...). &nbsp A great opportunity to create great methodology and write great code, ensuring this Bing A/B-based framework produces quality data and experiences.

This is a Dev Lead role in a talented, collaborative team. The team is small and fast. Your Test and PM counterparts and their teams are extremely capable, focused and hardworking and have the end user's best interests in mind. &nbsp You will work in a worldwide team, delivering features to over 50 markets, working closely with Media and Editorial teams. &nbsp You will also manage a small number of offshore vendors.

We're located in the Downtown Bellevue Lincoln Square campus, a great facility with an Imax movie theater, bowling alley, arcade, comedy club, bars and restaurants right in the same building.

Skills & Qualifications:

We are looking for a Senior Dev Lead that can deal effectively with ambiguity and a fast-paced environment. The role will require sharp strategic thinking and wide cross-group collaboration.

Experience Required:

• BS/MS in Computer Science or equivalent degree

• Multiple ship cycles of a web property, 5 years of experience in software development, solid software engineering skills.

• Expert knowledge of .NET or equivalent (e.g. Java) , MVC, C#.

• Expert knowledge of AJAX, JavaScript, and other web UI / Web service development.

• Offshore vendor team management successful experience desired and a plus.

• Excellent communication skills (verbal and written) and proven ability to work effectively independently and in teams.

Microsoft is an Equal Opportunity Employer (EOE) and strongly supports diversity in the work place.

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

微软职位内部推荐-Sr SDE的更多相关文章

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

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

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

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

  3. 微软职位内部推荐-Senior SDE for Big Data

    微软近期Open的职位: Title: Senior SDE The Big Data Tooling team looking for a talented and passionate devel ...

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

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

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

    微软近期Open的职位: Position: Senior SDE-- Mobile Products Android/iOS/WP Senior Developer Contact Person: ...

  6. 微软职位内部推荐-SR DEV

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

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

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

  8. 微软职位内部推荐-Senior SDE for Windows App Experience

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

  9. 微软职位内部推荐-Senior SDE for Win Shell Exp

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

随机推荐

  1. C# 共用的返回数据类

    using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Dscf ...

  2. virtual box 中两个虚拟机 、宿主机 三机互通并且能上外网设置

    virtual box 中两个虚拟机 .宿主机 三机互通并且能上外网设置 1:背景:因为需要学习linux,所以需要在虚拟机里装linux系统,测试要么宿主机与虚拟机linux网络实验测试:要么另一台 ...

  3. Shiro使用总结

    Shiro已经添加到项目中,现阶段管理两个功能: 1.身份验证:(已经能够满足现阶段需求) 2.权限管理: 权限管理,需要在界面中加一些标签,后台角色.资源的管理也需要整理好,然后在前端添加管理. 1 ...

  4. Nginx 开启 path_info功能

    server { listen ; server_name localhost; #charset koi8-r; #access_log logs/host.access.log main; roo ...

  5. Java设计模式-Builder生成器模式

    概念: 生成器模式也称之为建造者模式.生成器模式的意图在于将一个复杂的构建与其表示相分离,构建与产品分离. UML: Ibuild接口清晰地反映了创建产品Product的流程. 生成器模式涉及4个关键 ...

  6. 如何查询centos查看系统内核版本,系统版本,32位还是64位

    查看centos内核的版本: 1)[root@localhost ~]# cat /proc/version Linux version 2.6.18-194.el5 (mockbuild@build ...

  7. MongoDB数据库的主从配对与迁移示例

    数据中心在运行中有可能遇到各种硬件.电力.网络故障等问题,需要设计良好的系统来隔离,尽量减少对上层应用的影响,持续对外提供服务:一旦发生业务中断,也应尽快恢复.通过主从备份设计,在主应用系统发生故障时 ...

  8. Redis源码研究--字典

    计划每天花1小时学习Redis 源码.在博客上做个记录. --------6月18日----------- redis的字典dict主要涉及几个数据结构, dictEntry:具体的k-v链表结点 d ...

  9. CentOS6.4安装VNC

    http://jingyan.baidu.com/article/ca2d939dd1dabbeb6c31ce24.html 一.安装 VNC 默认情况下,CentOS 6.4 是没有安装的. 检查是 ...

  10. redis安装与php扩展

    redis安装:就是一个解压缩的过程 注意先运行:redis-server.exe,在运行redis-cli.exe. php扩展redis. 以上是如何选择相应的文件. 在把文件放在php/ext下 ...