由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - Re: Startup的要求是一个小时左右完成一个 project
相关主题
Startup tech jobs go begging -- how to get yours from infoworldnew grad报个start up的小offer,顺便求问点问题....
点评网站Y面经湾区 Hot Big Data Startup 内推机会
提供Workday內推Yahoo Backend Mobile Emerging Products - Android 求面试信息
大家说说码农那些方向好一些吧长期内推HealthTap
hot big data analytics startup 内推,各种职位都有纠结的offer,大家帮我看看该怎么办
大公司干了3年,有140没绿卡,但不想继续打杂湾区startup(pre-A)招junior software engineer,解决cpt/opt
Yahoo New York refer哪个大牛给推荐下Backend development的资料?
求Apple内推G家选组求助 (mobile app ads vs. hands free payment)
相关话题的讨论汇总
话题: flickr话题: width话题: urls话题: height话题: url
进入JobHunting版参与讨论
1 (共1页)
e********t
发帖数: 144
1
不刷题也不容易的,下面是我经历的一个挑战,大家可以看看能否达到人家的要求。
这个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
p**r
发帖数: 5853
2
这玩意我只要5分钟就可以做完,
但是真的上班,至少会说2天。
r*******g
发帖数: 1335
3
which company?
1 (共1页)
进入JobHunting版参与讨论
相关主题
G家选组求助 (mobile app ads vs. hands free payment)hot big data analytics startup 内推,各种职位都有
Senior Software Engineer Position for one of our client in Santa Clara, CA大公司干了3年,有140没绿卡,但不想继续打杂
F家 onsite: android 职位 design question 大概是什么套路?Yahoo New York refer
[工作机会/内推]San Francisco FinTech Company looking for Back End/Front End Engineer求Apple内推
Startup tech jobs go begging -- how to get yours from infoworldnew grad报个start up的小offer,顺便求问点问题....
点评网站Y面经湾区 Hot Big Data Startup 内推机会
提供Workday內推Yahoo Backend Mobile Emerging Products - Android 求面试信息
大家说说码农那些方向好一些吧长期内推HealthTap
相关话题的讨论汇总
话题: flickr话题: width话题: urls话题: height话题: url