Filter interviews by
I applied via LinkedIn and was interviewed in Mar 2024. There were 2 interview rounds.
HTML containers are elements used to group and structure content on a webpage.
Div - generic container element
Span - inline container element
Section - groups related content
Header - contains introductory content
Footer - contains footer content
Event loop is a mechanism in JavaScript that allows for asynchronous operations to be executed in a non-blocking way.
Event loop is responsible for handling asynchronous operations in JavaScript.
It allows for non-blocking execution of code by moving asynchronous tasks to the background and executing them when ready.
Event loop continuously checks the call stack and the callback queue to see if there are any tasks that ne...
Async await is a feature in JavaScript that allows for asynchronous code execution in a synchronous manner.
Async functions return a Promise.
Await keyword is used to pause the execution of async function until the Promise is settled.
Async await simplifies asynchronous code and makes it look like synchronous code.
Example: async function fetchData() { await fetch('https://api.example.com/data'); }
HTML elements are the building blocks of a webpage, while tags are the specific instructions within those elements.
HTML elements are the basic building blocks of a webpage, such as <div>, <p>, <img>.
Tags are the specific instructions within elements that define how content should be displayed, such as <h1>, <a>, <strong>.
Elements can contain one or more tags, and tags must be properl
useRef is a hook in React that allows for persisting values between renders without causing re-renders.
Used to access DOM nodes or values that persist between renders
Does not cause re-renders when the value changes
Commonly used for managing focus, animations, and integrating with third-party libraries
React app for login and verification form with 6 digit OTP input
Create a login form with email/username and password fields
Implement OTP verification with a 6 digit input field
Use React state to manage form data and OTP input
Utilize a library like react-otp-input for the OTP input field
Include validation for the email/username, password, and OTP input
Display success message upon successful verification
Create a react app using redux in which you have to add user, we should be able to see all the added user user should be selected and current user should be able to send message to already existed users user should be able to send message to online users only
Top trending discussions
I applied via LinkedIn
Redux is a predictable state container for JavaScript apps.
Redux is a library for managing application state
It provides a centralized store for all the state of an application
It uses a single source of truth principle
It allows for predictable state changes through actions and reducers
It is commonly used with React for building complex UIs
jQuery is a fast, small, and feature-rich JavaScript library.
jQuery simplifies HTML document traversing, event handling, and animating.
It provides a set of methods for AJAX interactions and DOM manipulation.
jQuery is cross-platform and supports a wide range of browsers.
It has a large community and a vast number of plugins available.
Project architecture depends on the specific project and its requirements.
Form validation in React ensures user input is correct before submission.
Use controlled components to manage form state
Create validation functions to check input
Display error messages for invalid input
Disable submit button until form is valid
Consider using a library like Formik or Yup for easier validation
React hooks are functions that allow functional components to use state and lifecycle methods.
Hooks were introduced in React 16.8
useState() is a hook that allows state to be used in functional components
useEffect() is a hook that allows lifecycle methods to be used in functional components
Custom hooks can be created to reuse stateful logic across components
I applied via Recruitment Consulltant and was interviewed in Jan 2022. There were 5 interview rounds.
I applied via Company Website and was interviewed in Nov 2023. There were 3 interview rounds.
Attitude test are use to personality and knowledge
Html , css , java , reactjs
I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.
What is HTTPS and how it work in backend creation
I applied via Naukri.com and was interviewed in Oct 2022. There were 4 interview rounds.
How revere the string without using reverse method
Split duplication from the array
Verbal questions mostly asked and very easy
Opps and recursion and an array and string questions asked
Quite easy round it was very simple
Finding missing values in array using JavaScript and incrementing/decrementing count in React.
Use JavaScript to find missing values in array by comparing with a reference array.
Implement logic to increment and decrement count in React based on user interactions.
Example: const array = ['apple', 'banana', 'orange']; const referenceArray = ['apple', 'banana', 'grape'];
Example: Implement a counter component in React that i...
based on 1 interview
Interview experience
Head of Product
8
salaries
| ₹7 L/yr - ₹7 L/yr |
Front end Developer
4
salaries
| ₹3 L/yr - ₹8 L/yr |
TCS
Accenture
Wipro
Cognizant