微软近期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. Coursera-AndrewNg(吴恩达)机器学习笔记——第四周编程作业(多分类与神经网络)

    多分类问题——识别手写体数字0-9 一.逻辑回归解决多分类问题 1.图片像素为20*20,X的属性数目为400,输出层神经元个数为10,分别代表1-10(把0映射为10). 通过以下代码先形式化展示数 ...

  2. /etc/sudoers文件的分析以及sudo的高级用法

    高级用法总结: sudo命令是普通用户的提权操作指令.在权限控制中,我们可以使用/etc/sudoers文件中来进行设置.基本的用法比较熟悉.比如设置一个普通用户可拥有root用户的运行权限,那么设置 ...

  3. 题解 P1378 【油滴扩展】

    题面 在一个长方形框子里,最多有N(0≤N≤6)个相异的点,在其中任何一个点上放一个很小的油滴,那么这个油滴会一直扩展,直到接触到其他油滴或者框子的边界.必须等一个油滴扩展完毕才能放置下一个油滴.那么 ...

  4. ajax知识点及正则表达式总结

    一.JSON JSON是JavaScript  Object  Notation 的首字母缩写,单词的意思是javascript对象表示法,这里说的json指的是类似于javascript对象的一种数 ...

  5. 网络编程_UDP协议_聊天程序

    发送端:(将数据源改为键盘录入) import java.io.BufferedReader; import java.io.IOException; import java.io.InputStre ...

  6. Invalid action class configuration that references an unknown class named [XX] .

    多次遇到这个错误,难以解决,有时候出现,有时候没有,很神奇,今天发现了一点端倪,虽然说不上找到了所有导致这个bug的原因.至少,也是很主要的一种了. 其实,透过结果,如果debug用心,一行代码一行代 ...

  7. docker tomcat 已主机名为日志输出路径

    目的:所有的日志输出到共享存储目录中 方法:将 tomcat 的日志放置到 /data/logs/主机名/  下, 1. 修改tomcat/conf下的logging.properties [root ...

  8. Android 截取屏幕图片并保存

    Android市场上有很多屏幕截图软件,把当前屏幕截取出来并保存,这一节我们就来看看屏幕截图的具体实现. 操作步骤: 1.创建一片屏幕大小的缓冲区,用于存放屏幕大小的图片 Bitmap bitmap ...

  9. 【转】php容易犯错的10个地方

    原文地址: http://www.toptal.com/php/10-most-common-mistakes-php-programmers-make 译文地址:http://codecloud.n ...

  10. nodejs开发调试时,使用supervisor

    如果你有 PHP 开发经验,会习惯在修改 PHP 脚本后直接刷新浏览器以观察结果,而你在开发 Node.js 实现的 HTTP 应用时会发现,无论你修改了代码的哪一部份,都必须终止Node.js 再重 ...