Filter interviews by
I applied via Recruitment Consulltant and was interviewed before Feb 2023. There were 2 interview rounds.
Assignment to create a form with API integration
React JS is a JavaScript library for building user interfaces.
React JS allows developers to create reusable UI components.
It uses a virtual DOM for efficient rendering.
React JS follows a unidirectional data flow.
React JS is maintained by Facebook and a community of developers.
Example: ReactDOM.render(
ES6 is the 6th version of ECMAScript, the standard on which JavaScript is based, introducing new features and syntax improvements.
Introduced let and const for variable declarations
Arrow functions for more concise syntax
Template literals for easier string interpolation
Classes for object-oriented programming
Spread and rest operators for easier array manipulation
Redux is a state management library for JavaScript applications, commonly used with React.
Redux helps manage the state of an application in a predictable way
It stores the entire state of the application in a single immutable object
Actions are dispatched to update the state through reducers
Redux DevTools can be used to track state changes and debug applications
Semantic HTML refers to using HTML elements that convey meaning beyond just presentation.
Semantic HTML helps improve accessibility for users with disabilities.
It also improves SEO by providing search engines with better context for the content.
Examples include using <header>, <nav>, <article>, <section>, <footer> tags instead of <div> for better structure.
Use the :nth-child() pseudo-class in CSS to target even elements.
Use :nth-child(2n) to target every even element in a list.
For example, to target even
Top trending discussions
I was interviewed before Dec 2020.
Round duration - 360 minutes
Round difficulty - Medium
Basically TCS conduct its flagship event named as CODEVITA . And it offers Internship to prefinal (3rd )year students .
Given an array of integers arr
, where arr[i]
represents the number of pages in the i-th
book, and an integer m
representing the number of students, allocate all the books ...
Allocate books to students in a way that minimizes the maximum number of pages assigned to a student.
Iterate through possible allocations and calculate the maximum pages assigned to a student.
Find the minimum of these maximums to get the optimal allocation.
Return the minimum pages allocated in each test case, or -1 if not possible.
Tip 1 : Good understanding of Data Structure and Algorithms
Tip 2 : Be clear in your Core Subjects.
Tip 3 : Do at least 1 good Project .
Tip 4 : Be humble and speak truth .
Tip 1 : Simple and Crisp .
Tip 2 : Do host your project and mention the link in the resume .
Tip 3 : Single Page
posted on 18 Feb 2024
I applied via LinkedIn and was interviewed before Feb 2023. There were 3 interview rounds.
It was easy not that hard
Coding question were on medium level
I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.
CSS Box-model defines how elements are rendered in a webpage, including padding, border, and margin.
Box-model consists of content, padding, border, and margin
Content area is where text or images are displayed
Padding is the space between content and border
Border is the line around the content and padding
Margin is the space outside the border
Flexbox is for one-dimensional layouts, grid is for two-dimensional layouts.
Flexbox is best for arranging items in a single row or column.
Grid is best for creating complex layouts with rows and columns.
Flexbox is more suitable for smaller scale layouts, while grid is better for larger scale layouts.
Flexbox is more flexible in terms of item order and sizing, while grid provides more control over the overall layout.
Both
I applied via Naukri.com and was interviewed before Mar 2023. There was 1 interview round.
Future of ai in 2025
posted on 17 Jul 2024
Hooks are functions that let you use state and other React features in functional components.
Hooks were introduced in React 16.8.
useState() hook is used to add state to functional components.
useEffect() hook is used for side effects in functional components.
Custom hooks can be created to reuse logic across components.
Developing features of Shopping Cart page like add to cart,remove from cart
I applied via Walk-in and was interviewed in Jul 2024. There was 1 interview round.
Comments in JavaScript are used to explain the code and are not executed by the browser.
Use // for single line comments
Use /* */ for multi-line comments
Comments help other developers understand your code
Async-await is a feature in JavaScript that allows for asynchronous programming using promises.
Use the 'async' keyword before a function to make it asynchronous
Use the 'await' keyword inside an async function to wait for a promise to resolve
Async-await simplifies asynchronous code and makes it easier to read and maintain
I applied via Naukri.com and was interviewed in Nov 2021. There was 1 interview round.
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Front end Developer
8
salaries
| ₹0 L/yr - ₹0 L/yr |
Reactjs Developer
5
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Front end Developer
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Mern Stack Developer
4
salaries
| ₹0 L/yr - ₹0 L/yr |
React Developer
3
salaries
| ₹0 L/yr - ₹0 L/yr |
Infosys
TCS
Wipro
HCLTech