J'ai postulé via une autre source. Le processus a pris 3 mois. J'ai passé un entretien chez Visa Inc. (Londres, Angleterre) en févr. 2019
Entretien
Techincal interview and personal interview, technical focusing on programming skills and personal achievements and previous experiences. Both interviews were performed 1 to 1, often in separate rooms to the other applicants.
Questions d'entretien [1]
Question 1
How would you write a program that converts time into text, i.e. 12:32 becomes 32 minutes past 12
J'ai postulé en ligne. J'ai passé un entretien chez Visa Inc. (Varsovie, Mazovie)
Entretien
Reasonable interview. Basic implementation of DSA such as implement a Stack in your preferred IDE. Some theory questions regarding the coding language such as types and defaults. Ex. what are possible visibility keywords in Java and what is the default
Questions d'entretien [1]
Question 1
Ex. what are possible visibility keywords in Java and what is the default
mostly ask behaviour questions, like why this company, why this internship, my future career, whether the internship match my career, whether i have right to work there, and they provide the detailed information about this internship
Questions d'entretien [1]
Question 1
mostly ask behaviour questions, like why this internship, my future career, whether the internship match my career.
J'ai passé un entretien chez Visa Inc. (Austin, TX)
Entretien
2 medium (string, arrays) and 1 dictionary (hard problem). all leetcode level questions. Interview was in hacker rank with camera on.
The Challenge: Design a data structure to store the strings' count with the ability to return the strings with minimum and maximum counts. Implement a class that increments a string's count, decrements a string's count, gets the key with the maximum count, and gets the key with the minimum count—all in \(O(1)\) time complexity.