Upload Button Icon Add office photos
Engaged Employer

i

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

Novopay Solutions Verified Tick

Compare button icon Compare button icon Compare
3.2

based on 123 Reviews

Filter interviews by

Novopay Solutions Interview Questions, Process, and Tips

Updated 25 Nov 2024

Top Novopay Solutions Interview Questions and Answers

Novopay Solutions Interview Experiences

Popular Designations

15 interviews found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Regarding designing a business loan app

Round 2 - One-on-one 

(2 Questions)

  • Q1. Diff between nbfc and bank
  • Ans. 

    NBFCs are financial institutions that provide banking services without meeting the legal definition of a bank.

    • NBFCs cannot accept demand deposits like banks

    • NBFCs do not form part of the payment and settlement system and cannot issue cheques drawn on itself

    • NBFCs are not regulated as strictly as banks by the central bank

    • Examples of NBFCs include Bajaj Finance, Muthoot Finance, and L&T Finance

  • Answered by AI
  • Q2. Related to previous experience

Product Intern Interview Questions asked at other Companies

Q1. Sort an array according to count of set bitsYou are given an array consisting of N positive integers, and your task is to sort the array in decreasing order of count of set bits in the binary representation of the integers present in the ar... read more
View answer (3)

SDE Interview Questions & Answers

user image Anonymous

posted on 23 Sep 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Array , Linkedlist, Graph, Tree

SDE Interview Questions asked at other Companies

Q1. Longest Increasing SubsequenceFor a given array with N elements, you need to find the length of the longest subsequence from the array such that all the elements of the subsequence are sorted in strictly increasing order. Strictly Increasin... read more
View answer (5)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Assignment 

Assignment on a product case study in my case it was to design a mvp

Round 2 - Technical 

(1 Question)

  • Q1. About the assignment , past ex , domain knowledge(imp)
Round 3 - HR 

(1 Question)

  • Q1. Casual conv regarding my background
Round 4 - One-on-one 

(1 Question)

  • Q1. This round was with the vp it was short call about generic stuff why you wan to work here , past ex

Product Analyst Intern Interview Questions asked at other Companies

Q1. How do you handle multiple tasks going on at once?
View answer (1)
Interview experience
1
Bad
Difficulty level
-
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Work experience, logic behind merge and quick sort, multithreading, fundamentals of java.
Round 2 - Technical 

(1 Question)

  • Q1. The interviewer was very bad in himself, in a hour round he asked for system design, hashmap and related question when there are only 25 mins remains he throwed a hard level question, I wasn't able to fini...

Interview Preparation Tips

Interview preparation tips for other job seekers - Might be a waste of time as the company culture can't be good with such kind of leads. I can solve the question given but in the given time it wasn't possible.

Software Development Engineer 1 Interview Questions asked at other Companies

Q1. 4. Design a system for making table reservations at a restaurant.
View answer (1)

Novopay Solutions interview questions for popular designations

 Associate Product Manager

 (2)

 Angular Frontend Developer

 (1)

 Area Sales Manager

 (1)

 Cluster Sales Manager

 (1)

 Devops Engineer

 (1)

 Product Analyst Intern

 (1)

 Product Intern

 (1)

 Product Manager

 (1)

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

I applied via campus placement at Anna University and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

It is a coding + aptitude test

Round 2 - Technical 

(2 Questions)

  • Q1. Palindrome in recursion
  • Ans. 

    A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward.

    • Check if the first and last characters of the string are the same.

    • If they are, recursively check the substring without those characters.

    • Base case: if the string is empty or has only one character, it is a palindrome.

    • Examples: 'racecar', 'madam', '1221'

  • Answered by AI
  • Q2. How abstraction can be done in java
  • Ans. 

    Abstraction in Java is achieved by using abstract classes and interfaces to define common behavior without implementing it.

    • Use abstract classes to define common methods without implementation

    • Use interfaces to define method signatures without implementation

    • Abstraction helps in achieving loose coupling and code reusability

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Family background
  • Q2. Experience in team work
  • Ans. 

    Extensive experience working in diverse teams on various projects, demonstrating strong collaboration and communication skills.

    • Collaborated with cross-functional teams to successfully implement DevOps practices and tools

    • Communicated effectively with team members to ensure smooth workflow and project completion

    • Participated in team meetings, brainstorming sessions, and code reviews to drive continuous improvement

    • Resolved...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Novopay Solutions Devops Engineer interview:
  • Java
Interview preparation tips for other job seekers - Nothing to say

Skills evaluated in this interview

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the StringYou are given a string 'STR'. The string contains [a-z] [A-Z] [0-9] [special characters]. You have to find the reverse of the string. For example: If the given string is: STR = "abcde". You have to print the string "edcba... read more
View answer (3)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. The interview was more in what is mentioned in the Resume
Round 2 - One-on-one 

(1 Question)

  • Q1. Lending case study

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't join here

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)

Jobs at Novopay Solutions

View all
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Asked questions from array and hash map
  • Q2. Question was from leetcode three sum problem

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep practicing dsa questions on leetcode and improve your technical skills like java, spring boot, Angular...

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum Of Max And MinYou are given an array “ARR” of size N. Your task is to find out the sum of maximum and minimum elements in the array. Follow Up: Can you do the above task in a minimum number of comparisons? Input format: The first line ... read more
View answer (8)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Feb 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. Walkthrough of past experience and some basic finance questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Resume walkthrough and basic finance questions. Understanding of agile development

Associate Product Manager Interview Questions asked at other Companies

Q1. 2. You have water filled Jar X and empty Jar Y. You transferred a portion of water from Jar X to Y using spunch which absorbs A% of water and it pours B% of water in Jar B. After one iteration, Z ml of water is present in Jar Y find water i... read more
View answer (2)

I applied via Naukri.com

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 - One-on-one 

(1 Question)

  • Q1. It was related to Lending basics and Azile methodology.
Round 3 - One-on-one 

(1 Question)

  • Q1. It was related to Lending in more details.
Round 4 - One-on-one 

(1 Question)

  • Q1. It was more situation based round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep lending basics and Accounting clear.

Associate Product Manager Interview Questions asked at other Companies

Q1. 2. You have water filled Jar X and empty Jar Y. You transferred a portion of water from Jar X to Y using spunch which absorbs A% of water and it pours B% of water in Jar B. After one iteration, Z ml of water is present in Jar Y find water i... read more
View answer (2)

Quality Engineer Interview Questions & Answers

user image Manmeet Singh

posted on 25 Nov 2024

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

I applied via Naukri.com and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Defect Management
  • Q2. SQL Queries provided

Quality Engineer Interview Questions asked at other Companies

Q1. What is MSA and addition of msa version, type of msa ,what different between variable data and attibute data .why difine flase and miss rate calculate by msa .
View answer (8)

Novopay Solutions Interview FAQs

How many rounds are there in Novopay Solutions interview?
Novopay Solutions interview process usually has 2-3 rounds. The most common rounds in the Novopay Solutions interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Novopay Solutions 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 Novopay Solutions. The most common topics and skills that interviewers at Novopay Solutions expect are Java, MySQL, Spring Boot, SQL and Microservices.
What are the top questions asked in Novopay Solutions interview?

Some of the top questions asked at the Novopay Solutions interview -

  1. How abstraction can be done in j...read more
  2. Palindrome in recurs...read more
  3. advance concept of j...read more
How long is the Novopay Solutions interview process?

The duration of Novopay Solutions interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Novopay Solutions Interview Process

based on 15 interviews

Interview experience

3.1
  
Average
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 760 Interviews
PhonePe Interview Questions
4.0
 • 300 Interviews
Razorpay Interview Questions
3.6
 • 148 Interviews
Mobikwik Interview Questions
4.1
 • 45 Interviews
BillDesk Interview Questions
3.2
 • 13 Interviews
Fino Paytech Interview Questions
3.9
 • 5 Interviews
View all

Fast track your campus placements

View all

Novopay Solutions Reviews and Ratings

based on 123 reviews

3.2/5

Rating in categories

3.1

Skill development

3.1

Work-life balance

3.0

Salary

3.2

Job security

3.0

Company culture

2.6

Promotions

2.9

Work satisfaction

Explore 123 Reviews and Ratings
SDE I- Angular

Bangalore / Bengaluru

1-4 Yrs

Not Disclosed

SDE II- Android

Bangalore / Bengaluru

4-6 Yrs

Not Disclosed

QE-I (Manual Testing)

Bangalore / Bengaluru

1-4 Yrs

Not Disclosed

Explore more jobs
Software Development Engineer
26 salaries
unlock blur

₹5 L/yr - ₹12 L/yr

Sde1
20 salaries
unlock blur

₹6.5 L/yr - ₹10 L/yr

Software Developer
17 salaries
unlock blur

₹3.8 L/yr - ₹12 L/yr

Quality Engineer
15 salaries
unlock blur

₹3.5 L/yr - ₹9.9 L/yr

Associate Product Manager
15 salaries
unlock blur

₹11 L/yr - ₹27.3 L/yr

Explore more salaries
Compare Novopay Solutions with

Eko India Financial Services

2.8
Compare

Fino Paytech

3.9
Compare

Paytm

3.3
Compare

Mobikwik

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