Upload Button Icon Add office photos

Filter interviews by

Visa Interview Questions, Process, and Tips

Updated 15 Jan 2025

Top Visa Interview Questions and Answers

View all 146 questions

Visa Interview Experiences

Popular Designations

136 interviews found

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 GameYou and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as follows: 1. Each coin has a value associated with it. 2. It’s a two-playe... read more
View answer (6)
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
  • Q2. Explain microservices and Kubernetes, low code/ no code

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)
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. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Visa interview questions for popular designations

 Software Engineer

 (19)

 Senior Software Engineer

 (14)

 Software Developer

 (11)

 Data Engineer

 (4)

 Data Scientist

 (4)

 Software Engineer Intern Trainee

 (4)

 Staff Engineer

 (3)

 Data Engineer Staff

 (2)

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 SellYou have been given an array 'PRICES' consisting of 'N' integers where PRICES[i] denotes the price of a given stock on the i-th day. You are also given an integer 'K' denoting the number of possible transactions you can ma... read more
View answer (4)

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 (169)

Get interview-ready with Top Visa Interview Questions

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)

Jobs at Visa

View all
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 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)
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)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Were related to java, dsa and aptitude
  • Q2. Spring , spring boot, dsa med- high
Round 2 - Technical 

(1 Question)

  • Q1. DSA round LLD+HLD
Round 3 - Technical 

(1 Question)

  • Q1. DSA round and project discussion

Interview Preparation Tips

Topics to prepare for Visa Staff Software Engineer interview:
  • java
  • dsa
  • design
Interview preparation tips for other job seekers - I think its waste of time as interviewers are eccentric looking for what they know and would expect the same only. Funny part was going beyond was hurting their ego

Staff Software Engineer Interview Questions asked at other Companies

Q1. How will you open a file whos size is double that of RAM on your system.?
View answer (1)

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 Computer science, Python, 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 74 interviews in last 1 year

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.4k Interviews
Paytm Interview Questions
3.3
 • 752 Interviews
American Express Interview Questions
4.2
 • 355 Interviews
PayPal Interview Questions
3.9
 • 206 Interviews
Razorpay Interview Questions
3.6
 • 151 Interviews
MasterCard Interview Questions
4.0
 • 129 Interviews
Mobikwik Interview Questions
4.0
 • 44 Interviews
View all

Visa Reviews and Ratings

based on 340 reviews

3.6/5

Rating in categories

3.3

Skill development

3.7

Work-life balance

3.7

Salary

3.4

Job security

3.4

Company culture

3.0

Promotions

3.2

Work satisfaction

Explore 340 Reviews and Ratings
Technology Risk Management, Director - External Assessments

Bangalore / Bengaluru

12-16 Yrs

Not Disclosed

Senior Sourcing Analyst - (Procurement/Technology/IT Software)

Bangalore / Bengaluru

8-13 Yrs

Not Disclosed

Technology Risk Manager- Client Inquiry

Bangalore / Bengaluru

8-13 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
619 salaries
unlock blur

₹12.3 L/yr - ₹44 L/yr

Software Engineer
181 salaries
unlock blur

₹9.1 L/yr - ₹34.6 L/yr

Staff Software Engineer
148 salaries
unlock blur

₹20 L/yr - ₹60 L/yr

Senior Software Test Engineer
84 salaries
unlock blur

₹18 L/yr - ₹40 L/yr

Senior Data Engineer
83 salaries
unlock blur

₹20 L/yr - ₹42 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