visa

7 Interview Experiences

visa

SOFTWARE ENGINEER 1 (SDE-1)
Jul 16, 2026
Visa Software Engineer 1 (SDE-1) Interview Experience

Visa Software Engineer 1 (SDE-1) Interview Experience

visa

STAFF SWE
Jun 17, 2026
rejected
Visa STAFF SWE (Bangalore) Interview Experience | 8.8 YOE | Not Selected

Round 1 : DSA RoundAll code was done in javaq1) LinkedList intersection. q2) Longest subarray without repeating characters.Round 2 : HLD + LLDDesign a payment system, focusing on payment states, various payment methods, durable execution and retries.

visa

STAFF SWE
May 22, 2026
Visa STAFF SWE (Bangalore) Interview Experience | 8.8 YOE

SO I completed 2 rounds of tech interviews for a Staff SWE role at Visa Bangalore recentlyHere's how it wentRound 1 : Problem solving + system designq1) Find the longest strictly increasing subsequence in an array. I solved the problem with an iterat

visa

SSE
May 14, 2026
Visa SSE Interview experience

The interview was quite different from the usual DSA-heavy rounds. There were no coding questions in my round. The discussion was mostly around backend engineering, distributed systems, production workflows, and testing practices.The interview starte

visa

SDE
Apr 23, 2026
Visa SDE Interview

Hi all,Had an interview recently for an SDE role in visaDSA RoundThe interviewer gave me a problem on:Tree traversal + state tracking (with constraints on child nodes)At first, it looked manageable.I started with: Basic DFS approach Tried to track va

visa

SR SWE
Apr 3, 2026
reject
Visa Interview Sr SWE | Reject

Sharing my VISA interview experience for Sr SWE position.OA Had 4 questions LC easy and medium, don't remember exact questions 1.Bus departure 2.Numbers with odd 0s 3.Allocate memory 4.View gap mountain , find minGapVerdict : Was able to clear all TC

visa

SDE
Mar 26, 2026
offer
Visa Interview Experience (SDE) – Selected

Online Assessment (OA):The OA consisted of 4 DSA questions.The first two were implementation-based and relatively straightforward. The last two were medium to hard level, focusing on Dynamic Programming, HashMap, and Trees.Round 1 (DSA Round):Solved