Visa Software Engineer Coding & Algorithms Interview Questions
Master your tech interview with our curated database of real questions from top companies.
3Questions
1Company
3 Questions 1 Company
Showing 3 results
Visa
Medium
Software EngineerMaintain 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...
Coding & Algorithms
0
0
Sep 6, 2025
Visa
Medium
Software EngineerDesign 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...
Coding & Algorithms
0
0
Sep 6, 2025
Visa
Medium
Software EngineerCompute 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...
Coding & Algorithms
0
0
Aug 11, 2025