what do you like/dislike about kotlin?
Android Engineer Interview Questions
9,774 android engineer interview questions shared by candidates
Write a function that finds the number of prime numbers
Binary trees operations
Q: What are the advantages of [Technology] vs this [Technology]? Mostly questions related to what you put on your resume along with behavioral questions.
Many open questions without obvious correct answer e.g. "What are a good and bad things about Android development" or "Do you prefer implementing UI or business logic".
Describe projects you've worked on and some basic HR questions.
Multithreading, RxJava, Android SDK, Unit Testing, Kotlin basics, Coding - Generate random password from given set of characters.
Tell me about your experience.
LC style question where you can add/remove people to groups and be able to return the number of groups with x amount of people in them.
/* The problem: I'm working on a collaborative code editor between 2 people. I have the text synchronizing across both screens. However, I have run into the problem illustrated below. Text editors (Time 1) ----------------- --------------- ||cat | |ca|t | | | | | | | | | | | | | | | | | | | | | ----------------- --------------- Person A hits enter then: Text editors (Time 2) ----------------- --------------- | | | |n | ||cat | |cat | | | | | | | | | | | | | | | | | ----------------- --------------- Text editors (Time 2 Expected) ----------------- --------------- | | | | ||cat | |ca|t | | | | | | | | | | | | | | | | | ----------------- --------------- The content updates and the word cat shifts down a line. However, Person B's cursor is left in it's original position instead of moving down a line as expected. Implement the fixCursorRow method don't worry about updating the column. */
Viewing 7841 - 7850 interview questions