Filter interviews by
I applied via Walk-in and was interviewed before Mar 2023. There was 1 interview round.
Hoisting is a JavaScript mechanism where variable and function declarations are moved to the top of their containing scope during compilation.
Variable and function declarations are hoisted to the top of their scope.
Only declarations are hoisted, not initializations.
Function declarations take precedence over variable declarations.
Hoisting can lead to unexpected behavior if not understood properly.
ES6 features are new additions to JavaScript introduced in ECMAScript 2015.
Arrow functions
Let and const declarations
Template literals
Destructuring assignments
Classes
Promises
Modules
let is block scoped, const is immutable, var is function scoped
let: block scoped, can be reassigned
const: block scoped, cannot be reassigned, but properties of objects can be changed
var: function scoped, can be reassigned
Program to sort an array of strings
Use a sorting algorithm like bubble sort, selection sort, or merge sort
Iterate through the array and compare adjacent elements to sort them
Ensure the sorting algorithm is efficient and handles edge cases
Map applies a function to each element of an array and returns a new array, while forEach iterates over each element without returning a new array.
Map returns a new array with the results of applying a function to each element of the original array.
forEach simply iterates over each element of the array without returning a new array.
Example: Using map to double each element in an array - [1, 2, 3].map(num => num * 2) wo...
An arrow function is a concise way to write functions in JavaScript.
Arrow functions are written using the '=>' syntax.
They do not have their own 'this' keyword.
They are often used for short, one-line functions.
Example: const add = (a, b) => a + b;
I applied via Approached by Company and was interviewed in Nov 2024. There were 2 interview rounds.
I am familiar with protocols such as HTTP, HTTPS, TCP/IP, FTP, SMTP, and SNMP.
HTTP - Hypertext Transfer Protocol used for web communication
HTTPS - Secure version of HTTP using SSL/TLS encryption
TCP/IP - Transmission Control Protocol/Internet Protocol for network communication
FTP - File Transfer Protocol for transferring files over a network
SMTP - Simple Mail Transfer Protocol for sending emails
SNMP - Simple Network Man
MQTT publish and subscribe work by clients connecting to a broker, where publishers send messages to topics and subscribers receive messages from those topics.
Clients connect to a broker to publish or subscribe to topics
Publishers send messages to specific topics on the broker
Subscribers receive messages from topics they are subscribed to
Broker manages the routing of messages between publishers and subscribers
Having basic set of data set questions
Having basic set of maths questions
Seeking new challenges and growth opportunities
Desire for career advancement
Looking for a more challenging role
Seeking a company with better work culture
Relocation to a different city
Company downsizing or restructuring
Duration 20 mins, effective data set
For QA must have knowladge on Selenium,java,maven,git and any ci/cd must.
Test Yantra Software Solutions interview questions for popular designations
Topic - dowry for me and different topics for others
Pen paper test assignment was given for coding
Get interview-ready with Top Test Yantra Software Solutions Interview Questions
Good over all very easy to process
Easy u can crack just focus on basics
Easy to crack just focus on basics
Write a program to remove duplicate
I applied via Campus Placement
I cant share the details
I am a dedicated Software Test Engineer with 5 years of experience in manual and automated testing.
Experienced in creating test plans, test cases, and executing tests
Proficient in using testing tools such as Selenium and Jira
Strong problem-solving skills and attention to detail
Collaborative team player with excellent communication skills
A framework is a set of guidelines, libraries, and tools that help in developing and testing software applications.
Provides structure and guidelines for developing software
Includes libraries and tools to simplify development tasks
Promotes code reusability and maintainability
Examples: Selenium WebDriver for web automation testing, TestNG for test execution and reporting
I applied via Recruitment Consulltant and was interviewed in Jun 2024. There was 1 interview round.
Self-Introduction:
What is a constraint in SQL?
Can you explain the JOIN concept and how many types of JOINs we have?
What type of framework have you used and can you explain them?
Have you worked with Advanced Java?
What is polymorphism and can you explain the types?
How do you push code into GitHub?
Can you explain the OOP concepts with a real-time example?
Can you write a program to find repeated alphabets in a string?
Have you worked with JDBC connections?
What is the difference between a Primary Key and a Unique Key?
What is the difference between Priority and Severity?
Have you worked with .net technologies?
To read an external text file, you can use file handling techniques in programming languages like Python or Java.
Use file handling functions like open(), read(), and close() in Python to read an external text file.
In Java, use classes like FileReader and BufferedReader to read text files.
Specify the file path and mode (read mode) when opening the file.
Read the contents of the file line by line or as a whole, depending ...
Java program to find occurrences of characters in a string
Create a HashMap to store characters and their counts
Iterate through the string and update the counts in the HashMap
Print the characters and their counts from the HashMap
Top trending discussions
Some of the top questions asked at the Test Yantra Software Solutions interview -
The duration of Test Yantra Software Solutions interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 123 interviews
Interview experience
based on 753 reviews
Rating in categories
Test Engineer
14.7k
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate Software Engineer
1.1k
salaries
| ₹0 L/yr - ₹0 L/yr |
Softwaretest Engineer
732
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
549
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Test Engineer
328
salaries
| ₹0 L/yr - ₹0 L/yr |
Infosys
TCS
Wipro
HCLTech