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

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

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Problems related to Binary Search
  • Q2. Problem statement on BST

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA basics
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

There was three questions in round 1, first was aptitude question second was probability question and third was of system design

Round 2 - Group Discussion 

It was a structured process where we were divided into groups

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for group discussion
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. It is related to windows application and basic c# coding
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

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

Round 1 - Coding Test 

DSA round.
2 questions
1) BFS question. given 2d matrix rotting oranges kind of question
2) meeting rooms kind of question

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

(2 Questions)

  • Q1. DSA Structures and Tests
  • Ans. 

    Understanding of data structures and algorithms is crucial for software engineering roles.

    • Knowledge of common data structures like arrays, linked lists, trees, graphs, etc.

    • Understanding of algorithms like sorting, searching, dynamic programming, etc.

    • Ability to analyze time and space complexity of algorithms.

    • Experience in writing efficient code using data structures and algorithms.

    • Familiarity with common data structure ...

  • Answered by AI
  • Q2. Question on vertx
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. 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 - Aptitude Test 

Logical reasoning and verbals

Round 3 - Group Discussion 

Data science and computer networking

Round 4 - Technical 

(5 Questions)

  • Q1. Dbms and oops ,data science and objects orientation
  • Q2. Demand paging and network topology
  • Q3. Difference between tcp and udp
  • Ans. 

    TCP is connection-oriented, reliable, and slower, while UDP is connectionless, unreliable, and faster.

    • TCP is connection-oriented, meaning a connection must be established before data can be transmitted.

    • TCP is reliable, as it ensures that all data is received in the correct order without errors.

    • UDP is connectionless, meaning data can be sent without establishing a connection first.

    • UDP is unreliable, as it does not guara...

  • Answered by AI
  • Q4. Computer networking and types of topology
  • Ans. 

    Computer networking involves connecting multiple devices to share resources and information. Different types of network topologies include bus, star, ring, mesh, and hybrid.

    • Bus Topology: All devices are connected to a single cable, like a bus route.

    • Star Topology: All devices are connected to a central hub, like a star.

    • Ring Topology: Each device is connected to two other devices, forming a ring.

    • Mesh Topology: Every devi...

  • Answered by AI
  • Q5. Binarysearch and linked list of nodes bounded

Interview Preparation Tips

Interview preparation tips for other job seekers - Communication skill growups guys pls

Skills evaluated in this interview

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

I was asked to implement lru cache which i did but still didn’t made to next round as apparently i didn’t complete the working code though in my opinion i did

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via LinkedIn

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 

Medium complexity questions mostly quantitative

Round 3 - Coding Test 

Trees and Graphs are required to study

Round 4 - One-on-one 

(2 Questions)

  • Q1. How to do configuration for ipsec if both site to site has same network
  • Ans. 

    Configure IPsec with NAT-T or use different subnets for the site-to-site connections.

    • Use NAT-T (Network Address Translation Traversal) to allow both sites to communicate with the same network.

    • Alternatively, use different subnets for the site-to-site connections to avoid conflicts.

    • Ensure proper routing and firewall rules are in place to allow traffic between the sites.

    • Consider using VPN concentrators or routers that sup...

  • Answered by AI
  • Q2. How to configure rsvp-te in cisco
  • Ans. 

    RSVP-TE can be configured on Cisco routers using the MPLS traffic engineering feature.

    • Enable MPLS on the router

    • Configure RSVP-TE on the interfaces participating in MPLS TE tunnels

    • Define MPLS TE tunnel paths and assign bandwidth constraints

    • Verify the configuration using show commands

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Social Media Influencer

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

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
 • 457 Interviews
Udaan Interview Questions
4.0
 • 335 Interviews
Ecom Express Interview Questions
3.9
 • 197 Interviews
BlackBuck Interview Questions
3.8
 • 174 Interviews
XpressBees Interview Questions
3.7
 • 159 Interviews
Blue Dart Express Interview Questions
4.0
 • 102 Interviews
GATI-KWE Interview Questions
3.9
 • 86 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

₹5.5 L/yr - ₹20 L/yr

Manager
23 salaries
unlock blur

₹12.2 L/yr - ₹23 L/yr

Senior Manager
20 salaries
unlock blur

₹15 L/yr - ₹33 L/yr

Specialist
16 salaries
unlock blur

₹6.5 L/yr - ₹22 L/yr

Consultant
15 salaries
unlock blur

₹16 L/yr - ₹28 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