Filter interviews by
I applied via Naukri.com and was interviewed in Sep 2021. There were 5 interview rounds.
Top trending discussions
I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.
Core Java coding questions
I applied via Company Website and was interviewed before Mar 2020. There were 4 interview rounds.
A data provider is a software component that supplies data to an application or system.
Data provider is used to retrieve data from various sources like databases, files, web services, etc.
It helps in separating the data access logic from the application logic.
Data provider can be used in testing to supply test data to the application.
Examples of data providers are JDBC, ADO.NET, Entity Framework, etc.
There are multiple locator types used in software testing.
There are 8 types of locators: ID, Name, Class Name, Tag Name, Link Text, Partial Link Text, CSS Selector, and XPath.
Locators are used to identify web elements on a page.
The choice of locator type depends on the specific element being located and the structure of the HTML code.
Using unique locators can improve the stability and maintainability of automated tests
I used the Selenium framework for automated testing.
Selenium is an open-source framework for web application testing
It supports multiple programming languages such as Java, Python, and C#
It provides a range of tools for testing, including Selenium WebDriver and Selenium IDE
It allows for automated testing of web applications across multiple browsers and platforms
Example: Used Selenium WebDriver with Java to test a web a
An interface in Java is a collection of abstract methods and constants that can be implemented by a class.
Interfaces define a contract that a class must follow if it implements the interface.
Interfaces can be used to achieve abstraction and polymorphism in Java.
A class can implement multiple interfaces but can only extend one class.
Interfaces can have default methods and static methods since Java 8.
Examples of interfac...
Island Perimeter and Number of Provinces. Basic Leetcode question
I applied via Naukri.com and was interviewed in Dec 2022. There were 4 interview rounds.
Assignment is very easy to understand the person
Sanity testing is a quick and shallow testing to ensure that the application is stable enough for further testing.
It is a subset of regression testing
It is performed after a new build or changes to the code
It checks for major functionalities and critical features
It is not exhaustive and does not cover all possible test cases
It helps to save time and effort by identifying major issues early on
Smoke testing is a preliminary testing technique to check if the critical functionalities of the software are working fine.
It is a quick and shallow testing technique
It is performed to ensure that the build is stable enough for further testing
It is usually performed after every build
It helps in identifying critical defects early in the testing cycle
Example: Testing the login functionality of a website after a new build
The functions of testing are to identify defects, improve quality, and ensure the software meets requirements.
Identify defects and errors in the software
Improve the quality of the software
Ensure the software meets the specified requirements
Validate and verify the software functionality
Reduce the risk of software failure
Provide feedback to developers for improvement
Ensure compliance with industry standards and regulatio
Smoke testing is a quick and shallow test to check if the basic functionalities of the software are working. Sanity testing is a more thorough test to check if the major functionalities of the software are working after a change.
Smoke testing is done to check if the software is stable enough for further testing
Sanity testing is done to check if the changes made to the software have not affected the major functionalitie...
Apitude testing is the person is fitted or not the job
I applied via Job Fair and was interviewed in Jun 2023. There were 3 interview rounds.
Ms office,Core Java , Tally , C,
In my Opinion,view , If you ask me, As far as I can see/I am Concerned , It seems to me that , I think /feel/reckon/ belive , If you want my option , What we have to decide
I applied via Naukri.com and was interviewed in Oct 2021. There were 4 interview rounds.
I applied via Job Portal and was interviewed in Jun 2021. There were 5 interview rounds.
Oops concepts are fundamental to object-oriented programming. They help in creating modular and reusable code.
Encapsulation - hiding implementation details of an object from the outside world
Inheritance - creating new classes from existing ones, inheriting their properties and methods
Polymorphism - ability of objects to take on many forms, depending on the context
Abstraction - focusing on essential features of an objec
Multiple inheritance is not allowed in Java to avoid the diamond problem.
Java supports multiple interface inheritance to achieve the same functionality.
Diamond problem occurs when a class inherits from two classes with a common method.
Java prioritizes single inheritance to maintain simplicity and avoid ambiguity.
Arrays are fixed in size while ArrayLists can dynamically grow and shrink.
Arrays are of fixed size while ArrayLists can be resized dynamically.
Arrays can hold primitive data types and objects while ArrayLists can only hold objects.
Arrays are faster for accessing elements while ArrayLists are faster for adding and removing elements.
Arrays use square brackets [] to declare while ArrayLists use angle brackets <>.
Example: ...
Java collections are classes and interfaces that provide a way to store and manipulate groups of objects.
Java collections include List, Set, Map, Queue, and their respective implementations
They provide methods for adding, removing, and accessing elements
Examples include ArrayList, HashSet, TreeMap, and PriorityQueue
Time theta is a measure of the worst-case time complexity of an algorithm.
It is used to analyze the performance of algorithms.
It represents the maximum amount of time an algorithm takes to complete.
It is denoted by the symbol Θ(n).
Bubble sorting is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.
Bubble sort is a comparison-based algorithm
It works by comparing each pair of adjacent elements and swapping them if they are in the wrong order
The algorithm repeats this process until no more swaps are needed
It has a worst-case and average-case complexity of O(n^...
Code to generate a random number between 15-25
Use Math.random() to generate a random number between 0-1
Multiply the result with the range (25-15) and add the minimum value (15)
Use Math.floor() to round down the result to an integer
based on 1 review
Rating in categories
Business Development Manager
5
salaries
| ₹4 L/yr - ₹7 L/yr |
System Administrator
4
salaries
| ₹2.4 L/yr - ₹3 L/yr |
Resource Manager
4
salaries
| ₹2 L/yr - ₹3 L/yr |
HR Manager
3
salaries
| ₹2.5 L/yr - ₹4.8 L/yr |
Junior Software Developer
3
salaries
| ₹1.9 L/yr - ₹3.6 L/yr |
TCS
Infosys
Wipro
HCLTech