Interview Experience Analysis for BitGo

13 Records Found
TOTAL EXPERIENCES
13
COMPANIES COVERED
1
ROLES COVERED
6
LOCATIONS COVERED
4

Curious About Salaries?

View BitGo Compensation Details

Share this page with your network:

Role Distribution

Years of Experience vs Number of Experiences

BitGo Interview Experiences

Detailed insights from real candidates who interviewed at top tech companies

Sort by:

BitGo Interview Experience – Backend Engineer E3 (Rejected)

BitGoBackend Engineer E3📍 India

Summary

I interviewed for a Backend Engineer E3 role at BitGo in India, which involved an online assessment, a DSA pair programming round, and a machine coding round. Despite fulfilling all requirements, I wa...

Interview Experience

Recruiter Outreach: Via Instahyre Role: Backend Engineer E3 Location : India Status: ❌ Rejected Round 1: Online Assessment (Coderbyte) Don't remember questions. Round 2: DSA Pair Programming (Coderbyte) Live coding + discussions: BFS on a grid → Similar to Rotting Oranges Find longest path in a g...

Interview Questions (3)

BFS on a Grid (Similar to Rotting Oranges)

MediumData Structures & Algorithms
Loading content...

Longest Path in a Graph (Print Path)

HardData Structures & Algorithms
Loading content...
View Problem

Implement stoi (String to Integer)

MediumData Structures & Algorithms
Loading content...
Read on LeetCode

#bitGo SDE2

BitGoSDE II💼 5 YOE

Summary

I interviewed with bitGo for an SDE2 position, which involved an Online Assessment, multiple technical rounds covering DSA, Low-Level Design, High-Level Design, and behavioral rounds. Ultimately, I re...

Interview Experience

5 years of experience with a year gap due to medical reasons Earlier i have worked with finance and insurance companies 1. OA, two questions from trie and anagram 2. Round 2-> question based on finding diameter of graph given that graph will not have any cycles 2. Round 3-> Design a sql data base ,...

Interview Questions (3)

Find Diameter of a Graph (Acyclic)

MediumData Structures & Algorithms
Loading content...

Design a SQL Database

HardSystem Design
Loading content...

Design a Transaction Indexer System (HLD)

HardSystem Design
Loading content...
Read on LeetCode

BitGo E2

BitGo

Summary

Loading content...

Interview Experience

OA 1. Find shorted path between given source and target. 2. Question related to anagramReceived same OA questions as others have received.Round 1 ( DSA )1. Given a transcript of meeting, find top k most talkative person in the meeting- Need to take a proper input format. Have to decide yourself.Use ...

Interview Questions (7)

Shortest Path between Source and Target

Data Structures & Algorithms
Loading content...

Anagram Check

Data Structures & Algorithms
Loading content...

Top K Most Talkative Person in Meeting Transcript

Data Structures & Algorithms
Loading content...

Min Stack

Data Structures & Algorithms
Loading content...
View Problem

Design a Notification Service

System Design
Loading content...

Design Multiple Cryptocurrency Wallets

System Design
Loading content...

Behavioral/Culture Fit Questions

Behavioral
Loading content...
Read on LeetCode

Bitgo Hiring Process | A Big Red Flag 🚩 | Senior Backend Engineer

BitGoSenior Backend Engineer

Summary

After clearing the online assessment and DSA round, the candidate was rejected in the Low-Level Design round despite demonstrating strong technical skills and clean code principles. The feedback provi...

Interview Experience

I wanted to share a recent interview experience with BitGo that left me both disappointed and reflective — not because of the result, but because of the process. Interview Rounds OverviewRound 1: Online Assessment- Rotate Array- Count AnagramsRound 2: DSA Round- Next PermutationRound 3: Low-Level De...

Interview Questions (3)

Rotate Array

Data Structures & Algorithms
Loading content...
View Problem

Count Anagrams

Data Structures & Algorithms
Loading content...
View Problem

Next Permutation

Data Structures & Algorithms
Loading content...
View Problem
Read on LeetCode

BITGO online assesment - SDE3

BitGoSDE III📍 Remote💼 3 YOE

Summary

Summary: I had a successful online assessment for BitGo's SDE3 position. The interview included two coding problems that tested my understanding of anagram detection and array manipulation. I passed b...

Interview Experience

Loading content...

Interview Questions (2)

Count Anagram

MediumData Structures & Algorithms
Loading content...

Rotate & Concatenate Array

MediumData Structures & Algorithms
Loading content...
Read on LeetCode

Senior Backend Engineer | BitGo

BitGoSenior Backend Engineer

Summary

Interviewed for a Senior Backend Engineer position at BitGo. The candidate faced two online assessment questions and a DSA round. The interview included a coding problem to find the top k most talkati...

Interview Experience

Online AssessmentQuestion 1: Find shortest path between given source and target. Input was in the string format. So we need to create a graph first and do BFSQuestion 2: Fibonacci Series. Given array return fibonacci number greater or equal to sum of array elements.Round 1 DSAQuestion: Given a trans...

Interview Questions (3)

Shortest Path in String-Formatted Graph

nullData Structures & Algorithms
Loading content...

Fibonacci Number Greater than Array Sum

nullData Structures & Algorithms
Loading content...

Top K Talkative Persons in Meeting Transcript

nullData Structures & Algorithms
Loading content...
Read on LeetCode

Bitgo DSA round

BitGoSDE II💼 3.5 YOE

Summary

I had a DSA round interview with Bitgo where I solved a Longest Increasing Path in a Matrix problem. Despite solving it efficiently within 30 minutes and receiving positive feedback from the interview...

Interview Experience

YOE: 3.5 yearsRole: SDE2Pre Screening round : Two Easy coding questions on Coderbyte.Round 1 : https://leetcode.com/problems/longest-increasing-path-in-a-matrix/solutions/I was able to solve the question in 30 minutes. Interviewer was super friendly and nice, He was helping out whenever you get stuc...

Interview Questions (1)

Longest Increasing Path in a Matrix

HardData Structures & Algorithms
Loading content...
View Problem
Read on LeetCode

BitGo | SDE-2 | Recruiter Ghosted

BitGoSDE-2

Summary

Loading content...

Interview Experience

# BIT-GO (Screening Round) Platform: Coderbyte # Question:1 (Graph) - find the shortest path between two node - Input ["number of vertex", "first-node", .... "last_node", "node1-node2", "node2-node3"], example: ["4", "A", "B", "C", "D", "A-B", "B-C", "C-D"] - You need to find shortest distance betw...

Interview Questions (2)

Shortest Path in Unweighted Graph

Data Structures & Algorithms
Loading content...

Shortest Path in Weighted Graph

Data Structures & Algorithms
Loading content...
Read on LeetCode

BitGo | SSE | Bangalore | [Rejected]

BitGoSDE II📍 Bangalore

Summary

Had a data structures and problem solving interview for SSE role at BitGo in Bangalore. The interview focused on shortest path algorithms, but I struggled to recall the correct approach due to lack of...

Interview Experience

Round 1: Data Structures & Problem SolvingQuestion : Return the shortest distance from A -> FInput : {"5","A","B","C","D","F","A-B","A-C","B-C","C-D","D-F"}Ouput : Shortest path from A to F: A -> C -> D -> FI haven't practiced shortest distance problems, so I wasn't able to explain the correct appro...

Interview Questions (1)

Shortest Path from A to F

MediumData Structures & Algorithms
Loading content...
Read on LeetCode

BitGo | Staff Backend Engineer

BitGoStaff Backend Engineer

Summary

I was rejected for the Staff Backend Engineer role at BitGo after an OA with two graph questions, a DSA round with a sliding window problem, and an LLD round where I was asked to complete a Snake and ...

Interview Experience

OA: Format: Two Graph Questions DSA. First Round : Interview Process: The interviewer asked solve a Sliding Window Problem. Format: Medium DSA Second Round : Interview Process: The interviewer asked me to complete a Snake and Ladder game, Even I have solved took more time. Format: Low-Level Design...

Interview Questions (1)

Snake and Ladder Game Design

System Design
Loading content...
Read on LeetCode
Showing 10 of 13
CodingKaro App Poster
CodingKaro App
4.7

3K+ Downloads

One of its unique features is an automated coding contest reminder, which sets alarms for upcoming coding contests on popular platforms like CodeChef, CodeForces, and LeetCode, without the need for user input. This feature ensures that users never miss a coding contest and can stay updated with the latest coding challenges.

Download CodingKaro AppDownload CodingKaro App