微软职位内部推荐-Service Engineer for Office365
微软近期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:
•      BA/BS in Computer Science, Electrical/Computer Engineering, related degree, or equivalent work experience.
•      5+ years of relevant hands-on technical experience, and a record of individual technical achievement. (MCSE, MSDBA, CCNA, PMP is a big plus).
•      Expert knowledge of running and supporting Enterprise Scale Services and infrastructure at internet data center environments is required.
•      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.
•      Strong working knowledge of Microsoft System Center Operations Manager (SCOM), transactional monitoring, process and task automation configuration management, ops release management, and server deployments.
•      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.).
•      Must effectively manage and prioritize multiple tasks in accordance with high level objectives/projects.
•      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
•      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的更多相关文章
- 微软职位内部推荐-Service Engineer II for Azure Cloud Network
微软近期Open的职位: Are you interested in helping to drive the direction of a product that defines the clou ...
- 微软职位内部推荐-SW Engineer II for Cloud Service
微软近期Open的职位: Positions: SDE for Big Data Cloud Services Azure Big Data Cloud Services and Cosmos are ...
- 微软职位内部推荐-Software Engineer II
微软近期Open的职位: Job Description Group: Search Technology Center Asia (STCA)/Search Ads Title: SDEII-Sen ...
- 微软职位内部推荐-SW Engineer II for Skype
微软近期Open的职位: We are the Skype Beijing team. Skype division drives the communications strategy for Mi ...
- 微软职位内部推荐-Software Engineer II-Web app
微软近期Open的职位: The Office App Services team is working on the powerful Office Web Apps including Word ...
- 微软职位内部推荐-Software Engineer II-News
微软近期Open的职位: News is a critical areas for integration of mobile and services, one of the top priorit ...
- 微软职位内部推荐-Software Engineer II-SDP
微软近期Open的职位: Position: SDE II The R&D of Shared Data Platform at Application and Services Group ...
- 微软职位内部推荐-SW Engineer II for Azure Network
微软近期Open的职位: Software Engineer II The world is moving to cloud computing. Microsoft is betting Windo ...
- 微软职位内部推荐-Software Engineer
微软近期Open的职位: Job Title: Software Engineer Work Location: Suzhou, China This is a once in a lifetime ...
随机推荐
- CreateEvent
事件对象就像一个开关:它只有两种状态---开和关.当一个事件处于”开”状态,我们称其为”有信号”否则称为”无信号”.可以在一个线程的执行函数中创建一个事件对象,然后观察它的状态,如果是”无信号”就让该 ...
- react的新手基础知识笔记
<!DOCTYPE html> <html> <head> <script src="../build/react.js">< ...
- leetcode 3. Longest Substring Without Repeating Characters [java]
idea: 设置一个hashset存储非重复元素 j:遍历s i:最近的一个非重复指针 注意点: 1.Set set = new HashSet<>(); add remove publi ...
- cpu的核心数及线程关系
CPU个数.核心数.逻辑CPU个数:一个物理CPU可以有多个核心,一个CPU核就是一个物理线程,由英特尔开发超线程技术可以把一个物理线程模拟出两个线程来使用,使得单个核心用起来像两个核一样,以充分发挥 ...
- postgresql----几何类型和函数
postgresql支持的几何类型如下表: 名字 存储空间 描述 表现形式 point 16字节 平面上的点 (x,y) line 32字节 直线 {A,B,C} lseg 32字节 线段 ((x1, ...
- linux 的常用命令---------第三阶段
用户管理 为什么需要用户? 答:linux是一个多用户系统 权限管理(使之权限最小化) 用户:它是对系统中的资源做归属的 : 用户组:在用户组中包含一个或者多个用户,每个用户都同时拥有用户组的权限. ...
- mysql 批量修改字段方法
一.正式环境操作注意事项: .关闭应用访问或者设置数据库只读 mysql设为只读方法: 开启只读: mysql> show global variables like "%read_o ...
- 由微软打造的深度学习开放联盟ONNX成立
导读 如今的微软已经一跃成为全球市值最高的高科技公司之一.2018年11月底,微软公司市值曾两次超越了苹果,成为全球市值最高的公司,之后也一直处于与苹果胶着的状态.市场惊叹微软是一家有能力改造自己并取 ...
- 《Java程序设计》第2周学习总结(Markdown语法修改版)
20175105 2018-2019-2 <Java程序设计>第2周学习总结 Vim操作的一些总结 这些天通过学习,对于vim的操作有了很大的提升,下面我把vim的比较常见的操作方式做了归 ...
- 利用WebHook实现PHP自动部署Git代码
平时项目代码都托管在Coding,然后每次提交了代码之后都要SSH到服务器上去git pull一次,很是繁琐,在看了OverTrue的<使用PHP脚本远程部署git项目>后就尝试在自己服务 ...