Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      Visa Inc.

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Visa Inc. reviews | Visa Inc. jobs | Visa Inc. salaries | Visa Inc. benefits | Visa Inc. conversations
      Visa Inc. interviewsVisa Inc. Senior QA Engineer interviewsVisa Inc. interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Centre
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy and Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" and logo are proprietary trademarks of Glassdoor LLC.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalised job recommendations and updates by starting your searches.

      Senior QA Engineer Interview

      28 Feb 2019
      Anonymous employee
      Foster City, CA
      Accepted offer
      Positive experience
      Easy interview

      Application

      I applied through an employee referral. The process took 3 weeks. I interviewed at Visa Inc. (Foster City, CA) in Aug 2016

      Interview

      First telephonic round is easy, just based on your experience and technologies worked on so far. On-site interviews are lengthy, with at least 4-5 people. But the rounds are easy and expect similar questions from all interviewees.

      Interview questions [1]

      Question 1

      DB query
      3 Answers
      10

      Other Senior QA Engineer interview reviews for Visa Inc.

      Senior QA Engineer Interview

      18 Jul 2019
      Anonymous interview candidate
      Austin, TX
      No offer
      Negative experience
      Difficult interview

      Application

      I applied through an employee referral. The process took 4 weeks. I interviewed at Visa Inc. (Austin, TX) in Jun 2019

      Interview

      tl;dr absolute waste of time, pto, and effort for a clearly unorganized hiring process where no one spoke to one another 1st interview - Phone call with a VISA employee who shared the title I was applying for. Was more of a technical interview than a general call about experience, what I am looking for, etc. Wasn't terribly hard, but I got asked basic coding questions. I was told I was being considered for 3 jobs in this call. I informed them I was qualified for 2 of the 3 and would not like to be considered for the 3rd job. 2nd "interview" - Hackerrank test. The test did not directly pertain to the job I applied to. The title of the test was a dead giveaway that this was not a QA focused test but more of a Dev focused test. Anyway I had dev experience and completed the test, but it would have been difficult without that experience. No idea how I did, but got another interview. 3rd Interview - Onsite interview. This interview consisted of me speaking with 4 different employees over 4 hours. Every single interview here was white board questions. They all had different roles at Visa and were basically questioning me and seeing which role I'd fit best in. 1 of the interviews was for that role I previously stated I did not want nor was qualified for. Bombed that interview terribly because I had never done that work before. Other 3 were alright. Lots and lots of technical questions with a 5 minute break in between. Not easy even when you know the answers to their questions. Two days later, I got an email saying "Congratulations! Your final interview went extremely well, and we want to schedule a call between you and your future manager. Please respond with a time asap because we want to get an offer out asap!" I obviously was pretty happy that all my hardwork was rewarded. I emailed back giving a time, and I was told this was the time to ask HR related questions, and day to day questions. Manager doesn't call me at the scheduled time, but calls me 2 hours later while I was driving home. Manager tells me I was selected for the role I told them numerous times I did not want nor did I have experience. I was very confused but said sure might as well ask my Visa questions. Manager interrupts me and starts grilling me with technical questions while I am driving home. Was not expecting that at all. Numerous white board questions via phone about a subject I don't know. Manager ends the call after 2 questions. I never got to ask Visa questions. 7 days later I get a generic rejection saying I don't have enough experience for the role. WELL NO DUH. I told that to numerous interviewers, and I said I did not want the job. I email the recruiter and he tells me they were only hiring for that role that I said I did not want. I question that saying why was I told there were 2 other roles, and why was I interviewed for those? Tells me there are no other roles, so I got on Visa's career page and see those other roles there. Email him back and he ghosts me. I am livid with this interview process. I went from preparing my 2 week notice statement, to being rejected for a job I didn't apply to and now ghosted.

      Interview questions [3]

      Question 1

      Numerous string manipulation questions
      1 Answer

      Question 2

      What to do when a money transfer system goes down?
      1 Answer

      Question 3

      How to code out some parts of their site such as login, my account, and transfers?
      Answer question
      1

      Senior QA Engineer Interview

      20 Oct 2018
      Anonymous employee
      Bengaluru
      Accepted offer
      Positive experience
      Average interview

      Application

      I applied in-person. The process took 1 day. I interviewed at Visa Inc. (Bengaluru) in Jul 2018

      Interview

      I contacted an HR through LinkedIn. Immediately I got a response through a call. Conveyed my availability and got a slot for the interview. The process was so quick that I got the result after two hours of completing the interview. It was pretty smooth as well and most importantly comfortable. After clearing the Hackerrank test, there were 4 rounds of F2F discussion.

      Interview questions [4]

      Question 1

      Round 1 F2F: Test Case and Test Data Enumeration 1. Brief about the career and your responsibilities across the organization 2. Explain the automation framework I developed in detail - Explained my Data-Driven Framework for API testing. 3. How do you compare the Actual and Expected in your automation framework - Using Assert.assertEquals() in the Validation Class? 4. When given an API URL for testing, how would you start testing? 5. For a given JSON payload, there's a new field added to the POST request (payload). The new field is of data type String. Enumerate the test data for that new parameter. 6. Write all possible test cases for the same. 7. Apart from the basic testing concepts, I've explained in and out of my automation framework. Like how will I read my excel sheet for test data, how dynamically I'm creating the JSON request, how much code changes I would do if I'm subjected to new POST request of API URL changes etc. 8. Basic TestNG annotations.
      Answer question

      Question 2

      Round 2 F2F: Test Case, Test Data Enumeration and Problem Solving 1. What is the difference between Abstract Class and Interface 2. When should I go with Abstract Class and when should I use Interface? 3. What is the difference between Array and Any Collection Class? 4. What is the difference between ArrayList and LinkedList? 5. Given an array arr[] = {5, 10, 15, 25, 20, 30}; find the elements where the sum is equal to k = 25. Here you can add pick 25 and say it is equal to k, pick 2 elements to add it and say it is equal to k, or pick 'n' elements from the array and say it is equal to k. immediately find all the array elements that creating the addition to k. 6. Time complexity and Space complexity of the program you wrote. 7. Enumerate test data and write test cases for the above code
      Answer question

      Question 3

      Round 3 F2F: SQL and DB 1. the for INSERT query 2. ? for CREATE TABLE query 3. What is wrong with this SQL statement, SELECT * FROM student where student_id = 1234. Here student_id is of data type string. Correct statement - SELECT * FROM student where student_id LIKE '1234'; 4. What is Primary Key? 5. What is a Unique Key? 6. What is Foreign Key? 7. Difference Between Left Outer Join, Right Outer Join 8. What is Inner Join? 9. What is Self Join? 10. What is Full Outer Join? 11.A join query to fetch records for a given DB schema
      Answer question

      Question 4

      Round 4 F2F: Problem Solving 1. Let's talk about Exceptions. What are exceptions and which exceptions you've actively used so far? 2. An ArrayIndexOutOfBound Exception has happened. How would you solve it? 3. If you're not allowed to touch the '<=' operator for ArrayIndexOutOfBound, what will you do to solve it? 4. What are checked and unchecked exceptions? 5. Given an array arr[] = {6, 0, -4, 4, 8}. Irrespective of the signs for the given integers. Find the count of unique values. The array may grow further. Ans: public static void main(String[] args) { int arr[] = {-6, 0, -4, 4, 8}; int len = arr.length; Set<Integer> mySet = new HashSet<Integer>(); for(int i=0; i<len; i++) { mySet.add(Math.abs(arr[i])); } System.out.println(mySet.size()); } 6. Why Visa?
      Answer question
      22

      Senior QA Engineer Interview

      17 Jul 2018
      Anonymous interview candidate
      Foster City, CA
      No offer
      Neutral experience
      Average interview

      Application

      I applied online. The process took 3 months. I interviewed at Visa Inc. (Foster City, CA) in Apr 2018

      Interview

      I went through 6 rounds of interview. Very slow process. Took 3 months. Positions kept changing through this period. I was given an online test with lots of objective type and two java programs. Recruiter then scheduled an phone screen. Post that I interviewed with 4 people. Total 6 rounds.

      Interview questions [1]

      Question 1

      1. Binary tree traversal level wise 2. Binary search on 2d array 3. Top 10 frequent words in an array 4. Objective type questions on java, java script 5. Lots of questions on troubleshooting - Why 404 error occurs, difference between 401 and 404 error 6. Web service related questions 7.Brain teasers, SQL related questions 8. Mirror a string 9.Distinct pair of numbers for an array
      Answer question
      5

      Top companies for "Compensation and Benefits" near you

      avatar
      Parsons Corporation
      3.7★Compensation and benefits
      avatar
      Hewlett Packard Enterprise | HPE
      3.6★Compensation and benefits
      avatar
      Concentrix
      3.6★Compensation and benefits
      avatar
      Dell Technologies
      3.5★Compensation and benefits

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.