The process took 1 day. I interviewed at Veritas Technologies
Interview
Before technical test shortlisting was done on the basis of CGPA and 12th marks.
Total rounds: 4
1. Aptitude + coding test
2. Technical Interview
3. Technical + Manager Round
4. HR Round (selected for HR were final selects)
Interview questions [1]
Question 1
Round 1: Code for copy constructor and explanation of same to check thorough knowledge then asked to iterate through linked list and print all the elements. Asked about dictionary/map in python/cpp and it's implementation. Asked concepts of OOPs with real life example. Asked about basics of OS, DBMS.
Round2: Asked family background, personal interests then in technical, the two codes were shared and I have to guess the output for same. Those were based on OOP concept only. Then asked 3 puzzles of medium level. The interviewer was nice.
Round3: Not selected for Round3 (HR) of interview.
I applied through college or university. I interviewed at Veritas Technologies (Mumbai) in Jan 2021
Interview
The aptitude test was on hackerrank. It had 20 MCQs based on cs concepts (database:btree, os, HTML form one que), basic math (no of solutions for p^2 = n+q^2 ), etc and 2 coding questions. There was negative marking for MCQs and solving one coding question was important.
Interview questions [1]
Question 1
basic python questions strcmp
Function is given string arguments which are names of function of a class call those functions from this function. eg. consider function as fun(method1,method2) and class is c so fun should call method1 of class c.
I didn’t know the answer.
Inorder tree traversal using recursion and iterative.
Data structures for BFS, DFS.
Given an array of elements (millions of elements) return the second highest occurring element.
you are given a string say “this is a book” and reverse function and output should be “book a is this”
Ans:reverse string and then reverse every word.
Order of compilation, relocation, linking and loading
Examples of polymorphism
I applied through college or university. The process took 6 days. I interviewed at Veritas Technologies (Mumbai) in Feb 2022
Interview
They conducted a test on HackerRank with 3 questions. After the test, they had 3 interview rounds. The first interview was with a senior developer of the team which was recruiting for the role. The second interview was with another senior developer and the third interview was with a principal senior developer along with the HR. Both of them were there on the call.
Interview questions [1]
Question 1
First, they started with the basics of Java and C++. Later on OOPS. They went deep on oops. There were also basic coding questions asked in the interview which we had to write on a notepad or anywhere. They were basic recursion and hash map based questions. They asked a few questions regarding DBMS and OSI layer.