由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 请教一个API设计的面试题
相关主题
一道java面试题一道code review的题目,欢迎讨论。
What's the algorithm to solve this problem?贴几道某大公司的面试题
问道算法题。两个Amazon面试题
Amazon面试题贡献面试题
一道rf的面试题[google面试题] 判断是橘子还是香蕉
请教一题,关于interval求解面试题
贡献Rocket Fuel 4 hour online test如何根据这些参数进行系统设计?
急求rocket fuel 3小时的online test!!!攒rp,发个G家面经
相关话题的讨论汇总
话题: date话题: api话题: endtime话题: starttime话题: 设计
进入JobHunting版参与讨论
1 (共1页)
k*******t
发帖数: 144
1
题目要求如下: 设计一个API,检测每秒内的请求(request)是否超过一个数. 要求
api比较general。没设计过API,请教怎么个解法?设计API时,需要注意什么?
L*******e
发帖数: 114
k*******t
发帖数: 144
3
多谢,马上就看去。

【在 L*******e 的大作中提到】
: I highly recommend this:
: http://lcsd05.cs.tamu.edu/slides/keynote.pdf

k*******t
发帖数: 144
4
好的,多谢,马上看去。

【在 L*******e 的大作中提到】
: I highly recommend this:
: http://lcsd05.cs.tamu.edu/slides/keynote.pdf

k*******t
发帖数: 144
5
看完这个啦,没有sample quesition. 感觉很general/abstract. 对于这个题,感觉应
该是设计一个method/function, 但这个method/function的parameter是啥?怎么获取
到一个request? 面试官要求越general越好,他希望没有parameter, 但没有parameter
,怎么获得request呢?

【在 L*******e 的大作中提到】
: I highly recommend this:
: http://lcsd05.cs.tamu.edu/slides/keynote.pdf

r****m
发帖数: 70
6
interface RequestCount{
int getRequestCount(Date startTime, Date endTime);
int getRequestCount(Date startTime, Date endTime, String url);
boolean checkRequestCount(Date startTime, Date endTime, int n);
boolean checkRequestCount(Date startTime, Date endTime, String url, int n
);
}
1 (共1页)
进入JobHunting版参与讨论
相关主题
攒rp,发个G家面经一道rf的面试题
[合集] Amazon Onsite 面试题请教一题,关于interval
哪位大牛给指点一下关于设计的面试题贡献Rocket Fuel 4 hour online test
微软 oncampus interview急求rocket fuel 3小时的online test!!!
一道java面试题一道code review的题目,欢迎讨论。
What's the algorithm to solve this problem?贴几道某大公司的面试题
问道算法题。两个Amazon面试题
Amazon面试题贡献面试题
相关话题的讨论汇总
话题: date话题: api话题: endtime话题: starttime话题: 设计