There is a bug in SQL. If you try to access SQL processes at the same time then the SQL crashes. How can you fix this?
Android Manager Interview Questions
10,452 android manager interview questions shared by candidates
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");
Which viewgroup is fastest in displaying RelativeLayout or LinearLayout
What's new in Android L from developer perspective?
Interviewer: Do you agree to add borrowed projects from other consultants to reach your 5 years of experience on your CV?
Explain OOP concept in java
What is string pool in java?
When reviewing the proposed home assignment, I was asked about Kotlin Coroutines and Flows and how similar/different they are to RxJava/RxKotlin features.
What are your experiences in you feild?
Viewing 1311 - 1320 interview questions