Upload Button Icon Add office photos
Engaged Employer

i

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

PureSoftware Verified Tick

Compare button icon Compare button icon Compare
3.1

based on 424 Reviews

Filter interviews by

PureSoftware Software Testing Engineer Interview Questions, Process, and Tips

Updated 18 Jan 2022

PureSoftware Software Testing Engineer Interview Experiences

1 interview found

I applied via Campus Placement and was interviewed in Dec 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Difference between time complexity and space complexity. Explain with example in such a way that you are teaching someone who doesn't know anything about it
  • Ans. 

    Time complexity refers to the amount of time taken by an algorithm to run, while space complexity refers to the amount of memory used by an algorithm.

    • Time complexity is measured by the number of operations an algorithm performs, while space complexity is measured by the amount of memory an algorithm uses.

    • An algorithm with a time complexity of O(n) will take longer to run as the input size increases, while an algorithm ...

  • Answered by AI
  • Q2. What Merge sort algorithm with code? And which is the best algorithm according to you?
  • Ans. 

    Merge sort is a divide and conquer algorithm. Best for large data sets. Code: https://bit.ly/3jJ5J5z

    • Divide the array into two halves

    • Sort each half recursively

    • Merge the sorted halves

    • Best for large data sets

    • Code: https://bit.ly/3jJ5J5z

  • Answered by AI
  • Q3. Explain 4 pillars of oops?
  • Ans. 

    The 4 pillars of OOP are Abstraction, Encapsulation, Inheritance, and Polymorphism.

    • Abstraction: Hiding implementation details and showing only necessary information.

    • Encapsulation: Binding data and functions that manipulate it together in a single unit.

    • Inheritance: Creating new classes from existing ones, inheriting their properties and methods.

    • Polymorphism: Ability of objects to take on multiple forms or behaviors.

  • Answered by AI
  • Q4. Traveling spring structure in a matrix
  • Ans. 

    A traveling spring structure in a matrix is a pattern where a spring-like structure moves through the matrix.

    • The structure moves in a zigzag pattern through the matrix

    • The structure can be used to traverse a matrix and visit all its elements

    • The structure can be implemented using a combination of loops and conditional statements

    • Example: Given a matrix of size n x m, start at the top-left corner and traverse the matrix us...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do prepare for DSA , oops and OS

Skills evaluated in this interview

Interview questions from similar companies

I applied via LinkedIn 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 tips
Round 2 - Technical 

(1 Question)

  • Q1. Program to find repeating characters in a string
  • Ans. 

    The program finds repeating characters in a given string.

    • Iterate through each character in the string

    • Store each character in a data structure

    • If a character is already present in the data structure, it is a repeating character

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Program to find whether a number is prime or not
  • Ans. 

    Program to check if a number is prime or not

    • A prime number is only divisible by 1 and itself

    • Loop through numbers from 2 to n-1 and check if n is divisible by any of them

    • If n is divisible by any number, it is not prime

    • If n is not divisible by any number, it is prime

  • Answered by AI
  • Q2. Explain Automation framework that u suggest to automate amazon application
  • Ans. 

    I suggest using a hybrid automation framework for testing Amazon application.

    • Use Selenium WebDriver for web automation

    • Use Appium for mobile automation

    • Use TestNG for test management and reporting

    • Use Page Object Model for better code maintenance

    • Use data-driven approach for test data management

    • Use Jenkins for continuous integration and deployment

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and do your job, do worry about rejections. Not all company thinks in same manner.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Testing Methodology ,bug life cycle,STLC,API TESTING
  • Q2. Senario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was technical I have given all ans and timeing for interview will 24 min ...
No Response From There Side ...

I applied via Naukri.com and was interviewed before Feb 2021. 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. What is in Testing Life Cycle and Bug Life Cycle?
  • Ans. 

    Testing Life Cycle includes planning, designing, executing and reporting. Bug Life Cycle includes reporting, assigning, fixing and verifying.

    • Testing Life Cycle involves planning, designing, executing and reporting of tests.

    • Bug Life Cycle involves reporting, assigning, fixing and verifying bugs.

    • Testing Life Cycle starts with requirement analysis and ends with test closure.

    • Bug Life Cycle starts with bug reporting and end...

  • Answered by AI
  • Q2. What is the difference between severity and priority of a bug?
  • Ans. 

    Severity is the impact of a bug on the system while priority is the urgency of fixing it.

    • Severity is the measure of how much a bug affects the system's functionality or performance.

    • Priority is the measure of how urgently a bug needs to be fixed.

    • A high severity bug may not have a high priority if it does not affect critical functionality.

    • A low severity bug may have a high priority if it affects critical functionality.

    • Bo...

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. What are challenges that you faced during Testing phase?
  • Ans. 

    Challenges faced during testing phase

    • Lack of clear requirements

    • Limited access to test environment

    • Time constraints

    • Difficulty in reproducing bugs

    • Integration issues with third-party systems

    • Lack of proper documentation

    • Testing on multiple platforms and devices

    • Dealing with unexpected errors

  • Answered by AI
  • Q2. What are your biggest achievements and contributions?

Interview Preparation Tips

Interview preparation tips for other job seekers - Tell your answers confidently and keeping it brief unless asked for explanation

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is NEFT/ RTGS/ IMPS. how they happen in bank.
  • Ans. 

    NEFT/RTGS/IMPS are electronic fund transfer systems used by banks in India.

    • NEFT stands for National Electronic Funds Transfer and is used for transferring funds up to Rs. 2 lakhs.

    • RTGS stands for Real Time Gross Settlement and is used for transferring large amounts of money in real-time.

    • IMPS stands for Immediate Payment Service and is used for instant fund transfers 24x7.

    • All three systems require the sender and receiver...

  • Answered by AI
  • Q2. Read on google about these terms.

Interview Preparation Tips

Interview preparation tips for other job seekers - Explain your resume and be prepared for banking/ insurance domain related questions.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Assignment 

Some basic testing questions

Round 2 - Technical 

(2 Questions)

  • Q1. Selenium waits, java oops , priority vs severity
  • Q2. Write a selenium code by using assertions
Round 3 - Technical 

(2 Questions)

  • Q1. Write selenium code and execute on screen
  • Q2. Write an sql query and get the desired output on screen
Round 4 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Notice period related
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Aptitude Test 

The first round was coding+ aptitude
Gave exam on unstop platform the aptitude questions where divided into section 45 mins for aptitude (logical reasoning+ quants+ verbal) then 25 min for technical mcqs try to be as fast as you can

Round 2 - Coding Test 

It consisted of 3 coding questions 2 were easy 1 was hard

Round 3 - Virtual interview 

(2 Questions)

  • Q1. They asked me mostly SQL based on my resume ( asked other friends, and mostly the question where on the skills you mention on resume)
  • Q2. Some coding questions like palindrome and reverse a string
Round 4 - Technical 

(2 Questions)

  • Q1. Mostly resume based questions
  • Q2. Text cases for your projects and how do you test your projects
  • Ans. 

    I create test cases based on project requirements and use automation tools to test the projects.

    • Identify test scenarios based on project requirements

    • Create test cases for positive and negative scenarios

    • Use automation tools like Selenium or Appium to execute test cases

    • Analyze test results and report any issues found

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Basic HT question

Skills evaluated in this interview

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

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

Round 1 - HR 

(4 Questions)

  • Q1. Write a code to find the product title and price
  • Q2. Your automation experience
  • Q3. Locators to find webelement
  • Q4. Xpath to find the webelement

Test Engineer Interview Questions & Answers

Altimetrik user image Manikandan Ramesh

posted on 6 Sep 2024

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

I applied via Naukri.com and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Hacker Rank Technical Round

Round 2 - Coding Test 

30 Mins Java Selenium

Round 3 - HR 

(2 Questions)

  • Q1. Explain about Career experience
  • Ans. 

    I have over 5 years of experience in testing various software applications, including creating test plans, executing test cases, and reporting bugs.

    • Experience in creating test plans and test cases

    • Proficient in executing manual and automated tests

    • Strong skills in identifying and reporting bugs

    • Familiarity with various testing tools and methodologies

    • Collaborating with developers and stakeholders to ensure quality software

  • Answered by AI
  • Q2. Walkthrough on Framework
  • Ans. 

    Framework walkthrough involves explaining the structure, components, and functionality of the test automation framework.

    • Explain the architecture of the framework (e.g. modular, data-driven, keyword-driven, hybrid)

    • Discuss the key components such as test scripts, test data, object repositories, and reporting mechanisms

    • Describe how the framework handles test execution, result reporting, and error handling

    • Provide examples ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. SELENIUM QUESTIONS
  • Q2. BASIC PYTHON PROGRAMS

PureSoftware Interview FAQs

What are the top questions asked in PureSoftware Software Testing Engineer interview?

Some of the top questions asked at the PureSoftware Software Testing Engineer interview -

  1. Difference between time complexity and space complexity. Explain with example i...read more
  2. What Merge sort algorithm with code? And which is the best algorithm according ...read more
  3. Traveling spring structure in a mat...read more

Tell us how to improve this page.

PureSoftware Software Testing Engineer Salary
based on 5 salaries
₹3 L/yr - ₹8.3 L/yr
29% less than the average Software Testing Engineer Salary in India
View more details
Senior Software Engineer
454 salaries
unlock blur

₹8.1 L/yr - ₹32 L/yr

Software Engineer
232 salaries
unlock blur

₹4.5 L/yr - ₹15.9 L/yr

Lead Engineer
187 salaries
unlock blur

₹10.3 L/yr - ₹38.5 L/yr

Technical Lead
157 salaries
unlock blur

₹13 L/yr - ₹42 L/yr

Associate Software Engineer
83 salaries
unlock blur

₹2.6 L/yr - ₹12.5 L/yr

Explore more salaries
Compare PureSoftware with

Persistent Systems

3.5
Compare

LTIMindtree

3.8
Compare

Mphasis

3.4
Compare

Coforge

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