Ardoq Coding Test PDF
Ardoq Coding Test PDF
Ardoq Coding Test PDF
1. Create a method that, given a list of integers, returns the highest product
between 3 of those numbers. Example:
2a. Create a simple Calculator REST API using JSON that supports input of
mathematical expressions with the basic operations: +, -, * and /. It should allow the
usage of brackets and understand operator precedence. Example:
POST /calc
Returns:
{ “result”: “-4” }
Extra points for the ability to retrieve history (usage of DB not mandatory).
2b. Host a website using whichever service you prefer (Firebase, Heroku, AWS,
Linode, etc.) that uses a public API of your liking (e.g. Oslo bysykkel, Google Maps,
Twitter, ...) to display some data in a nice way. You can do whatever you want as
long as we’re able to confirm the following:
Submission
Please submit your solution to [email protected]. For any code in your submission, please put
it in a Github repository and provide a link to that.