4 Interview Experiences
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
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
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
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