Coding round with Webonise Labs...
test.txt | |
File Size: | 0 kb |
File Type: | txt |
exam.java | |
File Size: | 2 kb |
File Type: | java |
examtest.java | |
File Size: | 0 kb |
File Type: | java |
Here is the question asked to code for -
You are given a attached text file, & you have to find the name/s of the application/s using the latest version of APIs in it.
So in this file first item is application name, second is API name & third item is the version of that API being used in the application. Now find the application/s name/s which is/are using all the API of latest versions.
So here you must get - Chat App
Video Call App
As both these applications are using all the APIs of latest version.
And Test file was also required to be written.
So I have attached the files, the way I solved this.
Please comment if we can make it simpler.
You are given a attached text file, & you have to find the name/s of the application/s using the latest version of APIs in it.
So in this file first item is application name, second is API name & third item is the version of that API being used in the application. Now find the application/s name/s which is/are using all the API of latest versions.
So here you must get - Chat App
Video Call App
As both these applications are using all the APIs of latest version.
And Test file was also required to be written.
So I have attached the files, the way I solved this.
Please comment if we can make it simpler.