注册一亩三分地论坛,查看更多干货!
您需要 登录 才可以下载或查看附件。没有帐号?注册账号
x
Algorithm:
第一轮是Transportation 具体详细问题看这个帖子
https://www.1point3acres.com/bbs/thread-887099-1-1.html
用BFS做出来了
Followup:如何算出每个transportation method的min cost是什么
Coding:
写一个MxN的TiaTacToe的class。
Implement a function move(i, j) in the class that prints the state of the board after a player's move and prints "Player x won" if the a player has won after a move.
不需要任何优化,只要能写出来就行。
Followup:给class constructor加一个新的variable “isAI”。
If isAI = True, 模拟AI下棋,自动选择往哪个格子里面放棋子,else 用之前那个逻辑就行
HR:
非常经典的BQ问题们,聊聊之前的project,有什么technical difficulty,怎么solve conflict 之类的
Architecture:
要写一个API interface和database schema。尽量还原问题了但是很长,问题如下:
Given a black box service "auto ML service," it automatically trains a set of ML models and returns models information.
Write an interface where the frontend takes in a form of with fields:您好! 本帖隐藏的内容需要积分高于 188 才可浏览 您当前积分为 0。 使用VIP即刻解锁阅读权限或查看其他获取积分的方式 游客,您好! 本帖隐藏的内容需要积分高于 188 才可浏览 您当前积分为 0。 VIP即刻解锁阅读权限 或 查看其他获取积分的方式 ent score etc.)
followup 2:
The models will timeout if it has not completed training within the timeout specified by the input. How should this timeout be implemented.
followup 3:
Any optimizations
过了三天收到邮件说挂了,每轮感觉答得都还不错,问HR要feedback也不给,不知道挂在哪儿了 :(。
|