📣 Back to School开学季 - VIP通行证5折优惠!蓝莓、Offer多多同步优惠
回复: 9
跳转到指定楼层
上一主题 下一主题
收起左侧

【Akuna Capital】的OA和电面

全局:

2015(10-12月) 码农类General 硕士 全职@akunacapital - 校园招聘会 - 技术电面 在线笔试  | | Fail | 应届毕业生

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

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

x
9月底参加的学校career fair,不记得和Akuna Capital的recruiter聊了什么给的面试。后来查才发现Akuna Capital是一家在芝加哥发展很好的startup,当然bar应该很高了,自我安慰一下,那么挂了也是情理之中的了。

======================
首先发了online codeing (题目比较简单,时间很充裕)

1. Hardware caching:(多选)
typical computers have several layers of caches.
in general, caches with smaller latency are larger than those with higher latency.
data is moved from one cache to anther one byte at a time.
(哎呀看都看不懂,麻烦资深人士解释一下)

2. software engineering lifecycle(就是发生先后排序,有design, unit test之类的)

3. 不是用来 control excution flow in a typical debugging tool (选的step up)

4. recursion (给了一段简单地程序,问你它干嘛了)

5. trace a program (给了一段简单地程序,问你输出什么)
def traverse(seq_len):
    idx = 1
    traversed = []

    while len(traversed) < seq_len:
        traversed.append(idx)
        traversed.append(2*len(traversed) + 1)
        idx += 2
        if idx > seq_len:
            idx -= seq_len


    sum = 0
    for idx in traversed:   
        i = traversed.pop()
        sum += (i * idx)

    print(sum)

traverse(7)


6. rank the data structure, (look-up time): 给了 linkedlist, balance binary tree, hash table

7. 给一个int array和target,像是2sum,不同的是要求两个数各乘上100后等于target。
下面是我的code。
import java.io.*;
import java.util.*;
import java.text.*;
import java.math.*;
import java.util.regex.*;

public class Solution {
/*
* Complete the function below.
*/

  static boolean any_two_integers(int[]
您好!
本帖隐藏的内容需要积分高于 188 才可浏览
您当前积分为 0。
使用VIP即刻解锁阅读权限或查看其他获取积分的方式
游客,您好!
本帖隐藏的内容需要积分高于 188 才可浏览
您当前积分为 0。
VIP即刻解锁阅读权限查看其他获取积分的方式
Unlock interview details and practice with AI
Curated Interview Questions from Top Companies
riter bw = new BufferedWriter(new FileWriter(fileName));
        int[] res;
        res = find_pentagonal();
        for(int res_i=0; res_i < res.length; res_i++) {
            bw.write(String.valueOf(res[res_i]));
            bw.newLine();
        }

        bw.close();
    }
}


11.  count bits
long int as input, return long (representing the number of non-zero bits in the binary representation of the input)

12. given two input strings, return a string consisting of the common chars in sorted order.





======================

接下来电面。。。挂了,好心赛。
1. Deadlock
2. Mutex

3. Stack and Heap
4. Differences between python and C++
5. Differences between overloading和overriding
还有好些类似的记不清了。。。
然后有几道很简单code题,说思路就好,不用写。

面试人不好%>_<%,最后问我什么问题要问,我问你有什么有趣的项目分享一下。。。。他居然说好像是秘密,不能透露太多!!
活活打死!!!


评分

参与人数 4大米 +141 收起 理由
匿名用户-GVTMY + 20
ayagan + 1 很有用的信息!
xz28us + 60 感谢分享!
jby1797 + 60

查看全部评分


上一篇:L家新鲜电面题
下一篇:Snapchat OA
🔗
wen587 2015-10-7 01:53:34 | 只看该作者
全局:
听说了这家bar很高,OA的第5题输出应该是什么啊。
看了一下,奇数位是1 3 5 7 9,偶数位是前面那个数*2 + 1
所以就是1, 3, 3, 7, 5, 11, 7, 15
然后首位相乘求和。
回复

使用道具 举报

🔗
sheboygan 2015-10-14 10:23:26 | 只看该作者
全局:
楼主面的是quant还是developer?
回复

使用道具 举报

🔗
huangzy 2016-1-21 07:39:41 | 只看该作者
本楼:
全局:
谢谢楼主!
回复

使用道具 举报

🔗
 楼主| tomdarling 2016-1-21 22:02:47 | 只看该作者
全局:
sheboygan 发表于 2015-10-14 10:23
楼主面的是quant还是developer?

developer
回复

使用道具 举报

🔗
mchzh 2016-2-1 02:04:00 | 只看该作者
全局:
楼主这个拿到offer了吗
回复

使用道具 举报

🔗
ulim 2016-3-15 08:48:08 | 只看该作者
全局:
谢谢LZ, 后天电面!!
回复

使用道具 举报

🔗
Urumic 2016-6-18 07:37:16 | 只看该作者
全局:
请问楼主 这些概念题是不是就用一段话概括一下就行,还是说有什么要求?
回复

使用道具 举报

🔗
Bean_Juice 2022-3-9 05:54:18 | 只看该作者
全局:
请问lz 有考mathematics assessment 吗
回复

使用道具 举报

🔗
Jokephp 2022-3-9 06:19:44 | 只看该作者
全局:
感谢楼主,最近刚好收到邀请
回复

使用道具 举报

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

本版积分规则

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