Is it okay to work from the office full time?
Senior Android Engineer Interview Questions
2,425 senior android engineer interview questions shared by candidates
Basic Android Questions on Intents, Services, Broadcast-Receivers & Private Key-Public Key Encryption in the 1st round and logical thinking, reasoning and behavioural questions in the 2nd round.
how to make in one page there is another page?
A few questions regarding Teck Stack: How Much Do You Know About Java/Kotlin? What Are Differences? What DataBase Can We Work On? Pros and Cons Of Different Databases. Have You Done Google/FaceBook Sign In Before? What Project Did You Work On and What Last Task Did You Submit Recently? Android Architecture Patterns. Viewmodel Pros and Cons. etc How will you deal with tasks that you get assigned?
Issues with singleton
Clean Architecture Stock data rendering assignment
Most of the conversation was like two engineers talking about various Android fundamentals, UI concepts and patterns.
explicit implicit intent
They asked me about basics of android like activity and fragment lifecycle, MVVM archtecture and Jetpack libraries
The following block of code assumes RxJava2 usage.Please, describe which scheduler will [map] execute on, [filter] execute on. fun theTest() { val io = Schedulers.io() Observable .just("long", "longer", "longest") .subscribeOn(Schedulers.io()) .map { println("map ${Thread.currentThread().name}") it.length } .observeOn(Schedulers.computation()) .filter { println("filter ${Thread.currentThread().name}") it > 6 } .blockingSubscribeBy { length -> println( "item length $length under " + Thread.currentThread().name ) } }
Viewing 61 - 70 interview questions