微软职位内部推荐-UX Designer II
微软近期Open的职位:
Search Technology Center Asia (STCA)
Position: UX Designer
Location: Beijing, China
Search Technology Center, Asia (STCA) is a world class engineering hub for Microsoft. We have the world’s best engineering, product and design talent working out of our Beijing and Suzhou offices on cutting edge technologies and products in areas including Search, Advertisement, Online Services and Mobile apps. The products and services STCA teams delivered will significantly impact millions of users around the world, and in particular China.   We are reshaping how everyday users think and experience Search, Online Services and mobile apps!
Who We Want
We are looking for a passionate UX designer who doesn’t limit him/herself to being just “a designer”. Design team is playing an important role in working closely with teams across the globe on world-class design projects and contribute to the product that revolutionizes people’s online behavior. As a member of an energetic design team, you will participate in the product planning and developing process. You will co-own the product with product management team and engineering team to create an engaging and innovative product that affects millions of users’ digital life.
Job overview
•      Define and create compelling user experiences through storyboards, mockups, wireframes, prototypes, and specifications
•      Work closely with Product Management team, contributing and understanding product specs, creating wireframes and mockups based on the specs
•      Drive collaboration with many sets of internal and external stakeholders, including overseas ones
•      Create engaging and effective visual design solutions for marketing, human resource and company-wide events
•      Provide expertise in standards, UX patterns, and the cutting-edge practices
•      Help translate hi-fi mocks into pixel specs
Desired Skills & Experience
•      Fluent in English and Mandarin Chinese, both written and spoken
•      Four-years college degree of design or HCI related majors
•      At least four-years of UX design experience in industry
•      Experience in search related products a huge plus
•      Demonstrated ability to design complex and large-scale websites
•      Professional, team player with strong interpersonal skills
•      Expertise in Adobe Creative Suite, both print and online web design tools
•      Familiarity with web technologies; hands-on expertise with HTML, Javascript, and CSS
•      Expertise with design deliverables including interactive prototyping, wireframes, mockups, etc.
•      Ability to sing incredibly well
•      Portfolio required
Microsoft is an equal opportunity employer and supports workforce diversity.
如果你想试试这个职位,请跟我联系,我是微软的员工,可以做内部推荐。发你的中英文简历到我的邮箱:Nicholas.lu.mail(at)gmail.com
微软职位内部推荐-UX Designer II的更多相关文章
- 微软职位内部推荐-SW Engineer II for Azure Network
微软近期Open的职位: Software Engineer II The world is moving to cloud computing. Microsoft is betting Windo ...
- 微软职位内部推荐-SW Engineer II for Enterprise Platform
微软近期Open的职位: Job posting title: SDE II Location: China, Beijing Group Overview Discovery & Colla ...
- 微软职位内部推荐-SW Engineer II for Cloud Service
微软近期Open的职位: Positions: SDE for Big Data Cloud Services Azure Big Data Cloud Services and Cosmos are ...
- 微软职位内部推荐-Service Engineer II for Azure Cloud Network
微软近期Open的职位: Are you interested in helping to drive the direction of a product that defines the clou ...
- 微软职位内部推荐-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 ...
- 微软职位内部推荐-SW Engineer II for Cloud Servi
微软近期Open的职位: Do you have a passion for embedded devices and services?   Does the following m ...
- 微软职位内部推荐-ATG Engineer II
微软近期Open的职位: ATG Engineer - GeneralistReady to work on some of the most advanced hardware on the pla ...
- 微软职位内部推荐-SW Engineer II for Embedded System
微软近期Open的职位: Do you have a passion for embedded devices and services?   Does the following m ...
随机推荐
- JavaWeb开发必过关-Servlet学习(一)
一.什么是Servlet servlet其实是一个小程序,它是运行在服务器上的,一个servlet就是一个Java类,可以通过"请求-响应"编程模型来访问这个驻留在服务器内存的Se ...
- BeanFactory not initialized or already closed - call 'refresh' before accessing beans解决办法
今天在写Spring程序时遇到了一个很常见的错误,而我以前好像一直没碰到过,今天才见到这个错误,经过研究解决了这个错误,犯这个错误真是不应该啊. log4j:WARN No appenders cou ...
- Retrofit源码设计模式解析(上)
Retrofit通过注解的方法标记HTTP请求参数,支持常用HTTP方法,统一返回值解析,支持异步/同步的请求方式,将HTTP请求对象化,参数化.真正执行网络访问的是Okhttp,Okhttp支持HT ...
- [docker] 管理docker容器中的数据
之前我们介绍了Docker的基本概念(前面的没翻译...),了解了如何使用Docker镜像进行工作,并且学习了网 络和容器之间的链接.这一节我们将讨论如何管理容器中及容器之间的数据. 我们将查看下面两 ...
- Linux线程学习(一)
一.Linux进程与线程概述 进程与线程 为什么对于大多数合作性任务,多线程比多个独立的进程更优越呢?这是因为,线程共享相同的内存空间.不同的线程可以存取内存中的同一个变量.所以,程序中的所有线程都可 ...
- mybatis3.3 + struts2.3.24 + mysql5.1.22开发环境搭建及相关说明
一.新建Web工程,并在lib目录下添加jar包 主要jar包:struts2相关包,mybatis3.3相关包,mysql-connector-java-5.1.22-bin.jar, gson-2 ...
- Sql server存储过程中常见游标循环用法
用游标,和WHILE可以遍历您的查询中的每一条记录并将要求的字段传给变量进行相应的处理 DECLARE ), ), @A3 INT DECLARE YOUCURNAME CURSOR FOR SELE ...
- 利用mysql对特殊字符和超长字符会进行截断的特性 进行存储型XSS攻击——WordPress <4.1.2 & <=4.2 存储型xss
转自:Baidu Security LabXteam http://xteam.baidu.com/?p=177 漏洞概述 本次漏洞出现两个使用不同方式截断来实现的存储型xss,一种为特殊字符截断,一 ...
- java代码调用oracle存储过程
一.简介 与调用mysql存储过程类型过程都是如下 1.创建连接 Connection conn = DriverManager.getConnection(url, user, password); ...
- 堆栈 & Stack and Heap
What's the difference between a stack and a heap? The differences between the stack and the heap can ...