求sephora 20% code# Fashion - 美丽时尚
e*t
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
这个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