由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Military版 - Startup的要求是一个小时左右完成一个 project
相关主题
硅谷的IT企业能有什么竞争力? (转载)老中该如何向老印学习呢 ? (转载)
oracle的jdk里的命名最近看了很多碧昂斯和蕾哈娜的MTV
When Did Pres. Hu Jintao Know美帝窃听这么多,硬盘早就爆了吧?
TG要反击了我考,Trump已经对复旦的通奸事件作了批示
wumao新定义NYT也发现中国人最喜欢床铺
左派对日落西山一般的社风进行的批评王喜说周恩来是同同,算侮辱吗
一天到晚说红歌的不好,也不看看米国到处都泛滥着爱国主义教育床铺有13亿个理由选择不挑衅中国 (转载)
飞机撞地视频出来了这里人在印度上面真是短视啊
相关话题的讨论汇总
话题: flickr话题: startup话题: width话题: urls话题: height
进入Military版参与讨论
1 (共1页)
c*******a
发帖数: 1879
1
【 以下文字转载自 JobHunting 讨论区 】
发信人: eversprint (征程), 信区: JobHunting
标 题: Startup的要求是一个小时左右完成一个 project
发信站: BBS 未名空间站 (Mon Mar 19 12:26:31 2018, 美东)
不刷题也不容易的,下面是我经历的一个挑战,大家可以看看能否达到人家的要求。
这个Startup的要求是一个小时左右完成下面这个Project,下面是原文:
As I mentioned, the next step is a technical skills challenge. We expect the
exercise to take about an hour, though it is not timed.
Take-Home Challenge - Backend
* Using Java or Kotlin and framework(s) of your choice (though we like
Spring Boot), create an API that accepts a freeform search query and returns
a list of matching Flickr titles and image URLs for various sizes.
* Limit the response to ten titles.
* This exercise isn't meant to take a long time, so don't spend more
than an hour or so on it (unless you really want to).
* Before you start please fork this repo. As your are working on your
solution try to commit the changes in small blocks.
* When you are finished, please write a short paragraph (or some bullet
points) describing what you perceive to be the pros and cons of your
approach plus any alternatives you considered, and add this to your PR. We
will not be judging your writing style or grammar.
For example:
curl http://localhost:8080/images?query=apple
Should return a response of the form:
[
{
"title":"Apple",
"urls":[
{
"width":640,
"height":480,
"url":"https://farm5.staticflickr.com/4389/37190610481_f133ae5188_s.jpg"
},
{
"width":320,
"height":240,
"url":"https://farm5.staticflickr.com/4389/37190610481_f133ae5188_q.jpg"
}
]
},
{
"title":"apples",
"urls":[
{
"width":640,
"height":480,
"url":"https://farm5.staticflickr.com/4389/37160913742_39f4db7a40_s.jpg"
},
{
"width":320,
"height":240,
"url":"https://farm5.staticflickr.com/4389/37160913742_39f4db7a40_q.jpg"
}
]
}
]
You may find the following Flickr documentation to be useful:
* Search
* Sizes
You may use the following credentials:
* Flickr API Key: 80aafb8d5879b4ab3d58a6543021cd59
l******t
发帖数: 55733
2
这是真。startup。开发不超过5人都是全栈
w****e
发帖数: 1883
3
这尼玛是骗人写code的
C**********e
发帖数: 23303
4
这个是基本要求
a******g
发帖数: 13519
5
感觉不是很难啊,我大学时就写过一个抓Flickr相片的小程序,改改就能当rest
endpoint 用了。
不过,我花了近一天时间才写出来。像这种一个小时限制,只能写出一个框架,typo都
没时间改,更别说debug了。
l**o
发帖数: 131
6
这尼玛要1个小时?这个Startup堪忧啊.
o****p
发帖数: 9785
7
这么简单点东西东西一个小时做不出来那还是去yahoo待着吧。

the
returns

【在 c*******a 的大作中提到】
: 【 以下文字转载自 JobHunting 讨论区 】
: 发信人: eversprint (征程), 信区: JobHunting
: 标 题: Startup的要求是一个小时左右完成一个 project
: 发信站: BBS 未名空间站 (Mon Mar 19 12:26:31 2018, 美东)
: 不刷题也不容易的,下面是我经历的一个挑战,大家可以看看能否达到人家的要求。
: 这个Startup的要求是一个小时左右完成下面这个Project,下面是原文:
: As I mentioned, the next step is a technical skills challenge. We expect the
: exercise to take about an hour, though it is not timed.
: Take-Home Challenge - Backend
: * Using Java or Kotlin and framework(s) of your choice (though we like

o****p
发帖数: 9785
8
咱这样的c程序员看了题觉得连带google,学写script的时间半天也差不多够了。

【在 o****p 的大作中提到】
: 这么简单点东西东西一个小时做不出来那还是去yahoo待着吧。
:
: the
: returns

h**c
发帖数: 1979
9
Flicker有自己的api直接用就行吧?
k******r
发帖数: 2300
10
直接跟这家startup说这个项目太没挑战性了,你们家的狗半小时都搞定了。

the
returns

【在 c*******a 的大作中提到】
: 【 以下文字转载自 JobHunting 讨论区 】
: 发信人: eversprint (征程), 信区: JobHunting
: 标 题: Startup的要求是一个小时左右完成一个 project
: 发信站: BBS 未名空间站 (Mon Mar 19 12:26:31 2018, 美东)
: 不刷题也不容易的,下面是我经历的一个挑战,大家可以看看能否达到人家的要求。
: 这个Startup的要求是一个小时左右完成下面这个Project,下面是原文:
: As I mentioned, the next step is a technical skills challenge. We expect the
: exercise to take about an hour, though it is not timed.
: Take-Home Challenge - Backend
: * Using Java or Kotlin and framework(s) of your choice (though we like

1 (共1页)
进入Military版参与讨论
相关主题
这里人在印度上面真是短视啊wumao新定义
正当防卫的法律解释左派对日落西山一般的社风进行的批评
老将的杀人白爹历史不干净,佛州残爬杀人犯一天到晚说红歌的不好,也不看看米国到处都泛滥着爱国主义教育
我男朋友遇到这种危机飞机撞地视频出来了
硅谷的IT企业能有什么竞争力? (转载)老中该如何向老印学习呢 ? (转载)
oracle的jdk里的命名最近看了很多碧昂斯和蕾哈娜的MTV
When Did Pres. Hu Jintao Know美帝窃听这么多,硬盘早就爆了吧?
TG要反击了我考,Trump已经对复旦的通奸事件作了批示
相关话题的讨论汇总
话题: flickr话题: startup话题: width话题: urls话题: height