what is Polymorphism? how to add marker in map?
Android Software Engineer Interview Questions
8,346 android software engineer interview questions shared by candidates
Questions around team working and what experience you've had before.
project done
Java: * primitives vs objects * synchronization, wait, notify * standart collections Android: * main components * permissions * history of android versions and changes there RxJava: * Observers * multi threading * different Subject
Walk us through your cv
"What would make you a good fit for the role?"
1. How to test your code? 2. What kind of activites did you participate when you are in college?
Write a function to implement the following and test yur functon with the results
Talk about your last position, role and technologies you usually use.
You are given an array of arrays a. Your task is to group the arrays a[i] by their mean values, so that arrays with equal mean values are in the same group, and arrays with different mean values are in different groups. Each group should contain a set of indices (i, j, etc), such that the corresponding arrays (a[i], a[j], etc) all have the same mean. Return the set of groups as an array of arrays, where the indices within each group are sorted in ascending order, and the groups are sorted in ascending order of their minimum element.
Viewing 7771 - 7780 interview questions