Filter interviews by
I applied via Walk-in and was interviewed in Dec 2023. There were 4 interview rounds.
They will give one code and we must find the output and write the answer that's it
They will conduct a 1 Hour Python class and around 11.30 they will start the coding round which has 6 questions and we need to solve atleast 4-6 to get into next round. The coding questions are basic questions not high level questions
Manual testing is important for exploratory testing, usability testing, and ad-hoc testing.
Manual testing allows for exploratory testing where testers can explore the application and identify unexpected issues.
Usability testing, which involves real users interacting with the software, is best done manually to capture user experience.
Ad-hoc testing, where testers randomly test the application without predefined test cas...
Testing a web application for an online shopping platform
Testing the functionality of adding items to the cart and checking out
Testing the payment gateway integration for secure transactions
Testing the search functionality to ensure accurate results are displayed
Testing the responsiveness of the website on different devices and browsers
posted on 18 Apr 2024
I applied via Recruitment Consulltant and was interviewed in Mar 2024. There was 1 interview round.
ArrayList is a resizable array implementation while LinkedList is a doubly linked list implementation.
ArrayList uses dynamic arrays to store elements, allowing fast random access but slower insertion and deletion.
LinkedList uses nodes with pointers to the next and previous elements, allowing fast insertion and deletion but slower random access.
Example: ArrayList - List
The static keyword in programming is used to declare variables, methods, or classes that belong to the class itself rather than instances of the class.
Static variables are shared among all instances of a class.
Static methods can be called without creating an instance of the class.
Static classes cannot be instantiated and are used for grouping related methods and variables.
Example: public static int count = 0; // static
posted on 25 May 2024
Reverse a string in Java using StringBuilder or iterative approach.
Use StringBuilder's reverse() method to reverse the string.
Iterate through the string from end to start and build a new reversed string.
They have asked bunch of question from java, which i have told o am not aware about
Binary trees are hierarchical data structures composed of nodes, where each node has at most two children.
Consists of nodes with at most two children - left and right
Each node can have zero, one, or two children
Used in data structures like binary search trees and binary heaps
Exception handling in Python is a way to handle errors that occur during the execution of a program.
Use try-except blocks to catch and handle exceptions
Different types of exceptions can be handled separately
Use finally block to execute code regardless of whether an exception occurred or not
SQL query to retrieve employee names and their salaries from a table
Use SELECT statement to retrieve data
Specify the columns you want to retrieve (employee names and salaries)
Specify the table name from which you want to retrieve data
Java program to check if a number is prime or not
Create a function to check if a number is prime or not
Iterate from 2 to n/2 and check if n is divisible by any number
If n is divisible by any number, it is not prime
If n is not divisible by any number, it is prime
A dynamic web table element program involves identifying and interacting with elements in a table that change dynamically.
Identify the table element using unique identifiers like class or id
Use Selenium WebDriver to locate and interact with the table element
Handle dynamic changes in the table by using dynamic XPath or CSS selectors
Iterate through rows and columns to extract data or perform actions
I applied via Referral and was interviewed in Apr 2024. There was 1 interview round.
Program to reverse a string using array of characters
Create an array of characters from the input string
Iterate through the array in reverse order and append each character to a new string
Return the reversed string
posted on 14 May 2024
Logically and mathematical
Question related to QA
Top is Love marriage arrange marriage
An array is a data structure that stores a collection of elements of the same type in a contiguous memory location.
Array methods include push() - adds an element to the end of the array
Array methods also include pop() - removes the last element from the array
Other array methods are shift() - removes the first element, and unshift() - adds an element to the beginning
Array methods like splice() - adds or removes elements...
An object in JavaScript is a collection of key-value pairs that represent a real-world entity or concept.
Objects are used to store data and functions together.
Properties in an object are accessed using dot notation or bracket notation.
Objects can be created using object literals or constructor functions.
based on 8 reviews
Rating in categories
Software Engineer
410
salaries
| ₹2 L/yr - ₹6.7 L/yr |
Software Developer
303
salaries
| ₹2 L/yr - ₹7.2 L/yr |
Test Engineer
82
salaries
| ₹2 L/yr - ₹4.1 L/yr |
Softwaretest Engineer
65
salaries
| ₹2.2 L/yr - ₹8 L/yr |
Product Manager
47
salaries
| ₹9.2 L/yr - ₹25.5 L/yr |
TCS
Infosys
Wipro
HCLTech