Upload Button Icon Add office photos

Filter interviews by

Limpidstone Technology Android Mobile Application Developer Interview Questions, Process, and Tips

Updated 5 Jun 2023

Limpidstone Technology Android Mobile Application Developer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in May 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(5 Questions)

  • Q1. What is Array?And how will you find index of array?
  • Ans. 

    An array is a data structure that stores a collection of elements of the same type. The index of an array is the position of an element within the array.

    • Arrays are used to store multiple values in a single variable.

    • To find the index of an element in an array, you can use the indexOf() method.

    • Example: String[] array = {"apple", "banana", "orange"}; int index = Arrays.asList(array).indexOf("banana");

  • Answered by AI
  • Q2. What is Shared Preference
  • Ans. 

    Shared Preference is a way to store key-value pairs in Android applications.

    • Used to store small amounts of data locally on the device

    • Data persists even after the app is closed

    • Can be used to store user preferences, settings, etc.

    • Example: Storing user login credentials

  • Answered by AI
  • Q3. Lifecycle of Android
  • Ans. 

    The Android lifecycle refers to the series of states an app goes through from when it is first launched to when it is closed.

    • The Android lifecycle includes states such as onCreate, onStart, onResume, onPause, onStop, and onDestroy.

    • Activities and fragments have their own lifecycle methods that are called at different points in the overall app lifecycle.

    • Understanding the Android lifecycle is important for managing resour...

  • Answered by AI
  • Q4. What is fragment
  • Ans. 

    A fragment is a modular section of an activity that has its own lifecycle, layout, and behavior.

    • Fragments are reusable components that can be used in multiple activities.

    • They can be added or removed from an activity dynamically.

    • Fragments allow for better organization and reusability of code.

    • Examples include a navigation drawer, a list of items, or a settings screen.

  • Answered by AI
  • Q5. How to pass data from one activity to another activity?
  • Ans. 

    Data can be passed between activities using Intent and Bundle.

    • Create an Intent object in the sending activity

    • Add data to the Intent using putExtra() method

    • Start the new activity by calling startActivity() with the Intent

    • Retrieve the data in the receiving activity using getIntent() and getExtra()

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Technical 

(13 Questions)

  • Q1. Android Activity LifeCycel
  • Q2. Android Fragment Life Cycle. The interviewer asked me which life cycle methods get triggered in different scenarios.
  • Q3. Higher Order and Lambda Functions in Kotlin
  • Ans. 

    Higher Order and Lambda Functions in Kotlin

    • Higher order functions are functions that take other functions as parameters or return functions

    • Lambda functions are anonymous functions that can be used as arguments or return values in higher order functions

    • They provide a concise way to write code and enable functional programming in Kotlin

  • Answered by AI
  • Q4. Kotlin OOPS concepts - Classes, Objects inheritance, Polymorphism, Encapsulation, Abstraction, Interfaces, Visibility Modifiers, Companion Object, Object Expression, Object Declaration
  • Q5. Intents, Intent Filter, Broadcast Recievers, Push Notifications
  • Q6. Unit Testing and UI Testing
  • Q7. Multi Modular Project structure
  • Ans. 

    Multi Modular Project structure is an architectural approach that divides an application into multiple modules for better organization and scalability.

    • Divide the application into separate modules based on functionality or features.

    • Each module should have its own set of code, resources, and dependencies.

    • Modules can communicate with each other through defined interfaces or APIs.

    • Modularization helps in code reusability, e...

  • Answered by AI
  • Q8. MVVM architecture, VM advantages, Livedata
  • Q9. Multi Threading, Coroutines
  • Q10. Dependency Injection
  • Q11. Showed me Some Kotlin codes and ask me to explain those codes and tell the output
  • Q12. Null Pointer Prevention and Type safety in kotlin
  • Ans. 

    Null pointer prevention and type safety in Kotlin

    • Kotlin uses nullable and non-nullable types to prevent null pointer exceptions

    • The safe call operator '?' can be used to safely access nullable variables

    • The '!!' operator can be used to explicitly throw a null pointer exception

    • Kotlin's type system ensures type safety by checking types at compile-time

  • Answered by AI
  • Q13. Scope functions
Round 2 - HR 

(1 Question)

  • Q1. Just basic details like current salary, expectation, Notice Period, Location Preferences
Round 3 - One-on-one 

(1 Question)

  • Q1. This was basically salary negotiation round

Interview Preparation Tips

Interview preparation tips for other job seekers - The recruiters are umresponsive, recruitment process is very slow, keep reaching out from your end in case of concerns.
Accenture Toll free Helpdesk is very helpful.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

By Tcs hiring process

Round 2 - Coding Test 

Some dsa questions
Like based on kadane algorithm
And some implementations based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Do Hard work and do focus on coding
Do coding practice on
Codeforces
Leetcode
Codechef
Atcoder
Careercup
Topcoder
Hackerrank
Hackerearth
And some more platforms
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic questions from Swift
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Asked basic iOS Developer interview questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Objective C vs swift
  • Ans. 

    Objective-C is the older language used for iOS development, while Swift is the newer, more modern language.

    • Objective-C is a superset of C with Smalltalk-style messaging syntax.

    • Swift is more concise and easier to read than Objective-C.

    • Swift is safer due to its optionals and type interference features.

    • Objective-C has been around longer and has a larger codebase, but Swift is becoming more popular.

    • Many developers prefer S...

  • Answered by AI
  • Q2. Autolayouts and content

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Question is related to these topics. Clean Architecture, MVVM, Coroutine Live Data
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Singletone, multithreading, oops

Interview Preparation Tips

Interview preparation tips for other job seekers - basic iOS concepts, design pattern, simple code
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Sort array in 0(n) time complexity
  • Ans. 

    Use counting sort algorithm to achieve O(n) time complexity.

    • Count the frequency of each string in the array.

    • Create a new array based on the frequency counts.

    • Iterate through the new array to reconstruct the sorted array.

  • Answered by AI
Round 2 - Coding Test 

Coding test based on array

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in May 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Standard questions like architecture patterns, solid principles, Kotlin program standard questions, retrofit, jetpack compose, etc
Round 3 - Technical 

(1 Question)

  • Q1. Project related questions, performance optimisation, memory optimisation, debugging, dependency injection, unit testing

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview process is very standard. All important Android and relevant questions are asked

Limpidstone Technology Interview FAQs

How many rounds are there in Limpidstone Technology Android Mobile Application Developer interview?
Limpidstone Technology interview process usually has 2 rounds. The most common rounds in the Limpidstone Technology interview process are Resume Shortlist and One-on-one Round.
What are the top questions asked in Limpidstone Technology Android Mobile Application Developer interview?

Some of the top questions asked at the Limpidstone Technology Android Mobile Application Developer interview -

  1. How to pass data from one activity to another activi...read more
  2. What is Array?And how will you find index of arr...read more
  3. What is Shared Prefere...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all
HR Executive
3 salaries
unlock blur

₹3 L/yr - ₹3 L/yr

Android App Developer
3 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Digital Marketer
3 salaries
unlock blur

₹6 L/yr - ₹11 L/yr

Explore more salaries
Compare Limpidstone Technology with

Accenture

3.9
Compare

Bajaj Finserv Health

3.4
Compare

Tablets (India)

4.0
Compare

Jio

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview