Upload Button Icon Add office photos
Engaged Employer

i

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

BIZONGO Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

BIZONGO Software Engineer II Interview Questions and Answers

Updated 26 Aug 2024

BIZONGO Software Engineer II Interview Experiences

1 interview found

Software Engineer II Interview Questions & Answers

user image Ajay Gaulia 093

posted on 26 Aug 2024

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

I was interviewed before Aug 2023.

Round 1 - Problem solving & project 

(3 Questions)

  • Q1. DSA Question on Matrix
  • Q2. LLD of Splitwise
  • Q3. Discussion on the projects
Round 2 - Coding Test 

LLD of URL shortner & Projects based discussion , questions on Java

Round 3 - Technical 

(2 Questions)

  • Q1. API optimisation techniques & API methods
  • Ans. 

    API optimisation techniques & methods

    • Use caching to reduce response time

    • Implement pagination for large datasets

    • Minimize network requests by combining multiple API calls into one

    • Use efficient data formats like JSON or Protocol Buffers

    • Implement rate limiting to prevent abuse and ensure fair usage

  • Answered by AI
  • Q2. LLD of an E-commerce system
  • Ans. 

    LLD of an E-commerce system involves designing the detailed architecture of the system including modules, components, and their interactions.

    • Identify key components like user interface, database, payment gateway, inventory management, etc.

    • Define the interactions between components using UML diagrams like class diagrams, sequence diagrams, etc.

    • Consider scalability, security, performance, and maintainability aspects in t...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Basic discussion & scenario based question

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with your resume.

Skills evaluated in this interview

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in May 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is diameter of Binary Tree? Write full working code.
  • Ans. 

    Diameter of a binary tree is the longest path between any two leaf nodes.

    • Calculate the height of left and right subtrees recursively.

    • Calculate the diameter recursively using the formula max(left_height + right_height + 1, max(left_diameter, right_diameter)).

    • Return the maximum diameter.

  • Answered by AI
  • Q2. Find interchanged terms from an AP, where terms are arranged in series
  • Ans. 

    To find interchanged terms from an AP series

    • Identify the common difference between terms

    • Swap the positions of adjacent terms

    • Check if the new series is also an AP

    • Repeat until no more interchanged terms can be found

  • Answered by AI
  • Q3. Explain database indexing
  • Ans. 

    Database indexing is a technique to improve the performance of database queries.

    • Indexing creates a data structure that allows for faster retrieval of data.

    • Indexes are created on one or more columns of a table.

    • Queries that use indexed columns can be executed faster.

    • Indexes can be clustered or non-clustered.

    • Clustered indexes determine the physical order of data in a table.

    • Non-clustered indexes create a separate structure...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on basic data structures, operating systems and database.

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Two problems[Ds and algo] +Cv Project Explanation 1 hour interview[Single round only]
  • Q2. Anyone who does LeetCode medium level problems can solve them easily always do follow up of the problems cause that is the only thing they desire from your solution
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. DSA Questions - Easy to medium
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Whats difference between patch and put
  • Ans. 

    Patch is used to update a specific part of a resource, while put is used to replace the entire resource.

    • Patch is used for partial updates, while put is used for full updates.

    • Patch is idempotent, meaning multiple identical patch requests will have the same effect as a single request, while put is not necessarily idempotent.

    • Example: Using patch to update the title of a blog post without affecting other fields, while usin...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Feb 2022. There were 2 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 Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Basically all about your personal skills
  • Q2. Project level knowledge.

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall interview very good, the screening process is so tough. The may expect you to come best ot best of crack anything.

Good luck for you.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Arrays and Pointers code

Round 2 - Technical 

(2 Questions)

  • Q1. Project related questions
  • Q2. Oops concept html css sql

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn about your project, oops concept and everything mentioned in your resume
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Polyfills , basic react app
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

Building small UI screen application in 1 hr for frontend developer

Round 2 - One-on-one 

(3 Questions)

  • Q1. Graph traversal question
  • Q2. React js questions
  • Q3. Javascript output guessing question
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

It was very tough all questions are from leetcode hard level

Contribute & help others!
anonymous
You can choose to be anonymous

BIZONGO Interview FAQs

How many rounds are there in BIZONGO Software Engineer II interview?
BIZONGO interview process usually has 4 rounds. The most common rounds in the BIZONGO interview process are Coding Test, Technical and HR.
How to prepare for BIZONGO Software Engineer II 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 BIZONGO. The most common topics and skills that interviewers at BIZONGO expect are Java, Angular, JQuery, Javascript and MVC.
What are the top questions asked in BIZONGO Software Engineer II interview?

Some of the top questions asked at the BIZONGO Software Engineer II interview -

  1. API optimisation techniques & API meth...read more
  2. LLD of an E-commerce sys...read more
  3. Basic discussion & scenario based quest...read more

Recently Viewed

INTERVIEWS

Wynk

No Interviews

DESIGNATION

INTERVIEWS

Arms

No Interviews

INTERVIEWS

Confluent

No Interviews

INTERVIEWS

BIZONGO

No Interviews

INTERVIEWS

Intuit

No Interviews

INTERVIEWS

Confluent

No Interviews

INTERVIEWS

MBAtrek

No Interviews

INTERVIEWS

Arms

No Interviews

INTERVIEWS

Intuit

No Interviews

Tell us how to improve this page.

BIZONGO Software Engineer II Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Delhivery Interview Questions
3.9
 • 458 Interviews
Udaan Interview Questions
4.0
 • 334 Interviews
Ecom Express Interview Questions
3.8
 • 198 Interviews
BlackBuck Interview Questions
3.8
 • 176 Interviews
XpressBees Interview Questions
3.6
 • 159 Interviews
Blue Dart Express Interview Questions
4.0
 • 102 Interviews
GATI-KWE Interview Questions
3.9
 • 87 Interviews
Zeta Interview Questions
3.3
 • 69 Interviews
embedUR Systems Interview Questions
3.3
 • 48 Interviews
View all

BIZONGO Software Engineer II Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

4.0

Salary

3.0

Job security

3.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Assistant Manager
51 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Manager
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Specialist
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Consultant
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare BIZONGO with

Udaan

3.9
Compare

Delhivery

3.9
Compare

Shadowfax Technologies

3.6
Compare

BlackBuck

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