i
ValueLabs
Filter interviews by
I applied via Approached by Company and was interviewed in Jun 2024. There was 1 interview round.
Stateflow in Compose is a declarative way to manage UI state changes in Jetpack Compose.
Stateflow is a Kotlin Flow that represents a state value and allows for emitting updates to that value.
In Jetpack Compose, Stateflow can be used to manage UI state changes in a declarative manner.
Stateflow can be observed in Composables to react to state changes and update the UI accordingly.
Top trending discussions
posted on 13 May 2024
I applied via Company Website and was interviewed in Apr 2024. There were 2 interview rounds.
I applied via Recruitment Consulltant and was interviewed in Jun 2023. There were 3 interview rounds.
Intent is a messaging object used to request an action from another app component.
Intent is used to start activities, services, and broadcast receivers in Android.
It can also be used to pass data between components.
There are two types of intents: explicit intents and implicit intents.
Different types of Intent in Android are explicit and implicit intents.
Explicit Intent: Used to start a specific component within the same application.
Implicit Intent: Used to request an action from another app component.
Example: Explicit Intent - startActivity(new Intent(this, SecondActivity.class));
Example: Implicit Intent - Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://www.example.com"));
Services in Android are components that run in the background to perform long-running operations.
There are two types of services in Android: Started Services and Bound Services.
Started Services are used for tasks that need to run independently of an activity, such as playing music in the background.
Bound Services are used to interact with other components in the application, such as activities or fragments.
Services can...
Kotlin Coding questions. How to add 2 Strings in kotlin,
I was interviewed before Jul 2023.
It was a leetcode interview process
posted on 13 May 2024
I applied via Company Website and was interviewed in Apr 2024. There were 2 interview rounds.
Dispatchgroup
Delegate
Protocol
Dispatch Group is a mechanism in iOS for managing multiple tasks and synchronizing their completion.
Dispatch Group allows you to monitor a group of tasks and be notified when they are all completed.
You can use Dispatch Group to wait for multiple asynchronous tasks to finish before proceeding.
Dispatch Group can be used to manage concurrent tasks and avoid race conditions.
Example: Using Dispatch Group to download multipl...
Delegates are used in iOS development to allow one object to communicate with another object.
Delegates are used to establish communication between objects in iOS development.
Delegates are defined using protocols in Swift or Objective-C.
An example of using delegates is implementing the UITableViewDelegate protocol to handle table view events.
based on 1 interview
Interview experience
Senior Software Engineer
2.2k
salaries
| ₹4.5 L/yr - ₹25 L/yr |
Software Engineer
818
salaries
| ₹7.1 L/yr - ₹14 L/yr |
Analyst
547
salaries
| ₹8.7 L/yr - ₹32 L/yr |
Technical Lead
412
salaries
| ₹12 L/yr - ₹42 L/yr |
System Analyst
373
salaries
| ₹9 L/yr - ₹30 L/yr |
TCS
Infosys
Wipro
HCLTech