Upload Button Icon Add office photos
Engaged Employer

i

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

TruCap Finance Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

TruCap Finance Product Manager Interview Questions and Answers

Updated 30 Mar 2022

TruCap Finance Product Manager Interview Experiences

1 interview found

I appeared for an interview in Sep 2021.

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. Tell me about yourself.
Round 3 - One-on-one 

(1 Question)

  • Q1. How many years experience in the product development role

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and prepare well. Read

Interview questions from similar companies

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

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

(2 Questions)

  • Q1. What is your present job role?
  • Q2. How much AUM you have at present?

I applied via Naukri.com

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. Related to current work profile - wins and losses
  • Q2. HOW CAN YOU IMPROVE IFC
  • Ans. 

    IFC can be improved by implementing better communication channels and streamlining processes.

    • Establish clear communication channels between departments and stakeholders

    • Streamline processes to reduce redundancies and increase efficiency

    • Invest in technology to automate manual tasks and improve data management

    • Provide training and development opportunities for employees to enhance their skills and knowledge

    • Regularly review...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - GO WITH CONFIDENCE AND EXPERTISE IN YOUR WORK PROFILE

I applied via Walk-in and was interviewed in Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. I ask about the work process which location and company policy salary and incentives

Interview Preparation Tips

Interview preparation tips for other job seekers - 1st I introduce about my self and before worked companys name.Then interviewer wanted test about my knowledge and communication skills and also asked my past work experience and work process and my studies I and that all questions.

Analyst Interview Questions & Answers

ICRA user image Anonymous

posted on 10 May 2021

I applied via Referral and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Written test focused on financial analysis of a company
  • Q2. How do you perform credit analysis ?
  • Ans. 

    Credit analysis involves evaluating the creditworthiness of a borrower to determine the likelihood of repayment.

    • Gather financial information about the borrower, including income, assets, and liabilities

    • Assess the borrower's credit history and credit score

    • Analyze the borrower's debt-to-income ratio and other financial ratios

    • Consider external factors such as economic conditions and industry trends

    • Make a recommendation on...

  • Answered by AI
  • Q3. What are the key parameters by which you will assess the business risk of a company?
  • Ans. 

    Assessing business risk involves evaluating various parameters.

    • Financial stability and performance

    • Market competition and trends

    • Regulatory compliance and legal issues

    • Management team and corporate governance

    • Industry and macroeconomic factors

    • Brand reputation and customer satisfaction

    • Supply chain and operational risks

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with ratios used to analyze a company's financial health, especially leverage ratios, how to calculate ROCE, cash flow analysis.

I applied via Campus Placement and was interviewed in Jan 2022. 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 

(1 Question)

  • Q1. How to analyse Banking Balance Sheet What are key ratios of NBFC/Bank
  • Ans. 

    Analyzing a bank's balance sheet involves examining key ratios such as capital adequacy, asset quality, and liquidity.

    • Calculate capital adequacy ratio (CAR) to assess the bank's ability to absorb losses

    • Examine asset quality by calculating non-performing asset (NPA) ratio

    • Analyze liquidity by calculating loan-to-deposit (LTD) ratio

    • Assess profitability by calculating return on assets (ROA) and return on equity (ROE) ratio...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Northern Arc Capital Intern interview:
  • Mfin Report
Interview preparation tips for other job seekers - Interviews for Interns at Northern Arc Capital are super chill
They explain their business model more than grilling you
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I appeared for an interview in Apr 2023.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Technical finance questions and questions on previous work exp
  • Q2. Challenges faced in previous projects
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. Just be prepared with your resume and basic DS Algo questions
  • Q2. Find total Nodes in a Binary tree along with time and space complexity
  • Ans. 

    Total nodes in a binary tree can be found using depth-first or breadth-first traversal algorithms with time complexity O(n) and space complexity O(h), where h is the height of the tree.

    • Use depth-first traversal (pre-order, in-order, post-order) or breadth-first traversal to visit each node and count the total nodes.

    • Time complexity is O(n) where n is the number of nodes in the tree.

    • Space complexity is O(h) where h is th...

  • Answered by AI
  • Q3. MYSQL Questions based on Inner Joins
Round 3 - One-on-one 

(4 Questions)

  • Q1. Construct 4 Array Tree from scratch and implement some operations
  • Ans. 

    Construct 4 Array Tree and implement operations

    • Create an array to represent the tree structure

    • Implement operations like insert, delete, search, and traversal

    • Example: Construct a binary search tree using arrays

  • Answered by AI
  • Q2. Some quizzes to check logical thinking
  • Q3. How to compare 2 large 100 GB JSON files in O(1) Time complexity
  • Ans. 

    Use hashing to compare the JSON files in O(1) time complexity.

    • Create a hash function to convert the JSON data into a unique hash value.

    • Calculate the hash value for each JSON file and compare the hash values.

    • If the hash values are equal, the JSON files are identical.

    • Example: Use MD5 or SHA-256 hash functions for generating hash values.

  • Answered by AI
  • Q4. Map parent to children of a 4 Array tree in O(1) Space complexity
  • Ans. 

    Use array indices to map parent to children in a 4 Array tree in O(1) space complexity.

    • Assign children of a parent at indices 4*i+1, 4*i+2, 4*i+3, 4*i+4 where i is the index of the parent.

    • To find parent of a child at index j, use (j-1)/4 to get the parent index.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Northern Arc Capital Associate Software Engineer interview:
  • DSA
Interview preparation tips for other job seekers - The 2nd round was extremely tough, prepare well. HR never responds to calls and messages , so no point in joining the company. Even the package was not disclosed.

Skills evaluated in this interview

Analyst Interview Questions & Answers

ICRA user image Anonymous

posted on 9 Aug 2024

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

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated and detail-oriented analyst with a strong background in data analysis and problem-solving.

    • I have a Bachelor's degree in Statistics and experience in analyzing large datasets

    • I am proficient in using statistical software such as R and Python

    • I have a proven track record of identifying trends and providing actionable insights to drive business decisions

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand financial analysis and ratios. Research about a few listed companies and how would you analyze them. Major focus on cashflow analysis, industry overview, peer analysis

Analyst Interview Questions & Answers

ICRA user image Anonymous

posted on 18 Jun 2024

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

Ratio Analysis and general awareness about the economy

Round 2 - One-on-one 

(1 Question)

  • Q1. General economy trend and ratios

TruCap Finance Interview FAQs

How many rounds are there in TruCap Finance Product Manager interview?
TruCap Finance interview process usually has 3 rounds. The most common rounds in the TruCap Finance interview process are HR, One-on-one Round and Resume Shortlist.

Tell us how to improve this page.

Interview Questions from Similar Companies

BOBCARD Ltd. Interview Questions
4.3
 • 24 Interviews
ICRA Interview Questions
3.4
 • 18 Interviews
DataTracks Interview Questions
3.2
 • 13 Interviews
IDBI Capital Interview Questions
3.8
 • 11 Interviews
Master Trust Interview Questions
3.1
 • 7 Interviews
View all
Customer Service Manager
21 salaries
unlock blur

₹2.3 L/yr - ₹4.5 L/yr

Branch Manager
16 salaries
unlock blur

₹4.2 L/yr - ₹6.8 L/yr

Assistant Manager
15 salaries
unlock blur

₹2.5 L/yr - ₹7 L/yr

Assistant Branch Manager
12 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Credit Officer
11 salaries
unlock blur

₹1.2 L/yr - ₹3.3 L/yr

Explore more salaries
Compare TruCap Finance with

Stock Holding Corporation of India

3.6
Compare

ICRA

3.4
Compare

BOBCARD Ltd.

4.3
Compare

DataTracks

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