Filter interviews by
I was interviewed in Jan 2025.
Q1.What is your current work profile
Q2. Say something about your family
I joined the company 5 years ago as a Junior Accounts Manager.
Started as Junior Accounts Manager
Promoted to Senior Accounts Manager after 3 years
Implemented new accounting software for better efficiency
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.
Caching is the process of storing frequently used data in a temporary storage to reduce access time. LRU caching removes least recently used data.
Caching improves performance by reducing access time to frequently used data
LRU (Least Recently Used) caching removes the least recently used data to make space for new data
LRU cache can be implemented using a doubly linked list and a hash map
When a cache hit occurs, the acce...
based on 1 interview
Interview experience
based on 13 reviews
Rating in categories
TCS
Accenture
Wipro
Cognizant