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 Senior Engineer Interview Questions and Answers

Updated 17 Apr 2023

TruCap Finance Senior Engineer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal and was interviewed before Apr 2022. There were 3 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 

(1 Question)

  • Q1. Logical question and technical questions
Round 3 - Technical 

(1 Question)

  • Q1. Based on previous work experience

Interview questions from similar companies

I applied via Edufly and was interviewed in May 2019. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What about share market ?
  • Ans. 

    The share market refers to the buying and selling of stocks and other securities on a stock exchange.

    • Share market involves the trading of stocks and securities

    • Investors buy and sell shares of companies

    • Stock exchanges provide a platform for trading

    • Market fluctuations and economic factors impact share prices

    • Investors aim to make profits through buying low and selling high

  • Answered by AI
  • Q2. Share market investment

Interview Preparation Tips

Interview preparation tips for other job seekers - Nooo

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.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tds section, companies act, finance
Round 2 - Aptitude Test 

Logical reasoning, English, maths

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.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Feb 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. Are you comfortable with sales? Are you comfortable with regular branch visit?
  • Q2. Are you okay with sales?

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep going with confidence. And truthful to your company

Interview Questionnaire 

1 Question

  • Q1. Question related IT.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and be positive.
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

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

TruCap Finance Interview FAQs

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

Tell us how to improve this page.

TruCap Finance Senior Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

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

TruCap Finance Senior Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

5.0

Company culture

4.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
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.3
Compare
Did you find this page helpful?
Yes No
write
Share an Interview