Upload Button Icon Add office photos
Engaged Employer

i

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

Softura Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Softura Test Engineer Interview Questions and Answers

Updated 22 May 2024

8 Interview questions

A Test Engineer was asked
Q. What is the difference between Smoke and Sanity testing?
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 and new features have been added without breaking the existing functionality.

  • 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...

A Test Engineer was asked
Q. Explain the Defect Life Cycle.
Ans. 

Defect Life Cycle is the process of identifying, reporting, prioritizing, fixing, and verifying defects in software.

  • Defect is identified by testers during testing

  • Defect is reported to development team

  • Development team prioritizes and fixes the defect

  • Fixed defect is verified by testers

  • If defect is not fixed, it goes back to development team

  • If defect is fixed, it is closed

Test Engineer Interview Questions Asked at Other Companies

asked in Infosys
Q1. 1. What is the frame work u have worked and explain the framework ... read more
asked in Info Edge
Q2. Consecutive Characters Problem Statement Given a matrix of lowerc ... read more
asked in GlobalStep
Q3. What problems did we face in the old generation video game consol ... read more
Q4. what is a type of testing? What are the principles?
asked in Info Edge
Q5. Remove Duplicates Problem Statement You are given an array of int ... read more
A Test Engineer was asked
Q. Explain Effort Estimation.
Ans. 

Effort estimation is the process of predicting the amount of time, resources, and cost required to complete a project or task.

  • Effort estimation helps in planning and scheduling the project

  • It involves breaking down the project into smaller tasks and estimating the effort required for each task

  • Factors like complexity, team size, experience, and tools used are considered while estimating effort

  • Effort estimation can b...

A Test Engineer was asked
Q. Explain the OOP concepts in Java.
Ans. 

OOPs is a programming paradigm based on the concept of objects, which can contain data and code.

  • OOPs stands for Object-Oriented Programming.

  • It is based on the concept of classes and objects.

  • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four main pillars of OOPs.

  • Java is an OOPs language.

  • Example: A car is an object that has properties like color, model, and features, and methods like start, stop,...

A Test Engineer was asked
Q. How will you plan the testing for the released build?
Ans. 

I will plan testing by analyzing the requirements, identifying test scenarios, creating test cases, and executing them.

  • Analyze the requirements and identify test scenarios

  • Create test cases based on the identified scenarios

  • Execute the test cases and report defects

  • Perform regression testing to ensure the fixes do not break existing functionality

  • Collaborate with the development team to resolve issues

  • Ensure the testin...

A Test Engineer was asked
Q. What are the locators in Selenium?
Ans. 

Locators in Selenium are used to identify web elements on a web page.

  • Locators are used to find web elements based on their attributes such as ID, class, name, etc.

  • Selenium supports various types of locators such as ID, class name, name, tag name, link text, partial link text, CSS selector, and XPath.

  • For example, to find an element with ID 'username', we can use the following code: driver.findElement(By.id('usernam...

A Test Engineer was asked
Q. Explain Agile Methodology.
Ans. 

Agile methodology is an iterative approach to software development that emphasizes flexibility and customer satisfaction.

  • Agile focuses on delivering working software in short iterations

  • It values collaboration between team members and with stakeholders

  • It prioritizes responding to change over following a plan

  • It emphasizes continuous improvement through feedback and reflection

  • Examples of Agile frameworks include Scru...

Are these interview questions helpful?
A Test Engineer was asked
Q. What is Regression and will you do it on every release ?
Ans. 

Regression is retesting of previously tested functionality to ensure that changes made to the software have not affected it.

  • Regression testing is done to ensure that new changes or fixes have not introduced new bugs or issues.

  • It is not necessary to do regression testing on every release, but it should be done on critical functionality or areas that have been changed.

  • Regression testing can be done manually or throu...

Softura Test Engineer Interview Experiences

2 interviews found

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

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

Round 1 - Technical 

(1 Question)

  • Q1. About all manual testing part

I applied via Approached by Company and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Explain about the Effort Estimation
  • Ans. 

    Effort estimation is the process of predicting the amount of time, resources, and cost required to complete a project or task.

    • Effort estimation helps in planning and scheduling the project

    • It involves breaking down the project into smaller tasks and estimating the effort required for each task

    • Factors like complexity, team size, experience, and tools used are considered while estimating effort

    • Effort estimation can be don...

  • Answered by AI
  • Q2. What is Regression and will you do it on every release ?
  • Ans. 

    Regression is retesting of previously tested functionality to ensure that changes made to the software have not affected it.

    • Regression testing is done to ensure that new changes or fixes have not introduced new bugs or issues.

    • It is not necessary to do regression testing on every release, but it should be done on critical functionality or areas that have been changed.

    • Regression testing can be done manually or through au...

  • Answered by AI
  • Q3. How will you plan for the Testing for the released build ?
  • Ans. 

    I will plan testing by analyzing the requirements, identifying test scenarios, creating test cases, and executing them.

    • Analyze the requirements and identify test scenarios

    • Create test cases based on the identified scenarios

    • Execute the test cases and report defects

    • Perform regression testing to ensure the fixes do not break existing functionality

    • Collaborate with the development team to resolve issues

    • Ensure the testing is ...

  • Answered by AI
  • Q4. Explain Defect Life Cycle
  • Ans. 

    Defect Life Cycle is the process of identifying, reporting, prioritizing, fixing, and verifying defects in software.

    • Defect is identified by testers during testing

    • Defect is reported to development team

    • Development team prioritizes and fixes the defect

    • Fixed defect is verified by testers

    • If defect is not fixed, it goes back to development team

    • If defect is fixed, it is closed

  • Answered by AI
  • Q5. Explain Agile Methodology
  • Ans. 

    Agile methodology is an iterative approach to software development that emphasizes flexibility and customer satisfaction.

    • Agile focuses on delivering working software in short iterations

    • It values collaboration between team members and with stakeholders

    • It prioritizes responding to change over following a plan

    • It emphasizes continuous improvement through feedback and reflection

    • Examples of Agile frameworks include Scrum, Ka...

  • Answered by AI
Round 2 - Behavioral 

(4 Questions)

  • Q1. All the questions are from Joins in SQL
  • Q2. Explain the Oops Concept in Java
  • Ans. 

    OOPs is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPs stands for Object-Oriented Programming.

    • It is based on the concept of classes and objects.

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four main pillars of OOPs.

    • Java is an OOPs language.

    • Example: A car is an object that has properties like color, model, and features, and methods like start, stop, and ...

  • Answered by AI
  • Q3. What are the locators in Selenium?
  • Ans. 

    Locators in Selenium are used to identify web elements on a web page.

    • Locators are used to find web elements based on their attributes such as ID, class, name, etc.

    • Selenium supports various types of locators such as ID, class name, name, tag name, link text, partial link text, CSS selector, and XPath.

    • For example, to find an element with ID 'username', we can use the following code: driver.findElement(By.id('username'));

  • Answered by AI
  • Q4. 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 and new features have been added without breaking the existing functionality.

    • 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 ...

  • Answered by AI
Round 3 - HR 

(4 Questions)

  • Q1. Share details of your previous job.
  • Q2. What are your salary expectations?
  • Q3. Why are you looking for a change?
  • Q4. How will you manage your timings while coordinating with the Onsite team ?

Interview Preparation Tips

Topics to prepare for Softura Test Engineer interview:
  • Test Planning
  • SDLC
  • STLC
  • Defect Life Cycle
  • Agile Methodology
Interview preparation tips for other job seekers - Better Prepare and attend. Highly Technical Related Questions

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w (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 Softura?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Referral and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Coding Test 

If you are a fresher , then this is for you else almost no coding test for experienced candidates.

Round 2 - One-on-one 

(1 Question)

  • Q1. Javascript basics, Angular react general questions depends upon profile.
Round 3 - Behavioral 

(1 Question)

  • Q1. They asked general questions related to some hectic situation faced in previous company / project..

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm . Clear your basics . That's it.

I applied via Naukri.com and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SQL query

Interview Preparation Tips

Interview preparation tips for other job seekers - More prepare on sql questions

I applied via Campus Placement and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Check if binary tree is balanced or not.
  • Ans. 

    Check if binary tree is balanced or not.

    • A balanced binary tree has the height of left and right subtrees differ by at most 1.

    • Recursively check the height of left and right subtrees and compare.

    • Use a helper function to calculate the height of a subtree.

    • Time complexity: O(nlogn) for a balanced tree, O(n^2) for a skewed tree.

  • Answered by AI
  • Q2. Detect loops in linked list.
  • Ans. 

    Detect loops in a linked list.

    • Use two pointers, one moving at a faster pace than the other.

    • If there is a loop, the faster pointer will eventually catch up to the slower one.

    • To detect the start of the loop, reset one pointer to the head and move both pointers at the same pace.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was good, do your DS Algo questoin thoroughly.

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Testing and API questions
Round 1 - Behavioral 

(1 Question)

  • Q1. They asked general questions related to some hectic situation faced in previous company / project..

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm . Clear your basics . That's it.
Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Self introduction
  • Ans. 

    I'm a passionate software engineer with a strong background in full-stack development and a love for solving complex problems.

    • Graduated with a degree in Computer Science from XYZ University.

    • Worked at ABC Corp, where I developed a web application that improved user engagement by 30%.

    • Proficient in languages like JavaScript, Python, and Java, with experience in frameworks such as React and Django.

    • Enjoy collaborating in ag...

  • Answered by AI
  • Q2. Project description
  • Ans. 

    Developed a web application for tracking personal fitness goals and progress.

    • Used React.js for front-end development

    • Implemented RESTful APIs for data retrieval and storage

    • Utilized MongoDB for database management

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

(2 Questions)

  • Q1. Questions on project
  • Q2. Any problems faced
  • Ans. 

    Yes, faced challenges with debugging complex code and integrating third-party APIs.

    • Debugging complex code with multiple dependencies

    • Integrating third-party APIs with inconsistent documentation

    • Resolving compatibility issues between different software components

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just chill , they hire anybody even if don't have knowledge they will still hire
Interview experience
3
Average
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 

Genral aptitude questions

Round 3 - Technical 

(4 Questions)

  • Q1. Be prepared with your basics
  • Q2. Languages and work flow
  • Q3. Be aware what you keep in your resume
  • Q4. Be strong in a area

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

Interview Questionnaire 

1 Question

  • Q1. I was asked a question on counting continuous max occurences of 1 in a string
  • Ans. 

    Count the maximum continuous occurrences of '1' in a binary string.

    • Initialize a counter to track current streak of '1's.

    • Use a variable to store the maximum streak found.

    • Iterate through each character in the string.

    • If the character is '1', increment the current counter.

    • If the character is '0', compare and reset the current counter.

    • At the end of the iteration, ensure to check the last streak.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Deep knowledge of programming is a must

Softura Interview FAQs

How many rounds are there in Softura Test Engineer interview?
Softura interview process usually has 2 rounds. The most common rounds in the Softura interview process are Technical, Behavioral and HR.
How to prepare for Softura 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 Softura. The most common topics and skills that interviewers at Softura expect are C#, Java, Automation Framework, Selenium and Test Cases.
What are the top questions asked in Softura Test Engineer interview?

Some of the top questions asked at the Softura Test Engineer interview -

  1. What is Regression and will you do it on every releas...read more
  2. How will you plan for the Testing for the released buil...read more
  3. What are the locators in Seleni...read more
What are the most common questions asked in Softura Test Engineer HR round?

The most common HR questions asked in Softura Test Engineer interview are -

  1. Why are you looking for a chan...read more
  2. What are your salary expectatio...read more
  3. Share details of your previous j...read more

Tell us how to improve this page.

Overall Interview Experience Rating

1.5/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 51 Interviews
DotPe Interview Questions
3.1
 • 42 Interviews
IT By Design Interview Questions
3.6
 • 41 Interviews
View all
Softura Test Engineer Salary
based on 41 salaries
₹3.6 L/yr - ₹8.1 L/yr
At par with the average Test Engineer Salary in India
View more details

Softura Test Engineer Reviews and Ratings

based on 7 reviews

2.8/5

Rating in categories

3.7

Skill development

1.9

Work-life balance

2.2

Salary

3.0

Job security

2.5

Company culture

2.2

Promotions

2.3

Work satisfaction

Explore 7 Reviews and Ratings
Software Engineer
137 salaries
unlock blur

₹4 L/yr - ₹9.5 L/yr

Senior Software Engineer
107 salaries
unlock blur

₹11.3 L/yr - ₹20 L/yr

Test Engineer
41 salaries
unlock blur

₹3.5 L/yr - ₹8.1 L/yr

Software Developer
23 salaries
unlock blur

₹8 L/yr - ₹13.8 L/yr

Technical Lead
22 salaries
unlock blur

₹18.5 L/yr - ₹29 L/yr

Explore more salaries
Compare Softura with

Maxgen Technologies

4.6
Compare

JoulestoWatts Business Solutions

3.1
Compare

Value Point Systems

3.5
Compare

F1 Info Solutions and Services

3.8
Compare
write
Share an Interview