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

Freecharge Interview Questions, Process, and Tips

Updated 15 Jan 2025

Top Freecharge Interview Questions and Answers

View all 40 questions

Freecharge Interview Experiences

Popular Designations

53 interviews found

Team Lead Interview Questions & Answers

user image Amit Pal

posted on 22 Oct 2023

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

I applied via Naukri.com and was interviewed before Oct 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Coding, stack and string

Round 2 - Technical 

(1 Question)

  • Q1. Java 8, collection, multithreading

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Basic questions on joins and aggregate functions.
  • Q2. Basic theoretical sql questions
Round 2 - Technical 

(1 Question)

  • Q1. Basic questions on python

Interview Preparation Tips

Interview preparation tips for other job seekers - Study SQL and Python in detail

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)
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 Mar 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Boundary level tree traversal
Round 2 - Technical 

(1 Question)

  • Q1. Design LRU cache using Java data structure
  • Ans. 

    LRU cache is a data structure that stores the most recently used items, discarding the least recently used items when full.

    • Use a LinkedHashMap to store key-value pairs with access order

    • Override removeEldestEntry method to limit the size of the cache

    • Update the access order of items when they are accessed

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Basic HR questions, negotiations.

Skills evaluated in this interview

Lead Software Engineer Interview Questions asked at other Companies

Q1. Square Root with Decimal Precision Problem Statement You are provided with two integers, 'N' and 'D'. Your objective is to determine the square root of the number 'N' with a precision up to 'D' decimal places. This implies that the discrepa... read more
Add answer
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I was interviewed before Mar 2023.

Round 1 - Coding Test 

Was a tough oneto crack

Round 2 - Technical 

(3 Questions)

  • Q1. Asked about core Java domain and threds
  • Q2. Asked about Java domain and threads collection
  • Q3. Threads and collection

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)

Freecharge interview questions for popular designations

 Graduate Engineer Trainee (Get)

 (4)

 Software Developer

 (4)

 Senior Software Engineer

 (3)

 Team Lead

 (3)

 Backend Developer

 (2)

 Java Developer

 (2)

 Product Manager

 (2)

 Software Development Engineer Lead

 (2)

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

SDE Interview Questions asked at other Companies

Q1. Longest Increasing Subsequence Problem Statement Given an array of integers with 'N' elements, determine the length of the longest subsequence where each element is greater than the previous element. This subsequence must be in strictly inc... read more
Add answer

Get interview-ready with Top Freecharge Interview Questions

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

I applied via Referral and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Basic problem for developing an app with certain requirements

Round 2 - One-on-one 

(1 Question)

  • Q1. CTO round for technical
Round 3 - HR 

(1 Question)

  • Q1. Employment terms and salary

Associate Director Interview Questions asked at other Companies

Q1. How will you manage the New location and ramp up the Resourcing as per business requirement
View answer (2)

Jobs at Freecharge

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

I applied via Campus Placement and was interviewed before Nov 2022. 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 tips
Round 2 - Aptitude Test 

JAVA,SQL,Testing Parameters

Round 3 - Technical 

(2 Questions)

  • Q1. Concept of oops
  • Ans. 

    Object-oriented programming paradigm that focuses on objects and classes for code organization and reusability.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object)

    • Inheritance: Ability of a class to inherit properties and behavior from another class

    • Polymorphism: Ability to present the same interface for different data types

  • Answered by AI
  • Q2. Code to move 0's to extreme right position
  • Ans. 

    Code to move 0's to extreme right position in an array of strings

    • Iterate through the array and move all 0's to the end of the array

    • Use two pointers approach to swap elements

    • Example: Input array ['1', '0', '3', '0', '5'], Output array ['1', '3', '5', '0', '0']

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. OOps,Hashmaps,Concept of Polymophism,Inheritance etc.
  • Q2. Java collections
Round 5 - HR 

(1 Question)

  • Q1. Basic personality review and your past carrer experience. Since i was a campus candidate they asked me about working in my college projects.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep an eye on what you write over your resume and be ready with all the possible standard questions from them.

Sdet Automation Test Engineer Interview Questions asked at other Companies

Q1. Wait in selenium and how to find all links present in a page xpath
View answer (2)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed before Jun 2023.

Round 1 - One-on-one 

(1 Question)

  • Q1. Write a program to read a file
  • Ans. 

    Program to read a file in backend development

    • Use a programming language like Python, Java, or C++ to open and read the file

    • Use file handling functions to read the contents of the file

    • Handle exceptions for file not found or permission issues

    • Close the file after reading to free up system resources

  • Answered by AI

Backend Developer Interview Questions asked at other Companies

Q1. Vertical Order Traversal of a Binary Tree Given a binary tree, your task is to return the vertical order traversal of its nodes' values. For each node located at a position (X, Y), its left child will be at (X-1, Y-1) and its right child wi... read more
Add answer

Interview Questionnaire 

6 Questions

  • Q1. Tell me about yourself?
  • Q2. Why you want to become a product manager?
  • Ans. 

    I want to become a product manager because I enjoy solving problems and creating solutions that meet customer needs.

    • I have a passion for understanding customer needs and translating them into product features

    • I enjoy working with cross-functional teams to bring a product to market

    • I have experience in product development and have successfully launched products in the past

    • I am excited about the opportunity to drive produc...

  • Answered by AI
  • Q3. I was asked about my past experiences & product knowledge
  • Q4. Later I was given a scenario and asked to create Product Requirement Document and epic feature mapping for the same along with Success metrics. Few questions on tech stacks, testing, and JIRA.
  • Q5. Name your favorite app and what are its pros and cons?
  • Ans. 

    My favorite app is Spotify.

    • Pros: Wide variety of music genres and artists available, personalized recommendations, user-friendly interface.

    • Cons: Limited offline listening for free users, occasional ads interrupting music playback.

  • Answered by AI
  • Q6. I was asked to list two features to improve the same app and explain the reasons.

Interview Preparation Tips

FreeCharge interview Preparation:What tips would you give to other job seekers? - 3 Tips:

Round 1 -This round was more focused on your basic programming skills and project management.
Round 2 -This round was more focused on analytical skills and strategic knowledge
Round 3 - Along with the PRD format, please add some wireframes along with highlighting the success metrics.

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)
Round 1 - Coding Test 

1st Round.
Two DS problem from leetcode.
1.Array next permutation
2. Max share profit

Round 2 - Technical 

(1 Question)

  • Q1. OOPS, Threads, System Design

Interview Preparation Tips

Interview preparation tips for other job seekers - Do some preparation on leetcode for data structure

SDE (Software Development Engineer) Interview Questions asked at other Companies

Q1. A string is given consisting of lowercase alphabets. Write a function which returns yes if the string has all the lowercase letters appearing in it at least once. O(N) time and without using extra space
View answer (3)

Freecharge Interview FAQs

How many rounds are there in Freecharge interview?
Freecharge interview process usually has 2-3 rounds. The most common rounds in the Freecharge interview process are Technical, HR and One-on-one Round.
How to prepare for Freecharge interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Freecharge. The most common topics and skills that interviewers at Freecharge expect are Java, SQL, Javascript, Multithreading and Sales.
What are the top questions asked in Freecharge interview?

Some of the top questions asked at the Freecharge interview -

  1. Design a pament device and what other features will you add to i...read more
  2. How can you design a high scale Multithreaded syst...read more
  3. How will you handle communication between cross functional te...read more
How long is the Freecharge interview process?

The duration of Freecharge interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Freecharge Interview Process

based on 55 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 777 Interviews
PhonePe Interview Questions
4.0
 • 307 Interviews
HighRadius Interview Questions
2.9
 • 181 Interviews
Razorpay Interview Questions
3.6
 • 149 Interviews
Mobikwik Interview Questions
4.1
 • 47 Interviews
Google Pay Interview Questions
4.2
 • 35 Interviews
Amazon Pay Interview Questions
4.0
 • 13 Interviews
Ola Money Interview Questions
3.1
 • 1 Interview
Jio Money Interview Questions
4.1
 • 1 Interview
View all

Freecharge Reviews and Ratings

based on 340 reviews

3.9/5

Rating in categories

3.7

Skill development

3.9

Work-life balance

3.5

Salary

3.9

Job security

3.9

Company culture

3.2

Promotions

3.8

Work satisfaction

Explore 340 Reviews and Ratings
Field Sales Officer

Dehradun

1-6 Yrs

Not Disclosed

Lead Technical Program Manager

Noida,

Gurgaon / Gurugram

+1

5-8 Yrs

Not Disclosed

Explore more jobs
Software Development Engineer
123 salaries
unlock blur

₹6 L/yr - ₹17.5 L/yr

Lead Software Engineer
77 salaries
unlock blur

₹14.8 L/yr - ₹35 L/yr

Software Developer
57 salaries
unlock blur

₹6.2 L/yr - ₹14.9 L/yr

Associate Product Manager
53 salaries
unlock blur

₹9 L/yr - ₹22 L/yr

Senior Software Engineer
53 salaries
unlock blur

₹11.5 L/yr - ₹27.5 L/yr

Explore more salaries
Compare Freecharge with

Paytm

3.3
Compare

Mobikwik

4.0
Compare

PhonePe

4.0
Compare

Google Pay

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