Filter interviews by
I applied via Walk-in and was interviewed before Jan 2021. There was 1 interview round.
Activity and fragment lifecycles and architecture types are important for Android development.
Activity lifecycle includes onCreate(), onStart(), onResume(), onPause(), onStop(), and onDestroy() methods.
Fragment lifecycle includes onAttach(), onCreate(), onCreateView(), onActivityCreated(), onStart(), onResume(), onPause(), onStop(), onDestroyView(), and onDetach() methods.
Architecture types include MVP, MVVM, and Clean...
Services are background processes that can run even when the app is not in foreground.
Services can be started and stopped using startService() and stopService() methods respectively.
Services can also be bound to an activity using bindService() method.
Foreground services are used to perform long-running tasks that require user interaction.
IntentService is a subclass of Service that handles asynchronous requests on deman...
I applied via Walk-in and was interviewed in Jun 2022. There was 1 interview round.
Top trending discussions
I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.
Coroutines are a way to perform asynchronous operations in Android, securing app data involves encryption, SSL pinning enhances security, FCM for notifications.
Coroutines are used for managing asynchronous operations in Android, allowing for efficient and non-blocking code execution.
Securing app data involves using encryption techniques such as AES to protect sensitive information from unauthorized access.
SSL pinning i...
I applied via Job Portal
Binary search is a search algorithm that finds the position of a target value within a sorted array.
Divide the array into two halves and compare the target value with the middle element.
If the target value is less than the middle element, search the left half. If greater, search the right half.
Repeat the process until the target value is found or the subarray is empty.
Concurrency technique in Android allows multiple tasks to run simultaneously, improving performance and responsiveness.
Concurrency in Android can be achieved using AsyncTask, Handlers, Executors, and RxJava.
AsyncTask allows running background tasks on a separate thread and updating UI on the main thread.
Handlers are used to post and process Runnable objects on a thread's message queue.
Executors provide a high-level API...
To check if a number is palindrome, reverse the number and compare it with the original number.
Convert the number to a string to easily reverse it
Reverse the string and compare it with the original string
If they are the same, the number is a palindrome
To find the smallest number in a list, iterate through the list and keep track of the smallest number found so far.
Iterate through the list and compare each number with the current smallest number.
If a number is smaller than the current smallest number, update the smallest number.
Return the smallest number found after iterating through the entire list.
I applied via Naukri.com and was interviewed in Nov 2023. There was 1 interview round.
Application Developer
9
salaries
| ₹2 L/yr - ₹6.7 L/yr |
Application Support Analyst
6
salaries
| ₹2.4 L/yr - ₹5 L/yr |
Software Quality Assurance Analyst
4
salaries
| ₹4.5 L/yr - ₹7.1 L/yr |
IOS Application Developer
3
salaries
| ₹5.2 L/yr - ₹9.5 L/yr |
Senior Software Quality Assurance Analyst
3
salaries
| ₹7.8 L/yr - ₹8.2 L/yr |
TCS
Infosys
Wipro
HCLTech