J'ai postulé via un recruteur. Le processus a pris 1 jour. J'ai passé un entretien chez Veritas Technologies (Pune) en déc. 2016
Entretien
I was scheduled morning interview. There were 3 rounds.
1st technical round was easy. I was asked about my current projects, I'm working on. Easy algorithmic question to place all negative numbers before positive numbers in mixed array. I proposed O(n) solution with O(n) space and other solution with n-square complexity but O(1) space. I was reaching out to logarithmic complexity but interviewer stopped me and said that he was satisfied. I was asked to implement textbook Multithreading program. I did that but seemed like interviewer himself had weak point and didn't knew how we can create multiple threads using same object and how memory is allocated and shared between threads.
I had to wait for 2 hours for 2nd round. 2nd interviewer asked me another easy algorithmic question to add 2 binary strings. I did that by using characterwise XOR implementation. After that I was asked to implement multithreading on whiteboard, with n-threads being used to sum up an array of integer. Some other questions on singleton pattern and synchronized keyword were asked, which i answered.
3rd interviewer was engineering manager. He asked me some questions on system scalability and designing a notification service. There was discussion on how timeout works and asynchronized request are used in real world applications. This was the most exciting round.
As it was evening by then, I was told that remaining round will happen over telephone. 3 days later, I got mail from Veritas citing that further rounds would not be possible.
Overall, the interview management was chaotic with lot of unknown delays and some of the interviewers themselves didn't had clue about approaching the solution from some alternate way.
Questions d'entretien [2]
Question 1
1) Given an array of integer. Reorder the array so that all negative numbers come in order of insertion before positive integers
Le processus a pris 4 semaines. J'ai passé un entretien chez Veritas Technologies (Pékin, Pékin) en déc. 2022
Entretien
Self introduction
Previous work experience
Project description
Leetcode 19. Remove Nth Node From End of List.
Leetcode 225. Implement Stack using Queues.
Leetcode 232. Implement Queue using Stacks.
Salary expectation.
Questions d'entretien [1]
Question 1
Self introduction
Previous work experience
Project description
Leetcode 19. Remove Nth Node From End of List.
Leetcode 225. Implement Stack using Queues.
Leetcode 232. Implement Queue using Stacks.
Salary expectation.
Was smooth, HR was helpful. But during the managerial round, it didn't turn out to be a good fit. I didn't feel like working for the manager, they didn't make an offer either so I believe the feeling was mutual.
Questions d'entretien [1]
Question 1
Data structure related questions mostly pertaining to linked lists and arrays
J'ai postulé via la recommandation d'un employé. Le processus a pris 2 semaines. J'ai passé un entretien chez Veritas Technologies (Pune) en juin 2022
Entretien
Interview process consists to 3-4 rounds 2 Technical, 1 Managerial and 1 HR. Only 1 technical round if interview is taken by 2 interviewers. In managerial round, the project director will be assessing and discussing your past projects and architecture.
Questions d'entretien [1]
Question 1
Sub-Array based question Tree/Graph related question Past experience discussion LLD question to implement snake/ladder