Filter interviews by
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
Work manager is an Android library that manages background tasks efficiently.
Work manager is part of Android Jetpack and is used for deferrable background tasks.
It provides a way to schedule tasks that need to run even if the app is in the background or not running.
Work manager handles task constraints, retries, and backoff policies automatically.
Tasks can be one-time or periodic, with support for specifying constraint...
Retrofit is integrated in Android apps using a few simple steps.
Add Retrofit dependency in build.gradle file
Create an interface with API endpoints using Retrofit annotations
Instantiate Retrofit object with base URL and converter factory
Create API service using the interface and Retrofit object
Make API calls using the service and handle responses
Custom UI can be created by designing layouts using XML or programmatically in Android.
Design UI elements using XML in layout files
Customize UI elements programmatically using Java or Kotlin
Use libraries like ConstraintLayout for complex layouts
Implement custom views by extending existing views or creating new ones
Top trending discussions
I applied via Approached by Company and was interviewed in Nov 2024. There were 2 interview rounds.
Different types of interfaces include user interfaces, hardware interfaces, and software interfaces.
User interfaces: allow users to interact with the system, such as graphical user interfaces (GUI) and command-line interfaces (CLI)
Hardware interfaces: connect hardware components to the system, such as USB, HDMI, and Ethernet ports
Software interfaces: define how software components interact with each other, such as appl...
The output of the program when 0 is divided by 7 is 0.
Division of 0 by any number results in 0.
In programming languages, dividing by 0 usually results in an error or undefined behavior.
Coroutines, scope functions, and visibility modifiers are key concepts in Kotlin programming for Android development.
Coroutines are a way to perform asynchronous programming in a sequential manner. They allow for non-blocking operations.
Scope functions are functions that allow you to execute a block of code within the context of an object. Examples include 'let', 'apply', 'run', 'also', and 'with'.
Visibility modifiers ...
MVVM is an architectural pattern that separates the user interface from the business logic and data handling in Android development.
Model represents the data and business logic of the application.
View is responsible for displaying the UI elements and sending user interactions to the ViewModel.
ViewModel acts as a mediator between the Model and the View, handling the communication and data flow.
MVVM helps in achieving se...
Using dependency injection in Android development can improve code maintainability and testability.
Pros: easier to manage dependencies, promotes code reusability, facilitates unit testing
Cons: initial setup can be complex, may introduce overhead in smaller projects
Example: Using Dagger 2 for dependency injection in an Android project
Normal MCQ questions reasoning, java related and programs outputs
Difference between abstract classes and interfaces, Array sort time complexity
posted on 28 May 2024
I was interviewed in Apr 2024.
Jetpack Compose is a modern Android UI toolkit that simplifies and accelerates UI development.
Declarative UI: Jetpack Compose allows developers to build UI using a declarative programming model.
State management: Jetpack Compose handles state management efficiently, making it easier to update UI based on data changes.
Compose functions: Developers can create reusable UI components using Compose functions.
Interoperability...
remember is used to store a value in a composable function, while rememberSaveable is used to store a value that survives configuration changes.
remember is used to store a value that does not survive configuration changes
rememberSaveable is used to store a value that survives configuration changes, such as rotation of the device
rememberSaveable is typically used for storing view model data in Jetpack Compose
Multiple views in RecyclerView can be handled by using different view types and view holders.
Use getItemViewType() method to return different view types based on position
Create multiple view holders for each view type
Bind data to each view holder based on its type
Example: Creating a chat app with different message types like text, image, and video
UI thread is the main thread in Android responsible for handling user interface interactions.
UI thread is also known as the main thread in Android.
It is responsible for handling user interface interactions such as drawing views, handling touch events, and updating UI components.
Performing long-running tasks on the UI thread can lead to UI freezes and unresponsiveness.
To perform background tasks and prevent blocking the...
I applied via Approached by Company and was interviewed in Nov 2024. There were 2 interview rounds.
posted on 12 Nov 2024
posted on 5 Jul 2024
I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.
I applied via LinkedIn and was interviewed in Sep 2024. There were 3 interview rounds.
Basic interview on question like aptitude, javascript, typescript and react-native question
Function currying is a technique in functional programming where a function with multiple arguments is transformed into a sequence of nested functions, each taking a single argument.
Currying allows you to partially apply a function by fixing a number of arguments, which creates a new function.
It helps in creating reusable functions and improves code readability.
Example: const add = (a) => (b) => a + b; const add5 = add
IIFE stands for Immediately Invoked Function Expression, used for creating a function that is executed immediately after it is defined.
IIFE is used to create a private scope for variables to avoid polluting the global scope.
It is commonly used in React Native development to encapsulate code and prevent naming conflicts.
Example: (function() { console.log('IIFE executed'); })();
Call stack is used to keep track of function calls, while event loop manages asynchronous operations in JavaScript.
Call stack is a data structure that keeps track of function calls in a program.
When a function is called, it is added to the top of the call stack. When the function completes, it is removed from the stack.
Event loop is responsible for managing asynchronous operations in JavaScript, ensuring that they are ...
based on 1 interview
Interview experience
Senior Software Engineer
79
salaries
| ₹8 L/yr - ₹20 L/yr |
Software Engineer
24
salaries
| ₹4.5 L/yr - ₹12 L/yr |
Technical Lead
21
salaries
| ₹16.4 L/yr - ₹25.5 L/yr |
Softwaretest Engineer
14
salaries
| ₹4.5 L/yr - ₹10.1 L/yr |
Software Developer
13
salaries
| ₹5.6 L/yr - ₹15.9 L/yr |
TCS
Wipro
Infosys
HCLTech