Upload Button Icon Add office photos

BitGo

Compare button icon Compare button icon Compare

Filter interviews by

BitGo Interview Questions and Answers

Updated 24 Feb 2025

BitGo Interview Experiences

Popular Designations

17 interviews found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

I don’t remember the question

Round 2 - One-on-one 

(1 Question)

  • Q1. Easy leetcode questions . There were 2
Round 3 - Technical 

(1 Question)

  • Q1. High level system design: wallet

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Work Experience
Round 2 - Coding Test 

Question on Linked List

Round 3 - Technical 

(1 Question)

  • Q1. Work Experince and scalability
Round 4 - HR 

(1 Question)

  • Q1. Behavioural questions

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions about my recent work experience
  • Q2. Elaborate on the existing projects
Round 2 - Coding Test 

From an array of numbers, find the highest sum of non-adjacent numbers. Eg: [4, 1, 1, 5] = 9

Interview Preparation Tips

Interview preparation tips for other job seekers - DO NOT WASTE TIME INTERVIEWING HERE!
Initial HR round and a round with hiring manager went well.
In DSA round, question was interesting but interviewers were horrible! I came up with DP approach but they insisted me on solving with recursive approach (that they had in mind). They were not open to understanding my solution. Focus was to match with their thought process only.
+ There were 2 interviewers and both wanted to show dominance over other which resulted in me losing focus because both were trying to lead the conversation.

Senior Software Interview Questions asked at other Companies

Q1. Design bookmyshow like application. how will you handle the scenario if two people try to book the same seat at the same time?
View answer (1)
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response

I applied via Approached by Company and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

QUestion to basic coding based on arrays and string

Round 2 - Coding Test 

ANother coding question for graph using BFS

Interview Preparation Tips

Topics to prepare for BitGo Software Development Engineer II interview:
  • BFS Graph
  • arrays
Interview preparation tips for other job seekers - Be prepared on DS

Software Development Engineer II Interview Questions asked at other Companies

Q1. Given 2 large numeric comma seperated strings. You need to calculate their sum along with maintaining the correct position of commas. Example Test Case - s1 - "123,456,788" s2 - "1" output - "123,456,789" constraints - since the strings can... read more
View answer (1)

BitGo interview questions for popular designations

 Senior Software Engineer

 (7)

 Software Development Engineer II

 (2)

 Backend Developer Intern

 (1)

 Data Scientist

 (1)

 Engineering Manager

 (1)

 Senior Backend Developer

 (1)

 Senior Software

 (1)

 Software Developer

 (1)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via LinkedIn and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Coding question on graph. Given each bus routes, source and destination, find the least number of buses to each from source to target.

Round 2 - Technical 

(1 Question)

  • Q1. Snake and ladder machine coding

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Undirected graph question to be solved using DFS.

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Project discussion round with the Hiring Manager.
  • Q2. Questions about the past projects with doubling down on some scenarios
Round 2 - One-on-one 

(1 Question)

  • Q1. HLD - System Design Round
Round 3 - One-on-one 

(1 Question)

  • Q1. LLD - System Design Round
Round 4 - One-on-one 

(1 Question)

  • Q1. Management + Leadership Round

Interview Preparation Tips

Interview preparation tips for other job seekers - Build your understanding of crypto and blockchain. Also, learn about BitGo's business model and product offerings.

Engineering Manager Interview Questions asked at other Companies

Q1. System Design - how would design a trading system, what db, cloud you would consider and why? how would ensure data is real time not near real time? How would you set up devOps for this ?
View answer (1)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was a ds algo round with 2 medium level leetcode questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Leetcode hard question

Interview Preparation Tips

Interview preparation tips for other job seekers - Don’t waste your time interviewing here. They expect candidates to be brilliant and expert on DS Algo but the real world scenario is the very few brush up their ds algo and are very good and their job. This is a very outdated and delusional way of hiring

Senior Backend Developer Interview Questions asked at other Companies

Q1. Design a admin dashboard for uber to show driver metrics like availability over an area
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Coding Test 

String manipulation question asked.

Staff Engineer Interview Questions asked at other Companies

Q1. Swap Adjacent Bit Pairs Problem Statement Given an integer N, your task is to compute the number that results from swapping each even position bit of N's binary representation with its adjacent odd bit to the right. Consider the least signi... read more
Add answer
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Aug 2024.

Round 1 - Coding Test 

Simple DSA Coding can be solve in any languauge

Round 2 - Coding Test 

Medium level DSA with two questions

Round 3 - Coding Test 

They gave one scenario to build a wending machine by giving appropriate conditions and requirements can be done in any language

Round 4 - HR 

(3 Questions)

  • Q1. All about projects and fully depends on your resume
  • Q2. General HR type questions
  • Q3. What is your hobbies

Backend Developer Intern Interview Questions asked at other Companies

Q1. 1. Differences between GET and POST 2. What is MVC? 3. I was asked if I knew any PHP framework. 4. SESSION, COOKIE functionalities 5. Some SQL queries.
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

BitGo Interview FAQs

How many rounds are there in BitGo interview?
BitGo interview process usually has 1-2 rounds. The most common rounds in the BitGo interview process are Coding Test, One-on-one Round and Technical.
How to prepare for BitGo interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at BitGo. The most common topics and skills that interviewers at BitGo expect are Financial Services, Operations, Financial Markets, Medical Insurance and JIRA.
What are the top questions asked in BitGo interview?

Some of the top questions asked at the BitGo interview -

  1. You're given multiple files containing integer values. Find top 10 integers fro...read more
  2. find out a number is prime or not using ...read more
  3. N island prob...read more
How long is the BitGo interview process?

The duration of BitGo interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

INTERVIEWS

Boeing

85 interviews

INTERVIEWS

Apexon

135 interviews

Tell us how to improve this page.

BitGo Interview Process

based on 17 interviews

Interview experience

3.2
  
Average
View more

Societe Generale Global Solution Centre

Be part of a company where work complements life, not consumes it

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Coinbase Interview Questions
3.3
 • 23 Interviews
Binance Interview Questions
3.6
 • 7 Interviews
View all

BitGo Reviews and Ratings

based on 6 reviews

4.1/5

Rating in categories

3.5

Skill development

4.1

Work-life balance

4.3

Salary

3.6

Job security

4.0

Company culture

3.8

Promotions

3.8

Work satisfaction

Explore 6 Reviews and Ratings
Data Scientist
5 salaries
unlock blur

₹17 L/yr - ₹25 L/yr

Senior Software Engineer
5 salaries
unlock blur

₹42 L/yr - ₹50 L/yr

Software Engineer
3 salaries
unlock blur

₹16 L/yr - ₹30 L/yr

Engineering Manager
3 salaries
unlock blur

₹74 L/yr - ₹80 L/yr

Staff Engineer
3 salaries
unlock blur

₹34 L/yr - ₹77 L/yr

Explore more salaries
Compare BitGo with

Coinbase

3.3
Compare

Gemini Communication

4.6
Compare

Huobi

3.0
Compare

TCS

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent