由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 顶风发个amazon电面面经
相关主题
发个servicenow testing职位的面经和offerAddepar 电面面经
A家新鲜面经--都是经典题Bloomberg 面经
goole 电面面经Uber 电面
发几个面经(7) Google 电面+onsite发个G面经,已跪
Apple电面面经+请问去过onsite的同学会考很多objective c么?g电面 详细面经
LinkedIn 电面面经G电面面经加求bless
发个Amazon intern 的面经吧LinkedIn & Square 电面面经
Bloomberg FSD intern 电面 面经发个ms, amz, fb, t, L的intern 面经,并找potential室友
相关话题的讨论汇总
话题: structure话题: coding话题: dictionary话题: 电面话题: vs
进入JobHunting版参与讨论
1 (共1页)
b*******n
发帖数: 847
1
一个小时的电面,问了很多问题
1.resume
1.1 think of a time that you learn very deeply into a technology. how you
learned it and what result you get
1.2 think of a time that you are facing a choice of which technique to use
and how you solved it
1.3 anything you could do differently in any of your projects if you do it
again.
2. basic data structure
2.1 stack vs queue
2.2 hashmap vs dictionary
2.3 tree traversal algorithms and what data structure to use
3. coding
给个circular list, return the longest sequence that doesn't contain
duplicate elements
前面扯的太多了,到coding时就剩下20分钟,最后勉强做完,看了一眼立马发现bug,
但没时间改就大概讲了下。等消息了。。。
r**h
发帖数: 1288
2
多谢分享!bless!
最后一题的duplicate指的是双向链表节点的值吗?
是否可以用类似于最长无重复字符串的思路呢?

【在 b*******n 的大作中提到】
: 一个小时的电面,问了很多问题
: 1.resume
: 1.1 think of a time that you learn very deeply into a technology. how you
: learned it and what result you get
: 1.2 think of a time that you are facing a choice of which technique to use
: and how you solved it
: 1.3 anything you could do differently in any of your projects if you do it
: again.
: 2. basic data structure
: 2.1 stack vs queue

b*******n
发帖数: 847
3
对,是值
我就是用最长无重复字符串的思路做的,但有点不一样,因为是circular list,要考
虑sequence跨界的情况

【在 r**h 的大作中提到】
: 多谢分享!bless!
: 最后一题的duplicate指的是双向链表节点的值吗?
: 是否可以用类似于最长无重复字符串的思路呢?

r**h
发帖数: 1288
4
跨界的情况怎么处理比较好呢?
我的想法是(1)检查一下是否整串都没有重复(2)如果不是的话不断向前移动指针ed
和st直到遇到上一次扫描时记录下的最值maxEd、maxSt。这样是否可以呢

【在 b*******n 的大作中提到】
: 对,是值
: 我就是用最长无重复字符串的思路做的,但有点不一样,因为是circular list,要考
: 虑sequence跨界的情况

f*******r
发帖数: 180
5
可以这么做么。
mark一开始的位置, 然后用two pointers+hashset找最长无重复字符串, 中止的条
件是slow pointer超过一开始mark的那个节点。

【在 b*******n 的大作中提到】
: 对,是值
: 我就是用最长无重复字符串的思路做的,但有点不一样,因为是circular list,要考
: 虑sequence跨界的情况

u***a
发帖数: 9
6
祝好运!
e*****n
发帖数: 316
7
mark
u*****o
发帖数: 1224
8
想问问LZ是用什么语言面的啊?C++里没有DICTIONARY耶,难道是JAVA?
b*******n
发帖数: 847
9
我用的c++,说实在的那题我当时没明白把hashmap和dictionary比较是什么意思,经你
这么说明白了,因为interviewer用java
b***e
发帖数: 1419
10
最后一题如果不许用hash table怎么做?Hash table需要space。如果只能用线性space
的话,hash table就不灵了。

【在 b*******n 的大作中提到】
: 一个小时的电面,问了很多问题
: 1.resume
: 1.1 think of a time that you learn very deeply into a technology. how you
: learned it and what result you get
: 1.2 think of a time that you are facing a choice of which technique to use
: and how you solved it
: 1.3 anything you could do differently in any of your projects if you do it
: again.
: 2. basic data structure
: 2.1 stack vs queue

x*****0
发帖数: 452
11
mark
1 (共1页)
进入JobHunting版参与讨论
相关主题
发个ms, amz, fb, t, L的intern 面经,并找potential室友Apple电面面经+请问去过onsite的同学会考很多objective c么?
攒人品,发个2sigma面经LinkedIn 电面面经
攒人品 发个G电面发个Amazon intern 的面经吧
BB 一题Bloomberg FSD intern 电面 面经
发个servicenow testing职位的面经和offerAddepar 电面面经
A家新鲜面经--都是经典题Bloomberg 面经
goole 电面面经Uber 电面
发几个面经(7) Google 电面+onsite发个G面经,已跪
相关话题的讨论汇总
话题: structure话题: coding话题: dictionary话题: 电面话题: vs