Filter interviews by
I applied via Campus Placement and was interviewed in Dec 2022. There were 5 interview rounds.
Basic question from aptitude .if solve only 50% correct selected.
Give me topic to speak for atleast 2-3 min
Array,linkedlist ,Simple login and dsa problems
Top trending discussions
posted on 2 Jan 2025
Good and easy, guesstimate and puzzles
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 Referral and was interviewed before Sep 2022. There were 4 interview rounds.
Intermediate level of apptitude mixed with arithmatic apptitude only
String and array questions for all that will be enough
I applied via Recruitment Consulltant and was interviewed in Jun 2024. There were 2 interview rounds.
Find the maximum sum of a contiguous subarray within an array of integers.
Use Kadane's algorithm to find the maximum subarray sum efficiently.
Initialize two variables - maxEndingHere and maxSoFar.
Iterate through the array and update the variables accordingly.
Example: Input [1, -2, 3, 4, -1, 2, 1, -5, 4], Output: 10 (subarray [3, 4, -1, 2, 1])
Factory pattern is a creational design pattern that provides an interface for creating objects in a superclass, but allows subclasses to alter the type of objects that will be created.
Create an interface or abstract class to define the factory method
Create concrete classes that implement the interface or extend the abstract class
Factory class should have a method that returns an object of the interface type based on in
XPath is a language for selecting nodes in an XML document, while CSS selectors are used to select HTML elements.
XPath is more powerful and flexible than CSS selectors
CSS selectors are faster and easier to write than XPath
XPath can traverse both upwards and downwards in the document tree, while CSS selectors can only traverse downwards
XPath can select elements based on their attributes, text content, and more, while CS...
Java code to print the duplicate numbers in an array without using Set or Map
I applied via Job Portal and was interviewed in Jun 2024. There was 1 interview round.
SQL, Python - basics of SQL and how to populate values in a list using functions
posted on 7 Jan 2023
Medium level coding question on leetcode and codechef are good to prepare to clear the test.
based on 1 interview
Interview experience
Accountant
8
salaries
| ₹1.9 L/yr - ₹3.6 L/yr |
Reactjs Developer
5
salaries
| ₹4.9 L/yr - ₹9.6 L/yr |
HR Executive
5
salaries
| ₹1 L/yr - ₹3 L/yr |
Telecaller
4
salaries
| ₹0.9 L/yr - ₹1.2 L/yr |
Web Developer
4
salaries
| ₹2 L/yr - ₹9 L/yr |
Infosys
TCS
Wipro
HCLTech