由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - TripAdvsior 面经 (完败)
相关主题
FLAG面试总结another google interview question:
求问一个题一道关于trie的题目
Bloomberg电话面经一道店面题请教
请教amazon面试题请问大牛们Leetcode Reorder List 中找中间节点怎么能现场想清楚?多谢!
C++ Q76: singly linked list -- 这个逆序打印有什么错?求教一道经典面题的解法
M家 onsite 悲剧,同胞们弄死烙印吧Amazon面试题请教
某家onsite面经请教一个C++问题
Given a node of a tree, find all nodes on the same level报google nyc offer,并分享面经
相关话题的讨论汇总
话题: given话题: hr话题: sentence话题: binary话题: ex
进入JobHunting版参与讨论
1 (共1页)
j**7
发帖数: 143
1
phone #1: Given the head node of a singly linked list of characters, write
an efficient program to remove all nodes containing vowels.
phone #2: Given a character array (char[] input) that contains "words"
separated by spaces, create a function to reverse the words in the array.
For example, given ['H', 'i', ' ', 'W', 'o', 'r', 'l', 'd'] produce ['W', 'o
', 'r', 'l', 'd', ' ', 'H', 'i']. For the purposes of this problem the input
will contain only letters and spaces. Be sure your solution tolerates
leading, trailing, and multiple spaces.
onsite #1:
Given (int type, Filter test), find all hotels of this given type that
matches this filter.
Followup: How do you optimize your solution for scalability.
onsite #2:
Q1: Given a sentence, capitalize the first letter of each word in the
sentence.
Ex. input="this is a sentence"
ouput="This Is A Sentence"
Q2:Implement the insertion method for Binary Search Tree
Q3: Given a binary tree, implement a method to calculate the sum of all
nodes of a given depth。
onsite #3:
Q1: Find the kth largest element in two sorted arrays.
Q2: Given a large file of numbers or a continous stream of numbers, find the
kth largest number.(这道题不用写code,光讨论就可以了)
onsite #4:
第四轮的面试官是个Director of Engineering (日本华人). 本来要见得是VP of
Engineering, 但VP当时在开会。
Q1: 问了好多Java questions (答得不好).
Ex. C++的multiple inheritance有什么缺陷?
Java为什么不支持multiple inheritance?
Java的interface解决了multiple inheritance的那些缺点?
Object class 有什么method?
Q2: Given a binary tree, where for each depth, the nodes are in ascending
order, reorder the nodes in descending order. The input might or might not
be a binary search tree .
Ex. 6 6
3 8 -> 8 3
1 4 5 9 9 5 4 1
onsite #5 HR面: 第四轮结束后HR问我要不要等十分钟然后去见一下另外一个HR谈三
十分钟给一些feedback,但我需要赶飞机回温哥华就没有面另外这个HR. HR说没问题可
以下礼拜在电话上谈三十分钟. 最后我等了一个礼拜也没有收到HR的电话。


结论:
今天收到了拒信,是第一轮电面的面试官发的。有时候写code没有bug还可能被
拒。
c********r
发帖数: 286
2
日本华人。。。
再接再厉
1 (共1页)
进入JobHunting版参与讨论
相关主题
报google nyc offer,并分享面经C++ Q76: singly linked list -- 这个逆序打印有什么错?
Google 面题M家 onsite 悲剧,同胞们弄死烙印吧
遍寻OJ的答案到处都没有,不知道大牛可以不可以发个自己的答案某家onsite面经
求问电子版 CC150 2.1 题Given a node of a tree, find all nodes on the same level
FLAG面试总结another google interview question:
求问一个题一道关于trie的题目
Bloomberg电话面经一道店面题请教
请教amazon面试题请问大牛们Leetcode Reorder List 中找中间节点怎么能现场想清楚?多谢!
相关话题的讨论汇总
话题: given话题: hr话题: sentence话题: binary话题: ex