Filter interviews by
I applied via campus placement at Netaji Subhas Institute of Technology (NSIT) and was interviewed before Oct 2023. There was 1 interview round.
I rate myself highly in moral values, always striving to do what is right and ethical.
I prioritize honesty and integrity in all my interactions.
I always consider the ethical implications of my decisions and actions.
I believe in treating others with respect and fairness.
I have a strong sense of personal responsibility and accountability.
I strive to uphold moral principles even in challenging situations.
Top trending discussions
Polymorphism is the ability of an object to take on many forms. In C++, it is achieved through function overloading and virtual functions.
Polymorphism allows objects of different classes to be treated as objects of a common base class.
Function overloading enables multiple functions with the same name but different parameters.
Virtual functions allow derived classes to override base class functions.