Filter interviews by
Be the first one to contribute and help others!
Algorithm and data structures
A linked list is a linear data structure where each element is a separate object with a reference to the next element.
Each element in a linked list is called a node
Nodes are connected using pointers or references
Linked lists can be singly linked (each node points to the next) or doubly linked (each node points to the next and previous)
I applied via Campus Placement and was interviewed before Oct 2022. There were 3 interview rounds.
Online test assement
I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.
Different waits in Selenium include implicit wait, explicit wait, and fluent wait.
Implicit wait: Waits for a certain amount of time before throwing a NoSuchElementException.
Explicit wait: Waits for a certain condition to occur before proceeding further in the code.
Fluent wait: Waits for a condition to be true with a specified frequency of checking.
Example: driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS)
SQL joins are used to combine rows from two or more tables based on a related column between them.
SQL joins are used to retrieve data from multiple tables based on a related column.
Types of SQL joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.
INNER JOIN returns rows when there is at least one match in both tables.
LEFT JOIN returns all rows from the left table and the matched rows from the right table.
RIGH...
I applied via Company Website and was interviewed before Oct 2023. There were 2 interview rounds.
It was easy interview
I applied via Newspaper Ad
Coding questions with some MCQ level medium
I applied via Campus Placement and was interviewed in Feb 2023. There were 3 interview rounds.
Their were mcq after which 2 coding questioms
I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.
1hr,all basic topics
2hrs,arrays,strings,dp,linkedlist
I applied via Company Website and was interviewed in Jan 2024. There were 3 interview rounds.
All questions were based on class 10th mathematics.
Array and string related problem
JUnit is a popular open-source testing framework for Java applications.
JUnit is used for writing and running repeatable automated tests in Java.
It provides annotations like @Test to define test methods.
JUnit assertions are used to verify expected results in tests.
JUnit can be integrated with build tools like Maven or Gradle for continuous integration.
JUnit 5 introduced new features like parameterized tests and nested t
I applied via Approached by Company and was interviewed before May 2023. There were 2 interview rounds.
Java, coding , programming etc.
TCS
Accenture
Wipro
Cognizant