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
Employer? Claim Account for FREE

EarlySalary Services

Compare button icon Compare button icon Compare
3.7

based on 147 Reviews

Play video Play video Video summary
  • About
  • Reviews
    147
  • Salaries
    1k
  • Interviews
    15
  • Jobs
    31
  • Benefits
    12
  • Photos
    6

Filter interviews by

EarlySalary Services Interview Questions and Answers

Updated 7 Apr 2025
Popular Designations

9 Interview questions

A Senior Software Engineer was asked 8mo ago
Q. Given a string, write a function to reverse it.
Ans. 

Reverse a string by iterating through the characters and swapping them

  • Create a function that takes a string as input

  • Initialize two pointers, one at the beginning and one at the end of the string

  • Swap the characters at the two pointers and move them towards the center until they meet

View all Senior Software Engineer interview questions
A Senior Software Engineer was asked 8mo ago
Q. Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target. You may assume that each input would have exactly one solution, and you may not use ...
Ans. 

Find two numbers in an array that sum up to a specific target value.

  • Use a hash map to store numbers and their indices for quick lookup.

  • Iterate through the array, checking if the complement (target - current number) exists in the hash map.

  • Example: For array [2, 7, 11, 15] and target 9, return indices [0, 1] (2 + 7 = 9).

  • Time complexity is O(n) due to single pass through the array.

View all Senior Software Engineer interview questions
A SDE Intern was asked 8mo ago
Q. Given an array containing numbers from 1 to n, with one number missing, find the missing number.
Ans. 

Find the missing number in an array containing numbers from 1 to n.

  • Iterate through the array and calculate the sum of all numbers from 1 to n.

  • Calculate the sum of all numbers in the given array.

  • Subtract the sum of array from the sum of all numbers to find the missing number.

View all SDE Intern interview questions
An Intern was asked 12mo ago
Q. Explain Object-Oriented Programming.
Ans. 

Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

  • OOP focuses on creating objects that interact with each other to solve problems

  • Encapsulation, inheritance, and polymorphism are key principles of OOP

  • Classes and objects are used to create reusable code and organize data

  • Example: In a banking system, a 'Customer' object may have attributes like name...

View all Intern interview questions
An Intern was asked 12mo ago
Q. Solve a DSA question live.
Ans. 

Solve a DSA question live by implementing a solution and explaining the thought process.

  • Understand the problem statement clearly before jumping to the solution.

  • Break down the problem into smaller, manageable parts.

  • Consider edge cases and how they might affect your solution.

  • Choose the right data structures that fit the problem requirements.

  • Implement the solution step-by-step, explaining each part as you go.

View all Intern interview questions
A Customer Executive was asked
Q. What is a collection?
Ans. 

A collection is a group of items or objects gathered together for a specific purpose or to be displayed.

  • A collection can consist of various items such as stamps, coins, artwork, or books.

  • Collections are often curated and organized by individuals based on personal interests or hobbies.

  • Some collections may have significant monetary or sentimental value.

  • Collections can also refer to the act of gathering or accumulati...

View all Customer Executive interview questions
A Telesales/Telemarketing Executive/Officer was asked
Q. What are the working hours for this position?
Ans. 

Job timing refers to the specific hours and schedule during which an employee is expected to work.

  • Typically, telesales jobs have fixed hours, such as 9 AM to 5 PM.

  • Some positions may require evening or weekend shifts to accommodate customer availability.

  • Flexibility in timing can be beneficial for reaching clients in different time zones.

  • For example, a company targeting international clients may have staggered shift...

View all Telesales/Telemarketing Executive/Officer interview questions
Are these interview questions helpful?
An Intern was asked 12mo ago
Q. Explain Design principles
Ans. 

Design principles are fundamental concepts used to guide the process of designing products or systems.

  • Design principles help ensure consistency, usability, and aesthetic appeal in the final product.

  • They often include principles such as simplicity, consistency, hierarchy, balance, and emphasis.

  • For example, the principle of simplicity in design aims to eliminate unnecessary elements and focus on the essential featur...

View all Intern interview questions
A Customer Executive was asked
Q. What are Finance services?
Ans. 

Finance services refer to the range of services provided by financial institutions to help individuals and businesses manage their money, investments, and assets.

  • Finance services include banking, investment management, insurance, and financial planning.

  • Banks offer services such as savings accounts, loans, and credit cards.

  • Investment management services help individuals and businesses grow their wealth through inve...

View all Customer Executive interview questions

EarlySalary Services Interview Experiences

15 interviews found

SDE Intern Interview Questions & Answers

user image Anonymous

posted on 16 Oct 2024

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

(2 Questions)

  • Q1. Find the missing number in an array, , given the array conatins numbers form 1 to n and one number is missing
  • Ans. 

    Find the missing number in an array containing numbers from 1 to n.

    • Iterate through the array and calculate the sum of all numbers from 1 to n.

    • Calculate the sum of all numbers in the given array.

    • Subtract the sum of array from the sum of all numbers to find the missing number.

  • Answered by AI
    Add your answer
  • Q2. And question on resume
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be chill and Fibe is a good company.

Skills evaluated in this interview

Anonymous

Data Analyst Intern Interview Questions & Answers

user image Anonymous

posted on 19 Oct 2024

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

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

Round 1 - Aptitude Test 

45 min , 45 questions

Round 2 - Technical 

(2 Questions)

  • Q1. Technical question( PowerBI, data science)
  • Add your answer
  • Q2. Behaviourial question
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Combination of: Data Mining , Data Science, Basic Statistics, Database Management
Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 10 Jan 2025

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

MVVM was asked and swift questions

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare swift concepts well and design pattern
Anonymous

Intern Interview Questions & Answers

user image Anonymous

posted on 5 Jun 2024

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

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

Round 1 - Aptitude Test 

Aptitude test consists of DSA questions and theory questions on Java, SQL and object oriented programming

Round 2 - Technical 

(3 Questions)

  • Q1. Explain Object oriented programming
  • Ans. 

    Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOP focuses on creating objects that interact with each other to solve problems

    • Encapsulation, inheritance, and polymorphism are key principles of OOP

    • Classes and objects are used to create reusable code and organize data

    • Example: In a banking system, a 'Customer' object may have attributes like name and ...

  • Answered by AI
    Add your answer
  • Q2. Explain Design principles
  • Ans. 

    Design principles are fundamental concepts used to guide the process of designing products or systems.

    • Design principles help ensure consistency, usability, and aesthetic appeal in the final product.

    • They often include principles such as simplicity, consistency, hierarchy, balance, and emphasis.

    • For example, the principle of simplicity in design aims to eliminate unnecessary elements and focus on the essential features.

    • Co...

  • Answered by AI
    Add your answer
  • Q3. Solve a dsa questions live
  • Ans. 

    Solve a DSA question live by implementing a solution and explaining the thought process.

    • Understand the problem statement clearly before jumping to the solution.

    • Break down the problem into smaller, manageable parts.

    • Consider edge cases and how they might affect your solution.

    • Choose the right data structures that fit the problem requirements.

    • Implement the solution step-by-step, explaining each part as you go.

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be careful with the management.
Anonymous

Senior Software 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
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Reverse a string
  • Ans. 

    Reverse a string by iterating through the characters and swapping them

    • Create a function that takes a string as input

    • Initialize two pointers, one at the beginning and one at the end of the string

    • Swap the characters at the two pointers and move them towards the center until they meet

  • Answered by AI
    Add your answer
  • Q2. 2 sum arrays problem
  • Ans. 

    Find two numbers in an array that sum up to a specific target value.

    • Use a hash map to store numbers and their indices for quick lookup.

    • Iterate through the array, checking if the complement (target - current number) exists in the hash map.

    • Example: For array [2, 7, 11, 15] and target 9, return indices [0, 1] (2 + 7 = 9).

    • Time complexity is O(n) due to single pass through the array.

  • Answered by AI
    Add your answer
Round 2 - One-on-one 

(2 Questions)

  • Q1. Project discussions
  • Add your answer
  • Q2. Cv discussion was held
  • Add your answer
Anonymous

Customer Executive Interview Questions & Answers

user image Anonymous

posted on 23 May 2024

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

I applied via Walk-in and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - HR 

(3 Questions)

  • Q1. What is a collection?
  • Ans. 

    A collection is a group of items or objects gathered together for a specific purpose or to be displayed.

    • A collection can consist of various items such as stamps, coins, artwork, or books.

    • Collections are often curated and organized by individuals based on personal interests or hobbies.

    • Some collections may have significant monetary or sentimental value.

    • Collections can also refer to the act of gathering or accumulating it...

  • Answered by AI
    Add your answer
  • Q2. What are Finance services?
  • Ans. 

    Finance services refer to the range of services provided by financial institutions to help individuals and businesses manage their money, investments, and assets.

    • Finance services include banking, investment management, insurance, and financial planning.

    • Banks offer services such as savings accounts, loans, and credit cards.

    • Investment management services help individuals and businesses grow their wealth through investmen...

  • Answered by AI
    Add your answer
  • Q3. Why BPO why you did not try for IT?
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn Basic Questions.......

Skills evaluated in this interview

Anonymous

Associate Product Manager Interview Questions & Answers

user image Anonymous

posted on 3 Aug 2023

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

I applied via Referral and was interviewed in Jul 2023. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. Senior PM took the interview
  • Add your answer
  • Q2. 1. Projects executed in my current organization. 2. Product Sense 3. RCA 4. Domain knowledge on BNPL
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Please make sure you clarify the role expectations else they deny proceeding stating that the candidate has a lack of domain expertise.

They tend to ask about the notice period multiple times even the interview post interview. In my case interviewer immediately gave the feedback and then suddenly asked about my notice and if I'm serving my notice.

This type of behavior is certainly a red flag.

Then they gave me a reason for not having domain expertise, so couldn't understand how my serving notice has a correlation with my domain expertise in Fintech. This was visible in my resume and would have been clarified before the interview.

One request is please waste your and candidates' time and be honest with your feedback. HR was not clear and then the interviewer was confused. Really bad experience.
Anonymous

City Manager Interview Questions & Answers

user image Anonymous

posted on 8 Sep 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Basics about us
  • Add your answer
Round 3 - One-on-one 

(1 Question)

  • Q1. About all my experience and product knowledge
  • Add your answer
Round 4 - Aptitude Test 

All things which know about organisation

Anonymous

Area Collection Manager Interview Questions & Answers

user image Anonymous

posted on 18 Apr 2024

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

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

Round 1 - HR 

(1 Question)

  • Q1. Basics round about experience
  • Add your answer
Round 2 - One-on-one 

(1 Question)

  • Q1. Many questions related to work
  • Add your answer
Anonymous

Senior Collection Executive Interview Questions & Answers

user image Ankita Taraknath Saha

posted on 7 Apr 2025

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

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. What have you heard about the company?
  • Ans. 

    The company is known for its innovative approach to collections and commitment to customer satisfaction.

    • The company has a strong reputation for ethical collection practices, ensuring compliance with regulations.

    • They utilize advanced technology to streamline the collection process, improving efficiency and customer experience.

    • The company emphasizes employee training and development, fostering a positive work environment...

  • Answered by AI
    Add your answer
  • Q2. How do you propose to contribute to the growth of this company?
  • Ans. 

    I will leverage my expertise in collections to enhance recovery rates and foster strong client relationships, driving company growth.

    • Implement data-driven strategies to identify high-risk accounts, improving collection efficiency.

    • Enhance customer communication through personalized follow-ups, leading to increased recovery rates.

    • Train and mentor junior staff on best practices in collections, fostering a knowledgeable te...

  • Answered by AI
    Add your answer
Anonymous

Top trending discussions

View All
Interview Tips & Stories
5d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about EarlySalary Services?
Ask anonymously on communities.
More about working at EarlySalary Services
  • HQ - Pune,Maharashtra, India
  • FinTech
  • 501-1k Employees (India)
  • NBFC

EarlySalary Services Interview FAQs

How many rounds are there in EarlySalary Services interview?
EarlySalary Services interview process usually has 1-2 rounds. The most common rounds in the EarlySalary Services interview process are One-on-one Round, HR and Resume Shortlist.
How to prepare for EarlySalary Services 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 EarlySalary Services. The most common topics and skills that interviewers at EarlySalary Services expect are SQL, Risk Analytics, Python, Loans and Automation.
What are the top questions asked in EarlySalary Services interview?

Some of the top questions asked at the EarlySalary Services interview -

  1. Find the missing number in an array, , given the array conatins numbers form 1 ...read more
  2. What is a collecti...read more
  3. What are Finance servic...read more
How long is the EarlySalary Services interview process?

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

Tell us how to improve this page.

EarlySalary Services Interviews By Designations

  • EarlySalary Services Area Collection Manager Interview Questions
  • EarlySalary Services Associate Product Manager Interview Questions
  • EarlySalary Services Software Engineer Interview Questions
  • EarlySalary Services Data Analyst Interview Questions
  • EarlySalary Services Senior Software Engineer Interview Questions
  • EarlySalary Services Intern Interview Questions
  • EarlySalary Services Customer Executive Interview Questions
  • EarlySalary Services Software Developer Intern Interview Questions
  • Show more
  • EarlySalary Services Collections Executive Interview Questions
  • EarlySalary Services Telesales/Telemarketing Executive/Officer Interview Questions

Interview Questions for Popular Designations

  • Associate Interview Questions
  • Team Lead Interview Questions
  • Analyst Interview Questions
  • Software Engineer Interview Questions
  • Sales Executive Interview Questions
  • Java Developer Interview Questions
  • System Engineer Interview Questions
  • Manager Interview Questions
  • Show more
  • Sales Officer Interview Questions
  • Assistant Manager Interview Questions

Overall Interview Experience Rating

3/5

based on 20 interview experiences

Difficulty level

Easy 33%
Moderate 67%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Razorpay
Razorpay Interview Questions
3.5
 • 161 Interviews
Revolut
Revolut Interview Questions
2.6
 • 103 Interviews
Rupeek
Rupeek Interview Questions
3.7
 • 65 Interviews
Navi Technologies
Navi Technologies Interview Questions
2.9
 • 59 Interviews
Freecharge
Freecharge Interview Questions
3.8
 • 57 Interviews
ACKO
ACKO Interview Questions
3.7
 • 55 Interviews
Mobikwik
Mobikwik Interview Questions
3.6
 • 55 Interviews
BharatPe
BharatPe Interview Questions
3.5
 • 43 Interviews
Yubi
Yubi Interview Questions
3.4
 • 41 Interviews
Slice
Slice Interview Questions
3.2
 • 37 Interviews
View all

EarlySalary Services Reviews and Ratings

based on 147 reviews

3.7/5

Rating in categories

3.4

Skill development

3.5

Work-life balance

3.6

Salary

3.6

Job security

3.7

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 147 Reviews and Ratings
Jobs at EarlySalary Services
EarlySalary Services
Tech Lead - Java

Pune

7-9 Yrs

Not Disclosed

EarlySalary Services
Recovery Manager- Visakhapatnam

Visakhapatnam

4-8 Yrs

Not Disclosed

EarlySalary Services
Recovery Manager- Chennai

Chennai

4-8 Yrs

₹ 5-8 LPA

Explore more jobs
EarlySalary Services Salaries in India
Collections Executive
35 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Assistant Manager
29 salaries
unlock blur

₹7.7 L/yr - ₹14.3 L/yr

Software Engineer
25 salaries
unlock blur

₹4.8 L/yr - ₹15 L/yr

Data Scientist
24 salaries
unlock blur

₹7.2 L/yr - ₹17 L/yr

Sales Executive
23 salaries
unlock blur

₹2.7 L/yr - ₹3.8 L/yr

Explore more salaries
Compare EarlySalary Services with
Rupeek

Rupeek

3.7
Compare
Razorpay

Razorpay

3.5
Compare
ACKO

ACKO

3.7
Compare
Revolut

Revolut

2.6
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • EarlySalary Services 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