Upload Button Icon Add office photos

Filter interviews by

Visa Software Engineer Interview Questions, Process, and Tips

Updated 15 Jan 2025

Top Visa Software Engineer Interview Questions and Answers

  • Q1. Stock Buy and Sell Problem Statement You are given an array of integers PRICES where PRICES[i] represents the price of a stock on the i-th day, and an integer K represen ...read more
  • Q2. Given 2 game scenarios for basketball, and given p as the probability of making a basket in an attempt, I have to understand the condition where game1 would be preferable ...read more
  • Q3. Sorted Order Printing of a BST Array Given a Binary Tree consisting of 'N' nodes with integer values, your task is to determine the in-order traversal of the Binary Tree ...read more
View all 34 questions

Visa Software Engineer Interview Experiences

19 interviews found

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
-
Result
No response

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. Explain the react lifecycle functions and how they work
  • Ans. 

    React lifecycle functions are methods that are automatically called at specific points in a component's life cycle.

    • Mounting: constructor, render, componentDidMount

    • Updating: render, componentDidUpdate

    • Unmounting: componentWillUnmount

  • Answered by AI
  • Q2. Css box model, difference between padding and margin
  • Ans. 

    Padding is the space inside the border of an element, while margin is the space outside the border.

    • Padding is used to create space between the content and the border of an element.

    • Margin is used to create space between the border of an element and other elements.

    • Padding affects the size of the content area, while margin affects the positioning of the element.

    • Example: padding: 10px will create 10 pixels of space inside ...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What are your salary expectations in CTC and variables?
  • Q2. Will you relocate to the location required?

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare everything bookish! don't only speak related to your experience

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. 2 DSA questions along with design patterns
Round 2 - Technical 

(1 Question)

  • Q1. 1 DSA question, design patterns and resume based

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. What are the reasons you want to work for Visa?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Workday Integrations Questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Workday Integrations Questions

Visa interview questions for designations

 Senior Software Engineer

 (14)

 Staff Software Engineer

 (2)

 Senior Software Development Engineer

 (2)

 Senior Software Engineer 2

 (1)

 Senior Software Test Engineer

 (1)

 Software Developer

 (11)

 Software Developer Intern

 (1)

 Staff Software Developer

 (1)

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Two Sum of numbers with given target value
  • Ans. 

    Given an array of integers, find two numbers that add up to a given target value.

    • Use a hash map to store the difference between the target value and each element in the array.

    • Iterate through the array and check if the current element exists in the hash map.

    • If it does, return the indices of the two numbers.

    • If no solution is found, return an empty array.

  • Answered by AI
  • Q2. Calculate the time taken by kth person to collect n number of tickets
  • Ans. 

    The time taken by the kth person to collect n number of tickets can be calculated using a formula.

    • Use the formula: time = (n - 1) * k

    • Subtract 1 from n because the first person doesn't need to wait for anyone

    • Multiply the result by k to get the time taken by the kth person

    • Example: If n = 5 and k = 3, the time taken by the 3rd person would be (5 - 1) * 3 = 12

  • Answered by AI
  • Q3. Seperation of even and odd numbers
  • Ans. 

    Separate even and odd numbers in an array

    • Iterate through the array and check if each number is even or odd

    • Create two separate arrays for even and odd numbers

    • Add the even numbers to the even array and odd numbers to the odd array

    • Return both arrays as the result

  • Answered by AI

Skills evaluated in this interview

Get interview-ready with Top Visa Interview Questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding test link will be given

Round 2 - Technical 

(1 Question)

  • Q1. Mostly on DSA and problem solving
Round 3 - HR 

(1 Question)

  • Q1. Mostly on your Resume and basic HR Questions

Software Engineer Jobs at Visa

View all
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Coding test consisted of basic coding questions on codesignal platform

Round 2 - Technical 

(2 Questions)

  • Q1. Describe the work experience
  • Ans. 

    I have 5 years of experience working as a software engineer in a tech company.

    • Developed and maintained software applications for various platforms

    • Collaborated with cross-functional teams to design and implement new features

    • Participated in code reviews and provided feedback to improve code quality

    • Troubleshooted and resolved technical issues reported by users

    • Stayed updated on latest technologies and trends in the industr

  • Answered by AI
  • Q2. Write code in python using pandas to perform certain tasks
  • Ans. 

    Using pandas in Python to perform tasks for a Software Engineer interview question

    • Import pandas library

    • Read data from a CSV file using pandas

    • Perform data manipulation and analysis using pandas functions

    • Write the processed data back to a new CSV file

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Nov 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. What is your strength
  • Ans. 

    My strength is problem-solving and analytical thinking.

    • I have a strong ability to analyze complex problems and break them down into smaller, manageable tasks.

    • I am skilled in identifying patterns and finding efficient solutions.

    • I have experience in using various programming languages and tools to solve problems.

    • I am a quick learner and adapt well to new technologies and frameworks.

    • I have a track record of successfully d...

  • Answered by AI
  • Q2. What is class in java
  • Ans. 

    A class in Java is a blueprint or template for creating objects that encapsulate data and behavior.

    • A class can contain fields, methods, constructors, and nested classes

    • Objects are instances of a class

    • Inheritance allows a class to inherit properties and methods from another class

    • Polymorphism allows objects of different classes to be treated as if they are of the same class

    • Example: class Car { String make; int year; void...

  • Answered by AI
  • Q3. Blue print is the java class

Interview Preparation Tips

Interview preparation tips for other job seekers - Coding is very easy to work
My strength is quick learner

Skills evaluated in this interview

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Good questions in less time, one hard dynamic programming problem

Round 3 - One-on-one 

(2 Questions)

  • Q1. Great interviewer and had a great discussion about systems design and some basic coding problems were there.
  • Q2. How Visa works Can you design a scalable file access system like dropbox or google drive?
  • Ans. 

    Visa is a payment processing company that facilitates electronic funds transfers globally.

    • Visa operates a network that connects financial institutions, merchants, and consumers worldwide.

    • The company provides payment products and services, including credit and debit cards, prepaid cards, and digital wallets.

    • Visa's payment processing system involves authorization, clearing, and settlement of transactions.

    • To design a scal...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your data structure and algorithm skills. You can choose any language and the platform was hackerrank.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Aug 2022. There were 4 interview rounds.

Round 1 - Coding Test 

90 minutes hackerrank test, 3 questions 1 easy 2 medium.

Round 2 - Technical 

(1 Question)

  • Q1. Resume based and questions based on my personal projects
Round 3 - Technical 

(1 Question)

  • Q1. CN,OS and DBMS questions.
Round 4 - One-on-one 

(1 Question)

  • Q1. Managerial round and hr questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and brush up on all the technical aspects of Software Engineering.

Visa Interview FAQs

How many rounds are there in Visa Software Engineer interview?
Visa interview process usually has 2-3 rounds. The most common rounds in the Visa interview process are Technical, Coding Test and One-on-one Round.
How to prepare for Visa Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Visa. The most common topics and skills that interviewers at Visa expect are Javascript, Computer science, SQL, Python and XML.
What are the top questions asked in Visa Software Engineer interview?

Some of the top questions asked at the Visa Software Engineer interview -

  1. Given 2 game scenarios for basketball, and given p as the probability of making...read more
  2. What is most interesting thing about Vi...read more
  3. Which one would you solve and how and w...read more

Tell us how to improve this page.

Visa Software Engineer Interview Process

based on 12 interviews

2 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
View more
Visa Software Engineer Salary
based on 186 salaries
₹9.2 L/yr - ₹34.6 L/yr
156% more than the average Software Engineer Salary in India
View more details

Visa Software Engineer Reviews and Ratings

based on 21 reviews

3.4/5

Rating in categories

3.2

Skill development

4.0

Work-life balance

3.3

Salary

3.9

Job security

3.6

Company culture

2.9

Promotions

3.3

Work satisfaction

Explore 21 Reviews and Ratings
Staff SW Engineer

Bangalore / Bengaluru

7-12 Yrs

Not Disclosed

SW Engineer - Sr. Consultant (Java, Angular, Sprint)

Bangalore / Bengaluru

8-13 Yrs

Not Disclosed

Chief SW Engineer

Bangalore / Bengaluru

15-17 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
614 salaries
unlock blur

₹12.3 L/yr - ₹44 L/yr

Software Engineer
186 salaries
unlock blur

₹9.2 L/yr - ₹34.6 L/yr

Staff Software Engineer
148 salaries
unlock blur

₹20 L/yr - ₹59.8 L/yr

Senior Data Engineer
89 salaries
unlock blur

₹22 L/yr - ₹45 L/yr

Senior Software Test Engineer
89 salaries
unlock blur

₹18 L/yr - ₹41.2 L/yr

Explore more salaries
Compare Visa with

MasterCard

4.0
Compare

American Express

4.2
Compare

PayPal

3.9
Compare

State Bank of India

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview