📣 独立日限时特惠: VIP通行证立减$68
回复: 10
跳转到指定楼层
上一主题 下一主题
收起左侧

Facebook Menlo Park 电面+Onsite 面经 01/28

全局:

2016(1-3月) 码农类General 博士 全职@meta - 内推 - 技术电面 Onsite  | | Other | 应届毕业生

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

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

x
电面一轮
* reverse linked list
* implement circular array

Onsite 四轮
您好!
本帖隐藏的内容需要积分高于 188 才可浏览
您当前积分为 0。
使用VIP即刻解锁阅读权限或查看其他获取积分的方式
游客,您好!
本帖隐藏的内容需要积分高于 188 才可浏览
您当前积分为 0。
VIP即刻解锁阅读权限查看其他获取积分的方式
Unlock interview details and practice with AI
Curated Interview Questions from Top Companies
Design post search

Round 4: research

评分

参与人数 1大米 +3 收起 理由
guixi107 + 3 谢谢你的介绍!

查看全部评分


上一篇:Veritas Intern onsite
下一篇:Snapchat OA 1/29

本帖被以下淘专辑推荐:

推荐
sealove999 2016-4-3 11:43:58 | 只看该作者
全局:
freemail165 发表于 2016-3-28 05:06
u can use google to search how to detect big endian and little endian

for sparse vector, since  ...

为神马vector的值是1呢
  1.   public Map<Integer, Integer> sparseVector(Map<Integer, Integer> idx_val_a,
  2.       Map<Integer, Integer> idx_val_b) {
  3.     Map<Integer, Integer> ret = new HashMap<>();
  4.     for (Integer idx : idx_val_a.keySet()) {
  5.       if (idx_val_b.containsKey(idx)) {
  6.         ret.put(idx, idx_val_a.get(idx) * idx_val_b.get(idx));
  7.       }
  8.     }
  9.     return ret;
  10.   }
复制代码
回复

使用道具 举报

推荐
freemail165 2016-3-28 05:06:34 | 只看该作者
全局:
yanggao1119 发表于 2016-2-21 09:04
楼主能不能具体讲讲这两题是什么意思啊?感觉好像不在mj中。。。 谢谢楼主!!

check big/small endian
...

u can use google to search how to detect big endian and little endian

for sparse vector, since there is a lot of 0, so just use List<Integer> which store the index of 1
then for product of List<Integer> a and List<Integer> b
if(a.get(indexa)==b.get(index(b)) means both of them have 1 at the same index
then u can 1 in the result
resultList.add(a.get(indexa))
回复

使用道具 举报

推荐
 楼主| cucufrog 2016-2-1 04:32:57 | 只看该作者
全局:
sanguine 发表于 2016-1-30 16:54
LZ能提供下timeline吗?every-level开始招了?

大概timeline是
phone 1 轮:15年11月
onsite:01/28/2016
12月回国了。。。

Recruiter跟我说15年的bs和master已经招满了,但是Fresh PHD还在招
回复

使用道具 举报

🔗
sanguine 2016-1-30 16:54:49 | 只看该作者
全局:
LZ能提供下timeline吗?every-level开始招了?
回复

使用道具 举报

🔗
evetskainzow 2016-2-15 15:32:31 | 只看该作者
全局:
cucufrog 发表于 2016-2-1 04:32
大概timeline是
phone 1 轮:15年11月
onsite:01/28/2016

楼主,请问你听到fresh还在招是什么时候的事儿?谢~
回复

使用道具 举报

🔗
yanggao1119 2016-2-21 09:04:37 | 只看该作者
全局:
楼主能不能具体讲讲这两题是什么意思啊?感觉好像不在mj中。。。 谢谢楼主!!

check big/small endian
* sparse vector storage and product
回复

使用道具 举报

🔗
yanggao1119 2016-2-23 14:08:42 | 只看该作者
全局:
楼主,你这个circular array是用在queue的实现中吗?还是什么别的?谢谢!!
回复

使用道具 举报

🔗
totolin 2016-3-30 07:14:49 | 只看该作者
全局:
楼主能不能多说说些关于post search design的?我在准备system design很想多听听这些问题怎么回答的。多谢了!
回复

使用道具 举报

🔗
shepherd001 2016-4-1 07:12:47 | 只看该作者
全局:
totolin 发表于 2016-3-30 07:14
楼主能不能多说说些关于post search design的?我在准备system design很想多听听这些问题怎么回答的。多谢 ...

请问你System Design是怎么准备的?
回复

使用道具 举报

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

本版积分规则

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