Upload Button Icon Add office photos

Visa

Compare button icon Compare button icon Compare

Filter interviews by

Visa Interview Questions, Process, and Tips

Updated 25 Feb 2025

Top Visa Interview Questions and Answers

View all 143 questions

Visa Interview Experiences

Popular Designations

138 interviews found

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 17 Dec 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Nov 2024.

Round 1 - HR 

(1 Question)

  • Q1. Rate your skills on technologies

Lead Engineer Interview Questions asked at other Companies

Q1. What is the resistance value of tripping & closing coil of vcb?
View answer (8)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was fine . medium level difficulty.

Round 2 - Technical 

(1 Question)

  • Q1. Basic string questions easy level

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

4 questions were given to solve in 70 minutes

Round 2 - One-on-one 

(1 Question)

  • Q1. Data strcutures and algorithm round
Round 3 - One-on-one 

(1 Question)

  • Q1. Java basics + 1 system design question + 1 coding question on codesignal

Senior Consultant Interview Questions asked at other Companies

Q1. 1. What's the use of update sets and how do you move update set from one instance to another? Once you imported the update set, what will you do? To check the customisations, You need to do open the update set and do something. What is that... read more
View answer (3)

Team Manager Interview Questions & Answers

user image Anonymous

posted on 9 Jan 2025

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

I applied via LinkedIn and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Coding test conducted at hackrank

Round 2 - Technical 

(2 Questions)

  • Q1. What is RDBMD? how can it be rationalize
  • Ans. 

    RDBMD stands for Relational Database Management System. It is a software system used for managing relational databases.

    • RDBMD is used to store, retrieve, and manage data in a structured format.

    • It allows users to define, create, and manipulate tables, indexes, and relationships between data.

    • Examples of RDBMD include MySQL, Oracle Database, and Microsoft SQL Server.

  • Answered by AI
  • Q2. Explain microservices and Kubernetes, low code/ no code
  • Ans. 

    Microservices are a software development technique where applications are composed of small, independent services that communicate over well-defined APIs. Kubernetes is an open-source platform for automating deployment, scaling, and managing containerized applications.

    • Microservices break down applications into smaller, loosely coupled services that can be developed, deployed, and scaled independently.

    • Kubernetes is used...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare as per the JD and resume.

Team Manager Interview Questions asked at other Companies

Q1. To maintain SIEM solution which are the daily activities that you will perform?
View answer (4)

Visa interview questions for popular designations

 Software Engineer

 (19)

 Senior Software Engineer

 (14)

 Software Developer

 (11)

 Data Scientist

 (4)

 Software Engineer Intern Trainee

 (4)

 Data Engineer

 (4)

 Staff Engineer

 (3)

 Product Manager

 (2)

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

(1 Question)

  • Q1. Design an econmerce website
  • Ans. 

    Design an ecommerce website for online shopping

    • User-friendly interface for easy navigation

    • Secure payment gateway integration

    • Product categorization and search functionality

    • Customer reviews and ratings

    • Responsive design for mobile compatibility

  • Answered by AI

Skills evaluated in this interview

Top Visa Senior Software Engineer Interview Questions and Answers

Q1. Given a grid containing 0s and 1s and source row and column, in how many ways, could we reach form source to target. ( 1's represents a blockade and 0's represent accessable points)
View answer (2)

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Get interview-ready with Top Visa Interview Questions

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

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 representing the number of transactions you can perform. Your task is to determ... read more
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)

Jobs at Visa

View all

Sdet Interview Questions & Answers

user image Anonymous

posted on 30 Sep 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Coding Test 

Two questions on array sort the given array and find how many times a element occur

Sdet Interview Questions asked at other Companies

Q1. Given a M x N 2D array containing random alphabets and a function Dict(string word) which returns whether the 'word' is a valid English word. Find all possible valid words you can get from the 2D array, where the alphabets are adjacent to e... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Sep 2023.

Round 1 - Coding Test 

Simple data structures problem solving.

Round 2 - Technical 

(2 Questions)

  • Q1. Problem solving related to tree and maps?
  • Q2. Design question for a email service having scope to add different types of communication methods like sms WhatsApp or any new type of messageing service.
Round 3 - Behavioral 

(3 Questions)

  • Q1. How do you handle projects which has critical deadlines?
  • Q2. How do you handle conflicts?
  • Q3. How do plan to lead a team with no experience in a technology which is recently pushed from the organisation side?
Round 4 - HR 

(1 Question)

  • Q1. Behaviour questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

CodeSignal platform 2 easy and 2 difficult questions

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Details about past projects
  • Q2. Details about latest project

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good in comm skills

Senior Data Scientist Interview Questions asked at other Companies

Q1. What is the difference between logistic and linear regression?
View answer (4)

Visa Interview FAQs

How many rounds are there in Visa 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 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 Python, Computer science, Agile, SQL and Linux.
What are the top questions asked in Visa interview?

Some of the top questions asked at the Visa interview -

  1. Given a grid containing 0s and 1s and source row and column, in how many ways, ...read more
  2. Given 2 game scenarios for basketball, and given p as the probability of making...read more
  3. 1. High Level System Design -> Design Uber like Service. Follow up -> What woul...read more
How long is the Visa interview process?

The duration of Visa interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Visa Interview Process

based on 102 interviews

Interview experience

4
  
Good
View more

Explore Interview Questions and Answers for Top Skills at Visa

Interview Questions from Similar Companies

ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Axis Bank Interview Questions
3.8
 • 1.5k Interviews
Paytm Interview Questions
3.3
 • 749 Interviews
American Express Interview Questions
4.2
 • 358 Interviews
PayPal Interview Questions
3.9
 • 207 Interviews
Razorpay Interview Questions
3.6
 • 148 Interviews
MasterCard Interview Questions
3.9
 • 134 Interviews
Mobikwik Interview Questions
4.0
 • 47 Interviews
View all

Visa Reviews and Ratings

based on 364 reviews

3.5/5

Rating in categories

3.2

Skill development

3.6

Work-life balance

3.7

Salary

3.3

Job security

3.3

Company culture

3.0

Promotions

3.1

Work satisfaction

Explore 364 Reviews and Ratings
Associate Financial Analyst

Bangalore / Bengaluru

1-3 Yrs

Not Disclosed

Sr. Consultant - Product Manager (Technical)

Bangalore / Bengaluru

8-15 Yrs

Not Disclosed

SW Engineer - Full stack Developer

Bangalore / Bengaluru

3-8 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
621 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
196 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Staff Software Engineer
149 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Data Engineer
89 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Test Engineer
87 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Visa with

MasterCard

3.9
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