¿Esta es tu empresa?
Round 1 : Online Assessment 10 MCQ questions on android 1 coding QuestionBalanced Array Problem (https://practice.geeksforgeeks.org/problems/balanced-array07200720/1) Round 2 : DSA / Problem Solving Round 1.Remove duplicate characters from a string Example : xaaxba ->xxba->ba 2.Remove k times occurring characters from a string Example : k = 3 xaaaxxbaaayyh ->xxxbyyh->byyh k=4 xxxxyaaabab -> yaaabab Discussion Around all approaches and edge cases. Round 3 : Android Interview 1.Life cycle of android activity . Different scenarios around this. 2.Questions on kotlin : Scope functions (different scenarios where to use what), calling methods from java to kotlin vice versa ,difference between val and const , 3. Work manager , content providers broadcast receivers deep dive how they work on the very scratch