Upload Button Icon Add office photos
Engaged Employer

i

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

DotPe Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

DotPe SDE Interview Questions and Answers

Updated 3 Nov 2024

DotPe SDE Interview Experiences

1 interview found

SDE Interview Questions & Answers

user image Anonymous

posted on 3 Nov 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. SQL join question
  • Q2. House robber, circular list
Round 2 - One-on-one 

(2 Questions)

  • Q1. Find duplicates and remove from linked list.
  • Ans. 

    Remove duplicates from a linked list

    • Traverse the linked list and keep track of seen values using a hash set

    • If a value is already in the hash set, remove the duplicate node

    • Update the next pointers accordingly

  • Answered by AI
  • Q2. Check IP address is in valid format or not
  • Ans. 

    Validate if an IP address is in a valid format

    • Split the IP address into 4 parts using the dot as a delimiter

    • Check if each part is a number between 0 and 255

    • Ensure there are exactly 4 parts in the IP address

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Leetcode easy, medium question
  • Q2. Rotate Array, three sum
Round 2 - Technical 

(1 Question)

  • Q1. Springboot, Java 8 , microservices, design patterns

SDE Interview Questions & Answers

Razorpay user image Anonymous

posted on 17 Oct 2024

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

I was interviewed before Oct 2023.

Round 1 - Coding Test 

Given 3 DSA medium level problems

Round 2 - Coding Test 

One hour face to face round. Given system design problem of parking lot.

Round 3 - HR 

(2 Questions)

  • Q1. Description about project from resume
  • Ans. 

    Developed a web application for online shopping

    • Used HTML, CSS, and JavaScript for front-end development

    • Implemented backend using Node.js and MongoDB

    • Integrated payment gateway for secure transactions

  • Answered by AI
  • Q2. Lot of behavourial questions.

SDE Interview Questions & Answers

Razorpay user image Anonymous

posted on 30 Nov 2024

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

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

Round 1 - Low Level Design 

(1 Question)

  • Q1. Design a SQL Database

SDE Interview Questions & Answers

Razorpay user image Anonymous

posted on 2 Jan 2025

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Asked me to rewrite SQL in 20 minutes insanely tough and rude interviewer

SDE Interview Questions & Answers

Mobikwik user image Anonymous

posted on 21 May 2022

I was interviewed before May 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

  • Q1. 

    Reverse Linked List Problem Statement

    Given a singly linked list of integers, return the head of the reversed linked list.

    Example:

    Initial linked list: 1 -> 2 -> 3 -> 4 -> NULL
    Reversed link...
  • Ans. 

    Reverse a singly linked list of integers and return the head of the reversed linked list.

    • Iterate through the linked list and reverse the pointers to point to the previous node instead of the next node.

    • Use three pointers - prev, current, and next - to keep track of the nodes while reversing the linked list.

    • Update the head of the reversed linked list as the last node encountered during reversal.

  • Answered by AI
Round 2 - Video Call 

Round duration - 60 minutes
Round difficulty - Medium

Round 3 - HR 

Round duration - 50 minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE in GurgaonEligibility criteria6.5 CGPAMobiKwik interview preparation:Topics to prepare for the interview - Python, Django, Java, Html, Bootstrap, C++, Data structure.Time required to prepare for the interview - 7 monthsInterview preparation tips for other job seekers

Tip 1 : Prepare as many questions you can
Tip 2 : Give the competitive contest
Tip 3 : Aptitude

Application resume tips for other job seekers

Tip 1 : Minimum 2 projects.
Tip 2 : Concise and accurate

Final outcome of the interviewSelected

Skills evaluated in this interview

SDE Interview Questions & Answers

Paytm user image Anonymous

posted on 12 Nov 2024

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 Oct 2024. There was 1 interview round.

Round 1 - Coding Test 

1 easy question based on string and core subjects amd project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your resume very well.

SDE Interview Questions & Answers

PhonePe user image Anonymous

posted on 23 Jul 2024

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

2 questions 90 mins, dynamic programming and graph based

Round 2 - HR 

(2 Questions)

  • Q1. Dont remember dont remember
  • Q2. I dont remember dont remember

SDE Interview Questions & Answers

PhonePe user image Rohith D

posted on 29 Jun 2024

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

(2 Questions)

  • Q1. Last projects worked on
  • Q2. What are you good at
  • Ans. 

    I am good at problem-solving, coding, and collaborating with team members.

    • Strong problem-solving skills

    • Proficient in coding languages like Java, Python, and C++

    • Effective communication and collaboration with team members

  • Answered by AI

SDE Interview Questions & Answers

Paytm user image Anonymous

posted on 6 Aug 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

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

Round 1 - Coding Test 

It consist of 3 questions on hackerrank

Round 2 - One-on-one 

(2 Questions)

  • Q1. Dont remember the exact it was related to array manipulation
  • Q2. Dont remember the exact but it was string manipulation

DotPe Interview FAQs

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

Some of the top questions asked at the DotPe SDE interview -

  1. Find duplicates and remove from linked li...read more
  2. Check IP address is in valid format or ...read more
  3. House robber, circular l...read more

Tell us how to improve this page.

DotPe SDE Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

SDE Interview Questions from Similar Companies

PhonePe SDE Interview Questions
4.0
 • 3 Interviews
Razorpay SDE Interview Questions
3.6
 • 3 Interviews
Paytm SDE Interview Questions
3.3
 • 2 Interviews
Mobikwik SDE Interview Questions
3.7
 • 1 Interview
View all
Assistant Manager
127 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Sales Consultant
60 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Consultant
38 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Development Manager
25 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Key Account Manager
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare DotPe with

Paytm

3.3
Compare

PhonePe

4.0
Compare

Mobikwik

3.7
Compare

Payed

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