Upload Button Icon Add office photos

Filter interviews by

Pratham Software Test Engineer Interview Questions and Answers

Updated 22 May 2023

Pratham Software Test Engineer Interview Experiences

1 interview found

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 22 May 2023

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

I applied via Referral and was interviewed in Apr 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 

Write a code which includes inheritance and polymorphism.

Round 3 - HR 

(1 Question)

  • Q1. Discuss past experience and why we want to join pratham

Interview Preparation Tips

Topics to prepare for Pratham Software Test Engineer interview:
  • Java
  • Selenium
  • Testing techniques
Interview preparation tips for other job seekers - Relax, show your loyalty and faith and just share your experience

Interview questions from similar companies

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

I was interviewed in May 2024.

Round 1 - One-on-one 

(6 Questions)

  • Q1. What is Client side and server side testing?
  • Ans. 

    Client side testing is testing the application on the client side, while server side testing is testing the application on the server side.

    • Client side testing involves testing the user interface, functionality, and performance of the application on the client side.

    • Server side testing involves testing the server components, databases, and APIs of the application on the server side.

    • Examples of client side testing include...

  • Answered by AI
  • Q2. What is the 1st thing you will do after finding a bug?
  • Ans. 

    I will document the bug by providing detailed steps to reproduce, screenshots, and any other relevant information.

    • Document the bug by providing detailed steps to reproduce

    • Include screenshots or videos if applicable

    • Provide any relevant logs or error messages

    • Assign priority and severity to the bug

  • Answered by AI
  • Q3. Different approaches of testing
  • Ans. 

    Different approaches of testing include black box testing, white box testing, regression testing, and exploratory testing.

    • Black box testing focuses on the functionality of the software without knowledge of its internal code.

    • White box testing examines the internal code and structure of the software.

    • Regression testing ensures that new code changes do not adversely affect existing functionality.

    • Exploratory testing involve...

  • Answered by AI
  • Q4. Roles and responsibilities
  • Q5. How will convince me if you require 8hrs for testing but i will say complete in 2 hrs if its a GUI related testing?
  • Q6. What is front end and backend of your project or what is front end and backend tesing?
  • Ans. 

    Front end is the user interface of the project that users interact with, while backend is the server, application, and database that work behind the scenes.

    • Front end includes elements like buttons, menus, forms, and design layout.

    • Backend involves server-side scripting, databases, and server configuration.

    • Front end testing focuses on user experience, functionality, and design.

    • Backend testing checks data processing, serv

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Tell about OOPS concepts.?
  • Ans. 

    OOPS concepts are fundamental principles of object-oriented programming such as inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class. Example: class Dog extends Animal.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: private variables and public methods.

    • Polymorphism: Ability to present th...

  • Answered by AI
  • Q2. Find the second largest in an array
  • Ans. 

    Find the second largest element in an array of strings

    • Convert the array of strings to an array of integers

    • Sort the array in descending order

    • Return the second element in the sorted array

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salary negotiations

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company, good quality work, friendly envt

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

100 question for passing 80 correct ans

Round 2 - Technical 

(1 Question)

  • Q1. Manual testing related questions

Interview Preparation Tips

Topics to prepare for Yalamanchili Software Exports Software Tester interview:
  • Regression Testing
  • Smoke Testing
  • Retesting
  • STLC
  • SDLC
  • Agile Testing
Interview preparation tips for other job seekers - They have 2 years bond for fresher and salary only 8k.
In hand we get 7800
And also 2 years no increment.

I applied via LinkedIn and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. Its all based on my resume. First they ask me about my job profile in my previous company then they asked about job roles, difference between validation and verification, smoke and sanity testing, agile me...
  • Q2. What is the difference between smoke and sanity
  • Ans. 

    Smoke testing is a preliminary test to check if the software is stable enough for further testing. Sanity testing is a subset of regression testing to check if the bugs have been fixed.

    • Smoke testing is done to check if the critical functionalities of the software are working fine.

    • Sanity testing is done to check if the bugs have been fixed and the software is ready for further testing.

    • Smoke testing is done before sanity...

  • Answered by AI
  • Q3. What is the conditional signoff
  • Ans. 

    Conditional signoff is a process where a specific set of conditions must be met before a project or task can be approved.

    • Conditional signoff ensures that all requirements have been met before approval

    • It involves a set of conditions that must be met before signoff can be given

    • It is used to ensure that the project or task meets the necessary standards

    • Examples of conditions include passing all tests, meeting performance r...

  • Answered by AI
  • Q4. What do you mean by functional testing
  • Ans. 

    Functional testing is a type of testing that verifies if the software meets the specified requirements and functions correctly.

    • It focuses on testing the functionality of the software

    • It ensures that the software meets the business requirements

    • It is performed using black box testing techniques

    • It involves testing individual functions or features of the software

    • Examples include unit testing, integration testing, and system

  • Answered by AI
  • Q5. Difference between waterfall and agile model
  • Ans. 

    Waterfall is a linear sequential approach while Agile is an iterative approach.

    • Waterfall follows a sequential process while Agile follows an iterative process.

    • In Waterfall, testing is done at the end of the development cycle while in Agile, testing is done continuously throughout the development cycle.

    • Waterfall is more suitable for projects with well-defined requirements while Agile is more suitable for projects with e...

  • Answered by AI
  • Q6. Write test case for a refund system in gpay
  • Ans. 

    Test case for refund system in gpay

    • Verify refund is initiated when user requests for it

    • Check if refund amount is correct

    • Ensure refund is credited to user's account

    • Test for different scenarios like partial refund, full refund, etc.

    • Validate error messages for invalid refund requests

  • Answered by AI
  • Q7. Write test cases for to test google.com
  • Ans. 

    Test cases to test google.com

    • Verify the search functionality by searching for different keywords

    • Test the language settings by changing the language and verifying the UI

    • Check the responsiveness of the website on different devices and screen sizes

    • Test the login functionality by entering valid and invalid credentials

    • Verify the accessibility of the website for users with disabilities

  • Answered by AI
  • Q8. What is the command used for displaying list of users 2) disk space 3) searching command 4) file disk space 5) schedule the task for future
  • Ans. 

    Commands for displaying list of users, disk space, searching, file disk space, and scheduling tasks.

    • List of users: 'cat /etc/passwd'

    • Disk space: 'df -h'

    • Searching: 'grep'

    • File disk space: 'du -sh '

    • Scheduling tasks: 'cron'

Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be prepare with your resume, whatever you have written in your resume they will ask about that only.
If you dont know any answer simply say dont know.

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Mar 2021. There were 5 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Need to clear aptitude test first.
  • Q2. Tell me about yourself
  • Q3. Writing complex SQL query
  • Q4. Question related to manual testing
  • Q5. Question related to agile methodologies & Jira

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident , be yourself

I was interviewed before Nov 2021.

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 - Technical 

(1 Question)

  • Q1. Programming logical+ java
Round 3 - Technical 

(1 Question)

  • Q1. Testing concepts and automation
Round 4 - One-on-one 

(1 Question)

  • Q1. Manager round / fitment check
Round 5 - One-on-one 

(1 Question)

  • Q1. Senior manager round
Round 6 - HR 

(1 Question)

  • Q1. Pay discussion + general HR

Interview Preparation Tips

Interview preparation tips for other job seekers - No job security! So beware. Recently laid off 3 whole teams and a lot more globally

Interview Questionnaire 

1 Question

  • Q1. Core java , selenium question and coding

Interview Questionnaire 

5 Questions

  • Q1. It's a face to face round with the technical people.
  • Q2. Mostly asked about core java , selenium , Bdd-cucumber and testing basics.
  • Q3. What i did in previous work. What my role is there.
  • Q4. This is a subjective reasoning round.
  • Q5. Questions are like you are eating the ice-cream on mountain. Why are you eating give five points.

Interview Preparation Tips

Round: Test
Experience: It's a coding round. Five questions are there. Every new question is harder then previous one and of higher mark then the previous one. Total of 135 number exam is there in three hour.

Round: Test
Experience: Aptitude round is there of 30 marks 15 questions and 30 mins.

Pratham Software Interview FAQs

How many rounds are there in Pratham Software Test Engineer interview?
Pratham Software interview process usually has 3 rounds. The most common rounds in the Pratham Software interview process are Resume Shortlist, Coding Test and HR.
How to prepare for Pratham Software Test Engineer 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 Pratham Software. The most common topics and skills that interviewers at Pratham Software expect are SDLC, Agile, SQL, Testing Tools and Automation.

Tell us how to improve this page.

Pratham Software Test Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Test Engineer Interview Questions from Similar Companies

View all
Pratham Software Test Engineer Salary
based on 7 salaries
₹5 L/yr - ₹10 L/yr
53% more than the average Test Engineer Salary in India
View more details

Pratham Software Test Engineer Reviews and Ratings

based on 2 reviews

3.9/5

Rating in categories

5.0

Skill development

3.9

Work-life balance

2.8

Salary

4.4

Job security

3.3

Company culture

2.8

Promotions

3.9

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
122 salaries
unlock blur

₹4.8 L/yr - ₹15 L/yr

Senior Software Engineer
116 salaries
unlock blur

₹6.5 L/yr - ₹18.6 L/yr

System Analyst
54 salaries
unlock blur

₹10 L/yr - ₹22 L/yr

Lead Software Engineer
20 salaries
unlock blur

₹15 L/yr - ₹24.5 L/yr

Senior System Analyst
20 salaries
unlock blur

₹13 L/yr - ₹24 L/yr

Explore more salaries
Compare Pratham Software with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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