Upload Button Icon Add office photos
Engaged Employer

i

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

P99soft Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

P99soft Interview Questions, Process, and Tips

Updated 26 Dec 2024

Top P99soft Interview Questions and Answers

View all 7 questions

P99soft Interview Experiences

Popular Designations

8 interviews found

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

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Compare array, prime number, second Highest salary, Validate the CSS value, Excel reading
  • Ans. 

    Comparing different concepts in QA Automation Testing Engineer

    • Array - Data structure used to store multiple values of the same type

    • Prime number - A number that is only divisible by 1 and itself

    • Second Highest salary - Finding the second highest salary in a list of salaries

    • Validate the CSS value - Ensuring that the CSS value meets the specified criteria

    • Excel reading - Extracting data from an Excel file for testing purpos

  • Answered by AI
  • Q2. API testing, BDD, TestNg annotation
  • Q3. Scenario based questions
Round 2 - Technical 

(3 Questions)

  • Q1. Anagram program, palindrome program, merge 2 array which 1 is even and 2nd odd
  • Q2. What is sub query with example, scenario based question.
  • Q3. Automation Project explanation, AWS and CICD

Skills evaluated in this interview

Qa Automation Testing Engineer Interview Questions asked at other Companies

Q1. selenium: what are selenium components, what are the different locators in selenium, what is selenium web driver, write a xpath for a given element on a web page
View answer (5)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Ask to write one program using multithread

Round 2 - Technical 

(2 Questions)

  • Q1. Question on Spring boot
  • Q2. Question on micro services and cloud

Interview Preparation Tips

Topics to prepare for P99soft Senior Java Developer interview:
  • Java
  • springboot
  • Microservices
Interview preparation tips for other job seekers - Should have good knowledge on coding

Senior Java Developer Interview Questions asked at other Companies

Q1. Delete Kth node From EndYou have been given a singly Linked List of 'N' nodes with integer data and an integer 'K'. Your task is to remove the Kth node from the end of the given Linked List. For example: The given linked list is 1 -> 2 -... read more
View answer (4)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 15 Oct 2024

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

I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Coding Test 

Online hackkerank test

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (7)
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Program : reverse string,count of vowels
  • Ans. 

    Program to reverse a string and count the number of vowels in an array of strings.

    • Iterate through each string in the array

    • Reverse each string using built-in functions or by iterating through the characters

    • Count the number of vowels in each string by iterating through the characters and checking if they are vowels

    • Return the reversed string and the count of vowels for each string

  • Answered by AI

Senior QA Engineer Interview Questions asked at other Companies

Q1. Combination SumYou are given an array/list ARR of N distinct positive integers. You are also given a non-negative integer B. Your task is to find all unique combinations in the array whose sum is equal to B. A number can be chosen any numbe... read more
View answer (2)

P99soft interview questions for popular designations

 Project Lead

 (1)

 Project Trainee

 (1)

 Qa Automation Testing Engineer

 (1)

 QA Engineer

 (1)

 Reactjs Developer

 (1)

 Senior Java Developer

 (1)

 Senior QA Engineer

 (1)

 Senior Technical Architect

 (1)

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Question will be based on DSA and design.

Senior Technical Architect Interview Questions asked at other Companies

Q1. How ErrorHandling is done in your project?
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Collection in java
  • Ans. 

    Collection in Java refers to a group of objects that are stored and manipulated together.

    • Collections framework in Java provides interfaces (List, Set, Map) and classes (ArrayList, HashSet, HashMap) for storing and manipulating groups of objects.

    • Collections allow for easy manipulation, sorting, searching, and iteration of objects.

    • Common methods include add(), remove(), contains(), size(), and clear().

    • Example: List names...

  • Answered by AI

Skills evaluated in this interview

Project Trainee Interview Questions asked at other Companies

Q1. What is the basic difference between Quality Assurance and Quality Control?
View answer (1)
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 Jan 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 - Coding Test 

Asked Verbal Questions as well as told to code on JavaScript promises, ES6 features, Ajax
Told to code on React, Redux, questions on Redux Thunk were also asked

Round 3 - HR 

(3 Questions)

  • Q1. Managerial Round with CEO who is very friendly and gentle.
  • Q2. Development cycle of a student registration app
  • Ans. 

    The development cycle of a student registration app involves planning, designing, developing, testing, and deploying the app.

    • Plan the app's features and functionality

    • Design the user interface and user experience

    • Develop the app using Reactjs and other technologies

    • Test the app for bugs and errors

    • Deploy the app to a server or hosting platform

    • Continuously maintain and update the app as needed

  • Answered by AI
  • Q3. Reverse a string in JavaScript
  • Ans. 

    Reverse a string in JavaScript

    • Use the split() method to convert the string into an array

    • Use the reverse() method to reverse the array

    • Use the join() method to convert the array back to a string

  • Answered by AI

Interview Preparation Tips

Topics to prepare for P99soft Reactjs Developer interview:
  • React
  • Javascript
  • Java
Interview preparation tips for other job seekers - Get fundamentals of react cleared like prop drilling, some hooks

Skills evaluated in this interview

Reactjs Developer Interview Questions asked at other Companies

Q1. Implement counter such that it has 2 buttons to increment and decrement the values and also add a input field such that, whatever input is given, the value should be to that and value should should be decreased and increased from the input ... read more
View answer (1)

Project Lead Interview Questions & Answers

user image Anonymous

posted on 4 Nov 2022

I applied via Approached by Company and was interviewed in May 2022. There were 2 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 - One-on-one 

(3 Questions)

  • Q1. What testing strategies will u use
  • Ans. 

    I will use a combination of manual and automated testing strategies to ensure comprehensive testing.

    • Developing test cases based on requirements and user stories

    • Performing functional, regression, and integration testing

    • Using tools like Selenium and JMeter for automated testing

    • Performing exploratory testing to uncover defects

    • Collaborating with developers to ensure timely defect resolution

  • Answered by AI
  • Q2. How u vl generate regression report
  • Ans. 

    Regression report can be generated using tools like JMeter, Selenium, or custom scripts.

    • Identify the test cases to be included in the report

    • Execute the test cases and collect the results

    • Analyze the results and identify the regression issues

    • Generate a report with details on the regression issues and their severity

    • Include graphs and charts to visualize the data

    • Automate the report generation process for future use

  • Answered by AI
  • Q3. What status you will give to business team about project progress
  • Ans. 

    The status given to the business team about project progress should be clear, concise, and informative.

    • Provide regular updates on project milestones and deliverables

    • Highlight any challenges or roadblocks that may impact the project timeline

    • Communicate the overall progress in terms of completed tasks and remaining work

    • Include metrics or key performance indicators to measure project success

    • Address any concerns or risks t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I would not recommend a company 100% if the interviewer himself doesnt have knowledge of what is the expectation, is a big RED FLAG. He isnt aware for what role hes interviewing. He comes from QA background hes asking same questions. How a testing strategy question is relevant to a Project lead you are hiring for? They hired this interviewer as Senior Program Manager who was deprived of a promotion from Infosys for very long and gave him a sudden leadership power. His tone, his way of asking questions, showed adamancy and arrogancy especially, that definitely came due to his sudden big role. 4 mnths into this role he has this attitude imagine what toxic culture hes gonna implement once you join. His name is Siva Panchala, as found on LinkedIn and interview scheduled details.

Skills evaluated in this interview

Project Lead Interview Questions asked at other Companies

Q1. PowerBuilder 1. How to build app in one click? 2. How to read data from web page? 3. Have you used any PDF tools 4. How to save data from datawindow to XML 5. How to read mail from Outlook 6. How you migrate to new version.net SQL 1. Perfor... read more
View answer (1)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. How Pandas is used in project.
  • Ans. 

    Pandas is used in project for data manipulation and analysis in Python.

    • Pandas is used for data cleaning, transformation, and analysis.

    • It provides data structures like DataFrame and Series for handling data.

    • Pandas can be used for tasks like filtering, grouping, and merging data.

    • Example: Loading a CSV file into a DataFrame and performing analysis on the data.

  • Answered by AI
  • Q2. How to use Flask
  • Ans. 

    Flask is a lightweight web application framework for Python.

    • Create a virtual environment for your project

    • Install Flask using pip

    • Create a Flask app by defining routes and views

    • Run the Flask app using the command 'flask run'

    • Use Flask extensions for additional functionality

  • Answered by AI
  • Q3. Basic Python questionaries

Interview Preparation Tips

Interview preparation tips for other job seekers - No

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

They give me a set of 68 questions. It was McQ and not related to my BA domain.

Round 3 - Group Discussion 

This was a Normal Interview. I was interviewed by a panel of BA, Developers and one PM

Interview Preparation Tips

Interview preparation tips for other job seekers - Go with your job description and prepare with some online websites.

P99soft Interview FAQs

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

Some of the top questions asked at the P99soft interview -

  1. Development cycle of a student registration ...read more
  2. Compare array, prime number, second Highest salary, Validate the CSS value, Exc...read more
  3. What testing strategies will u ...read more
How long is the P99soft interview process?

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

Tell us how to improve this page.

P99soft Interview Process

based on 7 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 806 Interviews
View all

P99soft Reviews and Ratings

based on 30 reviews

4.4/5

Rating in categories

4.5

Skill development

4.3

Work-life balance

4.5

Salary

4.4

Job security

4.5

Company culture

4.3

Promotions

4.3

Work satisfaction

Explore 30 Reviews and Ratings
Test Lead
4 salaries
unlock blur

₹18.5 L/yr - ₹22 L/yr

Software Development Engineer II
4 salaries
unlock blur

₹11.4 L/yr - ₹26 L/yr

Associate Software Engineer
3 salaries
unlock blur

₹4.5 L/yr - ₹5.5 L/yr

Technical Lead
3 salaries
unlock blur

₹15.4 L/yr - ₹49 L/yr

QA Engineer
3 salaries
unlock blur

₹3.2 L/yr - ₹5.1 L/yr

Explore more salaries
Compare P99soft with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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