Ho presentato la mia candidatura tramite un selezionatore. La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso Veritas Technologies (Poona) nel mese di dic 2016
Colloquio
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.
Domande di colloquio [2]
Domanda 1
1) Given an array of integer. Reorder the array so that all negative numbers come in order of insertion before positive integers
La procedura ha richiesto 4 settimane. Ho sostenuto un colloquio presso Veritas Technologies (Pechino, Pechino) nel mese di dic 2022
Colloquio
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.
Domande di colloquio [1]
Domanda 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.
Ho sostenuto un colloquio presso Veritas Technologies
Colloquio
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.
Domande di colloquio [1]
Domanda 1
Data structure related questions mostly pertaining to linked lists and arrays
Ho presentato la mia candidatura tramite segnalazione di un dipendente. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso Veritas Technologies (Poona) nel mese di giu 2022
Colloquio
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.
Domande di colloquio [1]
Domanda 1
Sub-Array based question Tree/Graph related question Past experience discussion LLD question to implement snake/ladder