Upload Button Icon Add office photos
Engaged Employer

i

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

XpressBees Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 2.1k Reviews

Filter interviews by

XpressBees Senior Software Engineer Interview Questions and Answers

Updated 17 Jun 2024

XpressBees Senior Software Engineer Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. About the experience and what I did
Round 2 - Coding Test 

Give me a palindrom of string related question

Round 3 - Technical 

(1 Question)

  • Q1. System design based on how to scale something
  • Ans. 

    To scale a system, consider horizontal and vertical scaling, load balancing, caching, database sharding, and microservices architecture.

    • Implement horizontal scaling by adding more instances of the application to distribute the load.

    • Consider vertical scaling by upgrading the hardware resources of the existing server.

    • Use load balancing to evenly distribute incoming network traffic across multiple servers.

    • Implement cachin...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Referral and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Data structures and algo. 2 ques were asked in hackerrank

Round 2 - One-on-one 

(1 Question)

  • Q1. Questions related to System design
Round 3 - One-on-one 

(1 Question)

  • Q1. Basic question related to Spring and Java
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain advantages of Angular
  • Ans. 

    Angular offers advantages such as two-way data binding, dependency injection, and modular architecture.

    • Two-way data binding allows automatic synchronization of data between the model and the view, reducing the need for manual DOM manipulation.

    • Dependency injection helps manage dependencies and promotes code reusability by allowing components to be easily injected with their dependencies.

    • Modular architecture enables deve...

  • Answered by AI
  • Q2. Explain about ngmodel
  • Ans. 

    ngModel is a directive in AngularJS that binds the value of HTML controls to application data.

    • ngModel is used for two-way data binding in AngularJS.

    • It can be used with input, select, textarea, and custom form controls.

    • Example:

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Java coding questions
  • Q2. Core java and spring questions
Round 3 - HR 

(1 Question)

  • Q1. Salary expectation

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Explian oops concepts
  • Ans. 

    Object-oriented programming concepts that focus on classes and objects for better code organization and reusability.

    • 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 det...

  • Answered by AI
  • Q2. Types of waits in selenium
  • Ans. 

    Types of waits in Selenium include implicit, explicit, and fluent waits.

    • Implicit wait: Waits for a certain amount of time before throwing a NoSuchElementException.

    • Explicit wait: Waits for a certain condition to occur before proceeding further in the code.

    • Fluent wait: Waits for a condition to be true with a specified frequency of checking.

    • Example: driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary dsicussion
  • Q2. Previous company details

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Virtual is what type
  • Ans. 

    Virtual is a type of function in C++

    • Virtual functions are used in C++ to achieve polymorphism

    • They are declared in a base class and overridden in derived classes

    • Example: virtual void display() = 0;

  • Answered by AI
  • Q2. What is static keyword
  • Ans. 

    The static keyword in programming is used to declare variables, methods, or classes that belong to the class itself rather than instances of the class.

    • Static variables retain their values across all instances of a class.

    • Static methods can be called without creating an instance of the class.

    • Static classes cannot be instantiated and are used for grouping related methods and variables.

    • Example: 'static int count = 0;' decl

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Why use FastAPI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude test was provided for 45 mins

Round 2 - Technical 

(1 Question)

  • Q1. OOPS, virtual, inheritance

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare aptitude very well.
Some questions like normal maths
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Performance tuning
  • Q2. Advance sql queries
  • Q3. Subqueries in oracle
  • Ans. 

    Subqueries in Oracle are queries nested within another query to retrieve data from multiple tables.

    • Subqueries can be used in SELECT, INSERT, UPDATE, and DELETE statements.

    • Subqueries can return a single value, a single row, multiple rows, or a table.

    • Subqueries can be correlated or non-correlated, depending on whether they reference columns from the outer query.

    • Example: SELECT * FROM employees WHERE department_id = (SELE...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Reason for change
  • Q2. Situational questions

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself.

I applied via Approached by Company and was interviewed in Oct 2021. 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 tips
Round 2 - Technical 

(1 Question)

  • Q1. What is functional and non functional requirements? What have you done in your project? Do you have any experience of handling a team?

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview for requirement engineering is focused on prior experience so make sure you are ready with the details about your career that would like to highlight to the recruiter.

XpressBees Interview FAQs

How many rounds are there in XpressBees Senior Software Engineer interview?
XpressBees interview process usually has 3 rounds. The most common rounds in the XpressBees interview process are HR, Coding Test and Technical.
How to prepare for XpressBees Senior Software Engineer 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 XpressBees. The most common topics and skills that interviewers at XpressBees expect are API, AWS, Algorithms, Data Structures and Javascript.

Tell us how to improve this page.

XpressBees Senior Software Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
XpressBees Senior Software Engineer Salary
based on 31 salaries
₹9.5 L/yr - ₹29 L/yr
20% more than the average Senior Software Engineer Salary in India
View more details

XpressBees Senior Software Engineer Reviews and Ratings

based on 2 reviews

1.6/5

Rating in categories

2.1

Skill development

1.0

Work-life balance

2.1

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 2 Reviews and Ratings
Senior Executive
349 salaries
unlock blur

₹2.5 L/yr - ₹7.1 L/yr

Operations Executive
286 salaries
unlock blur

₹1.9 L/yr - ₹5.3 L/yr

Supervisor
261 salaries
unlock blur

₹1 L/yr - ₹3.5 L/yr

Executive
232 salaries
unlock blur

₹2 L/yr - ₹4.8 L/yr

Associate Manager
190 salaries
unlock blur

₹4.6 L/yr - ₹11 L/yr

Explore more salaries
Compare XpressBees with

Delhivery

3.9
Compare

Ecom Express

3.9
Compare

Shadowfax Technologies

3.6
Compare

Rivigo

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