百老汇第一轮电面面经

// Given a file of n trades, describe a function that computes the top k most commonly traded stock tickers. Each trade has a ticker and a size, the rest of the information about the trade is irrelevant.
//Part 2: Instead of a file, the trades come in a stream. Describe two functions, one that is run when a new trade is added, and one that returns the top k most commonly traded stock tickers.

// Problem: Given a string that represents a number in one base, convert it into a string representing the same number in another base.

题目都在这了,都答出来了,但是面试官是个烙印,我总是听不清在说什么,不知道有没有next step.

这个公司到底是装门面还是真的招人?
有人拿到offer吗?

小伙伴有的话就是下一步的3h三轮,也没说是不是最后一轮,我不清楚。

所以目前还没人拿到过offer是吧?

嗯是

哎这个烙印人不错 马上给了next step

next step是啥?

三轮3h的technical interview 不确定是不是最后一轮的 邮件里还说了要design

design是三轮中的其中一轮?

The next step is a Virtual Interview Day where you’ll be interviewing, over Zoom Video, with three members of our technical team. The interviewers will meet with you individually, for about an hour each, for a total interview time of 3 hours. These interviews will be technically focused and involve questions to test your coding, design, algorithmic, and problem-solving skills. HackerRank will be used for code pairing.

这里说的design?

想问下你写的code要compile 然后跑test cases吗?

嗯要跑的 要运行 不是只有白板

恩是啊我觉得是系统设计吧