Filter interviews by
I was interviewed before Feb 2024.
Some basic coding questions.
Top trending discussions
Logical, Mathematical
posted on 8 Oct 2024
I was interviewed in Apr 2024.
Use Set to remove duplicates from array of strings in JavaScript.
Create a Set from the array to automatically remove duplicates.
Convert the Set back to an array to get the unique values.
Example: const array = ['apple', 'banana', 'apple']; const uniqueArray = [...new Set(array)];
posted on 7 Oct 2024
Own Topic is given to me and I took the topic as " Cultural Event in my College"
posted on 5 Feb 2024
I applied via campus placement at Dayananda Sagar College of Engineering, Bangalore and was interviewed in Aug 2023. There were 4 interview rounds.
It wa easy , there were 20 mcq and 2 coding question .
posted on 7 Mar 2024
I applied via Campus Placement
Basic questions on technical topics of computer science
Use two pointers, one moving twice as fast as the other, to find the middle of a linked list.
Initialize two pointers, slow and fast, at the head of the linked list
Move slow pointer by one node and fast pointer by two nodes until fast pointer reaches the end
The node pointed to by slow pointer will be the middle of the linked list
Palindrom test with binary search algo
Trapping rain water test with leetcode
I applied via Telegram and was interviewed in Sep 2023. There were 4 interview rounds.
Reasoning ability ,verbality ,arthamatic ability and communication skills
I applied via Campus Placement and was interviewed in Aug 2023. There were 4 interview rounds.
Quantitative, Reasoning,Verbal
One coding question
You can attempt it in any language
I chose python
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Junior Developer
12
salaries
| ₹2 L/yr - ₹9.2 L/yr |
Team Lead
9
salaries
| ₹4.8 L/yr - ₹10.5 L/yr |
Senior Software Engineer
9
salaries
| ₹7.2 L/yr - ₹9.8 L/yr |
Senior Quality Analyst
9
salaries
| ₹3.5 L/yr - ₹5.8 L/yr |
QA Engineer
9
salaries
| ₹2 L/yr - ₹5 L/yr |
TCS
Infosys
Wipro
HCLTech