Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Visa Inc.
Colloquio
First, a telephonic interview mostly dealing with algorithms and data structures, in a language of your choice, as mentioned in Resume.
My preference was Java.
The Interview went on for about 45 mins, it was more like discussion where the interviewer expected you to know how hashtables work, if hashtables are the best data structure for the given situation.
Most think it is, but we need to talk about conflicts and conflict resolution.
Alternate data structures like trees should be considered.
The second round was an online quiz test. Depending upon ur degree, the difficulty of the quiz is determined I believe.
Didnt go as I had wanted. Few questions were on data structures, mcqs. Then two coding questions.
One was straightforward, required efficient use of a data structure. Second question was unexpectedly on dynamic programming which I was not able to code.
Imp - Be very very familiar with the hackerrank environment. They allow you to code in your IDE and you can later copy paste into the browser, but make sure you are properly reading the input. Secondly, make sure you submit the answer, even if its wrong or incomplete.
Domande di colloquio [1]
Domanda 1
Can I use hash tables all the time for fast search operations ?
Ho sostenuto un colloquio presso Visa Inc. (Foster City, CA)
Colloquio
OA consisted of 3 hackerrank questions 2 easy one medium given about an hour and a half recommended that you start on the medium question. Unable to see score but I got an email for a technical interview after this
The OA consisted of 3 HackerRank coding questions, mostly LeetCode easy-to-medium level. The allotted time was sufficient, and candidates with strong problem-solving skills should be able to complete all questions comfortably.
I only took the OA definitely failed. One was similar to 3sum, another was a stack question and the last one was DP / Greedy.
I haven’t studied much leetcode so it was difficult for me to do these problems