回复: 7
跳转到指定楼层
上一主题 下一主题
收起左侧

morgan stanley 技术岗 暑期实习面经

🔗
匿名用户-CF3KQ  2023-5-18 16:21:43 来自APP |倒序浏览

2023(4-6月) 码农类General 硕士 实习@摩根士丹利 - 网上海投 - 视频面试  | Pass | 应届毕业生

注册一亩三分地论坛,查看更多干货!

您需要 登录 才可以下载或查看附件。没有帐号?注册账号

x
一面. 1point3acres.com
● Are you now doing some projects?
● What languages do you like? and why?
● The most difficult task you have met in work?
Python:
● How to define a list in Python
● What's the difference between list and tuple?
● What does minus index mean in Python?
● What is lambda function
● What sort function do you use in python?
● What is Function map?
● What modulars do you use in Python?
● The limitation of multi-thread in Python
● What modulars are related to network you have used? (requests)
● Do you know generator in Python ?
● Memory management in Python ?
● What is decorator?
● What is List comprehension? Dictionary comprehension?
  ○ List comprehension offers a shorter syntax when you want to create a new list based on the values of an existing list.. Χ
  ○ Dictionary comprehension is an elegant and concise way to create dictionaries.
. .и
Cpp:
● Have you ever been used STL?
● What's difference between map and ordered-map
● Explain the process of quick sort
● In Cpp, how can we track the stack? Do you know the GDB instruments (GDB?)
● Print the 99 row content in a file (use shell scripts)


二面
Code 1: 给定N个名字,和M个prefix query,求有多少个名字的前缀含有prefix query (如果名字和prefix是一样的,则不算)
Examples:
Names = ['stevens', 'steves', 'danny', 'dan', 'alex', 'alexander']
Query = ['steve', 'alex']
Output: [2, 1] (因为name alex和prefix alex一样,所以不能算,只有alexander)


Code2: 有N个房子(编号为1-N),初始有M个房子被“感染”了,一天之后,被感染房子的左右两栋房子也会被感染,求所有可能的感染顺序. ----
Examples:
House: N = 5 (1, 2, 3, 4, 5)
Infected House: M = 2 (3, 5)
.1point3acresOutput: 2
Explain: 第一天被感染的房子为(2, 4),第二天被感染的房子为(1),所有可能的顺序是 (2, 4, 1), (4, 2, 1),因为2和4被感染的顺序是未知的,但是一定早于1


Technical Interview Round 1. 1point 3acres
1. Code:给定两个sorted array,求merge两个sorted array后的中位数
2. 因为没有注意到边界case(两个数组均为空,或者只有一个数组为空的情况),所以他问我这个代码有什么bug
3. 如果这是别人写的代码,出现问题了(报异常或者结果错误),你会如何检查这个问题
4. 一些项目经历.--
5. 当别人要你做违背你价值观/或者不想做的事情,你会怎么做? ..
6. 摩根的技术有什么吸引你的,为什么你想来摩根实习?
7. Difference between HTTPs and HTTP .
8. How does HTTPs provides encryption?. Χ
9. Do you know all the layers in OSI system?
. 1point 3acres 10.  Why they design this (these layes) ? (OSI)
11. HTTP / TCP / UDP 在哪一层?
12. 介绍一下你的科研工作

Technical Interview Round 2
1. 讲一下前面两个code的代码思路(并优化)
2. 根据你的经验,在什么场景下会使用到Stack,什么时候会用到Queue
3. Left Join & Inner Join
4. Difference between process and thread
5. How to count the number of process in the OS with command?
6. C++中,在继承类中如果想要override一些函数,用什么关键字(keyword),如果不想implement,只想define怎么办?(pure virtual)
7. What design pattern do you use? (singleton). 1point3acres.com
8. Risk Management: 在你要做一个很困难的选择的时候,你如何衡量各项问题?(问题很重要,但是没有足够的时间去完成等)
9. 假设我不懂Golang,你要如何给我推销这个语言?. Waral dи,
10. 反问:有什么想问的吗?

评分

参与人数 5大米 +19 收起 理由
Wxp123 + 1 赞一个
不想靠边停车的扭曲精 + 1 很有用的信息!
NiCEtmtm + 1 给你点个赞!
instant_dev + 15 给你点个赞!
regan2018nyc + 1 赞一个

查看全部评分


上一篇:genwealth capital 量化研究员
下一篇:上海两马挂经
地里匿名用户
🔗
匿名用户-CF3KQ  2023-5-18 16:22:20 来自APP
新人求米,希望能帮助到大家

评分

参与人数 1大米 +1 收起 理由
Jericho941 + 1 欢迎分享你知道的情况,会给更多积分奖励!

查看全部评分

回复

使用道具 举报

地里匿名用户
🔗
匿名用户-SMPWY  2023-6-8 20:52:46
求一个楼主学校大致背景,实习/项目的情况~我也投了但是没过简历
回复

使用道具 举报

全局:
匿名用户 发表于 2023-06-08 05:52:46
求一个楼主学校大致背景,实习/项目的情况~我也投了但是没过简历
本科北邮计算机,硕士top2网络方向,投简历的时候有两段实习经历(字节和快手都实习过3 4个月的样子)
回复

使用道具 举报

全局:
请问楼主有做HireVue吗?回答了哪些问题呢 谢谢 已加米

评分

参与人数 1大米 +1 收起 理由
Scott.W + 1 赞一个

查看全部评分

回复

使用道具 举报

地里匿名用户
🔗
匿名用户-CF3KQ  2023-7-17 20:33:03 来自APP
不想靠边停车的扭曲精 发表于 2023-07-12 10:04:43
请问楼主有做HireVue吗?回答了哪些问题呢 谢谢 已加米
我没有诶🤔🤔
回复

使用道具 举报

全局:
请问面试完之后,有没有收到邮件问有没有其他offer,愿意set up a call如果有任何问题?如果有收到邮件的话,是怎么处理的呀?面试完大概多久收到offer?
回复

使用道具 举报

全局:
请问作者去morgan stanley实习了吗~体验如何呀,有留下来吗~
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册账号
隐私提醒:
  • ☑ 禁止发布广告,拉群,贴个人联系方式:找人请去🔗同学同事飞友,拉群请去🔗拉群结伴,广告请去🔗跳蚤市场,和 🔗租房广告|找室友
  • ☑ 论坛内容在发帖 30 分钟内可以编辑,过后则不能删帖。为防止被骚扰甚至人肉,不要公开留微信等联系方式,如有需求请以论坛私信方式发送。
  • ☑ 干货版块可免费使用 🔗超级匿名:面经(美国面经、中国面经、数科面经、PM面经),抖包袱(美国、中国)和录取汇报、定位选校版
  • ☑ 查阅全站 🔗各种匿名方法

本版积分规则

>
快速回复 返回顶部 返回列表