San Francisco Bay AreaMay 21, 2026Online AssessmentCoding7/10 difficulty
I completed an online assessment consisting of three coding questions: 1. Given two integer arrays `a` and `b` of the same length and an integer `k`, each index `i` contributes `min(a[i], b[i])` to a total sum. I could choose at most `k` indices to double thei...
I encountered a coding question similar to Leetcode 689, but with three different parameters represented by 'k'. The 2nd problem involved applying Dijkstra's algorithm on a directed weighted graph.
01
San Francisco Bay Area
Apr 15, 2026
Online Assessment
Coding
7/10 difficulty
I was given a coding problem that was a variation of Leetcode 1125. The difference is : given skills 1 and 2, each person has 0-2 skills. Select a certain number of people such that at least K people have skills 1 and 2. Each person has a cost. Return an array...
01
Austin, TX, US
Mar 31, 2026
Full Journey
Multiple Types
3/10 difficulty
Here is my interview experience for a Senior Software Engineer role at Visa. **Virtual Onsite (VO)** * **Round 1: Project + Coding:** * The interviewer picked a project from my resume and asked me to explain it clearly. Follow-up question: How do I understand...
00
San Francisco Bay Area
Mar 6, 2026
Online Assessment
Coding
7/10 difficulty
I completed an online assessment that included the following questions: 1. A variation of LeetCode 474, but modified to require "at least" a certain value. 2. A variation of LeetCode 1399, but with a much larger input range, causing a brute-force solution to t...
00
San Francisco Bay Area
Dec 30, 2025
Full Journey
Multiple Types
6/10 difficulty
I had three rounds of interviews in person for a Software Engineer position. I have two years of experience in Java, Spring Boot, Python, AWS, GitHub Actions, Kubernetes, and MySQL. **Round 1 - DSA and OOP:** I was given three DSA questions: 1. Palindrome chec...
01
San Francisco Bay Area
Dec 1, 2025
Online Assessment
Coding
6/10 difficulty
I had to solve three coding questions. The first two were relatively easy problems dealing with arrays and strings. The third problem was as follows: Given an array representing memory, where 1 means occupied and 0 means free, and a 2D array of queries, where...
01
San Francisco Bay Area
Aug 15, 2025
Phone Screen
Multiple Types
6/10 difficulty
I had a one-hour interview. The interviewer asked me coding, behavioral, and design questions. For coding, I was asked: Given two integer arrays representing the face values and quantities of coins, respectively, determine how many distinct values can be forme...
00
San Francisco Bay Area
Aug 15, 2025
Online Assessment
Coding
6/10 difficulty
I applied online and was contacted a week later to schedule the OA and a recruiter call. The OA was on CodeSignal and lasted 70 minutes. There were four questions: * **L1:** String processing: If the string length is even, reverse it; if odd, convert all chara...
01
San Francisco Bay Area
Aug 15, 2025
Online Assessment
Coding
6/10 difficulty
The online assessment consisted of four questions on the CodeSignal platform: 1. The first question involved performing a series of simple operations on three given integers. 2. The second question provided an integer array representing the lengths of branches...