Explica cómo funciona la inyección de dependencias
Senior Developer Interview Questions
29,133 senior developer interview questions shared by candidates
What are your salary expectations? Can you legally work in Canada? Etc.
Javascript and component building questions.
1. Return bool if array of integers consist of duplicated value and explain time-space complexity. 2. Refactor a function to support dynamic condition. 3. Given a class, refactor and perform unit tests. 4. Given multiple classes refactor with SOLID principle
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 ) } }
Basic technology question
He about the QA processes in my current company.
What are new features introduced in JAVA8?
Why do you finish your tasks often incomplete?
Take home assignment, parse a log file and extract some information
Viewing 761 - 770 interview questions