Company: UKG Software Engineer 3_16april
Difficulty: medium
Retrieve university information from a global database and find the highest-ranked university in a specified country. Use HTTP GET requests to access the database at https://jsonmock.hackerrank.com/api/universities , with pagination available by appending ?page=num to the URL (replace num ). The API response includes: page : current page number per_page : maximum results per page total : total number of records total_pages : total number of pages data : array of university information objects Each university object contains: university : name of the university rank_display : university rank according to 2022 QS Rankings score : university score according to 2022 QS Rankings type : university type (e.g., Public) student_faculty_ratio : ratio of students to faculty international_students : number of international students faculty_count : number of faculty members location : object with city, country, and region information Given a country name, return the name of the highest-ranked unive