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

Data Engineer Interview Questions & Answers

user image Akhil Singh

posted on 10 Aug 2024

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

Leetcode questions easy to medium level

Round 2 - Technical 

(2 Questions)

  • Q1. Project explanation
  • Q2. 2nd highest salary in sql / pyspark
  • Ans. 

    To find the 2nd highest salary in SQL or PySpark, use the ORDER BY and LIMIT clauses.

    • Use ORDER BY clause to sort the salaries in descending order

    • Use LIMIT 1,1 to get the second highest salary

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Salary negotiation
  • Q2. Why you want to join Visa
  • Ans. 

    I want to join Visa because of its reputation as a global leader in payment technology and innovation.

    • Visa's reputation as a global leader in payment technology and innovation aligns with my career goals.

    • I am excited about the opportunity to work on cutting-edge data engineering projects at Visa.

    • I believe that joining Visa will provide me with the chance to collaborate with talented professionals in the industry.

    • Visa's...

  • Answered by AI

Skills evaluated in this interview

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)

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2024. There were 5 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Program manager question
  • Q2. Risk analysis des cription
Round 2 - Technical 

(1 Question)

  • Q1. Conflict management
Round 3 - HR 

(1 Question)

  • Q1. Scrum n agile follow up
Round 4 - Technical 

(2 Questions)

  • Q1. Program plan n execution
  • Q2. Grooming and dashboard creation
Round 5 - HR 

(2 Questions)

  • Q1. Jira and confluence page
  • Q2. Excel and share point

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst company ever. Leadership is horrible .

Technical Program Manager Interview Questions asked at other Companies

Q1. consider a scenario where you are collaborating with multiple PoDs (product teams), each of these are working on business critical deliverables with dedicated engineering teams but a common QA team for all. How will you ensure that the QA b... read more
View answer (2)
Visa Interview Questions and Answers for Freshers
illustration image
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

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

Interview Questions & Answers

user image Anonymous

posted on 1 Feb 2024

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

A codesignal link with 4 questions - to be solved in 110 minutes
First 2 are relatively easy
3rd can need more coding
4th can be a medium-har/hard level leetcode contest type question

I solved first two, and partially did 3 and 4

Round 2 - Technical 

(1 Question)

  • Q1. First brief introduction, then topics were covered for 1- spring, java, spring jpa, database, relationships-mapping , angular basics, javascript 2- medium leetcode styled question on binary search. I wa...
Round 3 - Technical 

(1 Question)

  • Q1. Interviewer joins 5 minute late, asks me to introduce myself, and jumps on to 1- Aspect Oriented programming related question, digs more deeper for next 10 minutes, by asking technical definition of terms ...

Interview Preparation Tips

Topics to prepare for Visa interview:
  • Spring
  • JPA
  • Aspect oriented programming
  • Angular
  • DSA
  • Problem Solving
  • Database
Interview preparation tips for other job seekers - 1- To get online assessment link, I believe referral is the only way, as I've applied to same position 25 times before, with same resume, however never got shortlisted.
How did I got referred? Through linkedIn, I saw a post for this opening, and contacted the person who was mentioned in the post.

2- what so ever happened with me in second round is really ambiguous, and ridiculous from such big companies. I mailed them after rejection mail, stating such stuff happened, however no response from them.

3- Going through this, I believe, an interview should never be one on one, and HR, managers must strictly condemn such behavior from interviewers

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
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It will be a basic maths questions.

Round 2 - Group Discussion 

As a general topic of trend in world.

Round 3 - Coding Test 

To be known for programming knowledge about us.

Round 4 - Technical 

(2 Questions)

  • Q1. Programming oridanited
  • Q2. Skill knowledge questions
Round 5 - HR 

(2 Questions)

  • Q1. Tell me about your self.
  • Ans. 

    I am a passionate Full Stack Developer with experience in building web applications using various technologies.

    • Experienced in front-end technologies like HTML, CSS, JavaScript, and frameworks like React and Angular

    • Proficient in back-end technologies like Node.js, Express, and databases like MongoDB and SQL

    • Familiar with version control systems like Git and deployment tools like Heroku

  • Answered by AI
  • Q2. Family background .

Interview Preparation Tips

Interview preparation tips for other job seekers - pls don't stress the candidate to suffer as high .

Full Stack Developer Interview Questions asked at other Companies

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
View answer (1)

Get interview-ready with Top Visa Interview Questions

Director Interview Questions & Answers

user image Anonymous

posted on 17 Aug 2024

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

(2 Questions)

  • Q1. Tell me about you
  • Ans. 

    I am a dedicated and experienced professional with a passion for leadership and driving results.

    • Over 10 years of experience in leadership roles

    • Proven track record of successfully managing teams and projects

    • Strong communication and interpersonal skills

    • Passionate about driving innovation and continuous improvement

  • Answered by AI
  • Q2. Tell me about your projects
  • Ans. 

    I have managed various projects in the past, ranging from software development to marketing campaigns.

    • Led a team in developing a new mobile app for a tech startup

    • Managed a marketing campaign that resulted in a 20% increase in sales

    • Implemented a new project management system to improve efficiency

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Test

Director Interview Questions asked at other Companies

Q1. On what basis would you enhance the pipeline products of the company?
View answer (2)

Jobs at Visa

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

(2 Questions)

  • Q1. How would go about managing a program?
  • Ans. 

    I would manage a program by setting clear goals, creating a detailed plan, assigning tasks to team members, monitoring progress, and adjusting as needed.

    • Set clear goals and objectives for the program

    • Create a detailed project plan outlining tasks, timelines, and resources

    • Assign tasks to team members based on their strengths and expertise

    • Monitor progress regularly and track key performance indicators

    • Adjust the plan as ne

  • Answered by AI
  • Q2. How much depth you will go into understanding the system design?
  • Ans. 

    I will go into great depth to understand the system design, including analyzing all components and interactions.

    • I will thoroughly review the system architecture, including all components and their interactions.

    • I will analyze the data flow within the system to understand how information is processed and shared.

    • I will consider scalability and performance requirements to ensure the system can handle future growth.

    • I will c...

  • Answered by AI

Skills evaluated in this interview

Senior Program Manager Interview Questions asked at other Companies

Q1. How do you manage conflicts within your functional teams during program management?
View answer (1)

Sdet Engineer Interview Questions & Answers

user image Arohi Jain

posted on 20 Aug 2024

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

Dsa Question based on Arrays, graph and strings

Round 2 - Technical 

(1 Question)

  • Q1. Pattern printing question. Start pattern

Sdet Engineer Interview Questions asked at other Companies

Q1. Tell me about the projects and knowledge on selenium api and etc?
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Current company architecture and what was your role

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. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Sorting algorithm
  • Ans. 

    Sorting algorithm is a method of arranging elements in a specific order.

    • Sorting algorithms can be categorized as comparison-based or non-comparison-based.

    • Examples of sorting algorithms include bubble sort, merge sort, quick sort, and insertion sort.

  • Answered by AI
  • Q2. System design of pusub
  • Ans. 

    Pubsub is a messaging pattern where senders (publishers) distribute messages to multiple receivers (subscribers) through a central hub.

    • Pubsub allows for decoupling of components in a system.

    • Messages are typically sent asynchronously.

    • Common implementations include Kafka, RabbitMQ, and Google Cloud Pub/Sub.

  • Answered by AI

Skills evaluated in this interview

Senior Software Engineer 2 Interview Questions asked at other Companies

Q1. What microservices patterns are you aware ? let's assume that there is a microservice based architecture and service A is calling service B which in turn service C. If service b fails, how will you manage transaction and logging ?
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

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.

Recently Viewed

DESIGNATION

SALARIES

Axis Bank

SALARIES

HDFC Bank

JOBS

HIMFLAX

No Jobs

JOBS

Browse jobs

Discover jobs you love

SALARIES

PhonePe

SALARIES

Paytm

JOBS

Arrixa

No Jobs

PHOTOS

Fino Payments Bank

No Photos

SALARIES

PTC

Tell us how to improve this page.

Visa Interview Process

based on 102 interviews

Interview experience

4
  
Good
View more

HCLTech

An opportunity to work for Fortune 500 companies

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 365 reviews

3.5/5

Rating in categories

3.3

Skill development

3.6

Work-life balance

3.7

Salary

3.3

Job security

3.4

Company culture

3.0

Promotions

3.1

Work satisfaction

Explore 365 Reviews and Ratings
SW Engineer, Sr Consultant level

Bangalore / Bengaluru

8-13 Yrs

Not Disclosed

Staff Software Engineer

Bangalore / Bengaluru

8-13 Yrs

₹ 29-52 LPA

SW Test Engineer

Bangalore / Bengaluru

3-8 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
624 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
212 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Staff Software Engineer
153 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Test Engineer
87 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Data Engineer
85 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