Tip 1 : Having at least one project on android will give you an upper edge.
Tip 2 : Project should be live.
Tip 3 : Learn about APIs, as first round would be an API based round.
Tip 1 : Do not put any project not done by you in your resume
Tip 2 : Put role specific projects. For eg- for android role, don't put Machine Learning projects, it won't help.
We were given an API link on which we had to send our data(name, branch, college etc) as request headers along with the binary of the code file as the request body. We had to send a PUT request to the given API. Maximum 10 attempts were allows to hit the API. You can use any programming language.
I coded in javascript using basic XMLHttpRequest to send the PUT request. Also i linked the js script to html file to trigger API call on button click and to use browser installed APIs for XMLHttpRequest.
He then asked me if I have done any Android projects. I did 2 projects on android, I told him in detail about my password manager app which is now live on Google Play Store (at time of interview it was not published). The interviewer seemed satisfied with my project work.
What are the type of intents in android?
What is the difference between Activity and Fragments?
The first line of input contains a single integer 't', representing the total number of te...