Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by BuzzyBrains Software India Private Limited Team. If you also belong to the team, you can get access from here

Filter interviews by

BuzzyBrains Software India Private Limited Full Stack Developer Interview Questions and Answers

Updated 1 Nov 2024

BuzzyBrains Software India Private Limited Full Stack Developer Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. What is React Dom
  • Ans. 

    React Dom is a package that provides an entry point for working with the DOM in React applications.

    • React Dom is used to render React components into the DOM.

    • It provides methods like render() to render components.

    • React Dom is separate from React itself, allowing for flexibility in rendering targets.

  • Answered by AI
  • Q2. When you use Redux and Context API
  • Ans. 

    Redux is used for managing global state in complex applications, while Context API is used for passing data through the component tree.

    • Redux is typically used in large applications with complex state management needs

    • Context API is used for passing data through the component tree without having to pass props down manually at every level

    • Redux provides a centralized store for all state in the application, making it easier...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Look at the interviewer, if his interested you could move to next round, if not regardless of your answer, you dont clear saying you are not sufficient even if you have cleared major interviews :)

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2023. There were 3 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 

Basic Aptitude Test

Round 3 - Technical 

(2 Questions)

  • Q1. Basic Javascript Question from freecodecamp
  • Q2. Asked about the Tech Stack you are Baised towards

Interview Preparation Tips

Interview preparation tips for other job seekers - They Were not interested in the thought process just wanted the solution
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2022. There were 3 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 - One-on-one 

(2 Questions)

  • Q1. Basic JS questions
  • Q2. String Concat through function
Round 3 - Coding Test 

Advanced JS, PHP related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from the free code camp js questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. 3 Question was there related to architecture and Computer networks.
Round 2 - Technical 

(2 Questions)

  • Q1. Microservices and Monolith.
  • Q2. Leetcode hard Sum.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Cutshort and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. The Database performance is becoming a bottleneck and the team needs to horizontally scale the database. Which design approach should they use to scale the database efficiently?
  • Q2. The app needs to send a beyond time notification to user about driver status. The status are asked, arrived, cancelled or completed. Each notification must be processed asynchronously to avoid blocking oth...
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Can you introduce yourself?
  • Ans. 

    Experienced Full Stack Developer with expertise in front-end and back-end technologies.

    • Experienced in HTML, CSS, JavaScript for front-end development

    • Proficient in Node.js, Express, MongoDB for back-end development

    • Familiar with React, Angular for building interactive web applications

  • Answered by AI
  • Q2. What is graphQL?, What is REST API? and which is better graphQL or REST API?
  • Ans. 

    GraphQL is a query language for APIs and a runtime for executing those queries. REST API is a set of rules for building web services. Both have their own advantages.

    • GraphQL allows clients to request only the data they need, reducing over-fetching and under-fetching.

    • REST API follows a more rigid structure and is easier to understand for beginners.

    • GraphQL is more efficient for complex queries involving multiple resources...

  • Answered by AI
Round 2 - Case Study 

I was asked to discuss the system design of Google Meet, with a primary focus on video processing and WebRTC.

Round 3 - Coding Test 

A graph question regarding LC 1334.

Round 4 - HR 

(1 Question)

  • Q1. Can you provide an introduction and a summary of your past experiences, as well as your motivations for wanting to join this company?
  • Ans. 

    Experienced Full Stack Developer with a passion for creating innovative solutions and a strong desire to contribute to a dynamic team.

    • Over 5 years of experience in full stack development, working on various projects from concept to deployment.

    • Proficient in front-end technologies such as HTML, CSS, JavaScript, and React.

    • Skilled in back-end technologies including Node.js, Express, and MongoDB.

    • Motivated by the opportunity...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Hummingbird Web Solutions Full Stack Developer interview:
  • System Design
  • DSA
Interview preparation tips for other job seekers - The first round was focused on system design, so please be prepared, as it is uncommon for freshers to excel in that area.

I applied via LinkedIn and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Normal question regarding web development

Interview Preparation Tips

Interview preparation tips for other job seekers - I have given almost all answer with brief still he want something else strange
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. General fit to profile filtration
Round 2 - Technical 

(3 Questions)

  • Q1. To the profile applied for
  • Q2. Explain an actual component
  • Ans. 

    An actual component is a reusable and modular piece of software that performs a specific function within a larger system.

    • Components are often designed to be independent and can be easily integrated into different systems.

    • Examples of components include buttons, input fields, and dropdown menus in a user interface.

    • Components can have their own logic, styling, and functionality, making them versatile building blocks for s

  • Answered by AI
  • Q3. Design the architecture
  • Ans. 

    Designing the architecture for a software system involves planning the structure and components of the system.

    • Identify the key components of the system and their interactions

    • Choose appropriate technologies and frameworks for each component

    • Consider scalability, performance, security, and maintainability

    • Create a detailed diagram or documentation of the architecture

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. Attitude towards work

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not bluff they will catch you immediately as even their management are hardcore coders

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Aug 2021. There were 4 interview rounds.

Round 1 - Coding Test 

1st test was aptitude and a easy coding test

Round 2 - Coding Test 

The 2nd test was pure coding based test on hacker rank platform and contains 2 easy and 2 medium question

Round 3 - Technical 

(1 Question)

  • Q1. Round 3 was technical interview and asked from basics of computer programming and architecture
Round 4 - HR 

(4 Questions)

  • Q1. What is your family background?
  • Q2. Why are you looking for a change?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Advice is just improve basics of programming and DSA with a database management and basicsa of os and networks
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

It was online 60min test.

Round 2 - Aptitude Test 

It was offline 30 min test.

Round 3 - Technical 

(2 Questions)

  • Q1. Oops,dbms,css,html,dsa,java.
  • Q2. It was very friendly .

Interview Preparation Tips

Topics to prepare for Apmosys Technologies Software Developer interview:
  • Java

BuzzyBrains Software India Private Limited Interview FAQs

How many rounds are there in BuzzyBrains Software India Private Limited Full Stack Developer interview?
BuzzyBrains Software India Private Limited interview process usually has 1 rounds. The most common rounds in the BuzzyBrains Software India Private Limited interview process are Technical.
How to prepare for BuzzyBrains Software India Private Limited Full Stack Developer 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 BuzzyBrains Software India Private Limited. The most common topics and skills that interviewers at BuzzyBrains Software India Private Limited expect are Javascript, Node.Js, Redux, API and React.Js.
What are the top questions asked in BuzzyBrains Software India Private Limited Full Stack Developer interview?

Some of the top questions asked at the BuzzyBrains Software India Private Limited Full Stack Developer interview -

  1. When you use Redux and Context ...read more
  2. what is React ...read more

Tell us how to improve this page.

BuzzyBrains Software India Private Limited Full Stack Developer Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more
Software Engineer
14 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Software Developer
7 salaries
unlock blur

₹3.2 L/yr - ₹5.7 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹11.8 L/yr - ₹20 L/yr

Senior QA Engineer
4 salaries
unlock blur

₹5.8 L/yr - ₹11.5 L/yr

Team Lead
4 salaries
unlock blur

₹40 L/yr - ₹40 L/yr

Explore more salaries
Compare BuzzyBrains Software India Private Limited with

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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