"Do you like learning" and other overly vague questions
Android Software Engineer Interview Questions
564 android software engineer interview questions shared by candidates
Live coding problem, display a list of items from a JSON file
Write a background executor which would accept async jobs as a parameter and would run those async jobs synchronously
Asked some Android related questions and to create a MVVM project from scratch, sharing the screen.
What is a palindrome
tell me about yourself
Round 1 Q1. Equal Pair Sum in Array. Q2. First occurrence of 1 in a stream of binary digit numbers. Q3. Print all decodings for the given encoded string. Round 2 This never happened as the company apparently had no vacancies just an hour before my scheduled interview which they cancelled.
How much are you making?
Write codes that print abbreviate XML tags to stdout. For example, given the input "<div>hello<span></span></div>", your code should print out "<div>hello<span/></div>". You need to write codes for only of these three given functions: tagStart(), tagText(), tagEnd(). For the previous example, the following function calls will be made in order: tagStart("div"); tagText("hello"); tagStart("span"); tagEnd("span"); tagEnd("div");
Find the angle between hour hand and the minute hand on a clock.
Viewing 61 - 70 interview questions