Premium Employer

i

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

BharatPe Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

BharatPe Senior Software Engineer Interview Questions and Answers

Updated 15 Feb 2023

BharatPe Senior Software Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

(2 Questions)

  • Q1. Next Greater Element in an array
  • Q2. Question based on Sql inner join

Interview Preparation Tips

Interview preparation tips for other job seekers - Solve LC questions and go through HLD design videos

Skills evaluated in this interview

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about BharatPe?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Company Website and was interviewed in Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basics of Data structures
  • Q2. Basics on oops
  • Ans. 

    Object-Oriented Programming (OOP) is a programming paradigm based on objects and classes, promoting code reusability and organization.

    • Encapsulation: Bundling data and methods that operate on the data within one unit (e.g., a class).

    • Inheritance: Mechanism to create a new class using properties and methods of an existing class (e.g., a 'Dog' class inheriting from an 'Animal' class).

    • Polymorphism: Ability to present the sa...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on Data Structures and oops concept in depth

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in GlobalLogic
Q4. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
Q5. If you have to prioritize between coding standards and project de ... read more
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

2 coding qns and aptitude

Round 2 - Technical 

(2 Questions)

  • Q1. Question from resume, projects, SQL, OOPS
  • Q2. Lambda function in python
  • Ans. 

    Lambda function in Python is an anonymous function that can have any number of arguments, but can only have one expression.

    • Lambda functions are defined using the lambda keyword.

    • They are commonly used for small, one-time tasks.

    • They can take any number of arguments, but can only have one expression.

    • Example: lambda x: x*2 will return the double of x.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why do you want to work for this company
  • Ans. 

    I want to work for this company because of its innovative projects, strong values, and commitment to employee growth and development.

    • Innovative Projects: The company is known for its cutting-edge technology solutions, such as the recent launch of an AI-driven platform that enhances user experience.

    • Strong Company Values: I admire the company's commitment to sustainability and social responsibility, demonstrated by its i...

  • Answered by AI

Skills evaluated in this interview

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

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

  • Q1. Second highest salary
  • Q2. Java SDK and DSA

Interview Preparation Tips

Interview preparation tips for other job seekers - NA
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Design Rating Review System
  • Ans. 

    Design a system to rate and review products or services.

    • Allow users to rate products on a scale of 1-5 stars.

    • Include written reviews for users to provide more detailed feedback.

    • Implement a system to filter and display reviews based on relevance or helpfulness.

    • Consider incorporating user profiles and past review history to personalize recommendations.

  • Answered by AI
  • Q2. General Engineering questions, system design concepts

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

I was asked to perform the low-level design of a microservice.

BharatPe HR Interview Questions

4 questions and answers

Q. What was your salary at your previous employment?
Q. Tell me about your job role.
Q. Tell me about yourself.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Basic DS Question, Medium level difficulty , followed with some puzzles

Round 3 - One-on-one 

(1 Question)

  • Q1. System Design : Design in memory Database
  • Ans. 

    Designing an in-memory database involves optimizing data storage and retrieval for fast performance.

    • Use data structures like hash tables or B-trees for efficient indexing and searching

    • Implement caching mechanisms to reduce disk I/O and improve read/write speeds

    • Consider data durability and consistency mechanisms to prevent data loss in case of system failures

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

(1 Question)

  • Q1. Discussion with Manager, on projects/work experience and questions around challenges, more on resume /work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Resume screening, so keep that update and clean
1st Round DS Question are usually very easy/medium level, can be easily passed.

Don't write in resume which u haven't work on /have no idea abut. cause last round will have a lot of discussion on yopur past projects/experience

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. LLD/Machine coding - Design a social media application with users, posts, comments, likes, etc. There is also an admin who needs to approve post creation and can delete any post they want. Create appropria...
  • Ans. 

    Design a social media app with users, posts, comments, likes, and admin functionalities.

    • Class User: Represents a user with attributes like userId, username, and methods to create posts and comments.

    • Class Post: Represents a post with attributes like postId, content, userId, and methods for liking and commenting.

    • Class Comment: Represents a comment with attributes like commentId, content, userId, and methods to like comme...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. High-level design - Design a chat-based application like WhatsApp with only user-to-user chat feature (no group chats). Explain and draw out the E2E design by mentioning all the components and design decis...
  • Ans. 

    Design a user-to-user chat application similar to WhatsApp focusing on scalability, security, and real-time messaging.

    • Use a client-server architecture with mobile and web clients communicating with a central server.

    • Implement WebSocket for real-time communication to ensure instant message delivery.

    • Utilize a NoSQL database like MongoDB for storing user profiles and chat history.

    • Incorporate user authentication using JWT (...

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

(1 Question)

  • Q1. Hiring Manager - basic questions like why Razorpay, what are your career goals, what does career growth look like for you, etc.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Past work expert
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Just to know more about why i want the role
Round 2 - Coding Test 

Testing an payment flow on the application

BharatPe Interview FAQs

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

Some of the top questions asked at the BharatPe Senior Software Engineer interview -

  1. Next Greater Element in an ar...read more
  2. Question based on Sql inner j...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.5/5

based on 2 interview experiences

Join BharatPe Transforming small businesses across Bharat
BharatPe Senior Software Engineer Salary
based on 26 salaries
₹20 L/yr - ₹31.7 L/yr
54% more than the average Senior Software Engineer Salary in India
View more details

BharatPe Senior Software Engineer Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

2.0

Salary

1.0

Job security

2.0

Company culture

1.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Area Sales Manager
166 salaries
unlock blur

₹9.5 L/yr - ₹17.5 L/yr

Sales Executive
83 salaries
unlock blur

₹1.5 L/yr - ₹5 L/yr

Territory Manager
71 salaries
unlock blur

₹3.3 L/yr - ₹7.5 L/yr

Field Sales Executive
68 salaries
unlock blur

₹1.7 L/yr - ₹5 L/yr

Territory Sales Manager
63 salaries
unlock blur

₹2.7 L/yr - ₹6.5 L/yr

Explore more salaries
Compare BharatPe with

Paytm

3.2
Compare

Razorpay

3.5
Compare

AGS Transact Technologies

2.9
Compare

Hitachi Payment Services

3.6
Compare
write
Share an Interview