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, Process, and Tips

Updated 22 May 2024

Top Softura Test Engineer Interview Questions and Answers

View all 8 questions

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

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 are the problems we faced in the old generation video game c ... 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

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. Testing and API questions

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

Interview Preparation Tips

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

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 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 Referral and was interviewed before Aug 2021. There were 2 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 - Aptitude Test 

General topics like mathe, English, social etc

Interview Preparation Tips

Topics to prepare for IT By Design Software Engineer interview:
  • Python
  • general
Interview preparation tips for other job seekers - It is best choice to our life . If I can join in this company. I can learn more things by gaining work experience.
Round 1 - Group Discussion 

It represents the eligibility of person and thinking process ,view of thoughts

Round 2 - One-on-one 

(1 Question)

  • Q1. We cannot judge people to atonce chance
Round 3 - Coding Test 

Skills ,fast typing , experienced ,new ideas

Round 4 - Technical 

(1 Question)

  • Q1. All the knowledge of technical work and word
Round 5 - Case Study 

Deeply study case and make a point to make attractive

Interview Preparation Tips

Interview preparation tips for other job seekers - Every chance have a successful of key.will appreciate all chance to way of your dreams .move a first steps towards your dreams
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Asked basic questions on aptitude and reasoning

Round 2 - Assignment 

It cosist of some aptitude questions

Interview Preparation Tips

Topics to prepare for Argusoft Software Engineer interview:
  • C
  • C++

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

Tell us how to improve this page.

Softura Test Engineer Interview Process

based on 2 interviews

Interview experience

1.5
  
Bad
View more

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 49 Interviews
IT By Design Interview Questions
3.5
 • 40 Interviews
Argusoft Interview Questions
4.6
 • 38 Interviews
DotPe Interview Questions
3.2
 • 38 Interviews
View all
Softura Test Engineer Salary
based on 38 salaries
₹3 L/yr - ₹10 L/yr
At par with the average Test Engineer Salary in India
View more details

Softura Test Engineer Reviews and Ratings

based on 6 reviews

2.9/5

Rating in categories

3.4

Skill development

2.1

Work-life balance

2.3

Salary

2.8

Job security

2.1

Company culture

2.5

Promotions

2.2

Work satisfaction

Explore 6 Reviews and Ratings
Software Engineer
139 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Senior Software Engineer
98 salaries
unlock blur

₹6.1 L/yr - ₹20 L/yr

Test Engineer
38 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Software Developer
26 salaries
unlock blur

₹4 L/yr - ₹17.2 L/yr

Technical Lead
20 salaries
unlock blur

₹15 L/yr - ₹29 L/yr

Explore more salaries
Compare Softura with

Maxgen Technologies

4.6
Compare

Value Point Systems

3.6
Compare

JoulestoWatts Business Solutions

2.9
Compare

F1 Info Solutions and Services

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