Filter interviews by
I applied via Company Website and was interviewed before Feb 2023. There were 2 interview rounds.
Started with a normal assignment. A basic form application with few operation
Threads of javascript refer to the concept of asynchronous programming in JavaScript. Architecture in this context likely refers to the overall structure and organization of a React Native application.
JavaScript is single-threaded, meaning it can only execute one piece of code at a time. Asynchronous programming allows for non-blocking operations, improving performance and user experience.
React Native architecture typi...
Top trending discussions
I applied via Company Website and was interviewed in Dec 2022. There were 4 interview rounds.
Sorting an array and using HOC components and Flux in React Native
To sort an array, use the sort() method
To use HOC components, create a higher-order function that returns a component
To use Flux in React Native, install the flux package and create actions, stores, and a dispatcher
Answering questions related to Redux, props, hooks in React Native and its tools
Redux is a state management library for JavaScript applications
Props are short for properties and are used to pass data between components
Hooks are functions that allow you to use state and other React features without writing a class
React Native tools include Expo, React Native Debugger, and Xcode
Expo is a set of tools and services for bui...
posted on 3 Jul 2024
Clean architecture is a software design approach that separates concerns and enforces a clear separation of responsibilities.
Separates code into layers (presentation, domain, data)
Dependence on abstractions rather than concrete implementations
Allows for easier testing and maintenance
Promotes scalability and flexibility
Example: MVP, MVVM, VIPER
MVVM is an architectural pattern that separates the UI, business logic, and data layers in an Android app.
Model - represents the data and business logic
View - UI components that display data and interact with the user
ViewModel - acts as a mediator between the Model and View, handling data operations and updating the UI
Data binding - connects the View and ViewModel, automatically updating the UI when data changes
SOLID is a set of five principles for writing clean, maintainable, and scalable object-oriented 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.
In...
My strengths include strong problem-solving skills, attention to detail, and a passion for learning new technologies.
Strong problem-solving skills
Attention to detail
Passion for learning new technologies
My weakness is that I tend to be overly critical of my own work, which can sometimes lead to perfectionism.
I have a tendency to spend too much time on a task to ensure it is perfect
I struggle with delegating tasks to others because I want to make sure they are done correctly
I can be overly self-critical, which can affect my confidence
My strengths include strong problem-solving skills, attention to detail, and a passion for learning new technologies.
Strong problem-solving skills
Attention to detail
Passion for learning new technologies
My weakness is that I can be overly critical of my own work, which can sometimes lead to perfectionism.
I tend to spend too much time on a task to ensure it is perfect
I have difficulty delegating tasks to others
I can be too self-critical and have high expectations for myself
I was interviewed in Feb 2024.
45 minutes logical reasoing coding mocqs
Not abale to sahre something yes do this wo this
I applied via Company Website and was interviewed in Nov 2023. There were 2 interview rounds.
useState is a hook in React that allows functional components to have state.
useState is a built-in hook in React.
It allows functional components to have state.
It returns an array with two elements: the current state value and a function to update the state.
The initial state can be passed as an argument to useState.
The state can be of any data type, such as a string, number, boolean, or object.
Example: const [count, set
Closure is a feature in JavaScript that allows a function to access variables from its outer scope even after the function has finished executing.
Closure is created when a function is defined inside another function.
The inner function has access to the variables and parameters of the outer function.
The inner function forms a closure with the outer function, preserving the state of the outer function's variables.
Closure...
Props are read-only properties that are passed from a parent component to a child component in React.
Props allow data to be passed between components in a unidirectional flow.
Props are immutable and cannot be modified by the child component.
Props can be used to customize the behavior or appearance of a component.
Props are accessed using the 'this.props' syntax in class components or as function arguments in functional
posted on 6 Mar 2023
I applied via Naukri.com and was interviewed in Feb 2023. There were 3 interview rounds.
It was an online test. The test was having 25 English questions and 25 coding MCQ questions. Test duration was 60 Mins
posted on 23 Nov 2021
I applied via Naukri.com and was interviewed in Oct 2021. There was 1 interview round.
Intent is a messaging object used to request an action from another app component.
Intents facilitate communication between components in an app or between different apps.
They can be used to start activities, services, or broadcast receivers.
Intents can also carry data using extras and can specify the type of action to be performed using action and category.
Explicit intents specify the component to be invoked while impl...
Services are background processes that run independently of the UI and can perform long-running operations.
Services are used to perform tasks that should continue even when the app is not in the foreground.
They can be started and stopped by the app or by the system.
Examples include playing music in the background, downloading files, and syncing data.
Services can be bound to activities to allow communication between the...
I know about Model-View-Controller (MVC), Model-View-Presenter (MVP), and Model-View-ViewModel (MVVM) architecture patterns.
MVC separates the application into three components: Model, View, and Controller.
MVP separates the application into three components: Model, View, and Presenter.
MVVM separates the application into three components: Model, View, and ViewModel.
MVC, MVP, and MVVM are all commonly used in Android deve...
based on 1 interview
Interview experience
Test Engineer
14.7k
salaries
| ₹2 L/yr - ₹7 L/yr |
Associate Software Engineer
1.1k
salaries
| ₹2 L/yr - ₹8 L/yr |
Softwaretest Engineer
729
salaries
| ₹2.2 L/yr - ₹9 L/yr |
Software Engineer
553
salaries
| ₹1.8 L/yr - ₹9.7 L/yr |
Senior Test Engineer
341
salaries
| ₹2.4 L/yr - ₹9 L/yr |
Infosys
TCS
Wipro
HCLTech