-
-
Save ndzj081221130/7acbce85a96aff99bff1 to your computer and use it in GitHub Desktop.
大摩电面
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 自我介绍 | |
2 问到我的项目,app,是不是团队。 | |
3 当你遇到问题的时候,你如何寻求帮助 | |
4 当你在团队中,与队友产生冲突时,如何解决。 | |
example | |
技术问题 | |
摩根上海的IT部门 | |
1 queue和stack的区别 | |
2 数组和链表的插入和删除的时间、空间开销 | |
3 5个bits,多大的寻址空间。32 Bytes | |
4 do you know about XML? | |
5 describe memory leak | |
6 polymorphism | |
virtual function. | |
如何实现多态 | |
7 singleton单例的实现,private new | |
8 hash:open hash,close hash | |
解决冲突的方法:闭散列,开散列。 | |
9 数据库事务ACID | |
10 | |
---------- | |
大摸一轮电面: (电话是第一句直接用英文问是不是你) | |
1、他自己介绍,问你有没有英文名。 | |
2、让你自我介绍。 | |
3、掉到我坑里面了,问我玩过什么地方(我自我介绍讲的是爱好旅游) | |
自我介绍之后,问技术题之前,还问了我如何了解到摩根,自己有没有金融背景 | |
4、技术面试: | |
stack:LIFO | |
和queue:FIFO | |
virtual function | |
技术题中 还提到了多态,和virtual function 说了半天 | |
transaction (我说的是ACID, 他说的就是事物失败会怎样) | |
设计模式(直接问的是singleton),介绍几个设计模式 | |
然后是 非技术题: | |
1、当你很难做决定的时候怎么办? | |
2、你认为成功交流的关键是什么? | |
3、举个你和某人很难交流的例子 (好像是这个意思) | |
技术题还有一题(引用是怎么个回事?) | |
(多少空间存12bit, 我答的是16bit, 2bytes) | |
12bit能寻址多大空间? | |
你的有什么优势 在摩根工作 | |
解释下传引用,call by reference | |
by 海爷 | |
> Written with [StackEdit](https://stackedit.io/). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment