Filter interviews by
I applied via Approached by Company
2 coding questions easy to medium level
Top trending discussions
The first round was a group discussion about online shopping.
I was interviewed in Nov 2024.
Coding test was easy. They asked LC easy anyone with fair understanding of programming can easily solve it.
I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.
Arrow functions are more concise and have a lexical 'this' binding compared to normal functions.
Arrow functions do not have their own 'this' keyword, they inherit it from the parent scope.
Arrow functions do not have their own 'arguments' object.
Arrow functions cannot be used as constructors with 'new'.
Arrow functions are more concise and have implicit return when no curly braces are used.
forEach is used to iterate over an array and perform a function on each element, while map creates a new array by applying a function to each element.
forEach does not return a new array, while map does
forEach does not modify the original array, while map creates a new array
forEach is used for side effects, while map is used for transformation
Example: forEach - array.forEach(item => console.log(item)), map - const newAr
FIFO stands for First In, First Out. LIFO stands for Last In, First Out.
FIFO is a method for organizing and manipulating a data buffer, where the first element added is the first to be removed.
LIFO is a method where the last element added is the first to be removed.
FIFO is like a queue, while LIFO is like a stack.
Example: In a FIFO queue, if elements A, B, and C are added in that order, they will be removed in the same...
I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.
A program to check the occurrence of words in a paragraph.
Split the paragraph into words using space as delimiter
Create a hashmap to store word frequencies
Iterate through the words and update the hashmap accordingly
Display the word frequencies
Use git bisect command to find the commit that caused the build failure
Use 'git bisect start' to start the bisect process
Mark the current commit as bad with 'git bisect bad'
Mark a known good commit with 'git bisect good
Git will automatically checkout commits for testing, mark them as good or bad until the culprit commit is found
I applied via Job Portal and was interviewed in Oct 2024. There was 1 interview round.
based on 1 interview
Interview experience
based on 2 reviews
Rating in categories
Senior Engineer
14
salaries
| ₹7.5 L/yr - ₹21 L/yr |
Senior Software Engineer
10
salaries
| ₹10 L/yr - ₹21.5 L/yr |
Technical Specialist
10
salaries
| ₹15.5 L/yr - ₹26 L/yr |
Software Engineer
7
salaries
| ₹5.1 L/yr - ₹8.5 L/yr |
Senior Technical Lead
4
salaries
| ₹17.5 L/yr - ₹45 L/yr |
TCS
Infosys
Wipro
HCLTech