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

Filter interviews by

Clear (1)

XpressBees Software Engineer Interview Questions and Answers

Updated 10 Feb 2023

XpressBees Software Engineer Interview Experiences

2 interviews found

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

I applied via Recruitment Consulltant and was interviewed before Feb 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Given a string, find the longest length palindromic substring in the given string.
  • Ans. 

    Find the longest palindromic substring in a given string.

    • Use dynamic programming to solve the problem efficiently.

    • Start with the base cases of single characters and two characters.

    • For longer substrings, check if the first and last characters match and if the substring between them is also a palindrome.

    • Keep track of the longest palindrome seen so far.

    • Time complexity: O(n^2), space complexity: O(n^2).

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Mention the most challenging technical problem you had to solve.
  • Ans. 

    Developing a real-time data processing system for a high-traffic website.

    • Designing a scalable architecture to handle the high volume of incoming data.

    • Optimizing the data processing algorithms to minimize latency.

    • Ensuring data consistency and accuracy in a distributed system.

    • Implementing fault-tolerant mechanisms to handle system failures.

    • Testing and debugging the system under various load conditions.

  • Answered by AI
  • Q2. Some minor low level entity design.

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice DSA, some design patterns and low level design properly

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Prime number star pattern Js basics form validations

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn all basics of JS and node

Software Engineer Interview Questions Asked at Other Companies

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

Interview questions from similar companies

I applied via Job lever and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Easy leetcode code 2 questions , HTML5 css javascript simple screen design

Round 2 - One-on-one 

(1 Question)

  • Q1. Oop, Simple coding javascript, react basic, sql basic

Interview Preparation Tips

Interview preparation tips for other job seekers - Take it easy and go with confidence which matters most

I applied via Campus Placement and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Ds Algo based

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

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

Interview Questionnaire 

2 Questions

  • Q1. Web scrapping assignment
  • Q2. Competetive programming questions

Interview Preparation Tips

Interview preparation tips for other job seekers - standard cp questionsljc lkd lkdf vklfd vlkf vlkf dvlk flkv fdlkv fdklv lkfd vlkfd vlkfd vklfd

Interview Questionnaire 

1 Question

  • Q1. Questions on data structures
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 Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

1 easy and 1 medium-level question , time 90 min.

Round 2 - One-on-one 

(1 Question)

  • Q1. Java Basic and spring boot Basic and LLD

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Basic and DSA

Interview Questionnaire 

1 Question

  • Q1. First round will be aptitude test followed by coding test and then telephonic round

Interview Preparation Tips

Interview preparation tips for other job seekers - Aptitude round Info: Aptitude round questions will be easy to moderate
Advise: You have to manage the time to attempt all questions, don’t leave any question un attempted.
Coding round Info: There will be around 3 questions. The question will be based on some scenario and you have to write code to implement that.
Advise: It would be better to do some easy to moderate questions on hackerank or leetcode. Last thing don’t try to attempt all questions, just try to completely finish questions.

I applied via Job Portal and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. First round with IQ test having 30 questions. Need to complete within 20 minutes.
  • Q2. After clearing the first round, you will get 50 questions related to technical. Need to complete within 45 minutes.

Interview Preparation Tips

Interview preparation tips for other job seekers - The questions asked in MCQ round, the second round, the questions were mainly upon the experience on which I've not yet worked. Like if they want to ask these questions, why don't you conduct a Zoom interview round instead of MCQ round. Not happy with the interview process of Nagarro.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is async/await
  • Ans. 

    Async/await is a feature in JavaScript that allows for asynchronous programming using promises.

    • Async/await is a syntactic sugar built on top of promises in JavaScript.

    • It allows for writing asynchronous code that looks synchronous, making it easier to read and maintain.

    • The 'async' keyword is used to define a function as asynchronous, while 'await' is used to pause the execution of the function until a promise is settled...

  • Answered by AI
  • Q2. What how closure work
  • Ans. 

    Closures are functions that have access to variables from their containing scope even after the scope has closed.

    • Closures allow functions to maintain access to variables from their parent scope even after the parent function has finished executing.

    • Closures are created when a function is defined within another function and the inner function references variables from the outer function.

    • Closures are commonly used in even...

  • Answered by AI

Skills evaluated in this interview

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

XpressBees Interview FAQs

How many rounds are there in XpressBees Software Engineer interview?
XpressBees interview process usually has 3 rounds. The most common rounds in the XpressBees interview process are Technical and Resume Shortlist.
What are the top questions asked in XpressBees Software Engineer interview?

Some of the top questions asked at the XpressBees Software Engineer interview -

  1. Given a string, find the longest length palindromic substring in the given stri...read more
  2. Mention the most challenging technical problem you had to sol...read more
  3. Prime number star pattern Js basics form validati...read more

Recently Viewed

INTERVIEWS

Atul

No Interviews

SALARIES

Shadowfax Technologies

SALARIES

Shadowfax Technologies

DESIGNATION

INTERVIEWS

Morgan Stanley

No Interviews

INTERVIEWS

Ecom Express

No Interviews

INTERVIEWS

Shadowfax Technologies

No Interviews

JOBS

Tata Communications

No Jobs

SALARIES

Cognizant

SALARIES

Accenture

Tell us how to improve this page.

XpressBees Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
XpressBees Software Engineer Salary
based on 20 salaries
₹4.2 L/yr - ₹15.5 L/yr
5% more than the average Software Engineer Salary in India
View more details

XpressBees Software Engineer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Senior Executive
353 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Operations Executive
314 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Executive
312 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Supervisor
272 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Manager
192 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare XpressBees with

Delhivery

3.9
Compare

Ecom Express

3.8
Compare

Shadowfax Technologies

3.6
Compare

Wow Express

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