Upload Button Icon Add office photos
Engaged Employer

i

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

InCred Finance Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

InCred Finance Interview Questions and Answers

Updated 4 Jun 2025
Popular Designations

12 Interview questions

An Assistant Manager Collections was asked 2w ago
Q. What methods do you know for tracing customers in collections?
Ans. 

Utilizing various methods to trace customers in collections enhances recovery rates and improves communication.

  • Use skip tracing techniques to locate customers, such as searching public records or social media.

  • Leverage credit reporting agencies to find updated contact information.

  • Implement data analytics to identify patterns in customer behavior and payment history.

  • Engage with third-party tracing services that spec...

View all Assistant Manager Collections interview questions
A Branch Credit Manager was asked 2mo ago
Q. What is the process for checking legal and technical reports?
Ans. 

The process involves verifying legal compliance and technical accuracy through thorough analysis and consultation with experts.

  • Review legal documents for compliance with regulations, e.g., checking loan agreements against local laws.

  • Assess technical reports for accuracy, e.g., evaluating property appraisals or environmental assessments.

  • Consult with legal advisors to clarify any ambiguous terms or conditions in con...

View all Branch Credit Manager interview questions
A Collections Manager was asked 6mo ago
Q. What is collection?
Ans. 

Collecting involves gathering items, data, or information systematically for preservation, study, or enjoyment.

  • Collecting can refer to acquiring art, stamps, or coins for personal enjoyment or investment.

  • In data management, collecting involves gathering information for analysis, like survey responses.

  • Museums collect artifacts to preserve cultural heritage and educate the public.

  • Libraries collect books and manuscri...

View all Collections Manager interview questions
A Senior Android Developer was asked 11mo ago
Q. Given a smaller string and a larger string, find all occurrences of the smaller string's anagrams within the larger string.
Ans. 

Check if an anagram of a small string exists in a large string

  • Create a frequency map of characters in the small string

  • Iterate through the large string and check if a substring of the same length has the same frequency map

  • Return true if an anagram is found, false otherwise

View all Senior Android Developer interview questions
A Senior Android Developer was asked 11mo ago
Q. Given an array, find the length of the array containing only unique items.
Ans. 

Count the number of unique items in an array of strings

  • Create a Set to store unique items

  • Iterate through the array and add each item to the Set

  • Return the size of the Set as the length of the array with unique items

View all Senior Android Developer interview questions
A Devops Engineer was asked 12mo ago
Q. Write a shell script.
Ans. 

A shell script to display current date and time

  • Use the date command to get the current date and time

  • Store the output in a variable

  • Print the variable to display the date and time

View all Devops Engineer interview questions
A Devops Engineer was asked 12mo ago
Q. How can you create a highly available load balancer with EC2 instances?
Ans. 

Use an Application Load Balancer (ALB) with Auto Scaling group of EC2 instances for high availability.

  • Create an Application Load Balancer (ALB) in front of EC2 instances for distributing traffic.

  • Set up Auto Scaling group to automatically adjust the number of EC2 instances based on traffic.

  • Configure health checks on ALB to monitor the health of EC2 instances and route traffic accordingly.

View all Devops Engineer interview questions
Are these interview questions helpful?
🔥 Asked by recruiter 2 times
A Senior Sales Manager was asked
Q. What is your current CTC?
Ans. 

My current CTC is $120,000 per year.

  • My current CTC is $120,000 per year

  • I am open to discussing salary expectations during the interview process

  • I have experience negotiating compensation packages based on performance and market trends

View all Senior Sales Manager interview questions
An Assistant Sales Manager was asked
Q. How loan process works and what all Documents required?
Ans. 

The loan process involves submitting an application, providing necessary documents, undergoing credit checks, and receiving approval or denial.

  • Submit loan application with personal and financial information

  • Provide documents such as ID, proof of income, bank statements, and credit history

  • Undergo credit checks to assess creditworthiness

  • Receive approval or denial based on the lender's evaluation

View all Assistant Sales Manager interview questions
A Branch Credit Manager was asked 2mo ago
Q. What is the process for producing LAP (Liquid Applied Polymeric) products?
Ans. 

LAP products are created through a precise formulation and application process involving polymers and solvents.

  • 1. Formulation: Combine liquid polymers with additives for desired properties.

  • 2. Mixing: Use high-shear mixers to ensure uniform dispersion of components.

  • 3. Application: Apply using spray, brush, or roller techniques depending on the surface.

  • 4. Curing: Allow the product to cure, which can involve heat or ...

View all Branch Credit Manager interview questions

InCred Finance Interview Experiences

24 interviews found

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

(2 Questions)

  • Q1. What is collect?
  • Ans. 

    Collecting involves gathering items, data, or information systematically for preservation, study, or enjoyment.

    • Collecting can refer to acquiring art, stamps, or coins for personal enjoyment or investment.

    • In data management, collecting involves gathering information for analysis, like survey responses.

    • Museums collect artifacts to preserve cultural heritage and educate the public.

    • Libraries collect books and manuscripts t...

  • Answered by AI
  • Q2. What is npa how to get it in backet?
  • Ans. 

    NPA stands for Non-Performing Asset, which refers to loans that are in default or close to being in default.

    • NPA occurs when borrowers fail to make interest or principal repayments for a specified period, typically 90 days.

    • To manage NPAs, banks often restructure loans or negotiate repayment plans with borrowers.

    • Example: A bank may convert a standard loan into a term loan to help the borrower manage repayments better.

    • Reg...

  • Answered by AI

Interview Questions & Answers

user image Anonymous

posted on 1 Dec 2024

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Normal question related profile
  • Q2. Discussion about past experiences
Round 2 - HR 

(2 Questions)

  • Q1. About salary expectation
  • Q2. They are not provided the extra benefits 😞

Interview Preparation Tips

Interview preparation tips for other job seekers - Yes, I have joined the company. I would advise new joiners to request a job description, as the company may assign tasks beyond the initial role, which may not be ideal.

Additionally, please note that the company does not provide a joining bonus or welcome kit. It's essential to clarify these details before joining.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Job experiences
  • Q2. Understanding of product
  • Q3. Market references
Round 2 - One-on-one 

(3 Questions)

  • Q1. Understanding of product
  • Q2. Market knowledge
  • Q3. Job experiences

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join this company for SBL
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
-

I appeared for an interview in Jun 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Find the length of array with unique items
  • Ans. 

    Count the number of unique items in an array of strings

    • Create a Set to store unique items

    • Iterate through the array and add each item to the Set

    • Return the size of the Set as the length of the array with unique items

  • Answered by AI
  • Q2. Find the anagram of small string into large string
  • Ans. 

    Check if an anagram of a small string exists in a large string

    • Create a frequency map of characters in the small string

    • Iterate through the large string and check if a substring of the same length has the same frequency map

    • Return true if an anagram is found, false otherwise

  • Answered by AI

Skills evaluated in this interview

Interview Questions & Answers

user image Anonymous

posted on 11 Sep 2024

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

I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Personal information
  • Q2. Credit assessment information

Interview Preparation Tips

Interview preparation tips for other job seekers - Very nice and friendly nature of working facilities
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. What is your CTC
  • Ans. 

    CTC, or Cost to Company, includes all components of salary and benefits offered by the employer.

    • CTC includes basic salary, allowances, bonuses, and benefits.

    • For example, if my basic salary is $50,000, and allowances are $10,000, my CTC would be $60,000.

    • It's important to consider both fixed and variable components in CTC.

    • For instance, if I have performance bonuses that can add up to $5,000, that would be part of my CTC.

  • Answered by AI
  • Q2. What is your experience
  • Ans. 

    I have over 7 years of experience in credit management, focusing on risk assessment and loan approval processes.

    • Managed a portfolio of over 200 clients, ensuring timely payments and minimizing defaults.

    • Implemented a new credit scoring model that improved approval rates by 15%.

    • Conducted thorough risk assessments, leading to a 20% reduction in loan delinquencies.

    • Collaborated with sales teams to align credit policies with...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work culture and business policy are good
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Locators in selenium
  • Ans. 

    Locators in Selenium are used to identify web elements on a web page for automation testing purposes.

    • Locators include ID, Name, Class Name, Tag Name, Link Text, Partial Link Text, CSS Selector, and XPath.

    • ID is the most efficient locator as it is unique for each element.

    • XPath is powerful but slower as it traverses the entire DOM.

    • CSS Selector is faster than XPath and can be used for complex selections.

    • Example: driver.fin...

  • Answered by AI
  • Q2. All selenium basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare basics

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 7 Feb 2025

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

General java coding not much

Interview experience
5
Excellent
Difficulty level
Moderate
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 is the process for producing LAP (Liquid Applied Polymeric) products?
  • Ans. 

    LAP products are created through a precise formulation and application process involving polymers and solvents.

    • 1. Formulation: Combine liquid polymers with additives for desired properties.

    • 2. Mixing: Use high-shear mixers to ensure uniform dispersion of components.

    • 3. Application: Apply using spray, brush, or roller techniques depending on the surface.

    • 4. Curing: Allow the product to cure, which can involve heat or ambie...

  • Answered by AI
  • Q2. What is the process for checking legal and technical reports?
  • Ans. 

    The process involves verifying legal compliance and technical accuracy through thorough analysis and consultation with experts.

    • Review legal documents for compliance with regulations, e.g., checking loan agreements against local laws.

    • Assess technical reports for accuracy, e.g., evaluating property appraisals or environmental assessments.

    • Consult with legal advisors to clarify any ambiguous terms or conditions in contract...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

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

  • Q1. If you have any method to trace the customer in the collection then please tell me
  • Ans. 

    Utilizing various methods to trace customers in collections enhances recovery rates and improves communication.

    • Use skip tracing techniques to locate customers, such as searching public records or social media.

    • Leverage credit reporting agencies to find updated contact information.

    • Implement data analytics to identify patterns in customer behavior and payment history.

    • Engage with third-party tracing services that specializ...

  • Answered by AI
  • Q2. Y expectation of your company....
  • Ans. 

    I expect a collaborative environment that fosters growth, innovation, and a commitment to excellence in collection management.

    • A supportive team culture that encourages open communication and sharing of ideas.

    • Opportunities for professional development, such as workshops and training sessions.

    • A focus on leveraging technology to enhance collection processes, like using data analytics for better decision-making.

    • Recognition...

  • Answered by AI
  • Q3. Y expectation of your company ......
  • Ans. 

    I expect a collaborative environment that fosters growth, innovation, and a commitment to excellence in collections management.

    • A focus on teamwork: I believe collaboration leads to better decision-making and problem-solving.

    • Opportunities for professional development: I expect access to training and resources to enhance my skills.

    • Clear communication: Regular updates and feedback are essential for aligning goals and expe...

  • Answered by AI

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about InCred Finance?
Ask anonymously on communities.

InCred Finance Interview FAQs

How many rounds are there in InCred Finance interview?
InCred Finance interview process usually has 1-2 rounds. The most common rounds in the InCred Finance interview process are One-on-one Round, HR and Resume Shortlist.
How to prepare for InCred Finance 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 InCred Finance. The most common topics and skills that interviewers at InCred Finance expect are Sales, DSA, Mortgage Loans, Communication Skills and NBFC.
What are the top questions asked in InCred Finance interview?

Some of the top questions asked at the InCred Finance interview -

  1. How loan process works and what all Documents requir...read more
  2. What is the process for producing LAP (Liquid Applied Polymeric) produc...read more
  3. If you have any method to trace the customer in the collection then please tell...read more
What are the most common questions asked in InCred Finance HR round?

The most common HR questions asked in InCred Finance interview are -

  1. What are your salary expectatio...read more
  2. Why are you looking for a chan...read more
  3. Where do you see yourself in 5 yea...read more
How long is the InCred Finance interview process?

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

Tell us how to improve this page.

Overall Interview Experience Rating

4.2/5

based on 29 interview experiences

Difficulty level

Easy 29%
Moderate 57%
Hard 14%

Duration

Less than 2 weeks 83%
2-4 weeks 17%
View more

Interview Questions from Similar Companies

BA Continuum Interview Questions
4.1
 • 104 Interviews
Hero FinCorp Interview Questions
4.0
 • 97 Interviews
Kinara Capital Interview Questions
4.3
 • 75 Interviews
mPokket Interview Questions
3.8
 • 75 Interviews
View all

InCred Finance Reviews and Ratings

based on 388 reviews

3.8/5

Rating in categories

3.5

Skill development

3.7

Work-life balance

3.6

Salary

3.6

Job security

3.7

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 388 Reviews and Ratings
Assistant Manager
148 salaries
unlock blur

₹2.5 L/yr - ₹8.5 L/yr

Sales Manager
110 salaries
unlock blur

₹2.5 L/yr - ₹8.5 L/yr

Assistant Sales Manager
95 salaries
unlock blur

₹3.5 L/yr - ₹5.5 L/yr

Credit Manager
74 salaries
unlock blur

₹4.7 L/yr - ₹11 L/yr

Software Engineer
60 salaries
unlock blur

₹7 L/yr - ₹25 L/yr

Explore more salaries
Compare InCred Finance with

Home Credit Finance

4.1
Compare

Sammaan Capital Limited

3.7
Compare

Hero FinCorp

4.0
Compare

BA Continuum

4.1
Compare
write
Share an Interview