Premium Employer

i

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

Softenger Verified Tick

Compare button icon Compare button icon Compare
4.2

based on 901 Reviews

Filter interviews by

Softenger Senior Test Engineer Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

I applied via Walk-in and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is meant by RTM
  • Ans. 

    RTM stands for Requirements Traceability Matrix, a document that links requirements to test cases to ensure all requirements are covered.

    • RTM is a document used in software testing to ensure that all requirements are covered by test cases.

    • It helps in tracking the progress of testing by linking each requirement to its corresponding test case.

    • RTM is a useful tool for ensuring comprehensive test coverage and for identifyin...

  • Answered by AI
  • Q2. Los-LMS process
  • Q3. Difference between regression and Sanity
  • Ans. 

    Regression testing ensures existing functionality still works after changes, while sanity testing checks if new functionality works as expected.

    • Regression testing is done to make sure that new code changes have not affected existing functionality.

    • Sanity testing is a cursory testing to make sure that the new functionality is working as expected.

    • Regression testing is comprehensive and covers all areas of the application.

    • ...

  • Answered by AI
  • Q4. Quality assurance vs quality control
  • Ans. 

    Quality assurance focuses on preventing defects, while quality control focuses on identifying and fixing defects.

    • Quality assurance involves processes and procedures to prevent defects from occurring.

    • Quality control involves activities to identify defects and ensure they are fixed.

    • Quality assurance is proactive, while quality control is reactive.

    • Examples of quality assurance include code reviews, process audits, and tra...

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

(3 Questions)

  • Q1. What is meant by unit test and who do it
  • Ans. 

    Unit test is a type of testing where individual units or components of a software are tested in isolation.

    • Unit test is performed by developers to ensure that each unit of code is working correctly.

    • It helps in identifying bugs early in the development process.

    • Unit tests are usually automated and run frequently during the development cycle.

    • Examples of unit testing frameworks include JUnit for Java, NUnit for .NET, and py

  • Answered by AI
  • Q2. What is difference between test plan and test design
  • Ans. 

    Test plan outlines the overall testing approach, while test design specifies how individual test cases will be created and executed.

    • Test plan is a high-level document outlining testing objectives, resources, schedule, and scope

    • Test design is a detailed document specifying test cases, test data, and expected results

    • Test plan focuses on the overall testing strategy, while test design focuses on the specifics of individua

  • Answered by AI
  • Q3. When will you automate a website
  • Ans. 

    Automate a website when repetitive tasks need to be performed frequently and consistently.

    • Automate when manual testing becomes time-consuming and inefficient

    • Automate when the website has a large number of test cases that need to be executed regularly

    • Automate when the website undergoes frequent changes and regression testing is required

    • Automate when the website needs to be tested across multiple browsers and devices

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear with your domain skills. Domain skills are more important than manual testing skills.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Gfg medium question of sorting tuples

Round 2 - Technical 

(5 Questions)

  • Q1. Detailed project discussion
  • Q2. Embedded protocols knowledge check
  • Q3. Python class design for selenium test class
  • Ans. 

    Python class design for Selenium test class involves creating a class with methods to interact with web elements and perform test actions.

    • Create a class for the test case with setup and teardown methods

    • Use instance variables to store web element locators

    • Implement test methods to perform actions like clicking, entering text, verifying text, etc.

    • Use Selenium WebDriver to interact with the browser and web elements

  • Answered by AI
  • Q4. MQTT test framework design from scratch
  • Ans. 

    Designing an MQTT test framework from scratch

    • Understand the requirements for testing MQTT protocol

    • Choose a programming language for implementation

    • Design test cases for different scenarios

    • Implement message publishing and subscribing functionalities

    • Include error handling mechanisms

    • Consider scalability and performance testing

  • Answered by AI
  • Q5. Anonymous aptitude

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared fr python coding interviews.

Skills evaluated in this interview

Round 1 - One-on-one 

(1 Question)

  • Q1. Questions related to SQL Questions related to Java Questions related to Selenium Questions related to previous framework
Round 2 - HR 

(1 Question)

  • Q1. Questions related to academics Questions related to expectations Never really gave the package I asked for in first place

Interview Preparation Tips

Interview preparation tips for other job seekers - For Mastek work on your core topics of Java
Round 1 - One-on-one 

(1 Question)

  • Q1. It all Manual Testing and java ,selenium Basic Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont lose hope keep try it and do hard work on your skills and do smart work.....
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2022. 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 - One-on-one 

(2 Questions)

  • Q1. Related to database and manual testing
  • Q2. Basics of sqll database queries and manuall testing question and answers
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jun 2023. There were 5 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 

(1 Question)

  • Q1. Completely technical
Round 3 - Technical 

(1 Question)

  • Q1. Completely technical
Round 4 - Behavioral 

(1 Question)

  • Q1. Basic questions around future plans and very few technical questions
Round 5 - HR 

(1 Question)

  • Q1. Financial discussions

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand the salary breakup and benefits before joining.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How to read data from excel
  • Ans. 

    To read data from Excel, we can use libraries like Apache POI or Openpyxl.

    • Use Apache POI library in Java to read Excel files

    • Use Openpyxl library in Python to read Excel files

    • Identify the Excel file path and create a FileInputStream object

    • Create an instance of Workbook class and load the Excel file

    • Access the desired sheet and iterate through rows and columns to read data

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Well.

Skills evaluated in this interview

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

I applied via Company Website and was interviewed before Apr 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(4 Questions)

  • Q1. What is Regression Testing ?
  • Ans. 

    Regression testing is the process of retesting modified software to ensure that the existing functionalities are not affected.

    • It is performed after making changes to the software to identify any new defects or regression bugs.

    • It helps in ensuring that the previously working features are still functioning correctly.

    • Regression test cases are typically derived from the existing test cases.

    • It can be performed manually or u...

  • Answered by AI
  • Q2. What is Retesting ?
  • Ans. 

    Retesting is the process of executing tests that have previously failed to verify if the reported defects have been fixed.

    • Retesting is done to ensure that the defects found in the previous test cycle have been resolved.

    • It involves rerunning the failed test cases or executing the specific steps that caused the failure.

    • Retesting is typically performed after the defects have been fixed and before regression testing.

    • The fo...

  • Answered by AI
  • Q3. What is SDLC ?
  • Ans. 

    SDLC stands for Software Development Life Cycle, which is a process used to design, develop, and test software.

    • SDLC is a framework that outlines the steps involved in software development.

    • It includes planning, designing, coding, testing, and maintenance.

    • Each phase of SDLC has its own set of deliverables and objectives.

    • SDLC models include Waterfall, Agile, and DevOps.

    • The choice of SDLC model depends on the project requi

  • Answered by AI
  • Q4. What is STLC ?
  • Ans. 

    STLC stands for Software Testing Life Cycle, which is a process followed to ensure software quality.

    • STLC involves planning, designing, executing, and reporting of tests.

    • It includes various phases such as requirement analysis, test planning, test design, test execution, and test closure.

    • The main objective of STLC is to ensure that the software meets the specified requirements and is of high quality.

    • STLC helps in identif...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Test Yantra Software Solutions Senior Test Engineer interview:
  • Manual testing
  • Automation
  • Java
Interview preparation tips for other job seekers - Please work on the basic concepts first .

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. What is e-commerce testing
  • Ans. 

    E-commerce testing is the process of testing online shopping websites or applications to ensure they function properly.

    • Testing the functionality of the shopping cart

    • Testing the payment gateway integration

    • Testing the security of the website

    • Testing the performance of the website during high traffic

    • Testing the compatibility of the website with different browsers and devices

  • Answered by AI
  • Q2. What is regression and retesting
  • Ans. 

    Regression is testing the existing functionality after making changes to the software. Retesting is testing the same functionality again after fixing the defects found in the previous testing.

    • Regression testing ensures that changes made to the software do not affect the existing functionality.

    • Retesting ensures that the defects found in the previous testing have been fixed.

    • Regression testing is done after every change i...

  • Answered by AI
  • Q3. What is black box testing
  • Ans. 

    Black box testing is a software testing technique where the internal workings of the system are not known to the tester.

    • Tests the functionality of the system without knowledge of its internal structure

    • Focuses on inputs and outputs of the system

    • Tests are based on requirements and specifications

    • Commonly used for system and acceptance testing

    • Examples include boundary value analysis and equivalence partitioning

  • Answered by AI
  • Q4. What is SIT and UAT testing
  • Ans. 

    SIT is System Integration Testing and UAT is User Acceptance Testing.

    • SIT is performed to verify the integration of different modules or systems.

    • UAT is performed by end-users to ensure the system meets their requirements.

    • SIT is usually done by developers or testers, while UAT is done by end-users.

    • SIT is done before UAT.

    • SIT focuses on technical aspects, while UAT focuses on business requirements.

  • Answered by AI
  • Q5. Asked all the basic scenario for the e-commerce page

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all the software testing concept and e-commerce domain

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Recruitment Consulltant and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java developer and api
Round 2 - HR 

(1 Question)

  • Q1. Experience skills matches
Round 3 - One-on-one 

(1 Question)

  • Q1. Project manager and api

Tell us how to improve this page.

Join Softenger Your Technology Solution Partner since 1999
Softenger Senior Test Engineer Salary
based on 4 salaries
₹5 L/yr - ₹6.3 L/yr
48% less than the average Senior Test Engineer Salary in India
View more details
Application Support Engineer
85 salaries
unlock blur

₹2 L/yr - ₹6.5 L/yr

Oracle Database Administrator
82 salaries
unlock blur

₹1.8 L/yr - ₹8.5 L/yr

System Administrator
72 salaries
unlock blur

₹1.8 L/yr - ₹9.1 L/yr

Linux System Administrator
48 salaries
unlock blur

₹2.1 L/yr - ₹7.5 L/yr

Executive
43 salaries
unlock blur

₹2 L/yr - ₹8.2 L/yr

Explore more salaries
Compare Softenger with

Wipro

3.7
Compare

TCS

3.7
Compare

Infosys

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview