Filter interviews by
I applied via Campus Placement and was interviewed before May 2023. There were 2 interview rounds.
Python question on array and string
A linked list is a linear data structure where elements are stored in nodes that have a reference to the next node in the sequence.
Consists of nodes with data and a reference to the next node
Can be singly linked (each node points to the next) or doubly linked (each node points to the next and previous)
Allows for dynamic size and efficient insertion/deletion operations
Array is a data structure that stores a collection of elements of the same type. String is a sequence of characters.
Array: An ordered collection of elements, accessed by index. Example: [1, 2, 3]
String: A sequence of characters, represented within quotes. Example: 'hello'
I applied via AngelList and was interviewed before Feb 2022. There were 3 interview rounds.
It was easy question were based on quant work time and speed
Codes were based on mostly on Leetcode and codechef
posted on 14 May 2022
I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.
I applied via Walk-in and was interviewed before Apr 2020. There were 5 interview rounds.
I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 3 interview rounds.
I applied via Job Portal and was interviewed before Apr 2021. There was 1 interview round.
Solid principles are a set of design principles for writing maintainable and scalable code in C#.
Single Responsibility Principle (SRP) - a class should have only one reason to change
Open/Closed Principle (OCP) - a class should be open for extension but closed for modification
Liskov Substitution Principle (LSP) - derived classes should be substitutable for their base classes
Interface Segregation Principle (ISP) - client...
I applied via Campus Placement and was interviewed before May 2020. There were 4 interview rounds.
I applied via Naukri.com and was interviewed before Apr 2020. There were 5 interview rounds.
I applied via Campus Placement and was interviewed before Jan 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed before May 2020. There were 4 interview rounds.
based on 2 interviews
Interview experience
based on 14 reviews
Rating in categories
TCS
Accenture
Wipro
Cognizant