A logical thinking question followed by a javascript question
Software Engineer Android Interview Questions
10,458 software engineer android interview questions shared by candidates
develop two screens and connect with a server.
/* 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. */
coding challenge were from leetcode
Como faria modularizacao, se tinha experiência com unit tests, compose, SOLID, MVVM, nada fora do padrão.
What do you like and dislike about Android or iOS?
mvvm etc
Why do you want to work with us?
SOLID principles
What is SavedInstance parameter in onCreate()? What is JSON. What is MVC? LayoutInflaters etc.
Viewing 8371 - 8380 interview questions