Visa Interview Questions
Master your tech interview with our curated database of real questions from top companies.
Product Roadmap & Stakeholder Trade-offs
Product Roadmap: End-to-End Approach and Trade-Offs Prompt 1. Describe your end-to-end approach to building a product roadmap. 2. How do you collect i...
Resolve Team Conflicts: Actions and Outcomes Explored
Behavioral Question: Conflict Resolution and Career Motivation Scenario Visa analytics role – initial behavioral segment after introductions. Prompt 1...
Assess Cultural Fit and Motivation in Visa Interview
HR Screen: Behavioral Questions for a Data Scientist at Visa Context You have a rescheduled HR phone screen for a Data Scientist role at Visa. The rec...
Maintain pair-sum counts under replacements
You are given two integer arrays A and B and a list of operations: ( 1) Query(T): return the number of pairs (i, j) such that A[i] + B[j] = T. ( 2) Re...
Design rotating warehouse simulator with closures
Given an integer array cap[0..n-1] for warehouses 0..n-1 and a sequence of events, simulate package processing. Events: ( 1) "PACKAGE": process one pa...
Design an experiment assignment service
Design an Online Experimentation (A/B Testing) Assignment Service You are asked to design a highly available online experiment assignment service. The...
Compute distinct sums from limited coins
You are given two integer arrays, denom[0..n-1] and count[0..n-1], where denom[i] > 0 is a coin denomination and count[i] >= 0 is the number of availa...
Compute Total Spent in 2023 Excluding Refunds
transactions +----------------+---------+-------------+--------+------------------+ | transaction_id | user_id | merchant_id | amount | transaction_da...