Filter interviews by
I applied via Indeed and was interviewed in Jun 2022. There were 2 interview rounds.
To upgrade app version programmatically, use code push or OTA updates.
Use code push to update JavaScript code without requiring a new binary
Use OTA updates to update the binary itself
Ensure the app is properly configured to receive updates
Test the update thoroughly before releasing to users
Top trending discussions
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 ...
I applied via Approached by Company and was interviewed in Nov 2024. There were 2 interview rounds.
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...
I applied via Approached by Company and was interviewed in Apr 2022. There were 2 interview rounds.
Functional components are stateless and use functional programming concepts, while class components are stateful and use object-oriented programming concepts.
Functional components are simpler and easier to read and test.
Class components have access to lifecycle methods and state.
Functional components are preferred for simple UI components, while class components are preferred for complex UI components.
Functional compon...
Yes, I have worked on native components.
I have experience in creating custom native modules for React Native apps.
I have integrated native libraries like Firebase, Google Maps, and Camera into React Native apps.
I have used native UI components like TextInput, ScrollView, and FlatList in React Native apps.
I have also worked with native modules for iOS and Android separately.
Hooks are functions that allow you to use state and other React features without writing a class.
useState() - for managing state in functional components
useEffect() - for performing side effects in functional components
useContext() - for consuming context in functional components
useReducer() - for managing complex state in functional components
useCallback() - for memoizing functions in functional components
Hermes is a JavaScript engine optimized for React Native apps.
Developed by Facebook to improve app startup time and reduce memory usage.
Uses ahead-of-time compilation to convert JavaScript code into bytecode.
Supports ES6 syntax and is compatible with most React Native libraries.
Can be enabled in React Native projects by adding a single line to the configuration file.
Yes, I am familiar with the new architecture of React Native.
The new architecture of React Native is based on Fabric, a C++ UI framework.
It separates the UI rendering from the JavaScript thread, resulting in improved performance.
It also introduces new features like TurboModules and JSI for better native module integration.
The new architecture is being gradually rolled out in React Native releases.
It requires some chang...
I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.
posted on 12 Nov 2024
I applied via Company Website and was interviewed in Aug 2024. There was 1 interview round.
MVVM is a design pattern that separates the UI, business logic, and data layers in an iOS application.
Model: Represents the data and business logic of the application.
View: Represents the UI components of the application.
ViewModel: Acts as a mediator between the Model and View, handling the presentation logic and data binding.
Pros: Separation of concerns, easier to maintain and test, promotes reusability.
Cons: Increase...
Multithreading in Swift allows for concurrent execution of tasks to improve performance and responsiveness.
Use Grand Central Dispatch (GCD) for managing concurrent tasks
Avoid blocking the main thread to prevent UI freezes
Consider using Operation and OperationQueue for more complex task management
Softwaretest Engineer
3
salaries
| ₹3.8 L/yr - ₹4.5 L/yr |
Cognizant
NTT Data Information Processing Services
Sutherland Global Services
Hexaware Technologies