Android Software Developer Interview Questions

625 android software developer interview questions shared by candidates

A plataforma comportamental mostrava várias palavras e pedia para que você selecionasse as que importavam mais pra você em um ambiente de trabalho, seguido por as que importavam menos. As palavras selecionadas iam afunilando até ficarem entre 3 a 5 (não lembro o número exato). No HackerRank eram alguns algoritmos que envolviam programação reativa e ordenação. Dado o algoritmo, perguntavam qual seria o resultado.
avatar

Android Software Engineer

Interviewed at XP Inc.

4.3
May 31, 2021

A plataforma comportamental mostrava várias palavras e pedia para que você selecionasse as que importavam mais pra você em um ambiente de trabalho, seguido por as que importavam menos. As palavras selecionadas iam afunilando até ficarem entre 3 a 5 (não lembro o número exato). No HackerRank eram alguns algoritmos que envolviam programação reativa e ordenação. Dado o algoritmo, perguntavam qual seria o resultado.

/* 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. */
avatar

Software Developer Android

Interviewed at Yelp

3.2
Nov 14, 2016

/* 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 511 - 520 interview questions

Glassdoor has 625 interview questions and reports from Android software developer interviews. Prepare for your interview. Get hired. Love your job.