Filter interviews by
I applied via campus placement at Sastra University and was interviewed in Aug 2023. There were 2 interview rounds.
The round 1 went very good with cool aptitude questions and one coding question
Polymorphism is the ability of an object to take on many forms. It allows objects of different classes to be treated as the same type.
Polymorphism is a fundamental concept in object-oriented programming.
It allows a single interface to be used for different types of objects.
Polymorphism is achieved through method overriding and method overloading.
Example: A shape class with different subclasses like circle, square, and ...
Top trending discussions
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
Retesting is testing the same functionality again to ensure the defect is fixed, while regression testing is testing the whole application to ensure new changes do not affect existing functionality.
Retesting focuses on verifying that a specific defect has been fixed.
Regression testing focuses on ensuring that new changes do not impact existing functionality.
Retesting is usually performed by the tester who found the def...
System testing focuses on testing the entire system as a whole, while system integration testing focuses on testing the interactions between integrated components.
System testing ensures that the entire system meets the specified requirements and functions correctly.
System integration testing focuses on testing the interfaces and interactions between integrated components to ensure they work together seamlessly.
System t...
QA deliverables are the tangible work products produced by the QA team during the software testing process.
Test plans
Test cases
Test scripts
Defect reports
Test summary reports
Pre requisites of API testing include understanding of API documentation, knowledge of HTTP methods, familiarity with testing tools.
Understanding of API documentation
Knowledge of HTTP methods (GET, POST, PUT, DELETE)
Familiarity with testing tools like Postman or SoapUI
Ability to write test cases for API endpoints
Understanding of status codes and response formats
I applied via campus placement at International Institute of Information Technology (IIIT), Allahabad and was interviewed in Oct 2024. There was 1 interview round.
There were 3 dsa questions related to graph and trees
posted on 5 Jun 2024
Aptitude questions were industry standard
No actual codes were given
We just had to find the outcomes to the codes we had to answer.
Oops concept in Python refers to Object-Oriented Programming principles like inheritance, encapsulation, polymorphism, and abstraction.
Python supports object-oriented programming (OOP) concepts like classes, objects, inheritance, encapsulation, and polymorphism.
Inheritance allows a class to inherit attributes and methods from another class.
Encapsulation restricts access to certain components of an object, preventing di...
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
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 campus placement at Vellore Institute of Technology (VIT) and was interviewed in Sep 2023. There were 2 interview rounds.
You will have 2 hours of assessement
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.
I applied via Naukri.com and was interviewed before Mar 2023. There was 1 interview round.
based on 1 interview
Interview experience
Software Development Engineer II
92
salaries
| ₹10 L/yr - ₹15 L/yr |
Devops Engineer
45
salaries
| ₹6.4 L/yr - ₹18 L/yr |
Development Engineer 3
39
salaries
| ₹13.5 L/yr - ₹23 L/yr |
Software Developer
36
salaries
| ₹6 L/yr - ₹24.5 L/yr |
Development Engineer
33
salaries
| ₹7 L/yr - ₹23.2 L/yr |
Cisco
Microsoft Corporation
Intel
IBM