由买买提看人间百态

topics

全部话题 - 话题: behaviour
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
h*****3
发帖数: 1391
1
来自主题: JobHunting版 - 报一小offer
不像本版上的大牛,我就一混混,能混口饭吃就可以了。主攻c/c++,其他的也不懂,
没时间学,要申请TN工作签证。以前工作过,没有美国的工作经历,自己辞职的。1年
半没工作,没看书,没找工作。从找工作到拿到offer3个多月吧。phone interview (
比较正式的)10次左右,onsite 3次。公司是本地的,不大,全球2000多人吧。面试完
2小时,我给recruiter打电话,说不好,只见了2波人,题都答上来了,算法题有5-6道
吧,然后一堆c++基础题,测试用例。recruiter说他们决定给你offer,你要吗。我说
那好啊,当然要。recruiter说我在开车,以后聊。整个offer的通知和negociation的
过程就结束了。
c/c++的题基本是从bloomberg淘来的。也参加过有笔试的interview,1个小时,全是c+
+基本题。bloomberg recruiter打电话来,总是我们来做几个题吧。至今还没phone
interview过bloomberg。。。
算法题就是150题,上次有人说很简单的那本书(programming exposed?),l... 阅读全帖
h*****3
发帖数: 1391
2
来自主题: JobHunting版 - 报一小offer
错。
3的n次方。
N= 9 称2次。
N = 27 称3次。
这是一个phone interview。
behaviour就是网上的那些题,你的5年计划啊,你心目中的理想职业啊,conflict怎么
办啊。你原来在大公司工作还是小公司工作啊,best practice啊, 有压力了怎么处理
啊。工作完不成咋办啊,要答好真挺难。
p*******r
发帖数: 33
3
update:
猎头电话来,说对方r&d manager要二面我。6pm在一个咖啡馆。。。
我理解他们现在办公室装修。但是,咖啡馆面试,我倒是第一次听说。。。
会问技术吗?还是主要behaviour?
-----------------------------
通过猎头推的,没电面,直接onsite,可能是因为match。
面完感觉还行。2个华裔,其中一个应该是老中。完了以后hm说会跟猎头直接联系,但
是要1个月才能有消息,说是因为现在好多人放假并且办公室装修。。。另外说,他还
要跟他老板商量一下,有可能还有一轮。。。
这个是婉拒的意思吗?我是不是让猎头探听一下口吻,不行就直接move on了?
多谢~
p*******r
发帖数: 33
4
update:
猎头电话来,说对方r&d manager要二面我。6pm在一个咖啡馆。。。
我理解他们现在办公室装修。但是,咖啡馆面试,我倒是第一次听说。。。
会问技术吗?还是主要behaviour?
i******m
发帖数: 818
5
主要面的哪些啊?技术?behaviour?
p*******r
发帖数: 33
6
就是不知道面什么阿?。。。
在咖啡馆里怎么白板啊?
第一轮的时候,他的手下面的技术+behaviour。
p*******r
发帖数: 33
7
来自主题: JobHunting版 - 有人在咖啡馆面过吗?
猎头电话来,说对方r&d manager要二面我。6pm在一个咖啡馆。。。
我理解他们现在办公室装修。但是,咖啡馆面试,我倒是第一次听说。。。
会问技术吗?还是主要behaviour?
s***0
发帖数: 117
8
来自主题: JobHunting版 - 一个简单的java题
To make it clearer for C/C++ people.
Node node = new Node();
new Node() creates an object on the heap, and returns the pointer to the
object.
node is really a pointer. When we pass node, the function makes a copy of
the pointer. The rest follows the behaviour of pointers, except node.data is
actually node->data in C/C++.
Plus you don't have worry about garbage collection, so it's more like a
smart pointer.

data
f****e
发帖数: 34
9
来自主题: JobHunting版 - G/F面经
第一次写面经。。也不知道该侧重哪方面,就记录一下流水账吧。
1. 9月中旬进行了一轮facebook电话面试,一开始问了一些behaviour question,主要
是why do you want to work in fb? 这是我第一次面试,还是英文,没准备过,于是
随口乱说了一通。然后让我在colledit上写程序,其实就是拓扑排序,不到5分钟就写
完了,面试官在那边沉默了一段时间,然后说ok。然后就问了下简历上的一个项目,整
个过程不到30分钟。
fb电面完后第二天hr说10.1进行onsite,并告诉我why do you want to work in fb?这
个问题该怎么回答,另外还要我要好好练习英语口语。
2. fb电面完后马上google电话面试,早上7点半从美国总部打过来的,不过是用的中文
。面试题目就2道,都是比较常见的题目,在google docs里面写代码。一个题目是关于
穿线二叉树的,另外一个题目是copy a link list with a random ptr,相信大家都见
过这个题目。
3. 9月底的时候google安排10月11号onsite... 阅读全帖
c*****r
发帖数: 214
10
来自主题: JobHunting版 - G/F面经
cong!
现在从国内直接过来人的太多了,这条路比当年考T考G读phd的那批人真是平坦太多了

第一次写面经。。也不知道该侧重哪方面,就记录一下流水账吧。
1. 9月中旬进行了一轮facebook电话面试,一开始问了一些behaviour question,主要
是why do you want to work in fb? 这是我第一次面试,还是英文,没准备过,于是
随口乱说了一通。然后让我在colledit上写程序,其实就是拓扑排序,不到5分钟就写
完了,面试官在那边沉默了一段时间,然后说ok。然后就问了下简历上的一个项目,整
个过程不到30分钟。
fb电面完后第二天hr说10.1进行onsite,并告诉我why do you want to work in fb?这
个问题该怎么回答,另外还要我要好好练习英语口语。
2. fb电面完后马上google电话面试,早上7点半从美国总部打过来的,不过是用的中文
。面试题目就2道,都是比较常见的题目,在google docs里面写代码。一个题目是关于
穿线二叉树的,另外一个题目是copy a link list with a random... 阅读全帖
z********i
发帖数: 568
11
谢了。
有什么behaviour问题吗?比如说,为什么Google?
d****n
发帖数: 1637
12
看了下楼主的《剑指Offer——名企面试官精讲典型编程题》
第7章,第一个实例简直就是面试官装B的一个实例。
说什么atoi 返回0的时候也可能是错误,会设置一个全局变量。
根本就是瞎扯。或者说最近的libc里面根本没有提。害的我找了一圈
###############man 3 atoi :############
DESCRIPTION
The atoi() function converts the initial portion of the string
pointed to by nptr to int. The behaviour is the same as
strtol(nptr, (char **)NULL, 10);
except that atoi() does not detect errors.
###############atoi.c###################
00001 /*
00002 * This file is shared between libc and the kern... 阅读全帖
w********i
发帖数: 389
w********i
发帖数: 389
a**********3
发帖数: 64
15
我申请过别家这个职位的intern , 全是behaviour question. 被拒了,没拿到。

★ 发自iPhone App: ChineseWeb 7.8
w******j
发帖数: 185
16
来自主题: JobHunting版 - FB 要求加面,
最好问一下recruiter feedback,哪一伦不太好...面试主要是coding,design还是
behaviour,再看看上次有什么没问到的,多准备一下.
w******j
发帖数: 185
17
来自主题: JobHunting版 - facebook manager interview
可以看看他们的engineering blog,到时候说说,最好也是你有兴趣的,
再准备点behaviour question, 什么最challenge 的task之类的....
x****b
发帖数: 584
18
In my case, we talked about my past exp and some behaviour questions. I don'
t know if the VP talk can kill the offer or not, but my salary and bonus
were raised after it.
j*****g
发帖数: 95
19
来自主题: JobHunting版 - A家 analyst 面经并求建议
先恭喜lz了。并谢分享
再感叹这样都可以啊,面你的都是什么人,阿三还是别的,我现在有点对烙印敏感了。
SQL 太简单了吧。不过最后的behaviour questions 还真不是很好回答。比如那个和
client或者manager 意见有conflict该怎么办,你是怎么回答的呀
B**L
发帖数: 33
20
面过几个VP,都是behaviour的问题,再问问简历,但是要答好。
m********c
发帖数: 105
21
非常感谢!behaviour的问题一般包括什么了?能举几个例子吗?
r********y
发帖数: 30
22
从去年9月开始找工作至今,面试过不少地方,但目前都没有拿到心仪的offer,所以就
在此发发面经,攒些人品,也希望楼主的经历能够给大家提供一些帮助
Bloomberg (phone + in house interview)
phone interview:
why bloomberg,一些基础的java概念题,比较杂,ood方面考察的比较仔细,也考了堆
栈的基础概念,另外还有一些数据结构的题,最后是一道算法题:一个数组中找到最大
的两个数,一天后通知in house interview
in house interview(一共四轮)
一开始先是在大厅等,之后由recruiter带着在Bloomberg大楼里转了一圈(29楼的view
真的很赞),brunch之后开始interview
第一轮:
两个三哥+一个黄皮肤的GG(应该是shadow?),这里不得不提一句Bloomberg的三哥是
我见过的最nice的三哥(至少表面看起来)
why bloomberg,
tell me about your project,
一个data stream 找top 10,
sqrt(x) 返回... 阅读全帖
p*****1
发帖数: 103
23
来自主题: JobHunting版 - 推荐了个自恨的老中同学
可怜人必有可恨之处。我也极其讨厌这样的人。非常非常厌恶。
所以下次一定的behaviour问题还是非常重要的。
m****s
发帖数: 18160
24
【 以下文字转载自 Biology 讨论区 】
发信人: JoyceS (JoyceS), 信区: Biology
标 题: Global leading pharma招聘:【Medical Writer】地点:上海
关键字: Medical Writer Clinical
发信站: BBS 未名空间站 (Thu May 8 10:39:05 2014, 美东)
请联系Joyce:d******[email protected]
欢迎有相关经验者,或医药背景应届硕士积极申请,英文要求精通
也非常欢迎想回国发展的其他专业人士联系
POSITION SUMMARY 职位概要
Medical Writers collaborate with Point of Contact medical writers (PoC), and
members of the clinical study team in Development Sites overseas to
interpret study results and prepare Clinical Study Reports (CSRs) a... 阅读全帖
c*********w
发帖数: 65
25
Think Geek to Combat Interview Nerves
July 23, 2013
By Edward Guiness
As a programmer I’ve been going to interviews either as the candidate or as
the interviewer for more than two decades. I’ve organised and attended
literally hundreds of interviews in the UK, India, New Zealand and Australia
. I’ve experienced and witnessed more interview nerves than most
programmers, and I’ve seen nerves undermine the performance of promising
candidates time after time.
If you turn to the popular “coding i... 阅读全帖
v****y
发帖数: 723
26
来自主题: JobHunting版 - 二面归来求祝福
portfolio manager职位 银行的主要用sas编程,需要数据库和unix的经验。我的弱点
是没有银行经验。感觉二面这个做得太不好了,回来一直在自责。
电话面试和一面都还感觉不错,考了简单的sas 编程和behaviour。
二面又考了半小时技术居然主要是sql 语言,不难,做的不错。时间紧,39题才20分钟
,senior manager说一般是希望能做完20题,奋笔疾书写完了34题。
接下来进来俩director,人高马大都是野兽级别的,连准备的behavour都没怎么问。大
量问business sense感觉考的汗滴滴答的。
senior manager喜欢我,直接告诉我一共四个人进二面,一个人已经挂了,然后是我,
后面还有俩candidate。下周等通知,那野兽级别的director做决定。
说实话很怪,senior manager是直接领导。那director上月刚调走了,officially他已
经不是这个team了还跑过来involve。另一个director实际上算是neighbour.
回家以后发了thank you letter,senior manag... 阅读全帖
a********s
发帖数: 20
27
小弟新人,处女面献给了BB。
学校的Job Fair上投了BB的2015 summer intern。很快收到了on campus通知
1st Tech Interview:国女+美男 45min
美男是Job Fair上聊天的小哥,人很nice,一直笑。估计由于聊的很high,问小弟的题
都是Freshman的题:
跟我说说class是啥样子的啊,c++三种参数传递方式啊一堆概念题。。
国女很漂亮,问的leetcode上买卖股票时机的题1和3。。顺利过关
2nd Tech Interview 美男+三妹 45min
一人两道:
1.镜像翻转树
2.merge two sorted array(经过了些包装)
3.一个文件,存放形式是每行“firstname_lastname”,按照先lastname,再fistname
排序。不用写输入输出
4.encode:把输入的string每个字母向右shift n位,超出z的从a开始算。考虑大小写
这个三妹感觉是比较nice的阿三,顺利过关。。
In-house manager Interview 国女 1hour
本来这一面也是on c... 阅读全帖
d*******8
发帖数: 23
28
来自主题: JobHunting版 - 国内找北美社招职位面试总结
版中大多数面经都是针对北美new graduate的, 在此贡献一下本人国内找北美工作的一
些经验吧, 也算是答谢mitbbs上分享面经的朋友对我的帮助. 更希望攒攒人品能够抽到
h1b签证 :)
[背景]
国内4年工作经验. 硕士毕业后一直在某做存储的外企工作.
14年7月份开始有出国打算并开始准备.
[准备]
在工作之余每天坚持至少刷3~4道算法题, 并关注各个公司的blog及github上的开源项
目.
1. 算法
Leetcode自然不必说, 必刷. 先是用了将近两个月的时间把leetcode刷了1.5遍, 然
后每次电面和onsite面之前挑一些觉得做得不好的题再刷.

其次就是看geeksforgeeks上题. 这是个老印host的网站, 但是上面的题目分类明晰
,有很多分类底下的题目非常好, 比如DP (印象最深的就是m个鸡蛋n层楼测在哪层楼鸡
蛋会被摔碎的问题)和graph (印象最深的就是单源/多源最短/最长路径和欧拉环). 每
天看一下还是能学到不少新鲜的知识的.

其他就没有了, career up和glass door也断断续续看了一些, ... 阅读全帖
d*******8
发帖数: 23
29
来自主题: JobHunting版 - 国内找北美社招职位面试总结
版中大多数面经都是针对北美new graduate的, 在此贡献一下本人国内找北美工作的一
些经验吧, 也算是答谢mitbbs上分享面经的朋友对我的帮助. 更希望攒攒人品能够抽到
h1b签证 :)
[背景]
国内4年工作经验. 硕士毕业后一直在某做存储的外企工作.
14年7月份开始有出国打算并开始准备.
[准备]
在工作之余每天坚持至少刷3~4道算法题, 并关注各个公司的blog及github上的开源项
目.
1. 算法
Leetcode自然不必说, 必刷. 先是用了将近两个月的时间把leetcode刷了1.5遍, 然
后每次电面和onsite面之前挑一些觉得做得不好的题再刷.

其次就是看geeksforgeeks上题. 这是个老印host的网站, 但是上面的题目分类明晰
,有很多分类底下的题目非常好, 比如DP (印象最深的就是m个鸡蛋n层楼测在哪层楼鸡
蛋会被摔碎的问题)和graph (印象最深的就是单源/多源最短/最长路径和欧拉环). 每
天看一下还是能学到不少新鲜的知识的.

其他就没有了, career up和glass door也断断续续看了一些, ... 阅读全帖
r***a
发帖数: 36
30
来自主题: JobHunting版 - 发个跪了的FB onsite赚RP
电面
sqrt
maximum k elements
onsite
1.纯behaviour
2.count&say,bst inorder successor
3.design facebook checkin feature,怀疑这轮被阿三黑了,那个阿三一副拽得不行
的样子,说你这个有什么不好,问他给hint他也不说。最后算数据总量我说最多需要
50GB,他说只需要5GB,回来算了一下根本不可能5GB这么少
4.二分图染色,Longest Substring Without Repeating Characters
希望接下来的面试和g家能顺利
s**e
发帖数: 1523
31
来自主题: JobHunting版 - 面试归来分享面经,求bless (转载)
【 以下文字转载自 Pharmaceutical 讨论区 】
发信人: suke (苏可), 信区: Pharmaceutical
标 题: 面试归来分享面经,求bless
发信站: BBS 未名空间站 (Thu Apr 30 12:12:33 2015, 美东)
前面过来问过一些问题了,周一onsite,忐忑地去了。
本来开始时8:45am,说让提前15分钟到。我8:15到的,想着可能要等会儿,结果
hiring manager已经在门口等着了,还说‘You're early!'。暗自庆幸自己起得早。
8:30-8:45 准备电脑,和hiring manager闲聊(技术问题)。
8:45-9:00 小秘拿来表格之类的,填好,小秘给了一瓶水和公司简介。
9-10am seminar presentation Interview team有两个主管级别的没来,另外来了不少
人,三个中国人(都不是interview team的),一个MM,两个GG。
10-10:30 某合作组 manager。他刚从外面抽烟回来,心情不错,问了些presentation
里面的小问题,然后问你第一天刚... 阅读全帖
g*******1
发帖数: 3
32
来自主题: JobHunting版 - 四大的IT咨询
各路大神们,有接触过四大it咨询的么?本人cs,最近来了面试邀请,不知道怎么准备
,是不是完全不问tech问题?是不是就穿起西装,回答各种behaviour就行了?
f*****6
发帖数: 61
33
来自主题: JobHunting版 - F onsite 面经
看了版上很多面经了,也来回馈下。
第一轮三哥,给一个list里面都是string,每个string是有字母和‘.'组成,然后给另
外的一些string,判断在不在字典里。
第二轮还是三哥,给一个integer的array,给个element代表柱子的高度,下雨后能
capture多少水,优化到O(n) time, O(1) space.
第三轮华裔abc的hiring manager聊了半小时,好像不算在面试流程里。。。
第四轮system design白人大叔, 有个function是List getNearest(int x, int y
){}, 假设从mobile上在地图上点一下,然后返回改点附近的所有建筑location。怎么
设计data structure以及data scheme
第五轮behaviour白人,半个多小时behavior加两数相除不用除号。
s*********4
发帖数: 468
34
来自主题: JobHunting版 - 也说说被老印黑
大哥不要泛泛而谈,针对这个个例,你可以公事公办,上来就问technical questions
,如果觉得情商是个问题,可以问behaviour。 而不是在那自己揣测。

)。

发帖数: 1
35
来自主题: JobHunting版 - 狗狗Offer + 找工作和转cs感悟
刚拿到MTV狗家Offer,写一下找工作感悟吧,感觉还是有点东西可以说。顺便简单说说
转cs的想法,详细的转专业有很多大神分享过了,我就少说点。我的流程是从基层开始
,希望给年轻的朋友一些鼓励还有干货,指一些自己认为的方向吧,大神或者cs专业的
可以跳过不用看了。我拿到的其他公司offer也不算多,不说了,因为我都说了人家是
dream company结果还要拒人家,真是不好意思。在去最后一个onsite的飞机上写的,
比较乱,就是流水账,看官们看个乐就行。我尽量说详细点,之后我不一定能及时回复。
我是在cmu的me转cs,基础为零,两年前开始学cs。我major还是me,只是多上了些cs的
课,然后找cs工作,和其他转专业的同学一样。我们这届找工作结果挺好的,几个
Google,Amazon。不过这条路之后可能不好走了,我们学校好像限制了其他专业同学选
cs课的数量,我们这几届可能是最后的了。我前三个学期学到了些东西,最后一学期选
课很少,为了找工作。关于选哪些课怎么转cs的细节,很多学长已经说得很详细了,我
也是看了之后跟着走的。我选课方向是web的backend,frontend... 阅读全帖
f*******t
发帖数: 7549
36
https://www.youtube.com/watch?v=TxBcCSaBtXc
华裔女枪击3名创入她家的天使,当场击毙一名,大快人心。
节选几条精彩评论:
What she had a gun !!! She killed someones baby boy who was a good boy ,
loved his mother , raised Disney eyed puppy's and kittens . She should have
used her phone and called 911 then that guy would still be alive although
the police would have found two dead bodies one or both raped. Or maybe the
gun was racist .
One Brave Woman!!! Good job. BUT - Let's be politically correct :P her
behaviour was racist, becau... 阅读全帖

发帖数: 1
37
来自主题: JobHunting版 - Twitter 拒人 or 过?
面经:1)给定words dict, 给一个 string, 返回 string 中最长的单词
2) lunch interview
3)System design: rate limiter for all twitter requests.
4) behaviour question: work experience one by one
5) design and algorithm: 设计 一级二级三级 relationship 比较时间复杂度

you
have
T*****0
发帖数: 22
38
来自主题: JobMarket版 - Regional Sales Director -- Base in Beijing
Position Summary Statement
The role of the Regional Sales Director (RSD) is to retain and grow the Dow
Jones revenue for a specific region.
The RSD will manage a team of salespeople responsible for retaining existing
contract revenue and increasing revenue from both existing and new
customers. The roles within this team will include a combination of the
following, depending on geography and industries covered:-
• Relationship Managers (RMs) – managing existing contract revenue
via phon... 阅读全帖
m**********t
发帖数: 385
39
Openings in Philips Research Asia – Shanghai
Learn more about Philips Research Asia – Shanghai, please click: http://www.research.philips.com/locations/shanghai.html
Organization Description:
Philips Research
Philips Research is the source of many advanced developments in Healthcare,
Lifestyle and Technology. Building on 90 years’ experience in industrial
research and our world-leading patent position, we’re dedicated to
meaningful innovations.
In the healthcare domain, we are enhancing imaging... 阅读全帖
m**********t
发帖数: 385
40
Interested candidates please send your resume to Emily Qian at Emily.QIAN@
philips.com, and specify where you see this position advertised.
Scientist of lighting application and virtual reality experience (Secondary
Optical Design)
Organization Description:
Philips Research
Philips Research is the source of many advanced developments in Healthcare,
Lifestyle and Technology. Building on 90 years’ experience in industrial
research and our world-leading patent position, we’re dedicated to
meaningfu... 阅读全帖
m**********t
发帖数: 385
41
Organization Description:
Philips Research
Philips Research is the source of many advanced developments in Healthcare,
Lifestyle and Technology. Building on 90 years’ experience in industrial
research and our world-leading patent position, we’re dedicated to
meaningful innovations.
In the healthcare domain, we are enhancing imaging and monitoring systems,
as well as exploring innovative personal healthcare. In lifestyle, we’re
helping people see, hear, remember and share content, anywhere and an... 阅读全帖
m**********t
发帖数: 385
42
Scientist for lighting application in Philips Research Asia - Shanghai
Organization Description:
Philips Research
Philips Research is the source of many advanced developments in Healthcare,Lifestyle and Technology. Building on 90 years’ experience in industrial research and our world-leading patent position, we’re dedicated to
meaningful innovations.
In the healthcare domain, we are enhancing imaging and monitoring systems,as well as exploring innovative personal healthcare. In lifestyle, we’re ... 阅读全帖
m**********t
发帖数: 385
43
Organization Description
Philips Research
Philips Research is the source of many advanced developments in Healthcare,Lifestyle and Technology. Building on 90 years'experience in industrial research and our world-leading patent position, we’re dedicated to meaningful innovations.
In the healthcare domain, we are enhancing imaging and monitoring systems,as well as exploring innovative personal healthcare. In lifestyle,we're helping people see,hear,remember and share content, anywhere and anytime.O... 阅读全帖
m**********t
发帖数: 385
44
Philips Research
Philips Research is the source of many advanced developments in Healthcare,Lifestyle and Technology. Building on 90 years’experience in industrial research and our world-leading patent position, we’re dedicated to meaningful innovations.
In the healthcare domain, we are enhancing imaging and monitoring systems,as well as exploring innovative personal healthcare. In lifestyle, we’re helping people see, hear, remember and share content, anywhere and anytime.Our vision focuses on s... 阅读全帖
m**********t
发帖数: 385
45
Scientist of lighting application and virtual reality experience
Organization Description:
Philips Research
Philips Research is the source of many advanced developments in Healthcare,Lifestyle and Technology. Building on 90 years’ experience in industrial research and our world-leading patent position, we’re dedicated to
meaningful innovations.
In the healthcare domain,we are enhancing imaging and monitoring systems,as well as exploring innovative personal healthcare. In lifestyle,we’re helping ... 阅读全帖
m**********t
发帖数: 385
46
Learn more about Philips Research Asia – Shanghai, please click http://www.research.philips.com/locations/shanghai.html
Organization Description:
Philips Research
Philips Research is the source of many advanced developments in Healthcare,Lifestyle and Technology. Building on 90 years’ experience in industrial research and our world-leading patent position, we’re dedicated to meaningful innovations.
In the healthcare domain, we are enhancing imaging and monitoring systems,as well as exploring inn... 阅读全帖
m**********t
发帖数: 385
47
来自主题: JobMarket版 - Scientist for medical signal processing
Learn more about Philips Research Asia – Shanghai, please click http://www.research.philips.com/locations/shanghai.html
PRINCIPAL ACCOUNTABILITIES
• Play an active role in the project team by contributing creative ideas aimed at developing new medical device for screening, diagnosis and treatment. Creative ideas should result in patents that protect potential future expansion of our healthcare business.
• Design and implement solutions, in collaboration with hospitals.
• Test y... 阅读全帖
m**********t
发帖数: 385
48
来自主题: JobMarket版 - Biomedical engineering scientist
Learn more about Philips Research Asia – Shanghai,
Please click http://www.research.philips.com/locations/shanghai.html
PRINCIPAL ACCOUNTABILITIES
- Play an active role in the project team by contributing creative ideas aimed at developing new technologies that will be used in a biomedical engineering system. The system consists of the hardware for acquiring biomedical signal from human beings and the signal processing software and is aimed to obtain a useful measurement for doctors to screening... 阅读全帖
m**********t
发帖数: 385
49
Scientist for Medical Signal Processing-ECG interpretation algorithm in
Philips Research Asia – Shanghai
PRINCIPAL ACCOUNTABILITIES:
• Play an active role in the project team by contributing creative
ideas aimed at developing new medical device for screening, diagnosis and treatment. Creative ideas should result in patents that protect potential future expansion of our healthcare business.
• Design and implement solutions, in collaboration with hospitals.
• Test your solutions ... 阅读全帖
W*******n
发帖数: 2762
50
来自主题: JobMarket版 - Job oportunity in Beijing
1. Principal or Senior Scientist of Preformulation and biophysics
characterization
Challenges
Your tasks will include, but not be limited to:
• Ensure that all DRU protein liquid samples for IV and SC/IM
animal testing at NNST are suitable to support the pharmacological aim of
the test
• Conduct biophysical experiments that can support protein process
development
• Conduct pre-formulation design of selected new proteins with the
aim to produce stable aqueous formulatio... 阅读全帖
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)