微软近期Open的职位:

Enterprise Architect

Cloud, HTML5, Big Data and Mobile are technology trends driving profound architecture change within enterprises. Enterprises are using these technologies, and others, to build incredibly innovative new applications that could not have even been conceived a mere decade ago.

As an Enterprise Architect you will work with enterprise customers to conceive, design and implement “epic” applications, innovative, perhaps even world-changing applications on our platform. You will partner with senior business and technology leaders at Microsoft and with our customers to help them pick the best technical architecture to solve their business needs, build business solutions with them, from design to coding and delivery, then share these experiences through reusable code frameworks, white papers, case studies, blog posts, social media and speaking at conferences.

You are a strong software developer, with deep hands-on technical skills, who is considered world class in your area of expertise. You have 10-20 years of experience building Enterprise applications. You may have been in an Enterprise Architect role at some point in your career.

You are comfortable having conversations at many different levels: with a business leader about how technology can enable reaching their goals or pursue new opportunities, with a CIO about technology costs and benefits, with an architect about building applications out of services, application security models, role based access control, or messaging patterns, with an IT Pro about application monitoring and continuous deployment, and with a developer about the code you’re going to write together to make the app work. In short you can rally various constituencies to realize a visionary new use of technology.

You have deep experience building or transforming business applications to emerging modern application architectures involving mobile, big data and cloud services.

You also have deep hands-on coding expertise in .NET, OSS, and/or Java-based Enterprise server software.

In summary: you are an experienced hands-on software developer who can communicate well at any level in an organization and has built and delivered sophisticated enterprise solutions spanning heterogeneous systems platforms and enterprise applications.


QUALIFICATIONS:
Coding experience with .NET or Java. Coding experience using AWS or Azure preferred.
Enterprise architecture concepts, issues and trends.
Mobile, data and cloud architecture.
Developer life cycle and enterprise developer tools.
Microsoft architectural roadmap.
Experience integrating Microsoft enterprise products, technologies, and solutions into heterogeneous environments preferred.
Knowledge of enterprise technologies from Amazon, VMware, Salesforce, Oracle, and Google
10+ Years of experience with Bachelor’s Degree (B.S./B.A.) required, 15 preferred, Masters or Ph.D. preferred.

Micrsoft is an equal opportunity employer and supports workforce diversity.
GCR:CN:DEV:EN

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

微软职位内部推荐-Enterprise Architect - BDE - BJ的更多相关文章

  1. 微软职位内部推荐-Principal Architect for Windows Security

    微软近期Open的职位: Location: China, BeijingDivision: Operations System Group Engineering Group OverviewOSG ...

  2. 微软职位内部推荐-SW Engineer II for Enterprise Platform

    微软近期Open的职位: Job posting title: SDE II Location: China, Beijing Group Overview Discovery & Colla ...

  3. 微软职位内部推荐-SDEII_ ECO

    微软近期Open的职位: SDE II SDE II Organization Summary: Engineering, Customer interactions & Online (EC ...

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

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

  5. 微软职位内部推荐-Software Development Engineering II

    微软近期Open的职位: Job Title: Software Development Engineering II Work Location: Suzhou, China Enterprise ...

  6. 微软职位内部推荐-Senior Development Engineer

    微软近期Open的职位: Job Title: Senior Software Development Engineering Work Location: Suzhou, China Enterpr ...

  7. 微软职位内部推荐-Principal Development Lead

    微软近期Open的职位: Job Title: Principal Development Lead Work Location: Suzhou, China This is a once in a ...

  8. 微软职位内部推荐-Software Development Engineer 2

    微软近期Open的职位: SDE II Organization Summary: Engineering, Customer interactions & Online (ECO) is l ...

  9. 微软职位内部推荐-SW Engineer II for Cloud Servi

    微软近期Open的职位: Do you have a passion for embedded devices and services? &nbsp Does the following m ...

随机推荐

  1. Javascript -- Math.round()、Math.ceil()、Math.floor()、parseInt去小数取整总结

    一.Math.round() 作用:四舍五入返回整数.(返回参数+0.5后,向下取整) Math.round(5.57) //返回6 Math.round(2.4) //返回2 Math.round( ...

  2. 转: Android官方培训课程中文版(v0.9.5)

    转: https://segmentfault.com/a/1190000004279679 1. 胡凯 tx SNG的一个开发者. http://hukai.me/android-training- ...

  3. asp.net zip 压缩传输

    在实际生产中,比如使用xml json 等传输大量数据的时候,有时候会出现等待时间过长,这里分享一个压缩传输的方法 首先到网上去下载一个 ICSharpCode.SharpZipLib.dll 的dl ...

  4. 一步步搭建自己的轻量级MVCphp框架-(二)一个国产轻量级框架Amysql源码分析(1)

    这个框架是我一个做PHP的朋友“祥子”介绍给我的,Git地址https://coding.net/u/srar/p/AMP/git 下面从入口文件 总线程 ( index.php )开始进行分析 &l ...

  5. 无需操作系统和虚拟机,直接运行Python代码

    Josh Triplett以一个“笑点”开始了他在PyCon 2015上的演讲:移植Python使其无需操作系统运行:他和他的英特尔同事让解释器能够在GRUB引导程序.BIOS或EFI系统上运行.连演 ...

  6. ASP.NET 窗体间传值实现方法详解

    假设ParentForm.aspx 页面上有TextBox1文本框和Open按钮点击Open按钮弹出SubForm.aspx,SubForm.aspx页面上有TextBox1文本框和Close按钮点击 ...

  7. Newtonsoft.Json 基本用法

    Newtonsoft.Json 是.net 开源的一个json格式处理类库 官方网站:http://json.codeplex.com/ 在使用的项目引用Newtonsoft.Json库.平常使用的方 ...

  8. Row_Number实现分页(适用SQL)

    1:首先是 select ROW_NUMBER() over(order by id asc) as 'rowNumber', * from table1 生成带序号的集合 2:再查询该集合的 第 1 ...

  9. WCF之消息模式

    请求/响应:所有操作的默认行为,在WSDL中表现为Input/Output元素. One_Way. 在WSDL中只有Input,没有回应(Output),所以没有异常报告. 单向操作只会在发出调用的瞬 ...

  10. js模版引擎Mustache介绍

    Mustache通常被称为JavaScript模板的基础.另一个流行的解决方案Hanldebars实际上就是基于Mustache构建而成的.这并不意味着Mustache是一个不好的模板解决方案. 下面 ...