微软职位内部推荐-SENIOR SOFTWARE ENGINEER

微软近期Open的职位:

Job Description


Group: Search Technology Center Asia (STCA)/Search Ads - MT

Title: Senior Software Engineer

Location: Beijing, China


The R&D of Search Ads at Search Technology Center Asia aims to build an online advertising ecosystem including users, advertisers, and the search engine. We are able to identify user needs and preferences from the user query with our leading technology and experience, by which we establish connections between the “Ad display” and “ads that match the user query.” &nbsp Not only on global market, we will make impact in Asia market and drive Microsoft online success in future.


Excited about having the results of your efforts touch millions of users and contribute to billions of dollars in revenue? Excited about designing and developing truly scalable and high performance services that runs in the cloud? Come be part of a team at the cutting edge of online services and in a race to be the global leader in online advertising.


As part of developing the Ads platform for Bing, we are building a world class API/Service platform with unprecedented scale, performance and geo-distribution managing hundreds of terabytes of data. You will be working with a highly motivated team using agile development practices and rapid release cycles, solving complex problems and having huge business impact.


We are looking for a top-notch senior developer/Tech Lead to join us and help to advance the state of the art of the Ads platform. The senior developer will design, implement, and deliver one or more important services and components. Prior platform and cloud services experience is a plus or show us your passion for learning and growing this essential new skill. This job will give you great opportunities to do what you enjoy the most---to solve tough problems---and to continuously challenge yourself and provide thought leadership. Being a member of an agile team, you will be expected to adapt to new areas and new challenges quickly.


Ideal candidate will have the following qualification:

• &nbsp&nbsp&nbsp&nbsp BS/MS in CS/EE, or equivalent work experience

• &nbsp&nbsp&nbsp&nbsp 6+ year’s software design and development experience

• &nbsp&nbsp&nbsp&nbsp Building distributed systems with high scalability and performance

• &nbsp&nbsp&nbsp&nbsp Track record of delivering features on schedule with high quality

• &nbsp&nbsp&nbsp&nbsp Strong system design, problem-solving and communication skills

• &nbsp&nbsp&nbsp&nbsp Experience with C#, SQL/Windows Azure highly desirable

• &nbsp&nbsp&nbsp&nbsp Excellent communication & collaboration skills and a positive attitude


Microsoft is an equal opportunity employer and supports workforce diversity.

GCR:CN:DEV:CN


Contact Staffing Consultant: Ariel Xiang axiang@microsoft.com。

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

转载于:https://www.cnblogs.com/DotNetNuke/p/4064585.html

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/292641.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

Centos6.5使用ELK(Elasticsearch + Logstash + Kibana) 搭建日志集中分析平台实践

Centos6.5安装Logstash ELK stack 日志管理系统概述:日志主要包括系统日志、应用程序日志和安全日志。系统运维和开发人员可以通过日志了解服务器软硬件信息、检查配置过程中的错误及错误发生的原因。经常分析日志可以了解服务器的负荷,性能安全性&#…

Android安全与逆向之简单破解APK方法

1、下载apktool 网上百度下载apktool2 、去找String.xml里面的关键信息的资源文件 资源文件在res\values\string.xml文件里面找到关键字符串,比如“无效用户名或者注册码”复制name3、通过资源文件找到id 再到res\values\public.xml文件通过name找到id4、通过id分析…

k8s 手动恢复redis 集群_二进制手动部署k8s-1.14高可用集群(二、集群部署)

1. CA证书(任意节点)1.1 安装cfsslcfssl是非常好用的CA工具,我们用它来生成证书和秘钥文件 安装过程比较简单,如下:# 下载 $ mkdir -p ~/bin $ wget https://pkg.cfssl.org/R1.2/cfssl_linux-amd64 -O ~/bin/cfssl $ w…

JS iframe父子页面元素调用方法 window parent top 解释

父窗口调用子窗口 var hasMore parent.document.getElementByIdx_x_x_x("hasMore").value;子窗口调用父窗口document.frames["ifrmBoxFrame"].me.preLoadBoxGrid(); window.frames["iframe_ID"].document.getElementByIdx_x_x_x("iframe_d…

实现DDD领域驱动设计: Part 1

原文链接: https://dev.to/salah856/implementing-domain-driven-design-part-i-5a72简单的代码!踢足球很简单,难的是踢简单的足球。— 克鲁伊夫如果我们将这句话用到编程上,我们可以说;写代码很简单,难的是写简单的代…

XE5 Android 开发实现手机打电话和发短信 [转]

其实都可以通过intent和URI调用系统功能.Windows程序员可以理解成是ShellExecute.这个是万金油.可以有调用各种功能.后面会介绍. 1.短信息.很简单 方法a.不使用Intent而是直接发短信. smsManager对应的Delphi代码应该是: usesAndroidapi.JNI.JavaTypes,Androidapi.JNI.Telephon…

怎么查看ubuntu是多少位和常用信息

下载linux ndk的时候需要知道linux是多少位的 1、ctrlshiftt 快捷键,打开终端,输入sudo uname --m ,按下enter 如果显示i686,你安装了32位操作系统 如果显示 x86_64,你安装了64位操作系统 如果想知道更多信息可以试试如下命令…

安装程序无法创建新的系统分区也无法定位现有分区的解决方法

2019独角兽企业重金招聘Python工程师标准>>> 在安装Windows7时,想必有很多人都安碰到这样的情况吧!在安装界面里选择安装时,却出现“安装程序无法创建新的系统分区,也无法定位现有系统分区” 网上提供的另外解决方法大全&#xff…

python多线程读取数据库数据_Python基于多线程操作数据库相关知识点详解

Python基于多线程操作数据库相关问题分析 本文实例分析了Python多线程操作数据库相关问题。分享给大家供大家参考,具体如下: python多线程并发操作数据库,会存在链接数据库超时、数据库连接丢失、数据库操作超时等问题。 解决方法&#xff1a…

如何通过 C# 实现对象的变更跟踪 ?

咨询区 user137348我有一个类包含五个属性,如果任何一个属性被改变,我希望这个类中的另一个属性(IsDirty)会被自动变更,比如下面的类。public class Class1 {bool IsDIrty {get;set;}string Prop1 {get;set;}string Pr…

IDA64 Fatal error before kernel init

http://www.tuicool.com/articles/7FZVZna 第一次看到这个错误还以为是修改文件导致的,但是觉得又不大像,因为在Win7底下是完全正常的。搜索了一下才发现是由于插件导致的: NOTE3: You get a “Fatal error before kernel init” when trying…

Linux 释放缓存的方法

echo "3" > /proc/sys/vm/drop_caches数字的作用0 – 不释放1 – 释放页缓存2 – 释放dentries和inodes3 – 释放所有缓存可以加到定时任务里,凌晨5点执行回收。0 5 * * * sync && echo "3" > /proc/sys/vm/drop_caches转载于:ht…

Android安全与逆向之在ubuntu上面搭建NDK环境

1、下载Android NDK自解压包, 官方地址:https://developer.android.com/ndk/downloads/index.html#download下载:$ wget -c http://dl.google.com/android/ndk/android-ndk-r10e-linux-x86_64.bin 2、解压, 将Android NDK压缩包…

C# 泛型多种参数类型与多重约束 示例

C# 泛型多种参数类型与多重约束 示例 interface IMyInterface { }class Dictionary<TKey, TVal>where TKey : IComparable, IEnumerablewhere TVal : IMyInterface {public void Add(TKey key, TVal val){} }转载于:https://www.cnblogs.com/EasyInvoice/p/5955216.html

简述python解释器的作用_什么是python解释器?

当我们编写Python代码时&#xff0c;我们得到的是一个包含Python代码的以.py为扩展名的文本文件。要运行代码&#xff0c;就需要Python解释器去执行.py文件。 由于整个Python语言从规范到解释器都是开源的&#xff0c;所以理论上&#xff0c;只要水平够高&#xff0c;任何人都可…

和我一起来分析某药品仓储管理系统 卡死现象

一&#xff1a;背景 1. 讲故事这个月初&#xff0c;有位朋友wx上找到我&#xff0c;说他的api过一段时间后&#xff0c;就会出现只有请求&#xff0c;没有响应的情况&#xff0c;截图如下&#xff1a;从朋友的描述中看样子程序是被什么东西卡住了&#xff0c;这种卡死的问题解决…

Java代码总结【1】_查询手机号码归属地

这段代码是查询指定手机号的代码归属地&#xff0c;输出格式为【省份运营商】public static String checkMobilePlace(String mobilephone)throws IOException {//检测手机号码归属地URL url new URL("http://tcc.taobao.com/cc/json/mobile_tel_segment.htm?tel" …