Upload Button Icon Add office photos

Filter interviews by

BigBinary Software Engineer Interview Questions and Answers

Updated 19 Jun 2024

BigBinary Software Engineer Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Coding Test 

It was an online coding round, where in total 6 DSA questions were asked. Pattern of questions were like: 1 Easy - 2 Medium - 3 Hard.
Some of the problems had a story like description.

Interview Preparation Tips

Topics to prepare for BigBinary Software Engineer interview:
  • Problem Solving
  • DSA
  • Java
  • OOPS
  • SQL
Interview preparation tips for other job seekers - Prepare some questions from cp type platforms (other than LC), to have some idea of time management and proper strategy to complete test on time.
Also try the IDE out before appearing for the tests.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Dec 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

DSA questions of medium to hard level

Round 3 - Technical 

(2 Questions)

  • Q1. System Design of URL shortner
  • Ans. 

    System design of URL shortener

    • Use a database to store original URLs and corresponding short URLs

    • Generate short URLs using a unique algorithm (e.g. base62 encoding)

    • Implement a redirect service to redirect short URLs to original URLs

    • Consider scalability and performance by using caching and load balancing

    • Ensure security by validating and sanitizing input URLs

  • Answered by AI
  • Q2. DSA questions based on arrays
Round 4 - HR 

(1 Question)

  • Q1. Conversation with HR about the company and offer

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview questions from similar companies

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

I was interviewed in Oct 2024.

Round 1 - Coding Test 

First round was coding test on Coderbyte it was good.

Round 2 - Technical 

(2 Questions)

  • Q1. This round is video technical interview on flowcareer platform
  • Q2. Coding DSA question was asked on array.
Round 3 - Technical 

(2 Questions)

  • Q1. This round contains mix questions on theory as well as DSA.
  • Q2. Machine coding question asked on react.js.
Round 4 - Technical 

(2 Questions)

  • Q1. Some basic react.js and node.js questions.
  • Q2. Questions asked on MongoDB and one DSA question on array asked.
Round 5 - HR 

(1 Question)

  • Q1. This round is HR salary discussion round and i got offer.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Advanced Java coding

Round 2 - Technical 

(2 Questions)

  • Q1. Entire core Java arrays and strings
  • Ans. 

    Core Java arrays and strings are fundamental data structures used for storing and manipulating data in Java programming.

    • Arrays in Java are used to store multiple values of the same data type in a single variable.

    • Strings in Java are objects that represent sequences of characters.

    • Arrays and strings in Java are both indexed collections, with arrays being mutable and strings being immutable.

    • Example: String[] names = {"Alic

  • Answered by AI
  • Q2. Java collections and Framework
Round 3 - Technical 

(2 Questions)

  • Q1. Some coding and framework
  • Q2. REST assured and API

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare what ever you mention in the CV If you get shortlisted

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Campus Placement

Round 1 - Technical 

(2 Questions)

  • Q1. Oops related questions
  • Q2. C language quizzes
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Coding Test 

60m, DSA (graphs, trees, etc.)

Round 2 - Technical 

(2 Questions)

  • Q1. How would you represent a sparse matrix?
  • Ans. 

    A sparse matrix can be represented using a dictionary of dictionaries or a list of lists.

    • Use a dictionary of dictionaries where the keys are the row and column indices with non-zero values as values.

    • Alternatively, use a list of lists where each inner list represents a row with non-zero values and their column indices.

    • Sparse matrices are efficient for large matrices with mostly zero values.

    • Example: {0: {1: 5, 3: 7}, 2: ...

  • Answered by AI
  • Q2. How would you efficiently calculate the sum of such a matrix?
  • Ans. 

    Efficiently calculate the sum of a matrix

    • Iterate through each element in the matrix and add them to a running total

    • Use parallel processing or multi-threading to calculate the sum faster

    • Consider using optimized algorithms like Strassen's algorithm for matrix multiplication

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Design a metrics tracker
  • Ans. 

    A metrics tracker to monitor and analyze key performance indicators

    • Define the key metrics to track (e.g. user engagement, conversion rates)

    • Implement a data collection system to gather relevant data

    • Create visualizations and reports to analyze the metrics

    • Set up alerts for abnormal metric values

    • Regularly review and update the metrics based on business goals

  • Answered by AI
  • Q2. Leetcode-style DSA

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Technical aspects about linked list,trees, stacks

Round 2 - Group Discussion 

Topic related to humanities

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Good and the whole process took more than 20 days

Round 2 - Coding Test 

Find the largest number in an array

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

I applied via LinkedIn and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

The aptitude test had various sections for programming mcq questions, basic aptitude and also coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Questions related to project that I have worked on
  • Q2. Technical Questions related to my stack react and node, and some js coding questions
Round 3 - Technical 

(2 Questions)

  • Q1. Questions related to project that I worked on
  • Q2. Technical questions related to my stack

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus more on fundamentals
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in May 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Moderate good and easy for clear fundamentals

Interview Preparation Tips

Topics to prepare for ABCD Software Engineer interview:
  • Software Testing
  • Software

BigBinary Interview FAQs

How many rounds are there in BigBinary Software Engineer interview?
BigBinary interview process usually has 2-3 rounds. The most common rounds in the BigBinary interview process are Coding Test, Resume Shortlist and Technical.
What are the top questions asked in BigBinary Software Engineer interview?

Some of the top questions asked at the BigBinary Software Engineer interview -

  1. System Design of URL short...read more
  2. DSA questions based on arr...read more

Tell us how to improve this page.

BigBinary Software Engineer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
BigBinary Software Engineer Salary
based on 83 salaries
₹9 L/yr - ₹30 L/yr
119% more than the average Software Engineer Salary in India
View more details

BigBinary Software Engineer Reviews and Ratings

based on 12 reviews

3.4/5

Rating in categories

3.4

Skill development

3.4

Work-life balance

4.3

Salary

2.0

Job security

3.3

Company culture

3.7

Promotions

3.2

Work satisfaction

Explore 12 Reviews and Ratings
Software Engineer
83 salaries
unlock blur

₹9 L/yr - ₹30 L/yr

QA Automation Engineer
11 salaries
unlock blur

₹4 L/yr - ₹5 L/yr

Senior Software Engineer
10 salaries
unlock blur

₹27 L/yr - ₹47 L/yr

Software Developer
9 salaries
unlock blur

₹8 L/yr - ₹25 L/yr

QA Engineer
5 salaries
unlock blur

₹4.2 L/yr - ₹7 L/yr

Explore more salaries
Compare BigBinary with

ThoughtWorks

3.9
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview