Filter interviews by
I applied via Referral and was interviewed in Jul 2023. There were 2 interview rounds.
Top trending discussions
I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.
Types of jobs in Kotlin coroutine include launch, async, withContext, and runBlocking.
launch: starts a new coroutine without blocking the current thread
async: starts a new coroutine and returns a Deferred object with a result
withContext: switches the coroutine context within a coroutine
runBlocking: blocks the current thread until the coroutine inside it is completed
Flow is a cold asynchronous data stream, Channel is a hot asynchronous data stream. StateFlow is a hot asynchronous data stream with a state, SharedFlow is a hot asynchronous data stream without a state.
Flow is a cold asynchronous data stream that emits values one by one.
Channel is a hot asynchronous data stream that can have multiple subscribers.
StateFlow is a hot asynchronous data stream that retains the most recent ...
Flow lifecycle aware means using Kotlin Flow with lifecycle awareness in Android development.
Flow lifecycle aware helps manage data streams in Android apps
It ensures that data emissions are only observed when the lifecycle is in the appropriate state
Example: Using Flow with LiveData to update UI components based on lifecycle events
Inline functions are functions that are expanded in place at the call site, while high-order functions are functions that can take other functions as parameters or return them.
Inline functions are expanded in place at the call site to improve performance.
High-order functions can take other functions as parameters or return them.
Example of high-order function: map() function in Kotlin.
I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.
Hooks are a new addition in React 16.8 that allow you to use state and other React features without writing a class.
Hooks are functions that let you use state and other React features in functional components.
useState() is a hook that allows you to add state to functional components.
useEffect() is a hook that allows you to perform side effects in functional components.
Custom hooks are reusable functions that can contai...
Create weather application in react native with unit test scripts
I applied via Company Website and was interviewed in Dec 2023. There were 3 interview rounds.
Solid principles are a set of five design principles for writing maintainable and scalable code.
Single Responsibility Principle: A class should have only one reason to change.
Open/Closed Principle: Classes should be open for extension but closed for modification.
Liskov Substitution Principle: Objects of a superclass should be replaceable with objects of its subclasses without affecting the program's correctness.
Interfa...
Tata using network layer
I applied via Job Fair and was interviewed in Aug 2022. There were 4 interview rounds.
Some reasoning, English, numerical ability and some questions related to html , CSS javascript. question were basic.
posted on 15 Jun 2022
I applied via Approached by Company and was interviewed in May 2024. There were 2 interview rounds.
MC- Android Java related Questions
I applied via Naukri.com and was interviewed in Sep 2023. There were 3 interview rounds.
Weak - Strong Difference is a common interview question to assess understanding of object-oriented programming concepts.
Weak references do not prevent the referenced object from being deallocated, while strong references do.
Weak references are used to avoid retain cycles in iOS development.
Strong references increase the retain count of an object, keeping it in memory until all strong references are released.
In iOS development, 'open' allows access to the class or method from any module, while 'public' restricts access to the current module only.
Open access modifier allows classes and methods to be accessed from any module.
Public access modifier restricts access to the current module only.
Example: 'open class MyClass' can be accessed from any module, while 'public class MyClass' can only be accessed within the current modu
Process Associate
200
salaries
| ₹1.5 L/yr - ₹5 L/yr |
Technical Lead
157
salaries
| ₹14 L/yr - ₹38 L/yr |
Process Analyst
116
salaries
| ₹1.8 L/yr - ₹8 L/yr |
Lead Engineer
103
salaries
| ₹9.6 L/yr - ₹31 L/yr |
Senior Engineer
89
salaries
| ₹7.2 L/yr - ₹25 L/yr |
TCS
Infosys
Wipro
HCLTech