Upload Button Icon Add office photos

Filter interviews by

Niyogin Fintech Interview Questions and Answers

Updated 22 Mar 2024

Niyogin Fintech Interview Experiences

1 interview found

Software Developer Interview Questions & Answers

user image Ahtesham Shaikh

posted on 22 Mar 2024

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

I applied via Recruitment Consulltant and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Coding Test 

I was asked java oops concepts In detail followed by a technical

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Jobs at Niyogin Fintech

View all

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your internship?
  • Ans. 

    I interned at a financial firm where I assisted with research, analysis, and portfolio management.

    • Assisted with researching potential investment opportunities

    • Analyzed market trends and performance data

    • Helped with portfolio management tasks such as rebalancing and performance tracking

  • Answered by AI
  • Q2. Tell me about your self?
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Group Discussion 

Future of Indian economy will going

Round 2 - Aptitude Test 

Basic of mathamatics and geneal questions for finace

Round 3 - HR 

(3 Questions)

  • Q1. Are you interested to sales..?
  • Ans. 

    Yes, I am very interested in sales and have a proven track record of exceeding targets.

    • I have always been passionate about sales and enjoy the challenge of meeting and exceeding targets.

    • I have previous experience in sales roles where I consistently achieved or surpassed sales goals.

    • I am a strong communicator and enjoy building relationships with clients to drive sales.

    • I am constantly seeking ways to improve my sales sk...

  • Answered by AI
  • Q2. How to manage your team..?
  • Q3. What is commercial vehicles.?
  • Ans. 

    Commercial vehicles are vehicles used for transporting goods or passengers for profit.

    • Commercial vehicles are used for business purposes, such as transporting goods or passengers for profit

    • Examples include trucks, buses, vans, and taxis

    • Commercial vehicles often have special features such as larger cargo space or seating capacity

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Should have a good product knowledge.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. About experience
Round 2 - One-on-one 

(2 Questions)

  • Q1. What is your experience in mortgage
  • Ans. 

    I have over 5 years of experience in mortgage sales, including managing a team and exceeding sales targets.

    • Managed a team of mortgage sales representatives

    • Exceeded sales targets consistently

    • Developed and implemented sales strategies to increase mortgage sales

    • Built strong relationships with clients and financial institutions

  • Answered by AI
  • Q2. About experience
Interview experience
5
Excellent
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 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Company policy norms
  • Ans. 

    Company policy norms refer to the rules and guidelines set by the company for employees to follow.

    • Company policy norms cover areas such as dress code, attendance, code of conduct, and use of company resources.

    • Employees are expected to adhere to these norms to maintain a professional work environment.

    • Examples of company policy norms may include restrictions on social media use during work hours, guidelines for interacti...

  • Answered by AI
  • Q2. Business related
Round 2 - HR 

(1 Question)

  • Q1. Normal interview questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Better work place
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

About Financial Growth of India

Interview Preparation Tips

Interview preparation tips for other job seekers - Know about India Current Financial News
GDP
Factors effecting growth in Country
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Why would you want to join this organisation?
  • Ans. 

    I am passionate about the industry and believe in the company's mission and values.

    • I admire the company's innovative approach to technology and problem-solving.

    • I am impressed by the company's reputation for providing excellent service and support.

    • I see great potential for growth and development within the organisation.

    • I value the opportunity to work with a talented team of professionals.

  • Answered by AI
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:
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 

(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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in May 2024. There was 1 interview round.

Round 1 - HR 

(5 Questions)

  • Q1. Hr question is you can this work
  • Q2. What is your qualification
  • Q3. Where are you living
  • Q4. Are you married
  • Q5. Are you living in Rajasthan

Interview Preparation Tips

Topics to prepare for Digamber Capfin Field Officer interview:
  • So interesting
Interview preparation tips for other job seekers - Best job in finance line
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. What is your name
  • Q2. Qualification Have you achieved

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't Join this company.. having high level of corporate politics

Niyogin Fintech Interview FAQs

How many rounds are there in Niyogin Fintech interview?
Niyogin Fintech interview process usually has 1 rounds. The most common rounds in the Niyogin Fintech interview process are Coding Test.
How to prepare for Niyogin Fintech 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 Niyogin Fintech. The most common topics and skills that interviewers at Niyogin Fintech expect are Business Development, Relationship Management, Sales, B2B Sales and Business Loan.

Tell us how to improve this page.

Interview Questions from Similar Companies

Bajaj Finserv Interview Questions
4.0
 • 496 Interviews
Shriram Finance Interview Questions
4.1
 • 321 Interviews
Muthoot Finance Interview Questions
3.6
 • 248 Interviews
IIFL Finance Interview Questions
4.0
 • 240 Interviews
L&T Finance Interview Questions
4.0
 • 145 Interviews
Mahindra Finance Interview Questions
4.1
 • 144 Interviews
Edelweiss Interview Questions
3.9
 • 58 Interviews
View all

Niyogin Fintech Reviews and Ratings

based on 43 reviews

3.5/5

Rating in categories

3.5

Skill development

3.6

Work-Life balance

3.9

Salary & Benefits

3.3

Job Security

3.6

Company culture

3.2

Promotions/Appraisal

3.4

Work Satisfaction

Explore 43 Reviews and Ratings
Sales Manager-Niyogin Fintech limited(Ahmedabad/Mumbai)

Navi Mumbai,

Ahmedabad

+1

5-10 Yrs

₹ 3-6.5 LPA

Explore more jobs
Network Relationship Manager
41 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Sales Manager
35 salaries
unlock blur

₹3.5 L/yr - ₹6 L/yr

Software Developer
13 salaries
unlock blur

₹2.4 L/yr - ₹9.8 L/yr

Relationship Manager
12 salaries
unlock blur

₹3.5 L/yr - ₹6 L/yr

Credit Manager
11 salaries
unlock blur

₹7 L/yr - ₹10.2 L/yr

Explore more salaries
Compare Niyogin Fintech with

Bajaj Finserv

4.0
Compare

HDB Financial Services

4.0
Compare

Muthoot Finance

3.6
Compare

L&T Finance

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview