Upload Button Icon Add office photos
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

Compare button icon Compare button icon Compare

Filter interviews by

BharatPe SDE-2 Interview Questions and Answers

Updated 24 Jun 2024

BharatPe SDE-2 Interview Experiences

2 interviews found

SDE-2 Interview Questions & Answers

user image Anonymous

posted on 24 Jun 2024

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Leetcode medium question using heap
  • Q2. MySQL Queries using joins, group by, aggregate functions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Leetcode medium question of string
  • Q2. Database design for the notification service
  • Ans. 

    Design a database schema for a notification service

    • Identify the entities involved such as users, notifications, and devices

    • Create tables for each entity with relevant attributes

    • Establish relationships between tables using foreign keys

    • Consider indexing for efficient retrieval of notifications

    • Implement a mechanism for tracking read/unread status of notifications

  • Answered by AI

Skills evaluated in this interview

SDE-2 Interview Questions & Answers

user image Anonymous

posted on 21 Jun 2021

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

Interview Questionnaire 

1 Question

  • Q1. Medium level data structures and algorithms questions and SQL queries

Interview Preparation Tips

Interview preparation tips for other job seekers - It was an easy interview. There were just 2 technical rounds. In both the rounds I was given a coding problem and asked to keep optimising the code. Along with this, I was asked few SQL problems involving joins and cursors.

SDE-2 Interview Questions Asked at Other Companies

asked in Walmart
Q1. Maximum Frequency Number Problem Statement Given an array of inte ... read more
asked in Atlassian
Q2. K Most Frequent Words Problem Statement Given an array of N non-e ... read more
Q3. Reverse String Operations Problem Statement You are provided with ... read more
asked in ShareChat
Q4. Square Root of an Integer Challenge Given an integer 'A', the obj ... read more
asked in DP World
Q5. Count Ways To Reach The N-th Stair Problem Statement You are give ... read more

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Online assessment on the hackerrank. It was mdium leetcode question.

Round 2 - HLD 

(1 Question)

  • Q1. Design HLD for Twitter
  • Ans. 

    Design a High Level Design for Twitter

    • 1. Use a microservices architecture to handle different functionalities like user authentication, tweet creation, timeline generation, etc.

    • 2. Implement a distributed system to handle high traffic and scalability.

    • 3. Use a NoSQL database like Cassandra or MongoDB for storing tweets and user data.

    • 4. Utilize a message queue like Kafka for handling real-time notifications and messages.

    • 5...

  • Answered by AI

Skills evaluated in this interview

Round 1 - Assignment 

Hackerank test on your expertise

Round 2 - HR 

(2 Questions)

  • Q1. Basic cultural fit rounds
  • Q2. Why do you want to join

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong on basics. The candidate are tested multiple ways of their expertise and asked to write code and included DSP
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Lovely Professional University (LPU) and was interviewed before Apr 2022. There were 4 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 

(2 Questions)

  • Q1. Simple 3 questions of DSA with brute force to the optimal approach
  • Q2. 2 stacks, palindrome tricky, string question (simple)
Round 3 - One-on-one 

(2 Questions)

  • Q1. 2 stacks with optinal approach
  • Ans. 

    Implementing 2 stacks with optional approach

    • Two stacks can be implemented in a single array by dividing it into two halves

    • Optional approach can be implemented by using a third parameter to indicate which stack to use

    • Push and pop operations can be performed on both stacks independently

  • Answered by AI
  • Q2. Some hr interview question
Round 4 - HR 

(2 Questions)

  • Q1. Marital status discussion
  • Q2. Future discusssions about what i want nd plans

Interview Preparation Tips

Topics to prepare for Open Financial Technologies Private Limited SDE (Software Development Engineer) interview:
  • DSA
  • OS
  • DBMS
  • strings
Interview preparation tips for other job seekers - DSA kro mast raho, soft skills top notch is a must for cracking any interview

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 Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Online assessment on the hackerrank. It was mdium leetcode question.

Round 2 - HLD 

(1 Question)

  • Q1. Design HLD for Twitter
  • Ans. 

    Design a High Level Design for Twitter

    • 1. Use a microservices architecture to handle different functionalities like user authentication, tweet creation, timeline generation, etc.

    • 2. Implement a distributed system to handle high traffic and scalability.

    • 3. Use a NoSQL database like Cassandra or MongoDB for storing tweets and user data.

    • 4. Utilize a message queue like Kafka for handling real-time notifications and messages.

    • 5...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
-

I applied via Company Website and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How will you integrate selenium framework with jenkins
  • Ans. 

    Integrating Selenium framework with Jenkins involves setting up Jenkins job to run Selenium tests.

    • Install Jenkins on the server

    • Install necessary plugins like Selenium plugin

    • Create a Jenkins job for running Selenium tests

    • Configure the job to execute Selenium tests using the Selenium framework

    • Set up build triggers and post-build actions as needed

  • Answered by AI

Skills evaluated in this interview

Round 1 - Assignment 

Hackerank test on your expertise

Round 2 - HR 

(2 Questions)

  • Q1. Basic cultural fit rounds
  • Q2. Why do you want to join

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong on basics. The candidate are tested multiple ways of their expertise and asked to write code and included DSP

I applied via Approached by Company and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Coding Test 

Hackerrank - dp problems

Round 2 - Technical 

(1 Question)

  • Q1. Minimum number of jumps in the array.
  • Ans. 

    Find minimum number of jumps required to reach the end of an array.

    • Use dynamic programming approach to solve the problem.

    • Maintain an array to store minimum number of jumps required to reach each index.

    • Traverse the array and update the minimum number of jumps for each index.

    • Return the minimum number of jumps required to reach the end of the array.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What are ambitions and how I'll approach them
  • Q2. How do I see myself in 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - Data structures and algorithms should be strong. Prepare dp, greedy algorithms, backtracking, trees and graphs and ofcourse arrays and strings.

Skills evaluated in this interview

BharatPe Interview FAQs

How many rounds are there in BharatPe SDE-2 interview?
BharatPe interview process usually has 2 rounds. The most common rounds in the BharatPe interview process are Technical and One-on-one Round.
What are the top questions asked in BharatPe SDE-2 interview?

Some of the top questions asked at the BharatPe SDE-2 interview -

  1. Database design for the notification serv...read more
  2. Medium level data structures and algorithms questions and SQL queri...read more
  3. MySQL Queries using joins, group by, aggregate functi...read more

Tell us how to improve this page.

BharatPe SDE-2 Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

SDE-2 Interview Questions from Similar Companies

PayPal SDE-2 Interview Questions
3.9
 • 4 Interviews
Paytm SDE-2 Interview Questions
3.3
 • 1 Interview
View all
BharatPe SDE-2 Salary
based on 6 salaries
₹28 L/yr - ₹35 L/yr
11% less than the average SDE-2 Salary in India
View more details
Area Sales Manager
146 salaries
unlock blur

₹5.5 L/yr - ₹17.5 L/yr

Sales Executive
85 salaries
unlock blur

₹1.5 L/yr - ₹5 L/yr

Territory Sales Manager
69 salaries
unlock blur

₹2.7 L/yr - ₹6.5 L/yr

Territory Manager
69 salaries
unlock blur

₹2.4 L/yr - ₹7.5 L/yr

Key Account Manager
67 salaries
unlock blur

₹4.5 L/yr - ₹14.7 L/yr

Explore more salaries
Compare BharatPe with

Paytm

3.3
Compare

Razorpay

3.6
Compare

PhonePe

4.0
Compare

Mobikwik

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