微软职位内部推荐-Senior Network Engineer
微软近期Open的职位:
Global Foundation Services is the team behind the cloud. GFS is responsible for delivering over 200 Microsoft web portals, Live and Online Services around the world including infrastructure, security and compliance, operations, globalization, and manageability. Our focus is on smart growth, high efficiency, and delivering a trusted experience to customers and partners worldwide.
As a senior network engineer, this position will work with the Office365 product teams to design networks that support both current and future product initiatives. This position will work with the architecture team to develop roadmaps for new technology introduction, as well as be responsible for the configuration and capacity management and planning of the existing network. This role will also develop deployment guides and documentation for the implementation and operations teams; creation of design specifications and proof of concepts for tooling and monitoring improvements.
Roles and Responsibilities
Develop a technical roadmap for major online services network infrastructure
Provide technical expertise to perform root cause analysis of service interrupting incidents; develop and implement strategies to prevent recurrence
Create or propose technical solutions when faced with a new complex systems design or process issue, where little or no precedent exists
Take responsibility for prioritizing critical, competing tasks that may lack clear end results.
Effectively apply influence strategies and negotiation skills to impact decisions and make trade-offs based on TCO and risk
Drive operational improvements upstream into product development efforts
Drive creation and execution of documentation, process and procedure improvements to streamline and optimize work performed
Experience Required
Excellent oral and written communication skills with the strong ability to work cross-team
Solid working knowledge and experience with PowerShell, C#, VBScript, or Jscript or similar interpreted languages; ability to rapidly adapt defined specifications into scripts/programs to eliminate need for repetitive manual work.
Multi-vendor, multi-platform experience
Expert-level knowledge, experience, and ability troubleshooting and producing designs that leverage protocols such as MSTP, 802.1q, OSPF, BGP, etc.
Working knowledge, experience, and ability with TCP internals and other L4-7 protocols and technologies such as: SSL, HTTP, DNS, NTP, Local Load Balancing, Global Load Balancing, Netmon/Wireshark, etc.
Experience with monitoring and management frameworks, including Nagios, Openview, Truecontrol, and SMARTS InCharge
Experience in developing security hardening procedures, security best practices, and policy implementation
BS degree in Computer Science, Computer Engineering, Electrical Engineering, Management Information Systems, or other technical field.
CCIE / JNCI* certification a plus
Microsoft is an equal opportunity employer and supports workforce diversity.
GCR:CN:DEV:EN
如果你想试试这个职位,请跟我联系,我是微软的员工,可以做内部推荐。发你的中英文简历到我的邮箱:Nicholas.lu.mail(at)gmail.com
微软职位内部推荐-Senior Network Engineer的更多相关文章
- 微软职位内部推荐-Senior SW Engineer for Application Ecosystem
微软近期Open的职位: Job posting title: Senior Development Engineer Location: China, Beijing Division: Opera ...
- 微软职位内部推荐-Senior Development Engineer
微软近期Open的职位: Job Title: Senior Software Development Engineering Work Location: Suzhou, China Enterpr ...
- 微软职位内部推荐-Senior Software Engineer -Web
微软近期Open的职位: Location: Beijing, China The Office App Services team is working on the powerful Office ...
- 微软职位内部推荐-Senior BSP Engineer
微软近期Open的职位: The position of Sr. BSP engineer requires experience and good knowledge in mobile hardw ...
- 微软职位内部推荐-Senior Software Engineer
微软近期Open的职位: Are you looking for a big challenge? Do you know why Big Data is the next frontier for ...
- 微软职位内部推荐-Senior Software Engineer - Back End
微软近期Open的职位: SharePoint is a multi-billion dollar enterprise business that has grown from an on-prem ...
- 微软职位内部推荐-Senior Software Engineer - Front End
微软近期Open的职位: SharePoint is a multi-billion dollar enterprise business that has grown from an on-prem ...
- 微软职位内部推荐-Senior Software Engineer II-Sharepoint
微软近期Open的职位: SharePoint is a multi-billion dollar enterprise business that has grown from an on-prem ...
- 微软职位内部推荐-Senior Software Engineer II-Search
微软近期Open的职位: Do you want to work on a fast-cycle, high visibility, hardcore search team with ambitio ...
随机推荐
- [改善Java代码]三元操作符的类型务必一致
建议三: 三元操作符是if-else的简化写法,在项目中使用它的地方很多,也非常好用,但是好用又简单的东西并不表示就可以随便用,我们来看看下面这段代码: public class Client { p ...
- maven的一些常用配置
配置JDK<build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupI ...
- 今天学习css一些动画效果
<!doctype html><html lang="en"> <head> <meta charset="UTF-8" ...
- trigger,triggerhandler模拟事件
常用模拟 有时候,需要通过模拟用户操作,来达到单击的效果.例如在用户进入页面后,就触发click事件,而不需要用户去主动单击. 在JQuery中,可以使用trigger()方法完成模拟操作.例如可以使 ...
- 备忘====[HttpPost]和[AcceptVerbs(HttpVerbs.Post)]区别
1.共同点:[HttpPost]和[AcceptVerbs(HttpVerbs.Post)]都是只接受POST请求过来的数据. 2.不同点:在MVC中如果想一个action既可以回应POST请求也可以 ...
- JavaScript之图片滚动
向上滚动: <!doctype html> <title>javascript无缝滚动</title> <meta charset="utf-8&q ...
- 开启Windows的索引服务
除开SearchEverything电脑内部的全硬盘搜索之外,如果要搜索文件内的内容的话,就无能为力的了.Window内置的索引服务就派上用场了,这么好的服务,默认设置居然是关闭的,想不通. 下面来介 ...
- Ueditor中增加迅雷下载支持
在项目中有遇到需要在Ueditor中加一个链接,迅雷的开头是thunder 会被默认加上http:// 最后的 结果就变成了http://thunder://xxxxx 导致用户点击失败: 其实在 ...
- webuploader上传插件
一:官网 http://fex.baidu.com/webuploader/ 二:示例
- Building microservices with Spring Cloud and Netflix OSS, part 2
In Part 1 we used core components in Spring Cloud and Netflix OSS, i.e. Eureka, Ribbon and Zuul, to ...