Filter interviews by
I applied via Walk-in and was interviewed in Aug 2023. There were 3 interview rounds.
Basics questions on HTML CSS JAVASCRIPT
JavaScript is a programming language that allows you to add interactivity and dynamic features to websites.
JavaScript is a client-side scripting language.
It runs on the user's web browser.
It can manipulate HTML elements, handle events, and interact with server-side scripts.
JavaScript code is executed sequentially, line by line.
It supports object-oriented programming and functional programming paradigms.
Common uses incl...
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
I applied via Recruitment Consulltant and was interviewed in Jan 2022. There were 5 interview rounds.
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
I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Nov 2021. There were 4 interview rounds.
1hr
What is HTTPS and how it work in backend creation
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 Naukri.com and was interviewed in Jul 2022. There was 1 interview round.
Virtual DOM is a lightweight copy of the real DOM, which updates only the changed elements, making the rendering process faster.
Real DOM updates the entire page when a change is made, while Virtual DOM updates only the changed elements.
Virtual DOM is a JavaScript object that represents the real DOM, and it is faster to update.
React uses Virtual DOM to update the UI efficiently.
Manipulating the real DOM is slower than m
based on 1 interview
Interview experience
TCS
Accenture
Wipro
Cognizant