Filter interviews by
React Native uses a bridge to communicate between JavaScript code and native code to render components on mobile devices.
React Native uses a JavaScript runtime environment to execute code on mobile devices.
It uses a bridge to communicate between JavaScript code and native code (Objective-C, Java) for rendering components.
The bridge allows for asynchronous communication between the two environments, enabling smooth perf...
Top trending discussions
Virtual DOM is a lightweight copy of the actual DOM, used for efficient updates in React applications.
Virtual DOM is a concept in React where a lightweight copy of the actual DOM is created.
It allows React to efficiently update the UI by comparing the virtual DOM with the actual DOM and only making necessary changes.
This helps in improving performance by reducing the number of direct manipulations to the actual DOM.
For...
call, bind, and apply are methods used to manipulate the context of a function in JavaScript.
call - calls a function with a given 'this' value and arguments provided individually.
bind - creates a new function that, when called, has its 'this' keyword set to the provided value.
apply - calls a function with a given 'this' value and arguments provided as an array.
I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.
I have worked on various projects ranging from e-commerce apps to social networking platforms.
Developed a mobile e-commerce app using React Native, integrating with backend APIs for product listings and user authentication
Built a social networking platform with real-time messaging functionality using Firebase and Redux for state management
Optimized app performance by implementing code splitting and lazy loading techniq
Yes, I have experience handling a team in previous projects.
Led a team of developers in a project to develop a React Native app
Assigned tasks, set deadlines, and ensured team members were on track
Conducted regular team meetings to discuss progress and address any issues
Provided guidance and support to team members to help them succeed
Collaborated with other teams to ensure smooth project delivery
Optional coding questions and one logical question.
Component life cycle in React refers to the series of methods that are invoked at different stages of a component's existence.
Mounting: constructor, render, componentDidMount
Updating: render, componentDidUpdate
Unmounting: componentWillUnmount
Code quality is maintained through code reviews, automated testing, coding standards, and continuous integration.
Regular code reviews by peers to catch errors and ensure best practices are followed
Implementing automated testing to catch bugs early in the development process
Enforcing coding standards and guidelines to maintain consistency and readability
Utilizing continuous integration tools to automate the build and te
I applied via Recruitment Consulltant and was interviewed in Jan 2024. There was 1 interview round.
Closures are functions that have access to their own scope and the scope of their outer function. Currying is the process of converting a function that takes multiple arguments into a sequence of functions that each take a single argument.
Closures allow functions to retain access to variables from their containing scope even after the outer function has finished executing.
Currying allows for partial application of a fu...
Higher order components are functions that take a component and return a new component with additional functionality.
Higher order components allow code reuse and logic sharing between components.
They are commonly used for adding props, state, or lifecycle methods to components.
Example: withAuth HOC can add authentication logic to a component.
Lexical scope refers to the visibility of variables within a specific block of code.
Variables declared inside a function are only accessible within that function's scope.
Nested functions have access to variables declared in their outer function's scope.
Lexical scoping allows for closures, where inner functions retain access to outer function's variables even after the outer function has finished executing.
Hooks are functions that let you use state and other React features in functional components. useRef hook is used to persist a value between renders without causing a re-render.
Hooks are introduced in React 16.8 to allow state and lifecycle features in functional components.
useRef hook is used to persist a mutable value that won't trigger a re-render when changed.
It is commonly used to access DOM elements or store muta...
The possible values of a and b that satisfy the equation a*b = 104.
Possible values of a and b are (1, 104) and (104, 1).
Factors of 104 are (1, 104), (2, 52), (4, 26), (8, 13).
A simple program that prints 'Hello, World!' in Java.
Create a class with a main method.
Use System.out.println() to print 'Hello, World!'.
It was a technical round happened for 1 hr including coding test. After that in the same call Manager round happened for 20 min. Finally they took screenshot with all the people involved in recruitment process which is a sign of selected.
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...
Exl India
Primus Global Technologies
Ricoh
Plada Infotech Services