微软职位内部推荐-Sr SDE
微软近期Open的职位:
MSN reaches nearly half a billion people across the globe where we are the #1 portal in 27 markets.   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.   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!   “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.   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...).   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.   You will work in a worldwide team, delivering features to over 50 markets, working closely with Media and Editorial teams.   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的更多相关文章
- 微软职位内部推荐-Sr SDE for Win Apps Ecosystem
微软近期Open的职位: Job posting title: Senior Software Design Engineer Location: China, Beijing Level: 63 D ...
- 微软职位内部推荐-Sr DEV Lead, Bing Search Relevance
微软近期Open的职位: Contact Person: Winnie Wei (wiwe@microsoft.com )Sr DEV Lead, Bing Search RelevanceLocat ...
- 微软职位内部推荐-Senior SDE for Big Data
微软近期Open的职位: Title: Senior SDE The Big Data Tooling team looking for a talented and passionate devel ...
- 微软职位内部推荐-Sr. SW Engineer for Azure Networking
微软近期Open的职位: Senior SW Engineer The world is moving to cloud computing. Microsoft is betting Windows ...
- 微软职位内部推荐-Senior SDE
微软近期Open的职位: Position: Senior SDE-- Mobile Products Android/iOS/WP Senior Developer Contact Person: ...
- 微软职位内部推荐-SR DEV
微软近期Open的职位: JD 如果你想试试这个职位,请跟我联系,我是微软的员工,可以做内部推荐.发你的中英文简历到我的邮箱:Nicholas.lu.mail(at)gmail.com
- 微软职位内部推荐-Sr. Dev Lead
微软近期Open的职位: JD 如果你想试试这个职位,请跟我联系,我是微软的员工,可以做内部推荐.发你的中英文简历到我的邮箱:Nicholas.lu.mail(at)gmail.com
- 微软职位内部推荐-Senior SDE for Windows App Experience
微软近期Open的职位: Job posting title: Senior Software Development Engineer Location: China, Beijing Divisi ...
- 微软职位内部推荐-Senior SDE for Win Shell Exp
微软近期Open的职位: Job posting title: Senior Software Development Engineer Location: China, Beijing Divisi ...
随机推荐
- $watch 和 $apply
1.当你使用 ng-model, ng-repeat 等等来绑定一个元素的值时, AngularJS 为那个值创建了一个 $watch,只要这个值在 AngularJS 的范围内有任何改变,所有的地方 ...
- Unieap3.5-前台js判断表单必录
//用户信息字段检查 var custFrm=unieap.byId('custFrm'); var isValid=custFrm.validate(true); if(!isValid){ ret ...
- POJ C++程序设计 编程题#4 字符串操作
编程题#4: 字符串操作 来源: POJ (Coursera声明:在POJ上完成的习题将不会计入Coursera的最后成绩.) 注意: 总时间限制: 1000ms 内存限制: 65536kB 描述 给 ...
- winfrom之动态控件生成以及保存动态空间的数据
前些天要完成一个winform程序,里面涉及到动态控件的添加以及保存动态空间中数据的保存,效果如下 初始化时: 点击添加阶梯价后:(点击一下,动态添加一行) 那么接下来,我们就具体的讲下代码实现: 首 ...
- js 实现栈
function Stack() { this.dataStore = []; this.top = 0; this.push=push; this.pop=pop; this.peek=peek; ...
- GoldenGate中使用FILTER,COMPUTE 和SQLEXEC命令
本文主要介绍OGG中一些过滤或计算函数的用法,以及sqlexec的基本用法 SQLPREDICATE 在使用OGG初始化时,可以添加此参数到extract中,用于选择符合条件的记录,下面是OGG官方文 ...
- Java 中的构造方法
首先创建一个Transport类,定义好类的属性和方法,并且写好构造方法,先看下无参数的构造方法: public class Transport { //名字 public String name; ...
- WordPress 主题开发 - (六) 创建主题函数 待翻译
We’ve got a file structure in place, now let’s start adding things to them! First, we’re going to ad ...
- 【转】Spark性能测试报告
RDD可以很好地适用于支持数据并行的批量分析应用,包括数据挖掘,机器学习,图算法等,因为这些程序通常都会在很多记录上执行相同的操作.RDD不太适合那些异步更新共享状态的应用,例如并行web爬行器.因此 ...
- Android中style的使用
摘自搜搜问问. <item name="#1">#2</item> 1.item 的name属性#1可以为所有系统所带组件的属性,#2为此属性的值如andr ...