I applied through college or university. The process took 1 day. I interviewed at Visa Inc. (Chennai) in Dec 2014
Interview
A multiple choice test comprising of topics across all the domains of Computer science like Networking,infrastructure,Machine learning/Hadoop(these were a tough ask),Operating system and application security. Also there were two programming questions which were easy enough.
The questions were as follows:
1. Given a word find the value of it according to a certain rule (The alphabets were given a value in a Fibonacci sequence)
2. Given resources and their worth and total time find the maximum value you can obtain from them.(Was a simple DP implementation)
First Interview: The Interview started with basic "Tell me about yourself". Then the interviewer asked me a few questions on OOP's namely on Data encapsulation, Inheritance, Polymorphism. Then he asked me one question on a binary tree.
I didn't get through to the next round. There were 3 rounds of interview in total.
6
Other Software Engineer Interview Reviews for Visa Inc.
Had two technical interviews, back to back. Medium leet code problems. Not that hard. After received an email that they did not proceed with me, but had other manager internally interested in my profile
First round OA
Second round interview in which I was given a dp question and then asked about my projects in detailing then we move to some oops and language based questions
The interview process started with a coding test from Hackerrank with 2 easy and 1 intermediate question. I found the questions to be rather difficult given that you are not allowed to use google or check syntax.
Interview questions [1]
Question 1
The asked me to implement LFU cache with lower complexity than o(n)