Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Bhanzu Team. If you also belong to the team, you can get access from here

Bhanzu Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Bhanzu SDE Interview Questions and Answers

Updated 5 Jun 2024

Bhanzu SDE Interview Experiences

1 interview found

SDE Interview Questions & Answers

user image Anonymous

posted on 5 Jun 2024

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

I applied via Recruitment Consulltant and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. DSA questions round - mostly Stack and Queue
Round 2 - Technical 

(1 Question)

  • Q1. System Design Round

Interview questions from similar companies

SDE Interview Questions & Answers

DotPe user image Anonymous

posted on 3 Nov 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. SQL join question
  • Q2. House robber, circular list
Round 2 - One-on-one 

(2 Questions)

  • Q1. Find duplicates and remove from linked list.
  • Ans. 

    Remove duplicates from a linked list

    • Traverse the linked list and keep track of seen values using a hash set

    • If a value is already in the hash set, remove the duplicate node

    • Update the next pointers accordingly

  • Answered by AI
  • Q2. Check IP address is in valid format or not
  • Ans. 

    Validate if an IP address is in a valid format

    • Split the IP address into 4 parts using the dot as a delimiter

    • Check if each part is a number between 0 and 255

    • Ensure there are exactly 4 parts in the IP address

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Two easy to medium level questions

Round 2 - Technical 

(2 Questions)

  • Q1. Reverse a string
  • Ans. 

    Reverse a string by iterating through the characters and swapping them.

    • Create a new string to store the reversed string

    • Iterate through the original string from end to start

    • Append each character to the new string

    • Return the new string as the reversed string

  • Answered by AI
  • Q2. First and last occurrence of an element in a sorted array
  • Ans. 

    Find the first and last occurrence of an element in a sorted array.

    • Use binary search to find the first occurrence of the element.

    • Modify binary search to find the last occurrence of the element.

    • Handle cases where the element is not found in the array.

  • Answered by AI

Skills evaluated in this interview

SDE Interview Questions & Answers

Pocket FM user image Laksh Sadhwani

posted on 29 Jul 2024

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

It was for 1 hr.
Rearrange a linked list with numbers such that odd numbers come first, followed by even number order being maintained.
Was asked question on golang (pointers question) and sql - this was based on my resume.

Round 2 - Technical 

(2 Questions)

  • Q1. SQL queries using join and group by clause
  • Ans. 

    SQL queries using join and group by clause

    • Use JOIN to combine rows from two or more tables based on a related column between them

    • Use GROUP BY to group rows that have the same values into summary rows

    • Example: SELECT orders.order_id, customers.customer_name, SUM(order_details.quantity) FROM orders JOIN customers ON orders.customer_id = customers.customer_id JOIN order_details ON orders.order_id = order_details.order_id G

  • Answered by AI
  • Q2. Was asked about behavioral design patterns in system design and solid principles

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

30 min exam online test with easy and medium leetcode questions. Precisely Bulls and Cow problem and remove K digits leetcode questions

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

(1 Question)

  • Q1. What is oops concepts
  • Ans. 

    Object-oriented programming concepts that focus on data encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Ability of a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation detai...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(2 Questions)

  • Q1. 1. I was asked to create bst from preorder and inorder 2. Basic OOPs concepts 3. Question on finding the highest profit after selling the stocks
  • Q2. 4. Question from projects

Interview Preparation Tips

Interview preparation tips for other job seekers - basic DSA and OOPs

SDE Interview Questions & Answers

Zopsmart Technology user image Mehul Khandelwal

posted on 19 Apr 2024

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

I applied via Campus Placement and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on React, virtual DOM and basic questions on javascript DSA questions included Linked List reversal and find a cycle in linked list
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Indian Institute of Technology (IIT), Bhuvaneshwar and was interviewed in Nov 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

(1 Question)

  • Q1. No.of online gamers in india
Round 3 - Technical 

(1 Question)

  • Q1. How many people can enroll in playing game from particular college
  • Ans. 

    The number of people who can enroll in playing a game from a particular college depends on various factors.

    • The popularity of the game among students

    • The availability of resources to support the game

    • The capacity of the gaming facility

    • The interest and participation level of the college community

    • The rules and regulations set by the college administration

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Resume based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep resume neat and clean.Good case studies are enough for getting hired easily

Interview Questionnaire 

2 Questions

  • Q1. About any achievement.
  • Q2. How could you manage stress

Bhanzu Interview FAQs

How many rounds are there in Bhanzu SDE interview?
Bhanzu interview process usually has 2 rounds. The most common rounds in the Bhanzu interview process are Technical.
What are the top questions asked in Bhanzu SDE interview?

Some of the top questions asked at the Bhanzu SDE interview -

  1. DSA questions round - mostly Stack and Qu...read more
  2. System Design Ro...read more

Tell us how to improve this page.

Bhanzu SDE Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

SDE Interview Questions from Similar Companies

TCS SDE Interview Questions
3.7
 • 12 Interviews
Flipkart SDE Interview Questions
4.0
 • 5 Interviews
Paytm SDE Interview Questions
3.3
 • 2 Interviews
Zomato SDE Interview Questions
3.7
 • 1 Interview
Swiggy SDE Interview Questions
3.8
 • 1 Interview
BYJU'S SDE Interview Questions
3.1
 • 1 Interview
DotPe SDE Interview Questions
3.2
 • 1 Interview
View all

Bhanzu SDE Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

3.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Sales Manager
122 salaries
unlock blur

₹4.5 L/yr - ₹8.5 L/yr

Business Development Associate
54 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Trainer
48 salaries
unlock blur

₹3.4 L/yr - ₹6.1 L/yr

Maths Teacher
23 salaries
unlock blur

₹3 L/yr - ₹5.5 L/yr

Senior Sales Manager
17 salaries
unlock blur

₹6.5 L/yr - ₹9 L/yr

Explore more salaries
Compare Bhanzu with

Ola Cabs

3.4
Compare

Flipkart

4.0
Compare

Paytm

3.3
Compare

Zomato

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