Upload Button Icon Add office photos

Filter interviews by

Clear (1)

ParentPay Software Consultant Interview Questions and Answers

Updated 29 Apr 2024

ParentPay Software Consultant Interview Experiences

3 interviews found

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

I applied via Recruitment Consulltant and was interviewed in Sep 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. They asked about oops and hooks about basics.
  • Q2. I mentioned azure also, they asked about VMS VNS AND PIPELINES AND BASICS OF ASURE.
Round 3 - Technical 

(1 Question)

  • Q1. In depth about react and azure

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to the basics. Of react , c#.net and azure and also have some good knowledge because it's a product based company.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Difference Abstract class and interface
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have constructors, fields, and methods, while interface cannot have any implementation.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Abstract classes are used to define a common behavior for subclasses, while interfaces are used to define a contract f...

  • Answered by AI
  • Q2. React questions
Round 2 - Technical 

(2 Questions)

  • Q1. How to debug an issue?
  • Ans. 

    Debugging an issue involves identifying, isolating, and fixing the root cause of a problem in software.

    • Start by reproducing the issue to understand the problem

    • Use debugging tools like breakpoints, logging, and stack traces to pinpoint the issue

    • Review the code and check for common errors such as typos, logic errors, or incorrect data handling

    • Collaborate with team members or seek help from online resources if needed

    • Test

  • Answered by AI
  • Q2. Experience with GIT, pair programming.
  • Ans. 

    Extensive experience with GIT and pair programming in various software development projects.

    • Proficient in using GIT for version control and collaboration with team members.

    • Skilled in resolving merge conflicts, branching, and code reviews using GIT.

    • Experienced in pair programming to enhance code quality and knowledge sharing.

    • Utilized tools like GitHub, Bitbucket, and GitLab for managing code repositories.

    • Collaborated cl...

  • Answered by AI

Skills evaluated in this interview

Software Consultant Interview Questions Asked at Other Companies

asked in Capita
Q1. Palindrome String Validation Determine if a given string 'S' is a ... read more
asked in Capita
Q2. Reverse Stack with Recursion Reverse a given stack of integers us ... read more
Q3. Factorial Calculation Problem Statement Develop a program to comp ... read more
Q4. Angle Calculation Between Clock Hands Given a specific time in ho ... read more
asked in Knoldus Inc
Q5. What are the different http methods? Explain each one of them!
Interview experience
4
Good
Difficulty level
-
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Coding Test 

It was not of medium complexity level.

Round 2 - Technical 

(1 Question)

  • Q1. How can we approach for the database connection to make it generic? For SQL, Postgres, etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and answer confidently

Software Consultant Jobs at ParentPay

View all

Interview questions from similar companies

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

I applied via Instahyre and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Basic Nodejs questions

Round 2 - Technical 

(2 Questions)

  • Q1. Live peer coding interview
  • Q2. Fundamental of JS and clean code architecture
Round 3 - HR 

(2 Questions)

  • Q1. Salary expectation
  • Q2. Joining date and

Interview Preparation Tips

Interview preparation tips for other job seekers - Experience was good
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

You should be familiar with core java features. Collections, converting one collection Array / Vector to other. Removing duplicates. Lambda chaining / Functional programming. Basic SQL - Joins, Aggregates etc.

Round 2 - One-on-one 

(1 Question)

  • Q1. Explain Architecture of applications you worked on. Justify use of components. System Design questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - No need to grind leet code here. But you should know how to solve day to day problems. Do projects end to end. You should know the backend well.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Aptitude Test 

1hr aptitude + coding

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

I applied via Company Website and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Related to your Past expereince
Round 2 - Technical 

(1 Question)

  • Q1. Basic and detailed Steps of P2P
  • Ans. 

    P2P (Procure-to-Pay) is the process of requisitioning, purchasing, receiving, paying for, and accounting for goods and services.

    • Requisitioning: Requesting goods or services needed by the organization.

    • Purchasing: Finding suppliers, negotiating terms, and creating purchase orders.

    • Receiving: Accepting and inspecting goods or services delivered.

    • Paying for: Processing invoices and making payments to suppliers.

    • Accounting: Re...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary Negotiations

Skills evaluated in this interview

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

(1 Question)

  • Q1. Copy constructor implementation it was based on
Round 2 - Technical 

(1 Question)

  • Q1. Binary search question on array
Round 3 - HR 

(1 Question)

  • Q1. Experience and expectations on salary

I was interviewed in Mar 2021.

Round 1 - Video Call 

(3 Questions)

Round duration - 90 minutes
Round difficulty - Medium

Started with projects discussion and internships and moved forward with coding problems.
It started at around 6:00 PM and lasted for 90 minutes approximately
The interviewer was very cool, he even gave me some tips on improving myself further at the end of the interview.

  • Q1. 

    Longest Substring with At Most K Distinct Characters

    Given a string S of length N and an integer K, find the length of the longest substring that contains at most K distinct characters.

    Input:

    The first...
  • Ans. 

    Find the length of the longest substring with at most K distinct characters in a given string.

    • Use a sliding window approach to keep track of the characters and their counts within the window.

    • Maintain a hashmap to store the characters and their frequencies.

    • Update the window size and characters count as you iterate through the string.

    • Return the maximum window size encountered for each test case.

  • Answered by AI
  • Q2. 

    Maximum Frequency Number Problem Statement

    Given an array of integers with numbers in random order, write a program to find and return the number which appears the most frequently in the array.

    If multip...

  • Ans. 

    Find the number with the maximum frequency in an array of integers.

    • Iterate through the array and keep track of the frequency of each number using a hashmap.

    • Find the number with the maximum frequency and return it.

    • If multiple elements have the same maximum frequency, return the one that appears first.

  • Answered by AI
  • Q3. 

    Ninja and Bombs Problem Statement

    Ninja wants to travel from his house to his best friend's house. The locations of the houses are on a 2D coordinate plane, where Ninja's house is located at the origin (0...

  • Ans. 

    Determine if Ninja can reach his friend's house with even x-coordinate without using modulus operator.

    • Check if the x-coordinate is even or odd by using bitwise AND operation with 1.

    • Return 1 if x-coordinate is even, else return 0.

    • Handle multiple test cases by iterating through each input.

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

I was asked a coding question then, a system design question and some basic operating systems and oops questions

  • Q1. 

    Find Duplicates in an Array

    Given an array ARR of size 'N', where each integer is in the range from 0 to N - 1, identify all elements that appear more than once.

    Return the duplicate elements in any orde...

  • Ans. 

    Find duplicates in an array of integers within a specified range.

    • Iterate through the array and keep track of the count of each element using a hashmap.

    • Return elements with count greater than 1 as duplicates.

    • Time complexity can be optimized to O(N) using a set to store seen elements.

  • Answered by AI
  • Q2. Can you design a Google Search Engine?
  • Ans. 

    Designing a Google Search Engine involves creating a web crawler, indexing system, and ranking algorithm.

    • Develop a web crawler to discover and retrieve web pages.

    • Implement an indexing system to store and organize the content of web pages.

    • Design a ranking algorithm to determine the relevance of search results.

    • Include features like autocomplete, spell check, and personalized search results.

    • Optimize for speed and scalabil...

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaNo CriteriaMobiKwik interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, OOPS, System Design, Operating SystemsTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Practice data structures problems
Tip 2 : Read about System Designs
Tip 3 : Study the popular algorithms

Application resume tips for other job seekers

Tip 1 : Mention your projects
Tip 2 : Mention your internships

Final outcome of the interviewSelected

Skills evaluated in this interview

I was interviewed in Mar 2022.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

Only Java allowed

  • Q1. 

    Sort 0 and 1 Problem Statement

    Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using an...

  • Ans. 

    Sort an array of 0s and 1s in linear time without using additional arrays.

    • Iterate through the array and maintain two pointers, one for 0s and one for 1s.

    • Swap elements at the two pointers based on the current element being 0 or 1.

    • Continue this process until the entire array is sorted in place.

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Basic intro and coding questions

  • Q1. 

    Valid Perfect Square Check

    An integer N is provided, and the task is to determine if N is a perfect square. A perfect square refers to an integer which can be expressed as the square of another integer.

    ...

  • Ans. 

    Implement a function to check if a given integer is a perfect square.

    • Create a function that takes an integer as input and returns true if it is a perfect square, false otherwise.

    • Iterate through possible square roots of the input integer and check if the square of the root equals the input.

    • Return true if a perfect square is found, false otherwise.

  • Answered by AI
  • Q2. 

    Merge Sort Problem Statement

    Given a sequence of numbers 'ARR', your task is to return a sorted sequence of 'ARR' in non-descending order using the Merge Sort algorithm.

    Example:

    Input:
    ARR = [5, 3, 8,...
  • Ans. 

    Implement Merge Sort algorithm to sort a given sequence of numbers in non-descending order.

    • Merge Sort is a divide-and-conquer algorithm that splits the array into two halves, recursively sorts each half, and then merges the sorted halves back together.

    • Time complexity of Merge Sort is O(n log n) in the worst case scenario.

    • It is a stable sorting algorithm, meaning that the relative order of equal elements is preserved.

    • Ex...

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

More difficult than the previous round

  • Q1. 

    Bottom View of Binary Tree Problem Statement

    Given a binary tree, the task is to print its bottom view from left to right. Assume the left and the right child nodes make a 45-degree angle with their paren...

  • Ans. 

    The task is to print the bottom view of a binary tree from left to right.

    • Traverse the binary tree in level order and keep track of the horizontal distance of each node from the root.

    • Store the nodes at each horizontal distance in a map, updating it as you traverse the tree.

    • After traversal, extract the bottom-most nodes at each horizontal distance to get the bottom view sequence.

  • Answered by AI
Round 4 - Face to Face 

(2 Questions)

Round duration - 70 minutes
Round difficulty - Medium

There were no DSA questions. My interviews were based on android app development. The interviewer presented scenarios and asked how will you solve them. No particular correct answer was expected just the best approach as per me.

  • Q1. How would you implement multiple RecyclerViews on a magnified screen in an Android application?
  • Ans. 

    Implement multiple RecyclerViews on a magnified screen in an Android app by adjusting item sizes and spacing.

    • Adjust item sizes and spacing based on screen magnification level

    • Use nested RecyclerViews or custom layouts to display multiple lists

    • Implement custom item decorators to manage spacing between RecyclerViews

    • Consider using a GridLayoutManager with custom span sizes for each RecyclerView

  • Answered by AI
  • Q2. How would you implement various activities related to cart functionality in an e-commerce application?
  • Ans. 

    Implementing cart functionality in an e-commerce application involves managing user interactions, updating quantities, handling discounts, and processing orders.

    • Create a data structure to store cart items, quantities, and prices.

    • Implement add to cart, remove from cart, and update quantity functionalities.

    • Handle discounts, promotions, and coupon codes.

    • Calculate total price, including taxes and shipping costs.

    • Implement c...

  • Answered by AI
Round 5 - HR 

Round duration - 30 minutes
Round difficulty - Easy

HR asked questions about why Mobikwik, what's your goal, how are you a good fit, etc.

Interview Preparation Tips

Eligibility criteriaCGPA - 7 & above, Active backlogs - NoneMobiKwik interview preparation:Topics to prepare for the interview - Basic DSA, Arrays, String, Trees, Problem SolvingTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Prepare advanced array questions
Tip 2 : Trees basic to medium questions
Tip 3 : Optimize solutions

Application resume tips for other job seekers

Tip 1 : Internship experience
Tip 2 : Personal Projects (remember proper details)

Final outcome of the interviewSelected

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

ParentPay Interview FAQs

How many rounds are there in ParentPay Software Consultant interview?
ParentPay interview process usually has 2-3 rounds. The most common rounds in the ParentPay interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for ParentPay Software Consultant 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 ParentPay. The most common topics and skills that interviewers at ParentPay expect are C#, HTML, Javascript, SQL and SQL Server.
What are the top questions asked in ParentPay Software Consultant interview?

Some of the top questions asked at the ParentPay Software Consultant interview -

  1. How to debug an iss...read more
  2. Difference Abstract class and interf...read more
  3. Experience with GIT, pair programmi...read more

Recently Viewed

SALARIES

American Broadcasting Company

JOBS

Women Entrepreneur Network

No Jobs

INTERVIEWS

Keyloop

No Interviews

JOBS

American Broadcasting Company

No Jobs

SALARIES

ParentPay

INTERVIEWS

ParentPay

No Interviews

INTERVIEWS

TVS Automobiles Solutions

No Interviews

JOBS

People Hire Consulting

No Jobs

SALARIES

ParentPay

INTERVIEWS

ParentPay

No Interviews

Tell us how to improve this page.

ParentPay Software Consultant Interview Process

based on 3 interviews

1 Interview rounds

  • Technical Round
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 752 Interviews
PhonePe Interview Questions
4.0
 • 299 Interviews
PayU Payments Interview Questions
3.5
 • 54 Interviews
Freecharge Interview Questions
3.8
 • 53 Interviews
Mobikwik Interview Questions
3.7
 • 47 Interviews
Mobileum Interview Questions
3.3
 • 37 Interviews
Backbase Interview Questions
3.9
 • 22 Interviews
SOTI Interview Questions
3.4
 • 22 Interviews
View all
ParentPay Software Consultant Salary
based on 25 salaries
₹8 L/yr - ₹17 L/yr
6% more than the average Software Consultant Salary in India
View more details

ParentPay Software Consultant Reviews and Ratings

based on 9 reviews

3.2/5

Rating in categories

3.6

Skill development

3.1

Work-life balance

2.9

Salary

3.3

Job security

2.7

Company culture

2.8

Promotions

3.2

Work satisfaction

Explore 9 Reviews and Ratings
Software Consultant

Pune

3-6 Yrs

₹ 8-10 LPA

Sr. Software Consultant

Pune

4-9 Yrs

Not Disclosed

Software Consultant

Pune

3-5 Yrs

₹ 8-16.85 LPA

Explore more jobs
Software Consultant
25 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Consultant
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Application Operations Engineer
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Azure DevOps Engineer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare ParentPay with

Paytm

3.3
Compare

Mobikwik

3.7
Compare

PhonePe

4.0
Compare

Freecharge

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