employer cover photo
employer logo
employer logo

Veritas Technologies

Is this your company?

Veritas Technologies interview question

Design a Stack class using template.

Interview Answer

Anonymous

22 July 2017

I gave analogy of linked list to implement the solution. A template node class would be used to store data and a template linkedList class to perform operations on it. I answered all the quires regarding the implementation.