Recent Challenges
Back-end Developer Challenge 1
Car Rental Problem Time: 40-90 minutes.
Given the car rental cost as the following table.
Size Seat Capacity Cost (PHP) Small (S) 5 5000 Medium (M) 10 8000 Large (L) 15 12000 Write a console application that:
Read input number (seat) from the command line Calculate optimized cost (the cheapest) from the specified number (seat) and print results as below examples. Please input number (seat): 20 M x 2 Total = PHP 16000 In case there are 2 or more optimized solutions you may print only 1 solution for example.
read more
Front-end Developer Challenge 1
Template and Styling Time: about 90 minutes recommended.
Recreate the following reference image in HTML and CSS and show as a News Room with all news item list.
Requirements You can use any markup, styles and layout method necessary, but you must use these JSON files as your data source:
Authors News Other resources links do not have to function at all. The pagination and any other links are for display only.
read more