Premium Employer

i

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

CredAble Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

CredAble Interview Questions and Answers

Updated 16 Jan 2025

CredAble Interview Experiences

Popular Designations

4 interviews found

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

I applied via Campus Placement and was interviewed before Apr 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

14 questions 2 coding questions, 12 technical MCQ

Round 3 - Aptitude Test 

Very difficult aptitude round

Round 4 - One-on-one 

(2 Questions)

  • Q1. Technical interview
  • Q2. Data base queries and coding concepts and logics
Round 5 - HR 

(2 Questions)

  • Q1. HR round with lead HR
  • Q2. Why should we hire you.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good policies, but very toxic environment

Associate Product Engineer Interview Questions asked at other Companies

Q1. Do you know SQL? Can you write a query for selecting some rows in a db table?
View answer (1)

Interview Questions & Answers

user image Sachin

posted on 16 Jan 2025

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

Hacker Rank, Array, LinkedList

Round 2 - One-on-one 

(2 Questions)

  • Q1. DSA Question LinkedList
  • Q2. DSA Question for Array

Team Lead Interview Questions & Answers

user image Anonymous

posted on 24 Apr 2023

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Mar 2023. There were 4 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 - Technical 

(3 Questions)

  • Q1. About project Architecture
  • Q2. Core java 8 features
  • Q3. Features of springboot
  • Ans. 

    Spring Boot is a popular Java-based framework for building web applications.

    • Provides a simplified way to create standalone, production-grade Spring-based applications

    • Offers a range of features such as auto-configuration, embedded servers, and metrics

    • Supports a variety of data sources and integrates with other popular frameworks like Hibernate and Thymeleaf

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. About your current project architecture
  • Q2. Tech stack you worked upon and questions on them
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

Skills evaluated in this interview

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
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2022. 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 - HR 

(1 Question)

  • Q1. 1. Tell me about yourself 2. Current role 3. Reason for switch 4. Areas of interest/expertise
Round 3 - One-on-one 

(1 Question)

  • Q1. 1. Overall journey in previous organisation 2. Projects on which I worked 3. Tools used for portfolio monitoring & project handling 4. My expectation wrt role
Round 4 - HR 

(1 Question)

  • Q1. 1. Salary expectation & finalization

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Never fake or lie about your personality, likes & dislikes and expectation
2. Focus more on role than salary but that does not mean you highly compromise on the compensation part
3. Know about company's work culture & scope for internal switch

Project Manager Interview Questions asked at other Companies

Q1. What is success & what is failure to you? How do you handle failure? - not much interviewer asks such questions, but I believe these are very important questions, if you want to succeed.
View answer (1)

CredAble interview questions for popular designations

 Project Manager

 (1)

 Associate Product Engineer

 (1)

 Team Lead

 (1)

Jobs at CredAble

View all

Interview questions from similar companies

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

I applied via Referral and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

Technical SQL Coding Round of 1 hour

Began with 2 easy generic question -
1. No. of record on different types of joins.
2. Employees who have higher salaries than their managers,

Then moved to medium questions -
1. Implement Rolling sum with & without window functions.
2. Other questions were on CTEs, Joins & other complex queries.

Round 3 - Case Study 

Bar Raiser Round of 1 hour involving -

1. Case study: How can we leverage product knowledge & analytics to increase Amazon Prime Revenue from 10% to 12%?

2. Metrics awareness: Common metrics discussion like DAU, PDAU, MAU, Retention, Churn, etc.

3. Resume based work exp discussion

Round 4 - HR 

(1 Question)

  • Q1. Quick culture fitment round with HR discussing about past work experience, my expectations & why I want to join Jupiter.

Interview Preparation Tips

Topics to prepare for Jupiter Money Data Analyst interview:
  • SQL
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Apr 2023. 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 - One-on-one 

(1 Question)

  • Q1. Find connected components in a graph
  • Ans. 

    Use Depth First Search (DFS) to find connected components in a graph

    • Start by initializing all vertices as unvisited

    • Iterate through each vertex and perform DFS to find connected components

    • Keep track of visited vertices to avoid revisiting

    • Example: For a graph with vertices {A, B, C} and edges {(A, B), (B, C)}, the connected components are {A, B, C}

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Design chess game
  • Ans. 

    Design a chess game with proper board setup, piece movements, and win conditions.

    • Create a 8x8 grid to represent the chess board

    • Assign initial positions to each type of chess piece (pawn, rook, knight, bishop, queen, king)

    • Implement rules for each piece's movement (e.g. pawn moves forward, rook moves horizontally/vertically)

    • Check for valid moves and capture opponent's pieces

    • Implement win conditions (checkmate, stalemate)

    • ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Case Study 

How to increase personal insurance revenue to 5x?

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

I applied via Referral and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic SQL questions are asked in this round Some theory questions are asked as well

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on SQL
practice plenty of SQL and case study problems
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Sep 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Medium level leet code questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Low Leven system design of Instagram.
  • Ans. 

    Low level system design of Instagram involves designing the core components like database, storage, caching, and networking.

    • Use sharding to distribute data across multiple database servers for scalability.

    • Implement a caching layer using Redis or Memcached to improve performance.

    • Utilize a content delivery network (CDN) for faster content delivery to users.

    • Design a fault-tolerant storage system to ensure data durability ...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Creating a high level design of a message queue system
  • Ans. 

    Designing a message queue system for efficient communication between components

    • Define the requirements and constraints of the system

    • Choose a suitable messaging protocol (e.g. AMQP, MQTT)

    • Design the message format and structure

    • Implement mechanisms for message persistence and delivery guarantees

    • Consider scalability and fault tolerance

    • Use appropriate data structures and algorithms for efficient message handling

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. What are your goals ?
  • Ans. 

    My goal is to continuously improve my technical skills, contribute to impactful projects, and eventually move into a leadership role.

    • Continuously improve technical skills through learning new technologies and best practices

    • Contribute to impactful projects by delivering high-quality code and solutions

    • Work towards moving into a leadership role by taking on more responsibilities and mentoring junior team members

  • Answered by AI
  • Q2. Why you choose jupiter
  • Ans. 

    I chose Jupiter because of its strong gravitational pull and potential for scientific exploration.

    • Jupiter's large size and mass make it a key player in shaping the solar system

    • Its strong magnetic field and radiation belts provide valuable insights for space research

    • Jupiter's moons, like Europa and Io, offer unique environments for potential exploration missions

  • Answered by AI

Skills evaluated in this interview

I appeared for an interview in Apr 2021.

Round 1 - Coding Test 

(3 Questions)

Round duration - 90 minutes
Round difficulty - Medium

Timing was 9 PM. Platform was not good. Platform was very lagging so overall it was bad experience.

  • Q1. 

    Find the Third Greatest Element

    Given an array 'ARR' of 'N' distinct integers, determine the third largest element in the array.

    Input:

    The first line contains a single integer 'T' representing the numb...
  • Ans. 

    Find the third largest element in an array of distinct integers.

    • Sort the array in descending order and return the element at index 2.

    • Handle cases where the array has less than 3 elements separately.

    • Use a set to store distinct elements for efficient processing.

  • Answered by AI
  • Q2. 

    Longest Palindromic Substring Problem Statement

    You are provided with a string STR of length N. The task is to find the longest palindromic substring within STR. If there are several palindromic substring...

  • Ans. 

    Find the longest palindromic substring in a given string.

    • Iterate through the string and expand around each character to find palindromes

    • Keep track of the longest palindrome found so far

    • Return the longest palindromic substring

  • Answered by AI
  • Q3. 

    Ninja and Geometry Problem Statement

    In this problem, Ninja is provided with two lines on a 2D plane. The first line 'AB' is determined by two points A and B. The second line 'PQ' is determined by two poi...

  • Ans. 

    Calculate the intersection point of two lines on a 2D plane with precision up to six decimal places.

    • Implement a function to calculate the intersection point of two lines on a 2D plane

    • Handle precision up to six decimal places in the output

    • Return -1.000000 -1.000000 if the lines do not intersect

    • Ensure the lines 'AB' and 'PQ' are distinct

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAJupiter Money interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 1.5 monthsInterview preparation tips for other job seekers

Tip 1 : Have some projects.
Tip 2 : Do a course from Coding Ninjas.

Application resume tips for other job seekers

Tip 1 : Keep it short
Tip 2 : Add skills iff you are sure

Final outcome of the interviewRejected

Skills evaluated in this interview

CredAble Interview FAQs

How many rounds are there in CredAble interview?
CredAble interview process usually has 3-4 rounds. The most common rounds in the CredAble interview process are HR, One-on-one Round and Resume Shortlist.
How to prepare for CredAble 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 CredAble. The most common topics and skills that interviewers at CredAble expect are Trade Finance, Supply Chain, NBFC, Health Insurance and Digital Marketing.
What are the top questions asked in CredAble interview?

Some of the top questions asked at the CredAble interview -

  1. features of springb...read more
  2. tech stack you worked upon and questions on t...read more
  3. Data base queries and coding concepts and log...read more

Tell us how to improve this page.

CredAble Interview Process

based on 4 interviews

Interview experience

4.3
  
Good
View more
Join CredAble Transforming Working Capital Today To Empower A Limitless Tomorrow

Interview Questions from Similar Companies

Kinara Capital Interview Questions
4.3
 • 69 Interviews
LendingKart Interview Questions
3.2
 • 29 Interviews
InCred Finance Interview Questions
3.8
 • 21 Interviews
Epimoney Interview Questions
3.3
 • 11 Interviews
Axio Interview Questions
3.7
 • 8 Interviews
RupeeRedee Interview Questions
3.5
 • 3 Interviews
ZipLoan Interview Questions
3.1
 • 2 Interviews
HAPPY Interview Questions
2.5
 • 1 Interview
View all

CredAble Reviews and Ratings

based on 56 reviews

3.1/5

Rating in categories

2.8

Skill development

3.1

Work-life balance

3.2

Salary

2.6

Job security

3.1

Company culture

2.7

Promotions

2.8

Work satisfaction

Explore 56 Reviews and Ratings
AVP - Cyber Security & GRC

Pune

8-13 Yrs

Not Disclosed

Lending - AVP / SM

Hyderabad / Secunderabad

4-12 Yrs

Not Disclosed

Engineer - SRE - Technology

Pune

3-8 Yrs

Not Disclosed

Explore more jobs
Associate Product Engineer
21 salaries
unlock blur

₹5.5 L/yr - ₹9.7 L/yr

Associate Product Manager
17 salaries
unlock blur

₹11 L/yr - ₹20 L/yr

Deputy Manager
16 salaries
unlock blur

₹6 L/yr - ₹12.3 L/yr

Relationship Manager
14 salaries
unlock blur

₹6 L/yr - ₹12.9 L/yr

Product Manager
13 salaries
unlock blur

₹13.1 L/yr - ₹31 L/yr

Explore more salaries
Compare CredAble with

Kissht Finance

3.9
Compare

Indifi Technologies

3.8
Compare

Money View

4.3
Compare

Ocrolus East

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