Upload Button Icon Add office photos

Filter interviews by

Test Yantra Software Solutions Software Testing Engineer Interview Questions and Answers

Updated 18 Feb 2023

Test Yantra Software Solutions Software Testing Engineer Interview Experiences

2 interviews found

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

I applied via Walk-in and was interviewed before Feb 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. Mostly Java and coding questions? Selenium theory?
Round 3 - Technical 

(1 Question)

  • Q1. Coding? Scenario based automation question Selenium java Coding Jenkins Jira Manual questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Do focus more on Java coding questions
Give equal importance to selenium java codes?
Web Driver methods
Web element method
Architecture of selenium
Java collection questions
All core java concepts
Oops concepts

Interview Questionnaire 

1 Question

  • Q1. It was a normal phone call with basic selenium

Interview Preparation Tips

Interview preparation tips for other job seekers - Never attend this interview.

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 Paytm
Q2. Number and Digits Problem Statement You are provided with a posit ... read more
asked in TCS
Q3. Tell me the scenarios of the water bottle or login page
asked in Paytm
Q4. Reverse the String Problem Statement You are given a string STR w ... read more
Q5. 1) explain roles and responsibility of previous projects you have ... read more

Interview questions from similar companies

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 in Aug 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What is mean by smoke testing
  • Ans. 

    Smoke testing is a preliminary testing to check if the software build is stable enough for further testing.

    • Smoke testing is a type of non-exhaustive testing

    • It is performed to ensure that the critical functionalities of the software are working fine

    • It is usually done after a new build is received

    • It helps in identifying the major issues early in the testing cycle

    • Example: Checking if the login page is working fine after a

  • Answered by AI
  • Q2. Difference between regression and retesting
  • Ans. 

    Regression testing is testing the entire system after changes while retesting is testing only the failed test cases.

    • Regression testing is done to ensure that changes made to the system do not affect the existing functionality.

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

    • Regression testing is done after every build while retesting is done after every defect fix.

    • Regression...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - firstly prepare well then face the interview

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jan 2022. There were 4 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 - Coding Test 

It was coding test by client .mostly basic Java related questions and few code snippet they asked me to do.

Round 3 - Technical 

(1 Question)

  • Q1. Selenium and Java related questions.Basic to advance level questions were asked.
Round 4 - HR 

(1 Question)

  • Q1. Salary expectations Preferred Locations Technical skills in detail
  • Ans. 

    I am open to discussing salary expectations and preferred locations. I have strong technical skills in software testing.

    • Open to discussing salary expectations

    • Flexible with preferred locations

    • Strong technical skills in software testing

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Well prepare Java basics and brush up coding skills as they ask about output as well .

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

Interview Questionnaire 

1 Question

  • Q1. 1) explain roles and responsibility of previous projects you have worked on 2) testing levels 3) sanity and smoke testing 4)severity and priority with example 5)verification and validation 6)agile project ...
  • Ans. 

    Interview questions for Software Testing Engineer

    • Roles and responsibilities include test planning, test case creation, execution, and reporting

    • Testing levels include unit, integration, system, and acceptance testing

    • Sanity testing is a quick check to ensure the basic functionality is working, smoke testing is a broader check to ensure major features are working

    • Severity is the impact of a defect on the system, priority i...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - please try to explain your answer. Do not give one word answer. Best wishes.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. 1 introduce 2. framework 3 oops 4 palindrome code
  • Q2. Framework explain in detail
  • Ans. 

    A framework is a set of guidelines, libraries, and tools used to develop and test software applications.

    • Framework provides a structure for organizing code and implementing common functionalities.

    • It helps in reducing development time and improving code quality.

    • Examples include Selenium for automated testing, Spring for Java development, and React for front-end web development.

  • Answered by AI
  • Q3. Oops concept with use of it
  • Ans. 

    Oops concepts are fundamental principles of object-oriented programming that help in organizing and designing code efficiently.

    • Encapsulation: bundling data and methods that operate on the data into a single unit (class)

    • Inheritance: allowing a class to inherit properties and behavior from another class

    • Polymorphism: ability of objects to take on multiple forms or have multiple behaviors

    • Abstraction: hiding the complex imp...

  • Answered by AI
  • Q4. Daily routine and responcibility

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Testing process
  • Q2. Other stuff abt testing
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion and collection of previous employer details
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic, aptitude questions

Round 2 - Technical 

(2 Questions)

  • Q1. Aptitude qes , software engineering quuestiooons
  • Q2. Oops ,sql,some hr questions
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

Test Yantra Software Solutions Interview FAQs

How many rounds are there in Test Yantra Software Solutions Software Testing Engineer interview?
Test Yantra Software Solutions interview process usually has 3 rounds. The most common rounds in the Test Yantra Software Solutions interview process are Technical and Resume Shortlist.
How to prepare for Test Yantra Software Solutions Software Testing 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 Test Yantra Software Solutions. The most common topics and skills that interviewers at Test Yantra Software Solutions expect are Java, Test Engineering, API Testing, Manual Testing and Selenium.
What are the top questions asked in Test Yantra Software Solutions Software Testing Engineer interview?

Some of the top questions asked at the Test Yantra Software Solutions Software Testing Engineer interview -

  1. Coding? Scenario based automation question Selenium java Coding Jenkins Jira...read more
  2. Mostly Java and coding questions? Selenium theo...read more
  3. It was a normal phone call with basic seleni...read more

Tell us how to improve this page.

Test Yantra Software Solutions Software Testing Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Test Yantra Software Solutions Software Testing Engineer Salary
based on 26 salaries
₹2 L/yr - ₹10 L/yr
24% less than the average Software Testing Engineer Salary in India
View more details

Test Yantra Software Solutions Software Testing Engineer Reviews and Ratings

based on 11 reviews

3.9/5

Rating in categories

4.0

Skill development

3.7

Work-life balance

3.5

Salary

3.7

Job security

3.6

Company culture

3.9

Promotions

3.9

Work satisfaction

Explore 11 Reviews and Ratings
Test Engineer
14.7k salaries
unlock blur

₹2 L/yr - ₹7 L/yr

Associate Software Engineer
1.1k salaries
unlock blur

₹2 L/yr - ₹8 L/yr

Softwaretest Engineer
729 salaries
unlock blur

₹2.2 L/yr - ₹9 L/yr

Software Engineer
553 salaries
unlock blur

₹1.8 L/yr - ₹9.7 L/yr

Senior Test Engineer
341 salaries
unlock blur

₹2.4 L/yr - ₹9 L/yr

Explore more salaries
Compare Test Yantra Software Solutions with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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