android Lead

android Lead Interview Questions and Answers

Updated 9 Jul 2025
6d ago

Q. Write a program to slice an array from a given index and rearrange the array without using extra variables or built-in methods.

Ans.

Program to slice and rearrange array without extra variables or inbuilt methods

  • Use a loop to iterate through the array and shift elements to the left

  • Use a temporary variable to store the first element and move the rest of the elements one position to the left

  • Repeat the above step until the desired index is reached

  • Then move the temporary variable to the end of the sliced array

  • Continue shifting the remaining elements to the left until the end of the array is reached

6d ago

Q. What are launch modes in Android?

Ans.

Launch modes determine how a new instance of an activity is associated with the current task.

  • There are four launch modes: standard, singleTop, singleTask, and singleInstance.

  • Standard is the default mode and creates a new instance of the activity every time it is launched.

  • SingleTop mode checks if there is already an instance of the activity at the top of the task stack and reuses it if possible.

  • SingleTask mode creates a new task for the activity and places it at the root of th...read more

Asked in TCS

3d ago

Q. What is an inline function?

Ans.

Inline function is a function that is expanded in line when it is called, rather than calling a separate function.

  • Inline functions are used to improve performance by reducing the overhead of function calls.

  • They are defined using the 'inline' keyword.

  • They are commonly used in C++ programming.

  • Example: inline int add(int a, int b) { return a + b; }

1d ago

Q. What is the use of the factory pattern?

Ans.

A factory is used to create objects of a specific class without exposing the creation logic to the client.

  • Factories provide a way to create objects without exposing the creation logic to the client.

  • They can be used to create objects of a specific class or a group of related classes.

  • Factories can be used to implement the Singleton pattern, where only one instance of a class is created.

  • They can also be used to implement the Abstract Factory pattern, where a family of related ob...read more

Are these interview questions helpful?

Asked in Semaai

4d ago

Q. MVI Vs MVVM

Ans.

MVI focuses on unidirectional data flow and state management, while MVVM separates the UI logic from the business logic.

  • MVI stands for Model-View-Intent and emphasizes a single direction of data flow.

  • MVVM stands for Model-View-ViewModel and separates the UI logic from the business logic.

  • MVI is more predictable and easier to test due to its unidirectional data flow.

  • MVVM is widely used in Android development and provides a clear separation of concerns.

  • MVI is gaining popularity ...read more

android Lead Jobs

Virtusa Consulting Services Pvt Ltd logo
Senior Android Lead 8-13 years
Virtusa Consulting Services Pvt Ltd
3.7
Bangalore / Bengaluru
Photon logo
React native Android Lead 10-14 years
Photon
4.1
Chennai
SWITS DIGITAL Private Limited logo
Android Lead HAL developer 3-9 years
SWITS DIGITAL Private Limited
5.0
Bangalore / Bengaluru

Interview Experiences of Popular Companies

Luxoft Logo
3.6
 • 128 Interviews
Rapido Logo
3.7
 • 33 Interviews
peopleHum Logo
2.9
 • 9 Interviews
View all
interview tips and stories logo
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories
android Lead Interview Questions
Share an Interview
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+

Reviews

10L+

Interviews

4 Cr+

Salaries

1.5 Cr+

Users

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter
Profile Image
Hello, Guest
AmbitionBox Employee Choice Awards 2025
Winners announced!
awards-icon
Contribute to help millions!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos
Add office benefits
Add office benefits