Upload Button Icon Add office photos
Engaged Employer

i

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

WebBee Global Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

WebBee Global Software Engineer Interview Questions and Answers

Updated 18 Sep 2024

WebBee Global Software Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Java Fundamental questions and Four Programming questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Garbage Collections
  • Q2. Spring Boot, multithreading

Top trending discussions

View All
Interview Tips & Stories
5d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about WebBee Global?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview before Jun 2016.

Interview Questionnaire 

1 Question

  • Q1. Java related questions on Oops concept and Multithreading

Interview Preparation Tips

Round: Test
Experience: Simple aptitude and reasoning questions little java based programming
Tips: Basic programming knowledge and good aptitude
Duration: 1 hour
Total Questions: 60

Round: Technical Interview
Experience: Normal questions on Java, basic programming questions like reverse no. , String related and logical coding
Tips: What u mentioned on your resume go through that only, they will not ask apart from your resume

Skills: How Well You Are Able To Communicate What You Wanted To Tell, Programming
College Name: SRCEM

Software Engineer Interview Questions Asked at Other Companies

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

I applied via Company Website and was interviewed in Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself
  • Ans. 

    I'm a passionate software engineer with a strong background in full-stack development and a love for solving complex problems.

    • Graduated with a degree in Computer Science from XYZ University.

    • Worked at ABC Corp, where I developed a web application that improved user engagement by 30%.

    • Proficient in languages like JavaScript, Python, and Java, with experience in frameworks like React and Django.

    • Enjoy collaborating in agile...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The "tell me about yourself" gives the recruiter an idea about you. Whatever you talk about yourself will be the basis for the other rounds such as the technical round.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Nov 2024.

Round 1 - HR 

(3 Questions)

  • Q1. Where do you live?
  • Q2. Family background
  • Q3. Introduction
Round 2 - Aptitude Test 

Easy to medium level questions

Round 3 - Coding Test 

Questions on recursion, string, array and patterns

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
  • Q1. What is Database?
  • Q2. What is .NET?

I appeared for an interview in Nov 2021.

Interview Questionnaire 

1 Question

  • Q1. Technical and aptitude reasoning and english

Interview Preparation Tips

Interview preparation tips for other job seekers - Pratice, score a success in first five minutes, positive thinking, briefly about resume
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was normal aptitude test

Round 2 - Coding Test 

This was normal DSA questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be normal
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(1 Question)

  • Q1. How many years of experience you have
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. What is the technology stack you have worked with?
  • Ans. 

    I have experience with various technology stacks including front-end, back-end, and database technologies.

    • Front-end: React.js for building user interfaces and enhancing user experience.

    • Back-end: Node.js with Express for server-side development and RESTful APIs.

    • Database: MongoDB for NoSQL data storage and PostgreSQL for relational databases.

    • DevOps: Docker for containerization and Jenkins for continuous integration and d...

  • Answered by AI
  • Q2. How do you manage to balance your work and personal life?
  • Ans. 

    I prioritize tasks, set boundaries, and engage in hobbies to maintain a healthy work-life balance.

    • Set clear work hours: I start my day at 9 AM and log off by 5 PM to ensure personal time.

    • Use a task management tool: I utilize tools like Trello to prioritize tasks and avoid overtime.

    • Engage in hobbies: I dedicate weekends to hiking and reading, which helps me recharge.

    • Communicate with my team: I discuss workload with my m...

  • Answered by AI
  • Q3. What is the concept of time complexity, and how is it analyzed?
  • Ans. 

    Time complexity measures the amount of time an algorithm takes to complete as a function of input size.

    • Time complexity is expressed using Big O notation (e.g., O(n), O(log n)).

    • It helps in comparing the efficiency of different algorithms.

    • For example, a linear search has O(n) time complexity, while binary search has O(log n).

    • Analyzing time complexity involves identifying the worst-case, average-case, and best-case scenar...

  • Answered by AI
  • Q4. Can you explain the concepts of classes and objects in Object-Oriented Programming (OOP)?
  • Ans. 

    Classes are blueprints for creating objects, encapsulating data and behavior in OOP.

    • A class defines properties (attributes) and methods (functions) that its objects will have.

    • An object is an instance of a class, representing a specific entity with state and behavior.

    • Example: A 'Car' class may have attributes like 'color' and 'model', and methods like 'drive()' and 'stop()'.

    • Objects can interact with each other through t...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Dec 2024, where I was asked the following questions.

  • Q1. What do you understand about software development?
  • Ans. 

    Software development is the process of designing, coding, testing, and maintaining software applications to meet user needs.

    • Involves various stages: requirements gathering, design, implementation, testing, and maintenance.

    • Agile methodology promotes iterative development and collaboration, e.g., Scrum framework.

    • Version control systems like Git help manage code changes and collaboration among developers.

    • Testing ensures s...

  • Answered by AI
  • Q2. Explain your project , its tech stack and why do you use it?
  • Ans. 

    Developed a web-based task management application using React, Node.js, and MongoDB for efficient team collaboration.

    • Tech Stack: React for front-end development, providing a dynamic user interface.

    • Node.js for the back-end, enabling scalable server-side operations.

    • MongoDB as the database, allowing flexible data storage and retrieval.

    • Utilized RESTful APIs for seamless communication between front-end and back-end.

    • Implemen...

  • Answered by AI
  • Q3. What are the roles of salesforce admin and how they are different from salesforce developer?
  • Ans. 

    Salesforce Admins manage the platform's configuration, while Developers build custom applications and features.

    • Salesforce Admins focus on user management, data management, and system configuration.

    • Developers create custom applications using Apex, Visualforce, and Lightning components.

    • Admins handle reports and dashboards, while Developers work on backend logic and integrations.

    • Example: An Admin might set up user permiss...

  • Answered by AI

WebBee Global Interview FAQs

How many rounds are there in WebBee Global Software Engineer interview?
WebBee Global interview process usually has 2 rounds. The most common rounds in the WebBee Global interview process are Assignment and Technical.
What are the top questions asked in WebBee Global Software Engineer interview?

Some of the top questions asked at the WebBee Global Software Engineer interview -

  1. Spring Boot, multithread...read more
  2. Garbage Collecti...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.5/5

based on 2 interview experiences

Java Developer
22 salaries
unlock blur

₹2.6 L/yr - ₹6.1 L/yr

MIS Executive
6 salaries
unlock blur

₹3.6 L/yr - ₹6 L/yr

Software Developer
5 salaries
unlock blur

₹3 L/yr - ₹4.3 L/yr

Senior Software Engineer
5 salaries
unlock blur

₹6.1 L/yr - ₹10 L/yr

Customer Success Executive
4 salaries
unlock blur

₹3.2 L/yr - ₹4.5 L/yr

Explore more salaries
Compare WebBee Global with

HCL Infosystems

3.9
Compare

Accel Frontline

3.9
Compare

DynPro

3.8
Compare

ClaySys

3.0
Compare
write
Share an Interview