Filter interviews by
HOC is a function that takes a component and returns a new component with additional functionality.
HOC is a design pattern in React.
It allows reusing component logic.
HOC can be used for cross-cutting concerns like authentication, logging, etc.
HOC can be created using a function that takes a component and returns a new component.
The new component can render the original component with additional props or wrap it wi...
Props are short for properties and are used to pass data from one component to another in React Native.
Props are read-only and cannot be modified by the child component.
Props are passed down from parent to child component.
Props can be any data type, including strings, numbers, objects, and functions.
Props are accessed using the 'this.props' syntax in class components and 'props' in functional components.
Props can ...
My highest priority HOC components are those that handle authentication and authorization.
Authentication HOCs like withAuthenticator and withAuthContext
Authorization HOCs like withAuthorization and withRoleBasedAccessControl
HOCs that handle user sessions and persistent login state
Redux is a predictable state container for JavaScript apps.
Redux is a state management library for JavaScript applications.
It provides a centralized store to manage the state of an application.
Redux follows a unidirectional data flow pattern.
Actions are dispatched to update the state in the store.
Reducers are pure functions that update the state based on the dispatched actions.
Selectors are used to retrieve data f...
React Native bridge is a communication layer between JavaScript code and native code.
It allows React Native to interact with native modules written in Objective-C, Java, or Swift.
The bridge sends messages between the two environments, allowing for seamless integration.
The bridge can also be used to pass data between the two environments.
For example, a React Native app might use the bridge to access the device's ca...
The best practice for calling APIs is to use asynchronous requests and handle errors properly.
Use asynchronous requests to prevent blocking the UI thread.
Handle errors properly by checking for response status codes and handling network failures.
Implement caching mechanisms to improve performance and reduce unnecessary API calls.
Consider using libraries or frameworks like Axios or Fetch for making API requests.
Foll...
Redux Thunk and Redux Saga are middleware libraries for Redux that allow for asynchronous actions.
Redux Thunk is a simple middleware that allows for asynchronous actions by returning a function instead of an action object.
Redux Saga is a more powerful middleware that uses generator functions to handle asynchronous actions and allows for more complex control flow.
Both libraries are commonly used in React Native app...
I applied via Naukri.com and was interviewed in Nov 2021. There was 1 interview round.
React Native bridge is a communication layer between JavaScript code and native code.
It allows React Native to interact with native modules written in Objective-C, Java, or Swift.
The bridge sends messages between the two environments, allowing for seamless integration.
The bridge can also be used to pass data between the two environments.
For example, a React Native app might use the bridge to access the device's camera ...
HOC is a function that takes a component and returns a new component with additional functionality.
HOC is a design pattern in React.
It allows reusing component logic.
HOC can be used for cross-cutting concerns like authentication, logging, etc.
HOC can be created using a function that takes a component and returns a new component.
The new component can render the original component with additional props or wrap it with ot...
The useEffect Hook in React Native is used to perform side effects in functional components. It is similar to lifecycle methods in class components.
useEffect Hook is used to handle side effects in functional components.
It is called after the component has rendered and can be used to fetch data, subscribe to events, or update the DOM.
It takes two arguments: a function that contains the side effect logic, and an optional...
Redux is a predictable state container for JavaScript apps.
Redux is a state management library for JavaScript applications.
It provides a centralized store to manage the state of an application.
Redux follows a unidirectional data flow pattern.
Actions are dispatched to update the state in the store.
Reducers are pure functions that update the state based on the dispatched actions.
Selectors are used to retrieve data from t...
Redux Thunk and Redux Saga are middleware libraries for Redux that allow for asynchronous actions.
Redux Thunk is a simple middleware that allows for asynchronous actions by returning a function instead of an action object.
Redux Saga is a more powerful middleware that uses generator functions to handle asynchronous actions and allows for more complex control flow.
Both libraries are commonly used in React Native applicat...
My highest priority HOC components are those that handle authentication and authorization.
Authentication HOCs like withAuthenticator and withAuthContext
Authorization HOCs like withAuthorization and withRoleBasedAccessControl
HOCs that handle user sessions and persistent login state
The best practice for calling APIs is to use asynchronous requests and handle errors properly.
Use asynchronous requests to prevent blocking the UI thread.
Handle errors properly by checking for response status codes and handling network failures.
Implement caching mechanisms to improve performance and reduce unnecessary API calls.
Consider using libraries or frameworks like Axios or Fetch for making API requests.
Follow RE...
Props are short for properties and are used to pass data from one component to another in React Native.
Props are read-only and cannot be modified by the child component.
Props are passed down from parent to child component.
Props can be any data type, including strings, numbers, objects, and functions.
Props are accessed using the 'this.props' syntax in class components and 'props' in functional components.
Props can have ...
Top trending discussions
I applied via Recruitment Consultant and was interviewed before May 2020. There were 3 interview rounds.
Clone a linked list with random pointers.
Create a new node for each node in the original list.
Store the mapping between the original and cloned nodes in a hash table.
Traverse the original list again and set the random pointers in the cloned list using the hash table.
Return the head of the cloned list.
I applied via Naukri.com and was interviewed in Jun 2021. There was 1 interview round.
This question involves creating a program using HTML to demonstrate web development skills.
Understand the structure of an HTML document: <html>, <head>, <body>.
Use semantic HTML elements like <header>, <footer>, <article> for better accessibility.
Incorporate CSS for styling and JavaScript for interactivity.
Example: Create a simple webpage with a title, a paragraph, and a button that ...
Data Structures and Algorithms
I applied via Campus Placement and was interviewed in Aug 2024. There were 3 interview rounds.
They asked technical mcqs of html , css, javascript, C, C++
They will ask u coding questions
I am a software developer with 5 years of experience in Java and Python.
Experienced in Java and Python programming languages
Worked on various projects involving web development and data analysis
Strong problem-solving skills and ability to work in a team
I have worked on various projects including a web application for tracking fitness goals and a mobile app for managing personal finances.
Developed a web application using React.js for tracking fitness goals and progress
Created a mobile app using Flutter for managing personal finances and budgeting
Collaborated with a team of developers to implement new features and fix bugs
Utilized APIs to integrate external services su...
I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.
Had 50 qsns in 45 min
Had 5 qsns to execute topics like tress and graphs
Oops concepts are fundamental principles of object-oriented programming that help in organizing and designing code efficiently.
Encapsulation: Bundling data and methods that operate on the data into a single unit (class).
Inheritance: Allowing a class to inherit properties and behavior from another class.
Polymorphism: Ability of objects to take on multiple forms or have multiple behaviors.
Abstraction: Hiding the complex ...
I applied via Company Website and was interviewed in Apr 2022. There were 2 interview rounds.
Mcq
Good level question. I have qualified for the next round
Basic to intermediate question, Cleared the test
I appeared for an interview before Jul 2024, where I was asked the following questions.
I motivate team members by fostering collaboration, recognizing achievements, and encouraging personal growth.
Encourage open communication: Create an environment where team members feel comfortable sharing ideas and feedback.
Recognize achievements: Celebrate both small wins and major milestones to boost morale and motivation.
Set clear goals: Help team members understand their roles and how they contribute to the larger...
I appeared for an interview in Feb 2025, where I was asked the following questions.
I have over 5 years of experience in software development, specializing in web applications and cloud technologies.
Developed a full-stack web application using React and Node.js, improving user engagement by 30%.
Led a team of 4 developers in creating a microservices architecture for a scalable e-commerce platform.
Implemented CI/CD pipelines using Jenkins and Docker, reducing deployment time by 50%.
Worked with Agile met...
Some of the top questions asked at the Riser Techub React Native Developer interview -
Desktop Support Engineer
21
salaries
| ₹1.5 L/yr - ₹1.8 L/yr |
Service Desk Engineer
15
salaries
| ₹1.5 L/yr - ₹1.8 L/yr |
PHP Developer
10
salaries
| ₹2 L/yr - ₹6.5 L/yr |
Web Designer
8
salaries
| ₹2.7 L/yr - ₹6 L/yr |
Software Developer
8
salaries
| ₹2 L/yr - ₹8.6 L/yr |
Amazon Sellers Services
Primus Global Technologies
GAMMON INDIA
Magneti Marelli Motherson Auto System