Upload Button Icon Add office photos

Filter interviews by

Test Yantra Software Solutions Interview Questions, Process, and Tips

Updated 7 Mar 2025

Top Test Yantra Software Solutions Interview Questions and Answers

View all 71 questions

Test Yantra Software Solutions Interview Experiences

Popular Designations

123 interviews found

Interview experience
1
Bad
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 Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Overall experience and knowledge about the company
  • Q2. Every this is shitt with this company, try others

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't consider them till they give you an offer letter, they confirm you over email .then keep delaying with the offer letter and then asks to join from a particular date..you are all set , even they insist you to book your flight tickets...suddenly they inform you your profile is rejected

Business Development and Operations Manager Interview Questions asked at other Companies

Q1. How does Travel Trade works?
View answer (2)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Three questions for p&l

Round 2 - Coding Test 

Palindrome program in jaba

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy process

Manual Test Engineer Interview Questions asked at other Companies

Q1. Why choose testing field What is manual testing What is traditional testing What is the difference between functional and non functional testing What is severity and priority in a testing What is smoke or sanity testing What is test case Ho... read more
View answer (2)
Test Yantra Software Solutions Interview Questions and Answers for Freshers
illustration image

Trainer Interview Questions & Answers

user image Anonymous

posted on 1 Apr 2024

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

Class object python abstraction code

Round 2 - Group Discussion 

Introduction work experience school college

Trainer Interview Questions asked at other Companies

Q1. Many times you know that customer will be angry or rude if you give the correct solution then how to manage for customer satisfaction?
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is smoke testing
  • Ans. 

    Smoke testing is a preliminary testing technique used to quickly evaluate the basic functionality of a software application.

    • Smoke testing is performed to ensure that the critical functionalities of the software are working as expected.

    • It is usually conducted after a new build or release to identify major issues early in the testing process.

    • The focus of smoke testing is on the core features and not on detailed testing.

    • I...

  • Answered by AI

Skills evaluated in this interview

Quality Engineer Interview Questions asked at other Companies

Q1. What is MSA and addition of msa version, type of msa ,what different between variable data and attibute data .why difine flase and miss rate calculate by msa .
View answer (8)

Test Yantra Software Solutions interview questions for popular designations

 Associate Software Engineer

 (17)

 Softwaretest Engineer

 (9)

 Software Developer

 (9)

 Software Engineer

 (8)

 Test Engineer

 (7)

 QA Engineer

 (7)

 Senior Software Engineer

 (5)

 Senior Test Engineer

 (3)

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 Resume tips
Round 2 - Coding Test 

Basic logic test docker and AWS services like ECS, serverless, s3 and SQS

Round 3 - Technical 

(1 Question)

  • Q1. Docker based question
Round 4 - One-on-one 

(1 Question)

  • Q1. Ask more details before answer

Full Stack Software Developer Interview Questions asked at other Companies

Q1. Oops in Java Patterns in Java JDK,JRE,JVM MVC Array questions strings in Java This,super keywords Java problems like palindrome, prime number,and so many problems and logics Why java is platform independent Why java is not platform dependen... read more
View answer (1)

Get interview-ready with Top Test Yantra Software Solutions Interview Questions

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Job Portal and was interviewed in May 2023. There were 4 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 Resume tips
Round 2 - Coding Test 

Nice but they are outdated and codes are easy itself you crack it easily.

Round 3 - Technical 

(1 Question)

  • Q1. Basics of java and sql
Round 4 - HR 

(1 Question)

  • Q1. About yourself Where do you belong or which city About your city

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jan 2023. There were 4 interview rounds.

Round 1 - Assignment 

More like one on one

Round 2 - Technical 

(1 Question)

  • Q1. Coding related to real time scenarios
Round 3 - Case Study 

Presentation on particular given topic

Round 4 - HR 

(1 Question)

  • Q1. More about my personal life,my routine

Interview Preparation Tips

Topics to prepare for Test Yantra Software Solutions Associate Software Engineer interview:
  • Javascript
  • Java
  • HTML
  • CSS
Interview preparation tips for other job seekers - Be confident

Top Test Yantra Software Solutions Associate Software Engineer Interview Questions and Answers

Q1. String s="Expense is 1000 rs"..Extract 1000 from the above string and add 100 to it, print it like Expense is 1100
View answer (3)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 Resume tips
Round 2 - Coding Test 

Few basic coding questions like patterns
Abstraction overloading etc

Round 3 - Technical 

(2 Questions)

  • Q1. Included everything on java manual and selenium
  • Q2. What are wrappper class Typecasting Programs Manual Selenium
  • Ans. 

    Wrapper classes are classes that allow primitive data types to be used as objects.

    • Wrapper classes provide a way to use primitive data types as objects in Java.

    • They are used for typecasting and to perform various operations on primitive data types.

    • Examples of wrapper classes include Integer, Float, Boolean, etc.

    • Wrapper classes are commonly used in automation testing with tools like Selenium.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was quite hard and prepare well on subjects

Automation Engineer Interview Questions asked at other Companies

Q1. 16) What is modbus ? Types of modbus? How many slaves we can connect to one master
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - Group Discussion 

Testing ignore please use for. Testimngpurpose GGG ek number send karo please to the way reach out to eat by

Round 3 - Technical 

(2 Questions)

  • Q1. GF of some completed the incredibles I have any reference to your account dilet tyach Indian
  • Q2. Test kindly. HV u done I will be y

Interview Preparation Tips

Interview preparation tips for other job seekers - Testing purpose PLL to the way of luck and the way of luck

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Feb 2023. There were 4 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 Resume tips
Round 2 - Coding Test 

A series of questions were given based on core java to test the coding skills on arrays, loops, collection framework etc. The job was on testing so, concepts on test ng, selenium and jenkins were questioned.

Round 3 - HR 

(1 Question)

  • Q1. HR. Round is always on salary discussions
Round 4 - On contract to other companies 

(3 Questions)

  • Q1. Basics on java, python, selenium, jenkins, postman
  • Q2. Detailed conceptual question on dictionaries, tuples, functions, csv file handling, text fule handling, api testing, collection frame work.
  • Q3. Selenium, jenkins

Interview Preparation Tips

Interview preparation tips for other job seekers - A good place to work and also to expand your technical skills because there are a lot of companies tied up with test Yantra. The managers are very attentive and listen to you and attend to your concerns.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)
Contribute & help others!
anonymous
You can choose to be anonymous

Test Yantra Software Solutions Interview FAQs

How many rounds are there in Test Yantra Software Solutions interview?
Test Yantra Software Solutions interview process usually has 2-3 rounds. The most common rounds in the Test Yantra Software Solutions interview process are Technical, HR and Coding Test.
How to prepare for Test Yantra Software Solutions 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 Automation Testing, Java, Selenium, API Testing and Javascript.
What are the top questions asked in Test Yantra Software Solutions interview?

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

  1. How do you filter all the files in a directory that end with amazon.txt in a Un...read more
  2. Given two strings, find out the sub-strings that are common between both the st...read more
  3. How MQTT publish and subscribe works draw the flow of...read more
How long is the Test Yantra Software Solutions interview process?

The duration of Test Yantra Software Solutions interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

INTERVIEWS

Tech Mahindra

No Interviews

SALARIES

AFIA Insurance Brokerage Services

LIST OF COMPANIES

AFIA Insurance Brokerage Services

Overview

INTERVIEWS

3i Infotech

No Interviews

INTERVIEWS

Macquarie Group

No Interviews

LIST OF COMPANIES

Veda Corporate Advisors

Locations

INTERVIEWS

Bajaj Auto

No Interviews

INTERVIEWS

Capgemini

No Interviews

SALARIES

Merrill Technology Services

Tell us how to improve this page.

Test Yantra Software Solutions Interview Process

based on 123 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
ITC Infotech Interview Questions
3.8
 • 334 Interviews
View all

Test Yantra Software Solutions Reviews and Ratings

based on 753 reviews

3.2/5

Rating in categories

3.3

Skill development

3.1

Work-life balance

2.9

Salary

2.8

Job security

3.0

Company culture

2.8

Promotions

3.0

Work satisfaction

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

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
1.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
732 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
549 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Test Engineer
328 salaries
unlock blur

₹0 L/yr - ₹0 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