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

Filter interviews by

PureSoftware Software Testing Engineer Interview Questions and Answers

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

Top trending discussions

View All
Interview Tips & Stories
5d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about PureSoftware?
Ask anonymously on communities.

Interview questions from similar companies

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

Interview Questionnaire 

3 Questions

  • Q1. About your self
  • Q2. About your project
  • Q3. Test case attribute

Interview Preparation Tips

Interview preparation tips for other job seekers - Hr war not taken interview properly. interview is take for 5 min only all answers was answered properly still not received any response from them

Software Testing Engineer Interview Questions Asked at Other Companies

asked in Wipro
Q1. Maximal AND Subsequences Problem Given an array consisting of N i ... read more
asked in TCS
Q2. What are some test scenarios for a water bottle or a login page?
asked in Paytm
Q3. Reverse the String Problem Statement You are given a string STR w ... read more
Q4. 1) explain roles and responsibility of previous projects you have ... read more
asked in Paytm
Q5. Number and Digits Problem Statement You are provided with a posit ... read more

I applied via Naukri.com and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Testing concepts, SQL, basic java programs on arrays and strings
Round 2 - Technical 

(1 Question)

  • Q1. Testing concepts, puzzles, scenario based questions, java programe
Round 3 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Ans. 

    Salary expectations depend on experience, industry standards, and job responsibilities, ensuring fair compensation for skills.

    • Market Research: I have researched the average salary for Software Testing Engineers in my area, which ranges from $70,000 to $90,000.

    • Experience Level: With my X years of experience in software testing, I believe a salary in the range of $80,000 to $95,000 is appropriate.

    • Skills and Certification...

  • Answered by AI
  • Q2. Why are you looking for a change?
  • Ans. 

    I am seeking a change to grow professionally, explore new challenges, and contribute to innovative projects in a dynamic environment.

    • Career Growth: I feel that I have reached a plateau in my current role and am eager to take on more responsibilities and challenges.

    • Skill Development: I want to expand my skill set, particularly in areas like automation testing and performance testing, which are crucial in today's tech la...

  • Answered by AI
  • Q3. Tell me about yourself.
  • Ans. 

    I am a dedicated Software Testing Engineer with a passion for ensuring software quality through meticulous testing and analysis.

    • Experience in Manual Testing: I have conducted extensive manual testing for web applications, identifying critical bugs that improved user experience.

    • Automation Skills: Proficient in using Selenium for automating test cases, which reduced testing time by 30% in my previous project.

    • Test Case De...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared on testing methodology, automation basics, sql query knowledge and basic java programs.

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 Mar 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Difference between Hashtable and hashmap?
  • Ans. 

    Hashtable is synchronized while hashmap is not.

    • Hashtable is thread-safe while hashmap is not.

    • Hashtable does not allow null keys or values while hashmap allows one null key and multiple null values.

    • Hashtable is slower than hashmap due to synchronization.

    • Hashtable is a legacy class while hashmap is a newer implementation.

  • Answered by AI
  • Q2. Difference between hashmap and concurrent hashmap?
  • Ans. 

    Hashmap is not thread-safe while Concurrent Hashmap is thread-safe.

    • Hashmap is not suitable for multi-threaded environments as it can lead to race conditions and data inconsistencies.

    • Concurrent Hashmap allows multiple threads to access and modify the map concurrently without any data inconsistencies.

    • Concurrent Hashmap uses a technique called lock striping to achieve thread-safety.

    • Concurrent Hashmap is slower than Hashma...

  • Answered by AI
  • Q3. Jdbc step
  • Q4. Spring ioc

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was average they asked questions from core java spring hibernate... And so on..

Skills evaluated in this interview

I appeared for an interview in Sep 2017.

Interview Questionnaire 

4 Questions

  • Q1. Technical interview take by client technical person actually they are hiring for another client so they took total 3 technical round and final will HR round
  • Q2. Asking about life cycle of Dot net mvc contols entity frame work and SQL queries
  • Q3. Problem based on oops and SQL queries outputs
  • Q4. Basic questions about my self ,salary discussion basic formalities form I have to fill up

Interview Preparation Tips

Round: Test
Experience: There were around 15 objective question that includes mvc, c#.net and SQL server. It was very simple question like different types of filters,Acton results in mvc. Basic oops concept and dot net web page regarding

Round: Resume Shortlist
Experience: After completing test round another was technical round discussed maily for mvc and SQL server questions. Around 30 mint discussion. After qualify this round another round will start from client technical staff.

General Tips: It was for 2-3 year experience person very simple to crack but focus on you which profile you are looking for study interview questions from net
Skills: Dot net mve oops concept jQuery and SQL server
Are these interview questions helpful?

I applied via Naukri.com and was interviewed before May 2018. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Telephonic technical
  • Q2. Core Java related exception handling ,design pattern ,oops solid design principle, rest API, different annotations of spring and jpa
  • Q3. Same questions on telephonic round but detailed elaborate and given simple problem statement we had to justify that why it's time n space complexity valid. Rest API questions hibernate orm use
  • Q4. Manager round just to check whether you have actually worked on project or not stress testing performance questions scenario questions

Interview Preparation Tips

General Tips: Quite easy just go with preparation
Skills: Core Java sevlet JSP hibernate spring rest API, Communication, Body Language, Problem Solving, Analytical Skills, Decision Making Skills
Duration: 1-4 weeks

I applied via Recruitment Consultant and was interviewed in May 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions & team leading

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is not difficult..

I appeared for an interview in Sep 2019.

Interview Questionnaire 

1 Question

  • Q1. Pl sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - y resume was referd through a guy. Later I got call from HR for interview schedule he asked me my expected ctc and Notice Period to which I clearly said 3 months. He scheduled my interview on weekends morning 8am I reached there by 8.30am The interview process got started late by 10am it was an walk in type interview 1 round was Technical I cleared that round and had a feedback session with HR he said we are processing u to next round which was Manager round there itself I told the HR my NP is 3months the Hr Told its not an issue.
Laterly after I had lunch by 2pm Hr came n told me that Manager is not available now so we will be conducting ur further round in weekdays.
Then there was no mail or call so I purposely mailed them still haven't got proper response from them, so at last I told my friend who referd me to ask for an update the same HR told him that they want Immediate joiner so we can't process him to further round. Wasted my whole day over there

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.

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.7
 • 377 Interviews
CitiusTech Interview Questions
3.3
 • 290 Interviews
NeoSOFT Interview Questions
3.6
 • 280 Interviews
Altimetrik Interview Questions
3.7
 • 242 Interviews
Episource Interview Questions
3.9
 • 224 Interviews
Xoriant Interview Questions
4.1
 • 213 Interviews
INDIUM Interview Questions
4.0
 • 198 Interviews
Incedo Interview Questions
3.0
 • 193 Interviews
View all
PureSoftware Software Testing Engineer Salary
based on 4 salaries
₹3.2 L/yr - ₹8.3 L/yr
31% less than the average Software Testing Engineer Salary in India
View more details
Senior Software Engineer
529 salaries
unlock blur

₹11.8 L/yr - ₹25 L/yr

Software Engineer
248 salaries
unlock blur

₹6 L/yr - ₹13.9 L/yr

Lead Engineer
235 salaries
unlock blur

₹20.9 L/yr - ₹38.5 L/yr

Technical Lead
171 salaries
unlock blur

₹21.6 L/yr - ₹40 L/yr

Associate Software Engineer
88 salaries
unlock blur

₹4.4 L/yr - ₹9 L/yr

Explore more salaries
Compare PureSoftware with

ITC Infotech

3.7
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

4.1
Compare
write
Share an Interview