AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

Visa

Compare button icon Compare button icon Compare
3.5

based on 417 Reviews

Play video Play video Video summary
  • About
  • Reviews
    417
  • Salaries
    4.9k
  • Interviews
    146
  • Jobs
    181
  • Benefits
    53
  • Photos
    -
  • Posts
    4

Filter interviews by

Visa Interview Questions and Answers

Updated 29 Jun 2025
Popular Designations

160 Interview questions

An Associate Data Scientist was asked 1mo ago
Q. What do you know about Agentic AI?
Ans. 

Agentic AI refers to autonomous systems capable of making decisions and taking actions independently.

  • Agentic AI systems can operate without human intervention, such as self-driving cars.

  • They utilize machine learning algorithms to adapt and improve over time.

  • Examples include virtual personal assistants like Siri or Alexa that learn user preferences.

  • Agentic AI can be applied in various fields, including finance for ...

View all Associate Data Scientist interview questions
A Senior Financial Analyst was asked 1mo ago
Q. What is the difference between SOX and internal audit?
Ans. 

SOX ensures financial transparency and compliance, while internal audit evaluates risk management and operational efficiency.

  • SOX (Sarbanes-Oxley Act) focuses on financial reporting and accountability for public companies.

  • Internal audit assesses the effectiveness of internal controls and risk management processes.

  • SOX compliance requires external audits to verify financial statements, while internal audits are condu...

View all Senior Financial Analyst interview questions
A Senior Financial Analyst was asked 1mo ago
Q. What are the various types of IT General Controls (ITGC), and can you specify the type of control associated with each, such as preventive, detective, etc.?
Ans. 

IT General Controls (ITGC) ensure the integrity and security of IT systems, categorized into preventive, detective, and corrective controls.

  • Preventive Controls: Aim to prevent errors or fraud. Example: Access controls that restrict unauthorized users.

  • Detective Controls: Identify and alert on errors or irregularities. Example: Audit logs that track user activities.

  • Corrective Controls: Address and rectify issues aft...

View all Senior Financial Analyst interview questions
An Engineer was asked 2mo ago
Q. Explain the principles of OOP.
Ans. 

Object-Oriented Programming (OOP) is a programming paradigm based on the concept of objects, encapsulating data and behavior.

  • Encapsulation: OOP allows bundling of data and methods that operate on that data within a single unit, or class. For example, a 'Car' class can encapsulate properties like 'color' and methods like 'drive()'.

  • Inheritance: This principle enables a new class to inherit properties and methods fro...

View all Engineer interview questions

What people are saying about Visa

View All
oniondosa
Verified Icon
1w
works at
Delta Air Lines
Offer Compensation Expectations for Visa Inc Staff Software (IND)
Hi All, I have cleared all the rounds for VISA Staff Software Engineer. I have a pending discussion with HR regarding compensation. What's a reasonable expectation for the fixed component? I'm aiming for 55 LPA fixed. Is that realistic? Also, what about RSUs or bonus expectations? Any insights would be appreciated! Experience : 10 years CCTC : 35 + 3 = 38 Inhand offer: 43+10 = 53
Got a question about Visa?
Ask anonymously on communities.
An Engineer was asked 2mo ago
Q. Questions on Scala basics
Ans. 

Scala is a powerful programming language that combines object-oriented and functional programming paradigms.

  • Scala runs on the Java Virtual Machine (JVM) and is interoperable with Java.

  • It supports both object-oriented and functional programming styles.

  • Example of a simple Scala function: `def add(a: Int, b: Int): Int = a + b`.

  • Scala has a strong static type system, which helps catch errors at compile time.

  • Collections...

View all Engineer interview questions
A SSA Engineer was asked 3mo ago
Q. What are closures in Python?
Ans. 

A closure in Python is a function that retains access to its lexical scope, even when the function is executed outside that scope.

  • A closure is created when a nested function captures the local variables from its enclosing function.

  • Example: def outer_func(x): def inner_func(y): return x + y; return inner_func; closure = outer_func(10); closure(5) returns 15.

  • Closures help in data hiding and encapsulation, allowing f...

View all SSA Engineer interview questions
A SSA Engineer was asked 3mo ago
Q. How do you monitor a network?
Ans. 

Monitoring network performance involves tracking metrics like bandwidth, latency, and packet loss to ensure optimal operation.

  • Use network monitoring tools like Nagios or Zabbix to track performance metrics.

  • Implement SNMP (Simple Network Management Protocol) for real-time monitoring of network devices.

  • Analyze traffic patterns with tools like Wireshark to identify bottlenecks.

  • Set up alerts for unusual activity or pe...

View all SSA Engineer interview questions
Are these interview questions helpful?
A Machine Learning Scientist was asked 3mo ago
Q. Describe the system design for a credit card fraud detection system.
Ans. 

Design a credit card fraud detection system using machine learning techniques to identify and prevent fraudulent transactions.

  • Data Collection: Gather historical transaction data, including features like transaction amount, location, time, and user behavior.

  • Feature Engineering: Create features such as transaction frequency, average transaction amount, and user spending patterns.

  • Model Selection: Use algorithms like ...

View all Machine Learning Scientist interview questions
A Data Analyst was asked 6mo ago
Q. Write a function to create a transaction bin column.
Ans. 

Create a function to generate a transaction bin column based on transaction amounts.

  • Create bins based on transaction amounts (e.g. $0-$100, $101-$200, etc.)

  • Use pandas cut() function in Python to create bins

  • Assign bin labels to the transactions based on the bin ranges

View all Data Analyst interview questions
A Lead Engineer was asked 6mo ago
Q. Rate your skills in the following technologies.
Ans. 

I possess a diverse skill set in various technologies, with a strong focus on software development and system architecture.

  • Proficient in Python and Java, having developed multiple web applications using Django and Spring frameworks.

  • Experienced in cloud technologies like AWS and Azure, successfully migrating on-premise applications to the cloud.

  • Skilled in database management with SQL and NoSQL databases, including ...

View all Lead Engineer interview questions
1 2 3 4 5 6 7

Visa Interview Experiences

146 interviews found

Senior Systems Engineer Interview Questions & Answers

user image Anonymous

posted on 19 Aug 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. HR will call you and ask your current roles and responsibilities ?
  • Add your answer
  • Q2. Job designation senior system engineer (IAM, Azure portal, SaaS Applications, API integrations, Vulnerability Management)
  • Add your answer
Round 2 - Technical 

(7 Questions)

  • Q1. Do you anything related vulnerability management?
  • Ans. 

    Vulnerability management involves identifying, assessing, and mitigating security weaknesses in systems and applications.

    • Conduct regular vulnerability assessments using tools like Nessus or Qualys.

    • Prioritize vulnerabilities based on risk and impact, such as CVSS scores.

    • Implement patch management processes to address identified vulnerabilities promptly.

    • Utilize threat intelligence to stay informed about emerging vulnerab...

  • Answered by AI
    Add your answer
  • Q2. How do you support application for sso enablement?
  • Ans. 

    Supporting application for SSO enablement involves configuring authentication settings, integrating with identity providers, and testing functionality.

    • Configure authentication settings within the application to enable SSO

    • Integrate the application with identity providers such as Okta, Azure AD, or PingFederate

    • Test the SSO functionality to ensure seamless user experience

    • Provide documentation and training for users on how...

  • Answered by AI
    Add your answer
  • Q3. Haw you handle outages and any regular task you performed?
  • Ans. 

    I handle outages by following established procedures and prioritize tasks based on impact.

    • Immediately assess the situation to determine the root cause of the outage

    • Communicate with stakeholders to keep them informed of the issue and expected resolution time

    • Work with cross-functional teams to troubleshoot and resolve the outage as quickly as possible

    • Document the outage incident and steps taken for future reference and i...

  • Answered by AI
    Add your answer
  • Q4. How you deal with change management?
  • Ans. 

    I handle change management by implementing structured processes, communication, and stakeholder involvement.

    • Implementing a change management process to track and document changes

    • Communicating changes effectively to all stakeholders

    • Involving key stakeholders in decision-making and planning

    • Ensuring proper testing and validation of changes before implementation

  • Answered by AI
    Add your answer
  • Q5. How do you enable sso for applications for saas?
  • Ans. 

    Enable SSO for SaaS applications by integrating with identity providers and configuring authentication protocols.

    • Integrate with identity providers such as Okta, Azure AD, or Google Workspace

    • Configure authentication protocols like SAML, OAuth, or OpenID Connect

    • Implement single sign-on functionality in the application code

    • Ensure secure communication between the application and the identity provider

  • Answered by AI
    Add your answer
  • Q6. What is RTO in disaster recovery?
  • Ans. 

    RTO stands for Recovery Time Objective in disaster recovery, representing the targeted duration of time within which a business process must be restored after a disaster.

    • RTO is a crucial metric in disaster recovery planning, indicating the maximum acceptable downtime for a system or process.

    • It helps organizations determine the resources and strategies needed to recover from a disaster within a specific timeframe.

    • For ex...

  • Answered by AI
    Add your answer
  • Q7. Which application you are using to connect servers?
  • Ans. 

    I primarily use SSH (Secure Shell) to connect servers.

    • SSH (Secure Shell) is a widely used application for securely connecting to servers

    • Other applications like PuTTY, OpenSSH, and WinSCP can also be used for server connections

  • Answered by AI
    Add your answer
Round 3 - Behavioral 

(4 Questions)

  • Q1. Hiring manager will brief about jd and ask questions based on related job and you are working
  • Add your answer
  • Q2. Do you vulnerability management?
  • Ans. 

    Yes, I am experienced in vulnerability management.

    • I have experience in identifying, prioritizing, and mitigating vulnerabilities in systems and networks.

    • I am proficient in using vulnerability scanning tools such as Nessus, Qualys, and OpenVAS.

    • I have implemented patch management processes to address vulnerabilities in a timely manner.

    • I have conducted vulnerability assessments and penetration testing to identify weakness...

  • Answered by AI
    Add your answer
  • Q3. You worked applications were connected or disconnected one?
  • Ans. 

    I have experience working with both connected and disconnected applications.

    • I have experience developing applications that can function both online and offline.

    • I have worked on projects where data synchronization is crucial for seamless user experience.

    • Examples include mobile apps that can work offline and sync data when connected to the internet.

  • Answered by AI
    Add your answer
  • Q4. Have you taken care of Authorization part?
  • Ans. 

    Yes, I have experience in taking care of the Authorization part in various projects.

    • Implemented role-based access control (RBAC) to manage user permissions

    • Configured and managed authentication protocols such as OAuth and SAML

    • Worked on setting up access control lists (ACLs) for network security

    • Experience with managing user roles and permissions in Active Directory

    • Utilized single sign-on (SSO) solutions for seamless user...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well be confident do some research on the jd

Skills evaluated in this interview

Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 29 Oct 2024

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
    Add your answer
  • 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
    Add your answer
Round 2 - HR 

(2 Questions)

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

    Yes, I am open to relocating for the right opportunity, as it can enhance my career and personal growth.

    • Relocation can provide exposure to new technologies and methodologies.

    • Living in a different city can broaden my professional network.

    • I am adaptable and enjoy new experiences, which relocation offers.

    • For example, moving to a tech hub can lead to better career prospects.

  • Answered by AI
    Add your answer

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

Anonymous

Senior Financial Analyst Interview Questions & Answers

user image Anonymous

posted on 13 May 2025

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. What is the difference between sox and internal audit?
  • Ans. 

    SOX ensures financial transparency and compliance, while internal audit evaluates risk management and operational efficiency.

    • SOX (Sarbanes-Oxley Act) focuses on financial reporting and accountability for public companies.

    • Internal audit assesses the effectiveness of internal controls and risk management processes.

    • SOX compliance requires external audits to verify financial statements, while internal audits are conducted ...

  • Answered by AI
    Add your answer
  • Q2. What is ITAC? How are the ITACs scoped in? Give an example of testing three way match.
  • Ans. 

    ITAC refers to Information Technology Application Controls, ensuring data integrity in financial processes.

    • ITACs are controls within IT systems that ensure the accuracy and reliability of financial data.

    • They are scoped in by identifying critical processes and assessing risks associated with data integrity.

    • Example of a three-way match: verifying that the purchase order, invoice, and receiving report all match before pro...

  • Answered by AI
    Add your answer
  • Q3. What is key reports? How are Key reports scoped in? How are key reports tested?
  • Ans. 

    Key reports are essential financial documents that provide insights for decision-making and performance evaluation.

    • Key reports include financial statements, variance analysis, and budget forecasts.

    • Scoping involves identifying the report's purpose, audience, and key metrics to be included.

    • Testing key reports includes validating data accuracy, ensuring calculations are correct, and confirming that the report meets user r...

  • Answered by AI
    Add your answer
  • Q4. What are the various types of IT General Controls (ITGC), and can you specify the type of control associated with each, such as preventive, detective, etc.?
  • Ans. 

    IT General Controls (ITGC) ensure the integrity and security of IT systems, categorized into preventive, detective, and corrective controls.

    • Preventive Controls: Aim to prevent errors or fraud. Example: Access controls that restrict unauthorized users.

    • Detective Controls: Identify and alert on errors or irregularities. Example: Audit logs that track user activities.

    • Corrective Controls: Address and rectify issues after th...

  • Answered by AI
    Add your answer
Anonymous

Data Analyst Interview Questions & Answers

user image Vishwesh Dayama

posted on 18 Dec 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. SQL Joins and remove duplicates
  • Add your answer
  • Q2. Function to create a transaction bin column
  • Ans. 

    Create a function to generate a transaction bin column based on transaction amounts.

    • Create bins based on transaction amounts (e.g. $0-$100, $101-$200, etc.)

    • Use pandas cut() function in Python to create bins

    • Assign bin labels to the transactions based on the bin ranges

  • Answered by AI
    Add your answer
Anonymous

Front end Developer Interview Questions & Answers

user image Anonymous

posted on 9 Oct 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Referral and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Closures, setTimeout, Eventloop in javascript
  • Add your answer
  • Q2. How to center a div in css3
  • Ans. 

    To center a div in CSS3, use the 'margin: auto;' property along with a set width.

    • Set the width of the div

    • Use 'margin: auto;' to center the div horizontally

    • Make sure the parent container has a defined width

  • Answered by AI
    Add your answer
  • Q3. Call , bind and apply functions in javascript
  • Ans. 

    call, bind, and apply are methods used to manipulate the context of a function in JavaScript.

    • call() is used to invoke a function with a specified 'this' value and arguments provided individually.

    • bind() is used to create a new function with a specified 'this' value and initial arguments.

    • apply() is used to invoke a function with a specified 'this' value and arguments provided as an array.

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Anonymous

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 2 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Spark question on optimization
  • Add your answer
  • Q2. SQL writting and optimization
  • Add your answer
Anonymous

Finance Manager Interview Questions & Answers

user image Vaishnavi

posted on 24 Nov 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is impairment
  • Ans. 

    Impairment refers to a reduction in the value of an asset on the balance sheet.

    • Impairment occurs when the carrying amount of an asset exceeds its recoverable amount.

    • It is typically recorded as a non-cash charge on the income statement.

    • Common examples include impairment of goodwill, intangible assets, and property, plant, and equipment.

  • Answered by AI
    Add your answer
  • Q2. How do you reconcile mismatch between Gl and subledger
  • Ans. 

    Reconciling GL and subledger involves identifying and resolving discrepancies between the two accounts.

    • Compare transactions in GL and subledger to identify discrepancies

    • Investigate any differences in balances or transactions

    • Adjust entries in GL or subledger to reconcile the accounts

    • Ensure proper documentation of reconciliation process

    • Communicate with relevant stakeholders to resolve discrepancies

  • Answered by AI
    Add your answer
Anonymous

Product Manager Interview Questions & Answers

user image Anonymous

posted on 16 Jul 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(4 Questions)

  • Q1. Introduction and experience demonstration in 1-1.5 minutes
  • Add your answer
  • Q2. Why we should hire you?
  • Add your answer
  • Q3. Articulate Product Strategy for a market migration/mass enablement
  • Ans. 

    Develop a product strategy to enable mass migration in the market.

    • Conduct market research to identify target segments and their needs

    • Create a roadmap for product development and deployment

    • Implement marketing campaigns to educate and attract customers

    • Provide training and support for users transitioning to the new product

    • Monitor and analyze feedback to make continuous improvements

  • Answered by AI
    Add your answer
  • Q4. Leadership style question with example
  • Add your answer
Round 2 - Case Study 

Create a Project Plan and Presentation on a Market Migration Case Study

Round 3 - One-on-one 

(2 Questions)

  • Q1. Same as round 1 questions
  • Add your answer
  • Q2. Describe yourself in 3 words
  • Add your answer
Anonymous

Senior Software Development Engineer Interview Questions & Answers

user image leetcode account

posted on 25 Sep 2024

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

1. medium dp question on busrst ballon
2. graph quetion on flood fill

Round 2 - Technical 

(2 Questions)

  • Q1. Design File Search
  • Ans. 

    Design a file search feature for a software application.

    • Implement a search bar where users can input keywords or phrases to search for files.

    • Include filters for file type, date modified, and other relevant criteria.

    • Display search results in a user-friendly format with relevant file details.

    • Allow users to preview files before opening or downloading them.

    • Consider implementing search suggestions or autocomplete functional...

  • Answered by AI
    Add your answer
  • Q2. Design BookMyShow
  • Ans. 

    Design a ticket booking platform for movies, events, and shows with user-friendly features and robust backend architecture.

    • User Registration: Allow users to create accounts using email or social media.

    • Search Functionality: Implement a search bar for users to find movies or events by name, genre, or location.

    • Event Listings: Display a list of available movies/events with details like time, venue, and ticket prices.

    • Seat S...

  • Answered by AI
    Add your answer
Round 3 - Coding Test 

TrieNode common prefix
Graph dkistra algo find least time to fill

Anonymous

Product Support Engineer Interview Questions & Answers

user image gomax

posted on 23 Oct 2024

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

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated and experienced Product Support Engineer with a strong background in troubleshooting and customer service.

    • Experienced in providing technical support for software and hardware products

    • Skilled in diagnosing and resolving customer issues in a timely manner

    • Strong communication skills to effectively communicate with customers and internal teams

    • Familiar with various troubleshooting tools and techniques

    • Passio...

  • Answered by AI
    Add your answer
  • Q2. What does SQL stand for?
  • Ans. 

    SQL stands for Structured Query Language.

    • SQL is a standard language for accessing and manipulating databases.

    • It is used to communicate with databases to perform tasks such as querying data, updating data, and creating tables.

    • Examples of SQL commands include SELECT, INSERT, UPDATE, DELETE, and CREATE.

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Anonymous
More about working at Visa
  • HQ - Foster City,California, United States
  • FinTech
  • 1k-5k Employees (India)
  • Public
  • Internet
  • IT Services & Consulting

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 HR.
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, SQL, Agile and Javascript.
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. Given a dictionary of words, I have to go from one word to another in least num...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 Interviews By Designations

  • Visa Software Engineer Interview Questions
  • Visa Senior Software Engineer Interview Questions
  • Visa Software Developer Interview Questions
  • Visa Data Scientist Interview Questions
  • Visa Software Engineer Intern Trainee Interview Questions
  • Visa Data Engineer Interview Questions
  • Visa Staff Engineer Interview Questions
  • Visa Product Manager Interview Questions
  • Show more
  • Visa System Analyst Interview Questions
  • Visa Intern Interview Questions

Interview Questions for Popular Designations

  • Software Engineer Interview Questions
  • Senior Software Engineer Interview Questions
  • Software Developer Interview Questions
  • Data Engineer Interview Questions
  • Data Scientist Interview Questions
  • Software Engineer Intern Trainee Interview Questions
  • Sales Executive Interview Questions
  • Senior Engineer Interview Questions
  • Show more
  • Graduate Engineer Trainee (Get) Interview Questions
  • Deputy Manager Interview Questions

Overall Interview Experience Rating

3.9/5

based on 110 interview experiences

Difficulty level

Easy 13%
Moderate 79%
Hard 8%

Duration

Less than 2 weeks 60%
2-4 weeks 26%
4-6 weeks 4%
6-8 weeks 6%
More than 8 weeks 4%
View more

Explore Interview Questions and Answers for Top Skills at Visa

Java Interview Questions & Answers
500 Questions
Web Development Interview Questions & Answers
250 Questions

Interview Questions from Similar Companies

Paytm
Paytm Interview Questions
3.2
 • 800 Interviews
FIS
FIS Interview Questions
3.9
 • 503 Interviews
PayPal
PayPal Interview Questions
3.8
 • 225 Interviews
Fiserv
Fiserv Interview Questions
2.9
 • 181 Interviews
Razorpay
Razorpay Interview Questions
3.5
 • 161 Interviews
Angel One
Angel One Interview Questions
3.8
 • 149 Interviews
MasterCard
MasterCard Interview Questions
3.9
 • 145 Interviews
Broadridge Financial Solutions
Broadridge Financial Solutions Interview Questions
3.9
 • 145 Interviews
Revolut
Revolut Interview Questions
2.6
 • 103 Interviews
TransUnion
TransUnion Interview Questions
3.9
 • 93 Interviews
View all

Visa Reviews and Ratings

based on 417 reviews

3.5/5

Rating in categories

3.2

Skill development

3.5

Work-life balance

3.6

Salary

3.2

Job security

3.3

Company culture

2.9

Promotions

3.1

Work satisfaction

Explore 417 Reviews and Ratings
Jobs at Visa
Visa
Software Engineer (Python, Bash Scripting - 1-2 yrs of Work exp)

Bangalore / Bengaluru

6-7 Yrs

Not Disclosed

Visa
Portfolio Optimization Manager

Bangalore / Bengaluru

8-11 Yrs

Not Disclosed

Visa
Manager (Project Mgmt & Lease Administration)

Bangalore / Bengaluru

7-10 Yrs

Not Disclosed

Explore more jobs
Visa Salaries in India
Senior Software Engineer
706 salaries
unlock blur

₹24 L/yr - ₹40 L/yr

Software Engineer
457 salaries
unlock blur

₹14 L/yr - ₹25.9 L/yr

Staff Software Engineer
220 salaries
unlock blur

₹36 L/yr - ₹65 L/yr

Senior Data Engineer
112 salaries
unlock blur

₹25 L/yr - ₹45 L/yr

Staff Engineer
96 salaries
unlock blur

₹40 L/yr - ₹64 L/yr

Explore more salaries
Compare Visa with
MasterCard

MasterCard

3.9
Compare
American Express

American Express

4.1
Compare
Paytm

Paytm

3.2
Compare
FIS

FIS

3.9
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Visa Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter