Filter interviews by
Be the first one to contribute and help others!
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 Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.
Reverse the given array of strings
Use the reverse() method to reverse the array in place
Alternatively, you can use a for loop to iterate through the array and build a new reversed array
To call an API and print data in React, use fetch or axios to make the API call and then render the data in the component.
Use fetch or axios to make the API call in React component
Store the API response data in state using useState hook
Render the data in the component using JSX
I applied via LinkedIn and was interviewed in Oct 2022. There were 6 interview rounds.
Aptitude test is best for first round.
Second round is best for coding test.
IT field offers endless opportunities for innovation and growth.
IT is a constantly evolving field with new technologies and trends emerging regularly.
IT provides opportunities to work on exciting projects and solve complex problems.
IT offers a wide range of career paths, from development to design to project management.
IT is a field that is in high demand, with many job opportunities and competitive salaries.
IT has the...
Study about front end developer
I applied via Naukri.com and was interviewed before Apr 2022. There were 2 interview rounds.
Semantic HTML focuses on the meaning and structure of content, while display properties in CSS control how elements are visually displayed on a webpage.
Semantic HTML uses tags that convey the meaning of the content, such as <header>, <nav>, <article>, <section>, <footer>.
Display properties in CSS include properties like display: block, display: inline, display: inline-block, display: flex,...
Hoisting is a mechanism in JS where variables and functions are moved to the top of their scope. Array methods are built-in functions to manipulate arrays.
Hoisting applies to variable and function declarations
Variables declared with let and const are not hoisted
Array methods include push(), pop(), shift(), unshift(), splice(), slice(), forEach(), map(), filter(), reduce()
push() adds an element to the end of an array
pop...
I applied via Company Website and was interviewed in Jan 2024. There were 3 interview rounds.
Promises in JavaScript are objects representing the eventual completion or failure of an asynchronous operation.
Promises are used to handle asynchronous operations in JavaScript.
They can be in one of three states: pending, fulfilled, or rejected.
Promises can be chained using .then() to handle success and .catch() to handle errors.
Example: new Promise((resolve, reject) => { ... }).then(result => { ... }).catch(error =>
let is block scoped, var is function scoped
let is block scoped, var is function scoped
let can't be re-declared in the same scope, var can be
let variables are not hoisted, var variables are hoisted
I applied via Campus Placement and was interviewed before Oct 2023. There were 3 interview rounds.
Ninja test its easy , you can find many mock papers on youtube
My dream company is a tech giant known for innovation, employee benefits, and a positive work culture.
Innovative technology and projects
Strong employee benefits and perks
Positive work culture and work-life balance
I am an avid hiker and have climbed several mountains in the past year.
I enjoy spending time outdoors and challenging myself physically
I have completed multiple hiking trips in various terrains
I find solace and inspiration in nature, which fuels my creativity in coding
I applied via Naukri.com and was interviewed in Nov 2021. There were 4 interview rounds.
1hr
I applied via LinkedIn and was interviewed in Sep 2024. There were 2 interview rounds.
TCS
Accenture
Wipro
Cognizant