Upload Button Icon Add office photos

Filter interviews by

Paisalo Digital Interview Questions and Answers

Updated 16 Mar 2025

Paisalo Digital Interview Experiences

Popular Designations

8 interviews found

Software Developer Interview Questions & Answers

user image vivek gautam

posted on 16 Mar 2025

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

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

  • Q1. Dependency injection
  • Q2. Middleware in dot net core

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)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Jwt, ajax call, mvc, web api, filter, middleware

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join this company at all. No growth

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)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The stages of the Software Development Life Cycle (SDLC), the definition of latent bugs, and an overview of TestNG annotations.

Software Tester Interview Questions asked at other Companies

Q1. Which is a best technique to generate automated test report ?
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Experience and all other things
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion

Legal Associate Interview Questions asked at other Companies

Q1. What kind of cases or applications have you argued?
View answer (2)

Paisalo Digital interview questions for popular designations

 Software Developer

 (2)

 Area Manager

 (1)

 Software Tester

 (1)

 Management Information System Executive

 (1)

 Legal Associate

 (1)

 Legal

 (1)

 CSO

 (1)

Area Manager Interview Questions & Answers

user image Anonymous

posted on 13 Oct 2023

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

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

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 - One-on-one 

(5 Questions)

  • Q1. Skills CV SALES
  • Q2. About yourself liable for necessary achievement in career
  • Q3. How's your day to day business development plans in current market and marketed
  • Ans. 

    My day to day business development plans involve identifying new market opportunities, building relationships with key stakeholders, and implementing strategic initiatives to drive growth.

    • Conduct market research to identify potential opportunities for expansion

    • Develop relationships with key clients and partners to increase market presence

    • Implement strategic initiatives such as promotional campaigns or product launches ...

  • Answered by AI
  • Q4. Previous employers Team size and lead by you
  • Q5. Customer portfolio xbkt collection ED LMD 90 DPD NPA Cases case study

Interview Preparation Tips

Interview preparation tips for other job seekers - Leadership skills and behavior all personal quality

Area Manager Interview Questions asked at other Companies

Q1. Tell me about a time when you changed or enhanced the existing process? What was it and and how it has helped the overall performance?
View answer (2)

Legal Interview Questions & Answers

user image sweta rana

posted on 18 Sep 2022

I applied via Recruitment Consulltant and was interviewed in Aug 2022. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic question form your cv

Interview Preparation Tips

Interview preparation tips for other job seekers - Know basic things that is it only, other they will not ask anything

Legal Interview Questions asked at other Companies

Q1. Is your GPA an accurate reflection of ur abilities ? Why or why not ?
View answer (1)

Jobs at Paisalo Digital

View all

I applied via Walk-in and was interviewed in Dec 2021. There was 1 interview round.

Round 1 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
  • Q3. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Working in Paislow Digital Limited Company It was very nice to work as Miss, and we are interested in doing every single work of the office,

Management Information System Executive Interview Questions asked at other Companies

Q1. How do you close the Trouble Ticket (TT) on your end after a fiber cut has been resolved?
View answer (1)

CSO Interview Questions & Answers

user image Anonymous

posted on 13 Jul 2022

I applied via Walk-in and was interviewed before Jul 2021. There were 4 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 - Group Discussion 

Communication Skill
Computer Knowledge
English Spoken
Ready to work in Feild

Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion Company Policies
Round 4 - Feild Investigation 

(1 Question)

  • Q1. Background Check Family Background

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Communication Skill
Computer Knowledge

CSO Interview Questions asked at other Companies

Q1. What is the difference between saving account and current account
View answer (1)

Interview questions from similar companies

I applied via Campus Placement and was interviewed before May 2021. There were 3 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 - Coding Test 

Discussion on Oops and asked to implement linked list and then asked to modify it to fit for a binary tree.

One qsts related to algos was asked too which I don't remember

Round 3 - HR 

(1 Question)

  • Q1. Formal introduction of ourselves . Followed by few qsts on family and why IIFL

Interview Preparation Tips

Interview preparation tips for other job seekers - Simple interview process. Focus on algos and oops concepts more.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding test with questions on aptitude and coding problem solving with 15 test cases

Round 2 - One-on-one 

(2 Questions)

  • Q1. Rotation of array
  • Ans. 

    Rotate an array of strings by a specified number of positions.

    • Create a new array and copy elements from original array based on rotation index.

    • Use modulo operator to handle cases where rotation index exceeds array length.

    • Handle edge cases like empty array or negative rotation index.

    • Example: Original array ['a', 'b', 'c', 'd', 'e'] rotated by 2 positions becomes ['c', 'd', 'e', 'a', 'b'].

  • Answered by AI
  • Q2. Sql query for 2
  • Ans. 

    SQL query to retrieve data from 2 tables using a join condition.

    • Use JOIN keyword to combine data from 2 tables based on a related column

    • Specify the columns you want to retrieve using SELECT statement

    • Add the table names and join condition in the FROM clause

  • Answered by AI

Skills evaluated in this interview

Paisalo Digital Interview FAQs

How many rounds are there in Paisalo Digital interview?
Paisalo Digital interview process usually has 1-2 rounds. The most common rounds in the Paisalo Digital interview process are HR, One-on-one Round and Resume Shortlist.
How to prepare for Paisalo Digital 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 Paisalo Digital. The most common topics and skills that interviewers at Paisalo Digital expect are jQuery, Angular, AutoCAD, Bootstrap and DevOps.
What are the top questions asked in Paisalo Digital interview?

Some of the top questions asked at the Paisalo Digital interview -

  1. How's your day to day business development plans in current market and marke...read more
  2. Customer portfolio xbkt collection ED LMD 90 DPD NPA Cases case stu...read more
  3. Jwt, ajax call, mvc, web api, filter, middlew...read more

Tell us how to improve this page.

Paisalo Digital Interview Process

based on 14 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Muthoot Fincorp Interview Questions
4.5
 • 512 Interviews
Shriram Finance Interview Questions
4.1
 • 350 Interviews
Muthoot Finance Interview Questions
3.6
 • 260 Interviews
IIFL Finance Interview Questions
4.0
 • 257 Interviews
Mahindra Finance Interview Questions
4.1
 • 154 Interviews
L&T Finance Interview Questions
3.9
 • 152 Interviews
TVS Credit Interview Questions
4.3
 • 107 Interviews
View all

Paisalo Digital Reviews and Ratings

based on 113 reviews

3.8/5

Rating in categories

3.5

Skill development

3.7

Work-life balance

3.3

Salary

3.6

Job security

3.6

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 113 Reviews and Ratings
Architect And Designer

Delhi/Ncr

5-10 Yrs

₹ 2-6 LPA

Explore more jobs
Back Office Executive
19 salaries
unlock blur

₹1.5 L/yr - ₹2.4 L/yr

Area Head
14 salaries
unlock blur

₹2.8 L/yr - ₹5.2 L/yr

State Head
7 salaries
unlock blur

₹5 L/yr - ₹12.6 L/yr

Branch Manager
7 salaries
unlock blur

₹2.4 L/yr - ₹3.6 L/yr

Microfinance
6 salaries
unlock blur

₹1.6 L/yr - ₹2.5 L/yr

Explore more salaries
Compare Paisalo Digital with

Shriram Finance

4.1
Compare

Muthoot Fincorp

4.5
Compare

IIFL Finance

4.0
Compare

Muthoot Finance

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