Upload Button Icon Add office photos
Engaged Employer

i

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

Freecharge Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Freecharge SDE Interview Questions and Answers

Updated 2 Feb 2024

Freecharge SDE Interview Experiences

1 interview found

SDE Interview Questions & Answers

user image Anonymous

posted on 2 Feb 2024

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

Interview questions from similar companies

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

HighRadius user image wansh biswakarma

posted on 25 Nov 2024

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

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

Round 1 - Coding Test 

Easy questions tbh and the interviewer was chill

Round 2 - Technical 

(2 Questions)

  • Q1. Binary search to find the number of coins
  • Ans. 

    Binary search can be used to efficiently find the number of coins in a sorted array.

    • Start by setting low to 0 and high to the length of the array minus 1.

    • While low is less than or equal to high, calculate the mid point.

    • Compare the value at the mid point with the target number of coins and adjust low or high accordingly.

    • Return the index of the target number of coins if found, otherwise return -1.

  • Answered by AI
  • Q2. Oops questions that too basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - easy and go for it

Skills evaluated in this interview

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

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

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

HighRadius user image LOST OVER THERE

posted on 16 Feb 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Aptitude Test 

ALL APTI,QUANT,TECH MCQs were there

Round 2 - Coding Test 

2 easy questions were given in it

SDE Interview Questions & Answers

PhonePe user image Anonymous

posted on 6 Sep 2023

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

I applied via Campus Placement and was interviewed in Aug 2023. There were 5 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 - Coding Test 

4 medium to difficult questions

Round 3 - Technical 

(1 Question)

  • Q1. 2 DSA questions on arrays
Round 4 - Technical 

(1 Question)

  • Q1. 3 DSA questions on DP , Trees
Round 5 - HR 

(1 Question)

  • Q1. Entire Resume was discussed

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
Contribute & help others!
anonymous
You can choose to be anonymous

Freecharge Interview FAQs

How many rounds are there in Freecharge SDE interview?
Freecharge interview process usually has 2 rounds. The most common rounds in the Freecharge interview process are Technical.
What are the top questions asked in Freecharge SDE interview?

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

  1. Springboot, Java 8 , microservices, design patte...read more
  2. Rotate Array, three ...read more
  3. Leetcode easy, medium quest...read more

Recently Viewed

SALARIES

VDX.TV

REVIEWS

Dr Lal PathLabs

No Reviews

REVIEWS

Dr Lal PathLabs

No Reviews

SALARIES

Care Hospital

SALARIES

Healthians

SALARIES

Dr Lal PathLabs

LIST OF COMPANIES

Healthians

Overview

JOBS

VDX.TV

No Jobs

REVIEWS

Dr Lal PathLabs

No Reviews

LIST OF COMPANIES

VDX.TV

Overview

Tell us how to improve this page.

Freecharge SDE Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 748 Interviews
PhonePe Interview Questions
4.0
 • 298 Interviews
HighRadius Interview Questions
2.9
 • 182 Interviews
Razorpay Interview Questions
3.6
 • 148 Interviews
Rupeek Interview Questions
3.7
 • 60 Interviews
PayU Payments Interview Questions
3.6
 • 54 Interviews
BankBazaar Interview Questions
3.4
 • 50 Interviews
ACKO Interview Questions
3.7
 • 48 Interviews
View all
Freecharge SDE Salary
based on 8 salaries
₹7 L/yr - ₹15 L/yr
57% less than the average SDE Salary in India
View more details

Freecharge SDE Reviews and Ratings

based on 3 reviews

3.0/5

Rating in categories

3.0

Skill development

3.2

Work-life balance

2.2

Salary

3.7

Job security

3.2

Company culture

1.9

Promotions

3.5

Work satisfaction

Explore 3 Reviews and Ratings
Software Development Engineer
124 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Software Engineer
77 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
58 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
53 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Product Manager
51 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Freecharge with

Paytm

3.3
Compare

Mobikwik

3.7
Compare

PhonePe

4.0
Compare

Google Pay

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