Upload Button Icon Add office photos
Engaged Employer

i

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

Northern Arc Capital Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Northern Arc Capital Interview Questions and Answers for Experienced

Updated 15 Jan 2025
Popular Designations

6 Interview questions

An Associate Software Engineer was asked
Q. Construct a Quadtree 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

View all Associate Software Engineer interview questions
An Associate Software Engineer was asked
Q. How can you compare two 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.

View all Associate Software Engineer interview questions
An Associate Software Engineer was asked
Q. How do you map parent to children of a 4-ary 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.

View all Associate Software Engineer interview questions
An Associate Software Engineer was asked
Q. Write a function to find the total number of nodes in a binary tree. What is the time and space complexity of your solution?
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 ...

View all Associate Software Engineer interview questions
An Associate-Risk Analytics and Modeling was asked
Q. What are Type I and Type II errors?
Ans. 

Type I errors are false positives; Type II errors are false negatives in hypothesis testing.

  • Type I Error (False Positive): Rejecting a true null hypothesis. Example: A test indicates a disease is present when it is not.

  • Type II Error (False Negative): Failing to reject a false null hypothesis. Example: A test fails to detect a disease that is present.

  • In statistical terms, Type I error is denoted by alpha (α), while...

An Associate-Risk Analytics and Modeling was asked
Q. Tell me the end-to-end process of creating a credit risk model.
Ans. 

Creating a credit risk model involves data collection, preprocessing, model development, validation, and implementation.

  • 1. Data Collection: Gather historical data on borrowers, including credit scores, income, and repayment history.

  • 2. Data Preprocessing: Clean and preprocess data to handle missing values, outliers, and categorical variables.

  • 3. Feature Engineering: Create relevant features that may impact credit ri...

Northern Arc Capital Interview Experiences for Experienced

5 interviews found

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

I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Core Operations
  • Q2. Process and Policy
Round 2 - HR 

(2 Questions)

  • Q1. Expected Salary
  • Ans. 

    My expected salary is negotiable and dependent on the overall compensation package offered.

    • I am open to discussing salary based on the responsibilities and benefits provided in the role.

    • I have a range in mind based on my experience and the market rate for similar positions.

    • I am looking for a competitive salary that reflects my skills and contributions to the company.

  • Answered by AI
  • Q2. Expected Notice period

Interview Preparation Tips

Interview preparation tips for other job seekers - Good
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

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

(6 Questions)

  • Q1. What do you know about the company?
  • Ans. It is a non-banking finance company, which was established in 2012, this company provides business loan, mortgage loan, whose founder is Sameer Bhatia.
  • Answered Anonymously
  • Q2. How do you handle the team?
  • Ans. 

    I foster a collaborative environment, prioritize communication, and support team development to achieve our goals effectively.

    • Encourage open communication: I hold regular team meetings to discuss progress and address concerns, ensuring everyone feels heard.

    • Set clear goals: I work with the team to establish measurable objectives, like increasing collection efficiency by 20% over six months.

    • Provide support and resources:...

  • Answered by AI
  • Q3. Tell me about yourself?
  • Q4. As you know, my name is Yadav, I have 8 members in my family, 2 brothers, one sister, my mother and father, my wife, my family, and the rest of the family.
  • Q5. Tell me about your work?
  • Q6. I worked as a collection executive for 8 years, was an AM leader for 1 year, and currently I am working as a collection manager.

Interview Preparation Tips

Interview preparation tips for other job seekers - Treat every work like an enjoyment, take every challenge and solve it wisely.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Apr 2022. 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 - Technical 

(2 Questions)

  • Q1. Java related question
  • Q2. Database related questions
Round 3 - Technical 

(1 Question)

  • Q1. Data Structures coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic of java well before attending interviews

Interview Questions & Answers

user image Anonymous

posted on 23 Apr 2022

I applied via Campus Placement and was interviewed before Apr 2021. 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 - Technical 

(4 Questions)

  • Q1. Tell me the end to end process of creating a credit risk model
  • Ans. 

    Creating a credit risk model involves data collection, preprocessing, model development, validation, and implementation.

    • 1. Data Collection: Gather historical data on borrowers, including credit scores, income, and repayment history.

    • 2. Data Preprocessing: Clean and preprocess data to handle missing values, outliers, and categorical variables.

    • 3. Feature Engineering: Create relevant features that may impact credit risk, s...

  • Answered by AI
  • Q2. What regression will you use for modelling?Why?
  • Q3. How much will you rate yourself on R/Python coding skill
  • Q4. What are type 1 and type 2 error?
  • Ans. 

    Type I errors are false positives; Type II errors are false negatives in hypothesis testing.

    • Type I Error (False Positive): Rejecting a true null hypothesis. Example: A test indicates a disease is present when it is not.

    • Type II Error (False Negative): Failing to reject a false null hypothesis. Example: A test fails to detect a disease that is present.

    • In statistical terms, Type I error is denoted by alpha (α), while Type...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Northern Arc Capital interview:
  • Statistics
  • Credit risk model
Interview preparation tips for other job seekers - Brush up your statistics knowledge, be ready for resume based questions

Skills evaluated in this interview

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 Northern Arc Capital?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Disscussed abt complete job profile along with education details

Interview Preparation Tips

Round: Resume Shortlist
Experience: Resume shortlisted through online

Round: HR Interview
Experience: Felt awesome when was an interviewd

Round: Opertions interview
Experience: Discussed in detailed any job functionality

I applied via Naukri.com and was interviewed in Aug 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Why are removed company me my code UC23000178 HR FORCE ME U GIVING Resination neither the company terrminate yor
  • Q2. This is my phone no XXXXX
  • Q3. Plz sir call me I want talking u

Interview Preparation Tips

Interview preparation tips for other job seekers - My sanju shukla I am living in delhi I hae pass 12 th in 2012 and 3 year experience in sale executive
Are these interview questions helpful?

I applied via Walk-in and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Job role, salary, dpoc

Interview Preparation Tips

Interview preparation tips for other job seekers - Speak truth, clarity of thoughts, mindful.

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

Interview Questionnaire 

2 Questions

  • Q1. Earlier working details and business
  • Q2. Earlier working details and business

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is not a problem

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

Interview Preparation Tips

Interview preparation tips for other job seekers - Good interview basic knowledge and family information business related question job profile

Northern Arc Capital Interview FAQs

How many rounds are there in Northern Arc Capital interview for experienced candidates?
Northern Arc Capital interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Northern Arc Capital interview process for experienced candidates are Resume Shortlist, One-on-one Round and Technical.
How to prepare for Northern Arc Capital interview for experienced candidates?
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 Northern Arc Capital. The most common topics and skills that interviewers at Northern Arc Capital expect are Loan against Property, Laptop, Credit Analysis, Salesforce and Banking.
What are the top questions asked in Northern Arc Capital interview for experienced candidates?

Some of the top questions asked at the Northern Arc Capital interview for experienced candidates -

  1. Tell me the end to end process of creating a credit risk mo...read more
  2. How to compare 2 large 100 GB JSON files in O(1) Time complex...read more
  3. How much will you rate yourself on R/Python coding sk...read more

Tell us how to improve this page.

Overall Interview Experience Rating

2.8/5

based on 4 interview experiences

Difficulty level

Easy 33%
Moderate 33%
Hard 33%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Muthoot Fincorp Interview Questions
4.5
 • 723 Interviews
Shriram Finance Interview Questions
4.0
 • 377 Interviews
Muthoot Finance Interview Questions
3.6
 • 290 Interviews
IIFL Finance Interview Questions
4.0
 • 283 Interviews
L&T Finance Interview Questions
3.9
 • 179 Interviews
Mahindra Finance Interview Questions
4.0
 • 170 Interviews
View all

Northern Arc Capital Reviews and Ratings

based on 127 reviews

3.7/5

Rating in categories

3.4

Skill development

3.7

Work-life balance

3.7

Salary

3.7

Job security

3.6

Company culture

3.3

Promotions

3.5

Work satisfaction

Explore 127 Reviews and Ratings
Senior Associate
78 salaries
unlock blur

₹10.4 L/yr - ₹18 L/yr

Associate
57 salaries
unlock blur

₹5.6 L/yr - ₹12.9 L/yr

Relationship Manager
41 salaries
unlock blur

₹2.6 L/yr - ₹7.4 L/yr

Associate Vice President
31 salaries
unlock blur

₹14 L/yr - ₹36.5 L/yr

Associate Director
28 salaries
unlock blur

₹20 L/yr - ₹45 L/yr

Explore more salaries
Compare Northern Arc Capital with

Shriram Finance

4.0
Compare

Muthoot Fincorp

4.5
Compare

IIFL Finance

4.0
Compare

Muthoot Finance

3.6
Compare
write
Share an Interview