Cricket Matches Assignment
Cricket Matches Assignment
Problem Statement
You will be given an api which contains a list of recent cricket matches with their data. The task
is to print a few key results from the given set of matches.
Api Description
Here is the api curl link
Above is a Get Http Rest Api which contains a list of matches with their data. Following fields in
the api with their meanings are:
Tasks
In the main java function. An api given above should be triggered to get JSON data of cricket
matches. Then do computations to get the following
Print the above data in the console and return the message from the main function.
Highest Score : “Highest Score” and Team Name is : “Team Name”
Number Of Matches with total 300 Plus Score : “Number of Matches”
Result Criteria
Zip File of working code Should be sent.
All tasks should be done and give the correct result. We would check the response with a
different data set to check the logics.
A follow up question on the same assignment will be asked in the next round when selected as
final criteria.