i
UST
Filter interviews by
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
posted on 2 Jan 2025
Good and easy, guesstimate and puzzles
I applied via campus placement at Manav Rachana International University, Faridabad and was interviewed in Apr 2023. There were 3 interview rounds.
It was actually a mix of aptitude and technical. 1st round included aptitude, English, essay writing and coding questions.
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...
posted on 2 Aug 2024
posted on 7 Jan 2023
Medium level coding question on leetcode and codechef are good to prepare to clear the test.
posted on 4 Jul 2024
I applied via Walk-in and was interviewed before Jul 2023. There were 3 interview rounds.
No of chars occurrences in a string
A framework is a set of guidelines, libraries, and tools that help in developing and executing automated tests efficiently.
Framework provides a structure for organizing test scripts, data, and reports.
It promotes reusability, maintainability, and scalability of test automation code.
Types of frameworks include data-driven, keyword-driven, hybrid, and behavior-driven development (BDD).
Examples of popular test automation ...
In Selenium, waits are used to pause the execution of the test script for a certain amount of time or until a certain condition is met.
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.
Fluent Wait: Waits for a condition with a specified frequency and timeout.
Thread.sleep(): Pauses the execution for a
based on 1 interview
Interview experience
based on 2 reviews
Rating in categories
Software Developer
2.1k
salaries
| ₹2.5 L/yr - ₹12.7 L/yr |
Senior Software Engineer
1.7k
salaries
| ₹6.6 L/yr - ₹27 L/yr |
Software Engineer
1.3k
salaries
| ₹3.7 L/yr - ₹15.2 L/yr |
System Analyst
1.1k
salaries
| ₹6.3 L/yr - ₹21 L/yr |
Validation Engineer
939
salaries
| ₹2 L/yr - ₹7 L/yr |
TCS
Infosys
Wipro
HCLTech