Filter interviews by
HR will give to solve 2 DSA problems,1 React question
I applied via Naukri.com and was interviewed before Apr 2022. There were 3 interview rounds.
Assignment of developing a responsive website with few sections.
CSS Flexbox is a layout module that helps in creating flexible and responsive layouts.
Flexbox is used to align and distribute space among items in a container.
It has properties like display, flex-direction, justify-content, align-items, and flex-wrap.
Flexbox is widely used in modern web development for creating responsive designs.
Example: display: flex; flex-direction: row; justify-content: center; align-items: center;
CSS media queries are used to apply different styles based on device characteristics. Min and max define the range of values.
Media queries allow for responsive design by adapting to different screen sizes and orientations
Min-width and max-width are commonly used to define the range of screen sizes
Min-device-width and max-device-width are used to target specific device characteristics
Other media query features include m...
Scss/Sass is a CSS preprocessor that adds features like variables, nesting, and mixins to make writing CSS easier and more efficient.
Scss/Sass stands for Syntactically Awesome Style Sheets
It is a CSS preprocessor that compiles into regular CSS
It adds features like variables, nesting, and mixins to make writing CSS easier and more efficient
It also allows for more advanced features like functions and loops
Example: $prima...
Top trending discussions
I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.
I appeared for an interview 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 LinkedIn
I applied via Recruitment Consulltant and was interviewed in Jan 2022. There were 5 interview rounds.
State in functional components can be managed using the useState hook in React.
Use the useState hook to declare state variables in functional components.
useState returns an array with the current state value and a function to update that value.
Example: const [count, setCount] = useState(0);
State variables should be immutable, so always use the setter function to update them.
Event loop in JavaScript is responsible for handling asynchronous operations by executing callback functions in a non-blocking way.
Event loop is a mechanism that allows JavaScript to perform non-blocking operations.
It continuously checks the call stack and the callback queue to see if there are any functions that need to be executed.
If the call stack is empty, it takes the first function from the callback queue and pus...
Hosting in JavaScript refers to the process of declaring a variable or function before it is used in the code.
Hosting allows you to use variables and functions before they are declared in the code.
Variables are hoisted to the top of their scope, while functions are fully hoisted.
Example: console.log(myVar); var myVar = 10; This will not throw an error because 'myVar' is hoisted to the top of the scope.
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
based on 2 interviews
Interview experience
based on 1 review
Rating in categories
Product Designer
38
salaries
| ₹3.6 L/yr - ₹15.1 L/yr |
Product Engineer
26
salaries
| ₹3 L/yr - ₹12.6 L/yr |
Senior Product Designer
7
salaries
| ₹6.5 L/yr - ₹10.4 L/yr |
Data Analyst
6
salaries
| ₹4 L/yr - ₹5 L/yr |
Front end Developer
5
salaries
| ₹4 L/yr - ₹7 L/yr |
TCS
Accenture
Wipro
Cognizant