AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
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
3.8

based on 344 Reviews

Play video Play video Video summary
  • About
  • Reviews
    344
  • Salaries
    2.4k
  • Interviews
    57
  • Jobs
    19
  • Benefits
    18
  • Photos
    5

Filter interviews by

Freecharge Interview Questions and Answers

Updated 9 Jun 2025
Popular Designations

48 Interview questions

An APM was asked 1w ago
Q. Explain the product.
Ans. 

A product is a tangible or intangible item created to meet customer needs and provide value in the market.

  • Products can be physical goods, like smartphones or clothing.

  • They can also be services, such as consulting or software applications.

  • A product must solve a problem or fulfill a need for its target audience.

  • Examples include a meal kit delivery service that saves time for busy families.

  • Products often go through a...

A Backend Developer was asked 5mo ago
Q. How do you approach solving a large problem within a limited timeframe?
Ans. 

I break down the problem into smaller tasks, prioritize them, and focus on the most critical aspects first.

  • Break down the problem into smaller, more manageable tasks

  • Prioritize tasks based on importance and impact

  • Focus on critical aspects first to ensure progress

  • Regularly reassess and adjust the plan as needed

View all Backend Developer interview questions
A Software Development Engineer was asked 6mo ago
Q. Describe a DSA problem based on arrays.
Ans. 

Find the longest common prefix among an array of strings.

  • Iterate through the array of strings.

  • Compare characters of each string at the same index.

  • Stop when characters differ or reach the end of any string.

  • Return the common prefix found.

View all Software Development Engineer interview questions
A Principal Engineer was asked 6mo ago
Q. Describe your implementation of a blocking queue.
Ans. 

A blocking queue allows threads to wait for the queue to become non-empty or non-full, facilitating safe inter-thread communication.

  • Use an array or linked list to store elements.

  • Implement methods like enqueue() and dequeue() with synchronization.

  • Use condition variables to block threads when the queue is empty or full.

  • Example: In enqueue(), if the queue is full, wait until space is available.

  • Example: In dequeue(), ...

View all Principal Engineer interview questions
A Quality Analyst was asked 6mo ago
Q. Why do we perform RCA?
Ans. 

Root Cause Analysis (RCA) identifies underlying issues to prevent recurrence and improve processes.

  • Identifies the root cause of problems, ensuring effective solutions rather than temporary fixes.

  • Enhances quality by systematically analyzing failures, such as a software bug causing system crashes.

  • Facilitates continuous improvement by learning from past mistakes, like a manufacturing defect leading to product recalls...

View all Quality Analyst interview questions
A Quality Analyst was asked 6mo ago
Q. Why do we use the dollar sign in Excel?
Ans. 

The dollar sign in Excel is used to create absolute references in formulas, locking specific rows or columns.

  • Absolute Reference: Using $A$1 locks both the column (A) and row (1) when copying formulas.

  • Mixed Reference: $A1 locks the column (A) but allows the row (1) to change when copied.

  • Relative Reference: A1 allows both the column and row to change when copied.

  • Example: If you have a formula in B1 as =A1 and copy i...

View all Quality Analyst interview questions
A Quality Analyst was asked 6mo ago
Q. How do you calculate variance in calibration?
Ans. 

Variance in calibration measures the spread of data points from the mean, ensuring accuracy in measurements.

  • Variance is calculated using the formula: Var(X) = Σ(Xi - μ)² / N, where μ is the mean and N is the number of observations.

  • For example, if you have calibration data points: 2, 4, 4, 4, 5, 5, 7, the mean (μ) is 4.5.

  • Subtract the mean from each data point, square the result, and then average those squared diffe...

View all Quality Analyst interview questions
Are these interview questions helpful?
A Devops Engineer was asked 8mo ago
Q. Explain the file system in Linux.
Ans. 

File system in Linux organizes and manages data on storage devices.

  • File system controls how data is stored, accessed, and managed on storage devices.

  • Linux uses a hierarchical file system structure with directories and files.

  • Common file systems in Linux include ext4, XFS, and Btrfs.

  • File permissions in Linux determine who can read, write, or execute files.

  • Mounting and unmounting drives allows access to different fil...

View all Devops Engineer interview questions
A Devops Engineer was asked 8mo ago
Q. How do you write a Dockerfile?
Ans. 

A Dockerfile is a text document that contains all the commands a user could call on the command line to assemble an image.

  • Start with a base image using the FROM keyword

  • Use the RUN keyword to execute commands in the container

  • Use the COPY keyword to add files from the host machine to the container

  • Use the CMD keyword to specify the command to run when the container starts

View all Devops Engineer interview questions
A Senior Software Engineer was asked 8mo ago
Q. Explain Executor Service and provide a code example.
Ans. 

Executor Service is a framework provided by Java for managing and executing asynchronous tasks.

  • Executor Service allows you to easily create and manage threads for executing tasks.

  • It provides a way to control the number of threads used for executing tasks, which can help prevent resource exhaustion.

  • You can submit tasks to an Executor Service using methods like execute() or submit().

  • Executor Service can be used to e...

View all Senior Software Engineer interview questions
1 2 3 4 5

Freecharge Interview Experiences

57 interviews found

Quality Analyst Interview Questions & Answers

user image pankaj dhiman

posted on 6 Dec 2024

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

General audit parameters

Round 2 - Technical 

(4 Questions)

  • Q1. General excel formula
  • Add your answer
  • Q2. Why we do rca
  • Ans. 

    Root Cause Analysis (RCA) identifies underlying issues to prevent recurrence and improve processes.

    • Identifies the root cause of problems, ensuring effective solutions rather than temporary fixes.

    • Enhances quality by systematically analyzing failures, such as a software bug causing system crashes.

    • Facilitates continuous improvement by learning from past mistakes, like a manufacturing defect leading to product recalls.

    • Prom...

  • Answered by AI
    Add your answer
  • Q3. How we calculate variancein calibration
  • Ans. 

    Variance in calibration measures the spread of data points from the mean, ensuring accuracy in measurements.

    • Variance is calculated using the formula: Var(X) = Σ(Xi - μ)² / N, where μ is the mean and N is the number of observations.

    • For example, if you have calibration data points: 2, 4, 4, 4, 5, 5, 7, the mean (μ) is 4.5.

    • Subtract the mean from each data point, square the result, and then average those squared difference...

  • Answered by AI
    Add your answer
  • Q4. Why we use dollar sign in excel
  • Ans. 

    The dollar sign in Excel is used to create absolute references in formulas, locking specific rows or columns.

    • Absolute Reference: Using $A$1 locks both the column (A) and row (1) when copying formulas.

    • Mixed Reference: $A1 locks the column (A) but allows the row (1) to change when copied.

    • Relative Reference: A1 allows both the column and row to change when copied.

    • Example: If you have a formula in B1 as =A1 and copy it to ...

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Quality Analyst Interview Questions asked at other Companies

Q1. In this round, you will be given an Excel-based to-do list. You will need to apply filters, data validation, conditional formatting, use IF logic formulas, and create a pie chart based on the provided data.
View answer (1)
Anonymous

Web Developer Interview Questions & Answers

user image Anonymous

posted on 9 Jan 2025

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

Nice one details with

Round 2 - Technical 

(2 Questions)

  • Q1. Java script based wuestionss
  • Add your answer
  • Q2. Dsa based questions
  • Add your answer
Round 3 - HR 

(2 Questions)

  • Q1. Normal infect arc toon and breifing
  • Ans. 

    The question is asking about the normal infection arc in cartoons and providing a briefing on it.

    • Normal infection arc in cartoons typically involves a character getting sick or infected with a virus or bacteria.

    • The character may exhibit symptoms such as sneezing, coughing, or feeling unwell.

    • Other characters may try to help the infected character by providing remedies or seeking medical help.

    • The infection arc usually re...

  • Answered by AI
    Add your answer
  • Q2. Nirmal interaction and briefing
  • Add your answer

Web Developer Interview Questions asked at other Companies

Q1. Last Index of Element The task is to determine the index of the last occurrence of a specified element x within an array that may contain duplicate elements. If the element is not present, return -1. Input: The first line contains an intege... read more
View answer (2)
Anonymous

Software Developer Interview Questions & Answers

user image Anonymous

posted on 14 Jan 2025

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

I applied via Job Portal and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Find Target Element in a rotating sorted Array.
  • Ans. 

    Search for target element in a rotated sorted array.

    • Use binary search to find the pivot point where rotation happens.

    • Divide the array into two subarrays and perform binary search on the appropriate subarray.

    • Handle cases where the target element is on the left or right side of the pivot.

  • Answered by AI
    Add your answer

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Anonymous

Manager Internal Audit Interview Questions & Answers

user image Anonymous

posted on 15 Jan 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-

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

Round 1 - Technical 

(1 Question)

  • Q1. Tell me risk framework and how will you manage in Fintech company?
  • Ans. 

    Risk framework is a structured approach to identifying, assessing, and managing risks within an organization. In a Fintech company, I would implement a risk framework tailored to the specific risks faced in the industry.

    • Understand the unique risks in the Fintech industry such as cybersecurity, regulatory compliance, and operational risks.

    • Develop a risk management strategy that aligns with the company's objectives and r...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Read risk around Fintech industry

Manager Internal Audit Interview Questions asked at other Companies

Q1. How would you audit a bank's credit card department that has not reported any revenue leakage? How would you test the controls?
View answer (1)
Anonymous

Reactjs Developer Interview Questions & Answers

user image Anonymous

posted on 23 Aug 2024

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

I appeared for an interview in Jul 2024.

Round 1 - Technical 

(4 Questions)

  • Q1. Explain Virtual Dom
  • Ans. 

    Virtual DOM is a lightweight copy of the actual DOM, used for efficient updates and rendering in React applications.

    • Virtual DOM is a concept in React where a lightweight copy of the actual DOM is created and updated in memory.

    • When changes are made to the state of a component, React compares the virtual DOM with the actual DOM and only updates the necessary parts, minimizing performance impact.

    • This process of updating t...

  • Answered by AI
    Add your answer
  • Q2. Explain New Features in ReactJS
  • Ans. 

    ReactJS has introduced new features like Hooks, Context API, Suspense, and Concurrent Mode.

    • Introduction of Hooks allows functional components to have state and lifecycle methods.

    • Context API provides a way to pass data through the component tree without having to pass props down manually at every level.

    • Suspense enables components to suspend rendering while waiting for something to load, like data from an API.

    • Concurrent ...

  • Answered by AI
    Add your answer
  • Q3. Explain High Order Components using the example
  • Ans. 

    High Order Components are functions that take a component and return a new component with additional functionality.

    • HOCs are used to share code between components.

    • They can be used for adding authentication, logging, or other functionalities to components.

    • Example: a HOC that adds a loading spinner while data is being fetched.

  • Answered by AI
    Add your answer
  • Q4. Explain the reducer method in js using the example
  • Ans. 

    Reducer method in JavaScript is used to manage state changes in applications by taking the current state and an action as input and returning a new state.

    • Reducer function takes two parameters - the current state and an action

    • It then determines how the state should change based on the action type

    • The reducer function returns a new state based on the action type

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Reactjs Developer Interview Questions asked at other Companies

Q1. Implement a counter with increment and decrement buttons. Include an input field to set the counter's initial value, and ensure increment/decrement operations are based on this input value.
View answer (2)
Anonymous

Backend Developer Interview Questions & Answers

user image Tushar Sahu

posted on 31 Dec 2024

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

I applied via Approached by Company and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

The first round is an aptitude assessment that consists of coding questions focused on dynamic programming, as well as medium to hard level aptitude and reasoning questions.

Round 2 - Coding Test 

The second round focuses on coding and consists of data structure and algorithm questions related to arrays, linked lists, basic Java concepts, strings, and project-based questions from the resume.

Round 3 - Coding Test 

The third round also consists of coding, which includes challenging data structures and algorithms questions based on graphs, trees, multithreading, and difficult SQL-based questions.

Round 4 - HR 

(2 Questions)

  • Q1. What are your short-term and long-term goals?
  • Ans. 

    My short-term goal is to enhance my skills in backend development and contribute effectively to the team. My long-term goal is to become a lead developer and work on innovative projects.

    • Short-term goal: Improve backend development skills

    • Short-term goal: Contribute effectively to the team

    • Long-term goal: Become a lead developer

    • Long-term goal: Work on innovative projects

  • Answered by AI
    Add your answer
  • Q2. How do you approach solving a large problem within a limited timeframe?
  • Ans. 

    I break down the problem into smaller tasks, prioritize them, and focus on the most critical aspects first.

    • Break down the problem into smaller, more manageable tasks

    • Prioritize tasks based on importance and impact

    • Focus on critical aspects first to ensure progress

    • Regularly reassess and adjust the plan as needed

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare thoroughly, study data structures and algorithms as well as SQL, use your time wisely, think critically, remain calm, and take your time.

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
View answer (1)
Anonymous

Interview Questions & Answers

user image Anonymous

posted on 8 Jun 2025

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

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. Explain product
  • Ans. 

    A product is a tangible or intangible item created to meet customer needs and provide value in the market.

    • Products can be physical goods, like smartphones or clothing.

    • They can also be services, such as consulting or software applications.

    • A product must solve a problem or fulfill a need for its target audience.

    • Examples include a meal kit delivery service that saves time for busy families.

    • Products often go through a life...

  • Answered by AI
    Add your answer
  • Q2. Product combo of bank and uber
  • Ans. 

    A product combining banking services with Uber's ride-sharing platform enhances user convenience and financial management.

    • Integrated payment system: Users can pay for rides directly from their bank account, simplifying transactions.

    • Loyalty rewards: Users earn bank rewards for frequent Uber rides, incentivizing both banking and ride-sharing.

    • Budget tracking: The app can provide insights into spending on rides, helping us...

  • Answered by AI
    Add your answer
Anonymous

Devops Engineer Interview Questions & Answers

user image Anonymous

posted on 19 Oct 2024

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

I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. How to write docker file
  • Ans. 

    A Dockerfile is a text document that contains all the commands a user could call on the command line to assemble an image.

    • Start with a base image using the FROM keyword

    • Use the RUN keyword to execute commands in the container

    • Use the COPY keyword to add files from the host machine to the container

    • Use the CMD keyword to specify the command to run when the container starts

  • Answered by AI
    Add your answer
  • Q2. Explain file system in linux
  • Ans. 

    File system in Linux organizes and manages data on storage devices.

    • File system controls how data is stored, accessed, and managed on storage devices.

    • Linux uses a hierarchical file system structure with directories and files.

    • Common file systems in Linux include ext4, XFS, and Btrfs.

    • File permissions in Linux determine who can read, write, or execute files.

    • Mounting and unmounting drives allows access to different file sys...

  • Answered by AI
    Add your answer
  • Q3. Few Linux commands
  • Add your answer
  • Q4. Kubernetes question
  • Add your answer
Round 2 - Technical 

(2 Questions)

  • Q1. Kubernetes case based question
  • Add your answer
  • Q2. Linux scripting
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - They need to improve their process for recruitment, I had given second round and after this they made my application in hold. I asked many times what’s the status they told me status is pending wait for few days and last i asked again they just ignored msg it sounds very rude.

Skills evaluated in this interview

Devops Engineer Interview Questions asked at other Companies

Q1. How can you run a Docker command remotely on a Linux server without establishing a separate SSH session?
View answer (2)
Anonymous

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 1 Aug 2024

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

Leetcode medium and hard

zigzag traversal of BT
merge K sorted Linked List

Round 2 - Technical 

(1 Question)

  • Q1. Focussed mainly on Java, Spring and HLD
  • Add your answer
Round 3 - Technical 

(1 Question)

  • Q1. LLD of booking system, designing a thread safe array blocking queue
  • Add your answer
Round 4 - HR 

(1 Question)

  • Q1. Normal salary discussion
  • Add your answer

Lead Engineer Interview Questions asked at other Companies

Q1. What is the resistance value of the tripping and closing coil of a VCB?
View answer (8)
Anonymous

Senior Software Engineer Interview Questions & Answers

user image Anonymous

posted on 16 Oct 2024

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

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Longest Consecutive Sequence
  • Ans. 

    Find the length of the longest consecutive elements sequence in an array.

    • Sort the array to ensure consecutive elements are adjacent

    • Iterate through the array and keep track of the current consecutive sequence length

    • Update the longest consecutive sequence length as you iterate

  • Answered by AI
    Add your answer
  • Q2. Core Java Questions
  • Add your answer
Round 2 - Technical 

(2 Questions)

  • Q1. Executor Service and it's code
  • Ans. 

    Executor Service is a framework provided by Java for managing and executing asynchronous tasks.

    • Executor Service allows you to easily create and manage threads for executing tasks.

    • It provides a way to control the number of threads used for executing tasks, which can help prevent resource exhaustion.

    • You can submit tasks to an Executor Service using methods like execute() or submit().

    • Executor Service can be used to execut...

  • Answered by AI
    Add your answer
  • Q2. Core Java and Spring boot questions
  • Add your answer
Round 3 - Technical 

(2 Questions)

  • Q1. Design patterns
  • Add your answer
  • Q2. Core Java questions
  • Add your answer

Skills evaluated in this interview

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 (3)
Anonymous

Top trending discussions

View All
Interview Tips & Stories
2w (edited)
timepasstiwari
·
A Digital Markter
Nailed the interview, still rejected
Just had the BEST interview ever – super positive and encouraging! But got rejected. Interviewer said I was the most prepared, knew it was a full-time role (unlike others), and loved my answers. One of my questions was even called "the best ever asked!" He showed me around, said I was exactly what they wanted, and would get back by Friday. I was so hyped! Then today, I got the rejection email. No reason given, just "went with someone else." Feels bad when your best isn't enough. Anyone else been there? How'd you cope?
Got a question about Freecharge?
Ask anonymously on communities.
More about working at Freecharge
  • HQ - Gurgaon,Haryana, India
  • FinTech
  • 501-1k Employees (India)
  • Internet
  • Emerging Technologies
  • Software Product

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, Multithreading, Java Spring Boot, SQL and Javascript.
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
What are the most common questions asked in Freecharge HR round?

The most common HR questions asked in Freecharge interview are -

  1. Why are you looking for a chan...read more
  2. Tell me about yourse...read more
  3. Share details of your previous j...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 Interviews By Designations

  • Freecharge Software Developer Interview Questions
  • Freecharge Graduate Engineer Trainee (Get) Interview Questions
  • Freecharge Senior Software Engineer Interview Questions
  • Freecharge Team Lead Interview Questions
  • Freecharge Product Manager Interview Questions
  • Freecharge Software Development Engineer Lead Interview Questions
  • Freecharge Backend Developer Interview Questions
  • Freecharge Software Development Engineer Interview Questions
  • Show more
  • Freecharge Java Developer Interview Questions
  • Freecharge Financial Analyst Interview Questions

Interview Questions for Popular Designations

  • Software Developer Interview Questions
  • Graduate Engineer Trainee (Get) Interview Questions
  • Associate Interview Questions
  • Senior Executive Interview Questions
  • Software Engineer Interview Questions
  • Intern Interview Questions
  • Consultant Interview Questions
  • Manager Interview Questions
  • Show more
  • Sales Officer Interview Questions
  • HR Executive Interview Questions

Overall Interview Experience Rating

4.3/5

based on 58 interview experiences

Difficulty level

Easy 18%
Moderate 76%
Hard 6%

Duration

Less than 2 weeks 90%
2-4 weeks 10%
View more

Interview Questions from Similar Companies

Razorpay
Razorpay Interview Questions
3.6
 • 159 Interviews
TransUnion
TransUnion Interview Questions
3.9
 • 91 Interviews
Rupeek
Rupeek Interview Questions
3.7
 • 65 Interviews
Navi Technologies
Navi Technologies Interview Questions
2.9
 • 59 Interviews
PayU Payments
PayU Payments Interview Questions
3.5
 • 57 Interviews
ACKO
ACKO Interview Questions
3.7
 • 55 Interviews
Mobikwik
Mobikwik Interview Questions
3.6
 • 54 Interviews
BankBazaar
BankBazaar Interview Questions
3.3
 • 53 Interviews
Spice Money
Spice Money Interview Questions
4.1
 • 32 Interviews
Jupiter Money
Jupiter Money Interview Questions
3.1
 • 31 Interviews
View all

Freecharge Reviews and Ratings

based on 344 reviews

3.8/5

Rating in categories

3.6

Skill development

3.9

Work-life balance

3.4

Salary

3.8

Job security

3.8

Company culture

3.1

Promotions

3.7

Work satisfaction

Explore 344 Reviews and Ratings
Jobs at Freecharge
Freecharge
Freecharge - Lead Backend Engineer - Java (4-8 yrs)

4-8 Yrs

Not Disclosed

Freecharge
Hiring Java Technical Lead @Freecharge || Gurgaon || 5+ Years

Gurgaon / Gurugram,

Delhi/Ncr

5-9 Yrs

Not Disclosed

Freecharge
Freecharge - Lead Backend Engineer - Node.js/Javascript (4-8 yrs)

4-8 Yrs

Not Disclosed

Explore more jobs
Freecharge Salaries in India
Software Development Engineer
129 salaries
unlock blur

₹4.7 L/yr - ₹15.1 L/yr

Lead Software Engineer
88 salaries
unlock blur

₹12 L/yr - ₹36 L/yr

Senior Software Engineer
77 salaries
unlock blur

₹11.5 L/yr - ₹26 L/yr

Software Developer
67 salaries
unlock blur

₹6.2 L/yr - ₹15.8 L/yr

Associate Product Manager
59 salaries
unlock blur

₹10 L/yr - ₹22.6 L/yr

Explore more salaries
Compare Freecharge with
Paytm

Paytm

3.2
Compare
Mobikwik

Mobikwik

3.6
Compare
AGS Transact Technologies

AGS Transact Technologies

3.0
Compare
Hitachi Payment Services

Hitachi Payment Services

3.8
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Freecharge Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter