Interview process is quite straight forward and it was pretty good for me.
Total 2 round was conducted first was HR Round and 2nd Technical Round
HR Round
In HR round she asked me to write an easy programs, Basic knowledge of programming language is sufficient after that she explained me about the company and the product and culture.
Technical Round
The interviewer was very good and first he asked me basic questions related to Java, Android Intent Lifecycle, After that they asked me to write a program in which i need to take a input of array ex [3,4,7,10,43] and power variable ex 3 after that i have to check that numbers are in the power without using any inbuilt functions
These questions is medium level i successfully developed an algo for these question using bruteforce approach in O(n^2) TC.
After that he asked me questions related to exception handling and more questions related to Java language