Filter interviews by
Top trending discussions
I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 3 interview rounds.
Implement a function to reverse a linked list
Create a new linked list to store the reversed elements
Traverse the original linked list and insert each node at the beginning of the new linked list
Update the head of the new linked list as the last node of the original linked list
posted on 25 Jul 2024
Some objective type question, One easy question on string, REsT API design in hackerank
I applied via LinkedIn and was interviewed in Sep 2023. There were 4 interview rounds.
To find all even numbers from a list with a specified limit, iterate through the list and add even numbers until the limit is reached.
Iterate through the list of numbers
Check if each number is even
Add the even numbers to a new list until the limit is reached
posted on 7 Oct 2024
I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.
There are multiple ways to share data between apps, including using intents, content providers, broadcast receivers, and shared preferences.
Using Intents: Allows apps to send and receive data through an Intent object.
Content Providers: Enable apps to share data with other apps by exposing a structured set of data through a URI.
Broadcast Receivers: Apps can send broadcasts to other apps to share data or events.
Shared Pr...
The app lifecycle includes states like running in the background, onStop, and onRestart.
App running in the background: When the app is not visible but still running, it is in the background state.
onStop state: Occurs when the activity is no longer visible to the user.
onRestart state: Follows onStop and is called when the activity is being re-displayed to the user.
AIDL stands for Android Interface Definition Language, used for inter-process communication in Android development.
AIDL is a tool used to define the programming interface that clients and servers use to communicate with each other in Android.
It allows different Android components to communicate with each other across different processes.
AIDL files define the methods that can be called remotely, along with the data type
JNI stands for Java Native Interface, used to integrate Java code with native code written in languages like C/C++.
Experience in writing Java code that interacts with native code through JNI
Understanding of how to create and use JNI libraries
Knowledge of passing data between Java and native code using JNI functions
A service is a piece of code that performs specific tasks or functions to support the overall functionality of a software application.
Services are often used for tasks such as data processing, communication with external systems, or background tasks.
Examples of services include web services, REST APIs, and microservices.
Services can run independently of the user interface and can be accessed by multiple components with
Threads are independent sequences of execution within a process, while coroutines are cooperative routines that can pause and resume.
Threads are managed by the operating system, while coroutines are managed by the programmer.
Threads run concurrently and can execute in parallel on multiple cores, while coroutines are typically single-threaded.
Threads have their own stack and memory space, while coroutines share the same...
Background tasks in Android can be performed using services, AsyncTask, JobScheduler, or WorkManager.
Use Services for long-running tasks in the background
AsyncTask for short background tasks that need to interact with the UI
JobScheduler for deferrable background tasks that require network connectivity
WorkManager for tasks that need to run reliably across different Android versions
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.
First Round was Aptitude and coding round. It consist 70 question, 30 aptitude question and 40 mcq type coding question
Find the one repeated number in an array using four different approaches.
Approach 1: Using a hash set to store unique elements and checking for duplicates
Approach 2: Sorting the array and checking adjacent elements for duplicates
Approach 3: Using XOR operation to find the repeated number
Approach 4: Using the sum formula to find the repeated number
posted on 29 Aug 2024
posted on 13 Nov 2022
posted on 31 Mar 2023
I applied via Naukri.com and was interviewed before Mar 2022. There were 2 interview rounds.
based on 7 reviews
Rating in categories
Senior Software Engineer
63
salaries
| ₹12 L/yr - ₹31.5 L/yr |
Software Engineer
46
salaries
| ₹7 L/yr - ₹23 L/yr |
Application Developer Specialist
26
salaries
| ₹4.5 L/yr - ₹15.7 L/yr |
Application Developer
26
salaries
| ₹5.6 L/yr - ₹20 L/yr |
Quality Assurance Specialist
19
salaries
| ₹6.3 L/yr - ₹12.1 L/yr |
TCS
Wipro
Infosys
HCLTech