Upload Button Icon Add office photos

Filter interviews by

ParentPay Senior Software Consultant Interview Questions and Answers

Updated 17 Jul 2024

ParentPay Senior Software Consultant Interview Experiences

1 interview found

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

Interview questions from similar companies

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Currying, closure, es6 features
  • Q2. Event looping, prototype chaining
  • Q3. Html structure, meta tag, viewport

Interview Preparation Tips

Topics to prepare for Perforce Senior Software Engineer interview:
  • React.Js
  • Javascript
  • Typescript
  • Es6
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Nov 2024.

Round 1 - HR 

(2 Questions)

  • Q1. Experience in past proyects
  • Ans. 

    I have worked on various projects ranging from web development to mobile app development, gaining experience in different technologies and frameworks.

    • Developed a web application using React.js and Node.js for a client in the e-commerce industry

    • Created a mobile app using Flutter for a startup in the travel sector

    • Collaborated with a team to implement a machine learning algorithm for data analysis in a research project

  • Answered by AI
  • Q2. Experience leading a group of develeopers
  • Ans. 

    Led a team of developers on a project to develop a new software application.

    • Managed a team of 5 developers to ensure project deadlines were met

    • Assigned tasks to team members based on their strengths and expertise

    • Held regular team meetings to discuss progress and address any issues

    • Provided guidance and support to team members when needed

    • Collaborated with other departments to gather requirements and feedback

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. It was more like a talk about your experience
  • Q2. Code test to create a small search enginee
  • Ans. 

    Code test to create a small search engine

    • Create a function that takes a search query and an array of strings as input

    • Iterate through the array of strings to find matches with the search query

    • Return an array of strings that contain the search query

  • Answered by AI
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Fibonacci, swap without 3rd var
  • Q2. Non repetitive char in string
  • Ans. 

    Find the first non-repetitive character in a string.

    • Iterate through the string and count the occurrences of each character.

    • Return the first character with a count of 1.

  • Answered by AI
Round 2 - Case Study 

Scenario based questions

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. Sql related questions were asked
  • Q2. Manual testing questions were asked
  • Q3. Joins questions
  • Q4. Where clause questions
  • Q5. Manual testing questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

A good DSA question, based on array manipulation and queues. Platform was Zoom call, so you can use any online IDE.

Round 2 - One-on-one 

(3 Questions)

  • Q1. Question related to previous job Experience
  • Q2. Questions related to OOPS concepts
  • Q3. Question on System Design and Fundamentals of Language.
Round 3 - Behavioral interview 

(4 Questions)

  • Q1. Past Experience
  • Q2. How you tackle with challenges in less time
  • Q3. How you handle complete new tech stack?
  • Q4. Approach towards trivial puzzles.
Round 4 - HR 

(1 Question)

  • Q1. Compensation Decisions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep concepts clear, and you should back up your answers with real-life examples that everyone uses, so the interviewer can understand better and relate.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Aug 2024.

Round 1 - Coding Test 

Medium level leetcode question

Round 2 - Technical 

(2 Questions)

  • Q1. Explain about your project
  • Ans. 

    Developed a web application for managing inventory and sales for a retail store.

    • Used React.js for front-end development

    • Implemented RESTful APIs using Node.js and Express for back-end

    • Utilized MongoDB for database management

    • Incorporated authentication and authorization features for secure access

  • Answered by AI
  • Q2. Explain functionalities in detail
  • Ans. 

    Functionalities in software development refer to the specific tasks or actions that a software program can perform.

    • Functionalities are the specific features or capabilities of a software program.

    • They define what the software can do and how it can be used.

    • Examples of functionalities include user authentication, data encryption, and file management.

    • Functionalities can be implemented through code modules or libraries.

    • Test...

  • Answered by AI
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is content security Policy
  • Ans. 

    Content Security Policy (CSP) is a security standard that helps prevent cross-site scripting (XSS) attacks by allowing website owners to control which resources can be loaded on their site.

    • CSP is implemented using an HTTP header that specifies approved sources of content such as scripts, stylesheets, images, fonts, and more.

    • It helps protect against XSS attacks by restricting the sources from which certain types of cont...

  • Answered by AI
  • Q2. React question to have directory sturcture listing

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. How to identify if a queue is circular
  • Ans. 

    A circular queue can be identified by checking if the rear pointer is one position behind the front pointer.

    • Check if rear pointer is one position behind front pointer

    • Check if front pointer is at index 0 and rear pointer is at index n-1 in an array of size n

    • Check if front pointer is at index rear+1 modulo n in an array of size n

  • Answered by AI
Round 2 - System design 

(1 Question)

  • Q1. Design notification system
  • Ans. 

    Design a notification system for a software application.

    • Identify the types of notifications needed (e.g. email, SMS, in-app)

    • Consider the frequency and urgency of notifications

    • Implement a notification queue to handle multiple notifications

    • Include user preferences for notification settings

    • Utilize push notifications for real-time updates

  • Answered by AI
Round 3 - Coding Test 

Write multiple polyfills for array

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Know your resume and your basics

Round 2 - Coding Test 

Know class diagrams. Very Huge for workday.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just know your resume

ParentPay Interview FAQs

How many rounds are there in ParentPay Senior Software Consultant interview?
ParentPay interview process usually has 1 rounds. The most common rounds in the ParentPay interview process are Technical.
How to prepare for ParentPay Senior 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 Agile, .Net, C#, Edge and Programming.
What are the top questions asked in ParentPay Senior Software Consultant interview?

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

  1. C# program for remove duplicate characters from str...read more
  2. Angular different types of fo...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 756 Interviews
PhonePe Interview Questions
4.0
 • 299 Interviews
Freecharge Interview Questions
4.0
 • 53 Interviews
PayU Payments Interview Questions
3.6
 • 50 Interviews
Mobikwik Interview Questions
4.0
 • 45 Interviews
Mobileum Interview Questions
3.3
 • 35 Interviews
SOTI Interview Questions
3.3
 • 22 Interviews
Backbase Interview Questions
4.2
 • 21 Interviews
View all
ParentPay Senior Software Consultant Salary
based on 14 salaries
₹13 L/yr - ₹23 L/yr
11% more than the average Senior Software Consultant Salary in India
View more details

ParentPay Senior Software Consultant Reviews and Ratings

based on 4 reviews

3.0/5

Rating in categories

3.2

Skill development

2.7

Work-Life balance

3.0

Salary & Benefits

2.7

Job Security

2.7

Company culture

2.7

Promotions/Appraisal

2.4

Work Satisfaction

Explore 4 Reviews and Ratings
Software Consultant
22 salaries
unlock blur

₹8 L/yr - ₹17 L/yr

Senior Software Consultant
14 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.0
Compare

PhonePe

4.0
Compare

Freecharge

4.0
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