微软近期Open的职位:

Key Responsibilities:

The Service Engineer in this team will be responsible for planning, deploying, running and optimizing high traffic online service. Support for implementation, integration, and evolution of complex systems. Responsible for maintaining and improving the highest levels of systems availability, data delivery, and customer satisfaction for all for all environments. Automate routine task via scripts or tools for faster, error-free maintenance. Plan, design and maintain, new support tools, automation & monitoring support strategies. Engineer will be responsible incident resolution, pattern recognition & root cause analysis. Must be able to review and deliver strong operational feedback to functional specifications; You will be expected to provide input on the SharePoint online deployment architecture including deployments, high availability, disaster recovery, performance optimization, telemetry & monitoring. Meticulously follow Change & Incident mgmt. process for any Production Implementation. Passion for working in a rapid operational environment and able to multi-task on several projects at once. You will be participate in development projects from the envisioning phase through release and support. Your contributions will help ensure that solutions perform, scale, and are highly available. With an eye on improving operational practices and procedures.

Requirements:

• &nbsp&nbsp&nbsp&nbsp BA/BS in Computer Science, Electrical/Computer Engineering, related degree, or equivalent work experience.

• &nbsp&nbsp&nbsp&nbsp 5+ years of relevant hands-on technical experience, and a record of individual technical achievement. (MCSE, MSDBA, CCNA, PMP is a big plus).

• &nbsp&nbsp&nbsp&nbsp Expert knowledge of running and supporting Enterprise Scale Services and infrastructure at internet data center environments is required.

• &nbsp&nbsp&nbsp&nbsp Strong System Engineering & Administrative skills with MS server products required including and not limited to; Windows 2008, Hyper-V, SQL 2008, IIS 7.0 & SharePoint 2010.

• &nbsp&nbsp&nbsp&nbsp Strong working knowledge of Microsoft System Center Operations Manager (SCOM), transactional monitoring, process and task automation configuration management, ops release management, and server deployments.

• &nbsp&nbsp&nbsp&nbsp Hands-on experience with network devise such as BigIP (f5) & layer 3 switch

Candidate should have good working knowledge of scripting languages, (PowerShell, VBS, ADSI, Perl, Batch, l, etc.).

• &nbsp&nbsp&nbsp&nbsp Must effectively manage and prioritize multiple tasks in accordance with high level objectives/projects.

• &nbsp&nbsp&nbsp&nbsp Strong understanding and proven working knowledge of Active Directory, DNS, XML, .Net Framework, Debugging, TCP/IP and deep understanding of OSI Model.

Maintain information security and compliance for all SharePoint Online environments.

Participation in the Operations team’s 24/7 on-call rotation

• &nbsp&nbsp&nbsp&nbsp Great communication skills in English

Microsoft is an equal opportunity employer and supports workforce diversity.

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

微软职位内部推荐-Service Engineer for Office365的更多相关文章

  1. 微软职位内部推荐-Service Engineer II for Azure Cloud Network

    微软近期Open的职位: Are you interested in helping to drive the direction of a product that defines the clou ...

  2. 微软职位内部推荐-SW Engineer II for Cloud Service

    微软近期Open的职位: Positions: SDE for Big Data Cloud Services Azure Big Data Cloud Services and Cosmos are ...

  3. 微软职位内部推荐-Software Engineer II

    微软近期Open的职位: Job Description Group: Search Technology Center Asia (STCA)/Search Ads Title: SDEII-Sen ...

  4. 微软职位内部推荐-SW Engineer II for Skype

    微软近期Open的职位: We are the Skype Beijing team. Skype division drives the communications strategy for Mi ...

  5. 微软职位内部推荐-Software Engineer II-Web app

    微软近期Open的职位: The Office App Services team is working on the powerful Office Web Apps including Word ...

  6. 微软职位内部推荐-Software Engineer II-News

    微软近期Open的职位: News is a critical areas for integration of mobile and services, one of the top priorit ...

  7. 微软职位内部推荐-Software Engineer II-SDP

    微软近期Open的职位: Position: SDE II The R&D of Shared Data Platform at Application and Services Group ...

  8. 微软职位内部推荐-SW Engineer II for Azure Network

    微软近期Open的职位: Software Engineer II The world is moving to cloud computing. Microsoft is betting Windo ...

  9. 微软职位内部推荐-Software Engineer

    微软近期Open的职位: Job Title: Software Engineer Work Location: Suzhou, China This is a once in a lifetime ...

随机推荐

  1. COM动态添加删除成员,类似JavaScript中调用的对象

    在JavaScript中调用对象时,可动态添加删除成员如: var obj=new Object; obj.member1='aaaaa'; obj.fun1=function() { alert(' ...

  2. java使用elasticsearch进行模糊查询-已在项目中实际应用

    java使用elasticsearch进行模糊查询 使用环境上篇文章本人已书写过,需要maven坐标,ES连接工具类的请看上一篇文章,以下是内容是笔者在真实项目中运用总结而产生,并写的是主要方法和思路 ...

  3. 【优质】React的学习资源

    React的学习资源 github 地址: https://github.com/LeuisKen/react-collection https://github.com/reactnativecn/ ...

  4. git常用命令合集(持续完善)

    git常用命令合集(持续更新,仅为便于查阅) 上传整个项目 git init git add 项目名 git commit -m "提交的注释信息" 若已经绑定远程仓库,则直接:g ...

  5. Hadoop YARN简介

    背景 本文整理一些Hadoop YARN的相关内容. 简介 YARN(Yet Another Resource Negotiator)是Hadoop通用资源管理平台,为各类计算框架(离线MR.在线St ...

  6. MySQL Error Code文档手册---摘自MySQL官方网站

    This chapter lists the errors that may appear when you call MySQL from any host language. The first ...

  7. 2-4 R语言基础 列表

    #列表list > l1 <- list("a",2,10L,3+4i,TRUE) #每个元素没有名字> l1[[1]][1] "a" [[2 ...

  8. vue项目 使用nginx代理

    nginx是一个高性能的HTTP和反向代理服务器.因此常用来做静态资源服务器和后端的反向代理服务器.本文主要记录使用nginx去部署使用vue搭建的前端项目,项目基于vue官方的脚手架vue-cli构 ...

  9. 4、JUC--CountDownLatch闭锁

    CountDownLatch  Java 5.0 在 java.util.concurrent 包中提供了多种并发容器类来改进同步容器的性能.  CountDownLatch 一个同步辅助类,在完 ...

  10. Sql注入测试--Sqlmap

    慕课网sqlmap学习笔记: 一.SQL注入 所谓SQL注入,就是通过把SQL命令插入到Web表单提交或输入域名或页面请求的查询字符串,最终达到欺骗服务器执行恶意的SQL命令. 例如 (1)在url上 ...