Upload Button Icon Add office photos

Filter interviews by

ParentPay Interview Questions, Process, and Tips

Updated 23 Oct 2024

Top ParentPay Interview Questions and Answers

View all 9 questions

ParentPay Interview Experiences

Popular Designations

10 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
No response

I was interviewed in Jun 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. How to implement caching in web apis
  • Ans. 

    Caching in web APIs improves performance by storing frequently accessed data

    • Use in-memory caching for fast access to data

    • Implement output caching to store responses for future requests

    • Consider using distributed caching for scalability

    • Set appropriate cache expiration policies to ensure data freshness

  • Answered by AI
  • Q2. Disadvantage of repository pattern
  • Ans. 

    One disadvantage of the repository pattern is the potential for over-abstraction and complexity.

    • Can lead to unnecessary complexity in simple applications

    • May result in additional overhead and performance issues

    • Difficult to implement complex queries efficiently

    • Can lead to code duplication if not properly managed

  • Answered by AI
  • Q3. Anagrams program.
  • Ans. 

    An anagrams program checks if two strings are anagrams of each other.

    • Create a function that takes in two strings as input

    • Remove any spaces and punctuation from the strings

    • Convert both strings to lowercase for case-insensitive comparison

    • Sort the characters in both strings

    • Check if the sorted strings are equal to determine if they are anagrams

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Yes, I asked depth questions, only have practical knowledge then only will be able to creak.

Skills evaluated in this interview

Senior Software Interview Questions asked at other Companies

Q1. Design bookmyshow like application. how will you handle the scenario if two people try to book the same seat at the same time?
View answer (1)

Product Owner Interview Questions & Answers

user image Anonymous

posted on 19 Feb 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself.
  • Q2. Scenario based question in relevance to the JD.
  • Ans. Answered with examples and by sharing portfolio case study. BUT, lo
  • Answered Anonymously
  • Q3. Was it the right decision to invest an year to learn ne technologies and skills ?
  • Ans. Absolutely. Explained how I tried learning certifications while working in last firm. Limitations explained such as- time from existing responsibilities. Need to actually having hands-on Vs just enrolling a course online. Explained difference. Shared my portfolio website case studies[which the interview panel did not even bother to have a look at].
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - You were having max budget of 30 LPA. In market even service companies offering 35 least. with product based up to 38 LPA. You want an immediate joiner+MBA+CSm CSPO certifiations+candidate offering extra responsibilities and newly learned skills. BUT the interview panel shows the perception to not having to need to invest in learning. Do not even bother to look at candidates portfolio. At the end one of the interviewer says "you may not get chance to work as developer but as per the JD you need to work". I never said i wanted to work as a developer as there is no scope and JD and my experience is different. That was a very weird statement. It shows whether interviewer has competencies to understand candidates skills/exp. and JD match? what the hiring for? The company created fancy you tube videos to show-off culture in pune but not even has ethics to revert to candidate on feedback. You are just another company with unethical traits who treats candidates as "use and throw". I even tried reaching HR Dipali Patil from Pune but did not picked a call OR not even reverted after 3 days.... Please do some market research while offering budgets. Try to see the potential of the candidate. Candidates are human and company culture never sets by creating culture video on youtube channels.[I also see few of the recently joined product owners and other resources with "opentowork" tag on linkedIn. Please retrospect. Thank you.

Product Owner Interview Questions asked at other Companies

Q1. What are the prioritization techniques you use to arrange backlog items?
View answer (3)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. C# program for remove duplicate characters from string
  • Ans. 

    C# program to remove duplicate characters from a string

    • Create a new string without duplicates by iterating through each character in the original string

    • Use a HashSet to keep track of characters that have already been encountered

    • Convert the HashSet back to a string to get the final result

  • Answered by AI
  • Q2. Angular different types of forms
  • Ans. 

    Angular supports template-driven forms and reactive forms for handling user input.

    • Template-driven forms are easy to use and suitable for simple forms

    • Reactive forms are more flexible and allow for more complex scenarios

    • Both types of forms use form controls to manage user input

    • Validators can be used to validate user input in both types of forms

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare for Basic C# questions ,angular and api authentication concepts

Skills evaluated in this interview

Senior Software Consultant Interview Questions asked at other Companies

Q1. How to decide Preference between Functional components and class components in reactjs?
View answer (1)

HR Manager Interview Questions & Answers

user image Anonymous

posted on 23 Oct 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your experience in hfr
  • Q2. What do you know about hr functions
  • Ans. 

    HR functions include recruitment, training, employee relations, performance management, and compliance.

    • Recruitment - sourcing, interviewing, and hiring new employees

    • Training - developing and implementing training programs for employees

    • Employee relations - handling employee grievances, conflicts, and disciplinary actions

    • Performance management - setting goals, evaluating performance, and providing feedback

    • Compliance - en...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Consider you will need to wait for at least 2 Hrs, Take a full day off for an interview here if possible.
2. The HR head is not very approachable. Be ready for that.
3. You will not be asked many relevant questions, so try to drive the interview yourself and show your skills.

HR Manager Interview Questions asked at other Companies

Q1. Can you explain the meaning of performance Management as stated in your CV
View answer (3)

ParentPay interview questions for popular designations

 Software Consultant

 (3)

 Product Owner

 (2)

 Associate

 (1)

 HR Manager

 (1)

 Senior Software

 (1)

 Senior Software Consultant

 (1)

 Technical Lead

 (1)

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Object Oriented Programming concepts in details
  • Q2. Sql Server - Write down query to get employees whose address in null. Procedure to delete employee from respective tables.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basic OOPS concepts and sql queries

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Associate Interview Questions & Answers

user image Anonymous

posted on 4 May 2024

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

I applied via Campus Placement and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Group Discussion 

It was great experience performing well in GD round of parent pay company, The topic given to us was "A group discussion on Smart work and Hardwork". Time alloted to us was around 5 mins for preparing and 20 mins for discussing

Round 2 - Coding Test 

Coding test was conducted where we has to solve 2 queries of SQL

Round 3 - HR 

(4 Questions)

  • Q1. Communication skill was the main part in my opinion here, they asked a few questions based on your resume and mostly it was a nice two way communication and a great experience
  • Q2. Tell about youself, your strengths ,your weakness, your locality
  • Q3. Why this company
  • Q4. What if other company offer you more

Associate Interview Questions asked at other Companies

Q1. What is mean of TTR & why required for powder coating process ?
View answer (17)

Jobs at ParentPay

View all
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jan 2023. There were 4 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. Introduce yourself. Explain the role and contribution previous company. Product Management question
Round 3 - Assignment 

Given problem scenario around building a new product.
Expectation was to come up presentation on how you would approach to solve it.

Round 4 - HR 

(1 Question)

  • Q1. Question to check willingness to join company. Why are looking for change? Checking intention about commute and hybrid work

Product Owner Interview Questions asked at other Companies

Q1. What are the prioritization techniques you use to arrange backlog items?
View answer (3)
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:
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 - 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.

Software Consultant Interview Questions asked at other Companies

Q1. Palindrome String Validation Determine if a given string 'S' is a palindrome, considering only alphanumeric characters and ignoring spaces and symbols. Note: The string 'S' should be evaluated in a case-insensitive manner. Example: Input: "... read more
Add answer
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

Q1. Palindrome String Validation Determine if a given string 'S' is a palindrome, considering only alphanumeric characters and ignoring spaces and symbols. Note: The string 'S' should be evaluated in a case-insensitive manner. Example: Input: "... read more
Add answer
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 Interview Questions asked at other Companies

Q1. Palindrome String Validation Determine if a given string 'S' is a palindrome, considering only alphanumeric characters and ignoring spaces and symbols. Note: The string 'S' should be evaluated in a case-insensitive manner. Example: Input: "... read more
Add answer

ParentPay Interview FAQs

How many rounds are there in ParentPay interview?
ParentPay interview process usually has 1-2 rounds. The most common rounds in the ParentPay interview process are Technical, One-on-one Round and HR.
How to prepare for ParentPay 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 Azure, C#, SQL, Agile and .Net.
What are the top questions asked in ParentPay interview?

Some of the top questions asked at the ParentPay interview -

  1. C# program for remove duplicate characters from str...read more
  2. How to implement caching in web a...read more
  3. What do you know about hr functi...read more
How long is the ParentPay interview process?

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

Tell us how to improve this page.

ParentPay Interview Process

based on 11 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 773 Interviews
PhonePe Interview Questions
4.0
 • 304 Interviews
Freecharge Interview Questions
4.0
 • 53 Interviews
PayU Payments Interview Questions
3.5
 • 53 Interviews
Mobikwik Interview Questions
4.0
 • 47 Interviews
Mobileum Interview Questions
3.3
 • 36 Interviews
BillDesk Interview Questions
3.2
 • 14 Interviews
Jio Money Interview Questions
4.1
 • 1 Interview
View all

ParentPay Reviews and Ratings

based on 38 reviews

3.4/5

Rating in categories

3.5

Skill development

3.3

Work-life balance

3.3

Salary

3.3

Job security

3.1

Company culture

2.9

Promotions

3.2

Work satisfaction

Explore 38 Reviews and Ratings
Senior Software Consultant (Fullstack)

Pune

4-9 Yrs

Not Disclosed

Software Consultant

Pune

3-6 Yrs

₹ 8-10 LPA

Explore more jobs
Software Consultant
24 salaries
unlock blur

₹8 L/yr - ₹17 L/yr

Senior Software Consultant
15 salaries
unlock blur

₹13 L/yr - ₹23 L/yr

Technical Lead
11 salaries
unlock blur

₹19.5 L/yr - ₹28 L/yr

Application Operations Engineer
11 salaries
unlock blur

₹8.9 L/yr - ₹9.3 L/yr

Azure DevOps Engineer
9 salaries
unlock blur

₹19.6 L/yr - ₹19.6 L/yr

Explore more salaries
Compare ParentPay with

Paytm

3.3
Compare

Mobikwik

4.1
Compare

PhonePe

4.0
Compare

Freecharge

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