i
Oracle
Filter interviews by
TestNG is a testing framework for Java that supports various testing levels and annotations.
TestNG allows for easy configuration of test suites, test cases, and test methods.
It supports parallel execution of tests, data-driven testing, and parameterization.
TestNG provides detailed test reports and allows for grouping of test methods.
Real-time usage includes automating test cases for web applications, API testing, and i
Top trending discussions
posted on 7 Nov 2024
I applied via Naukri.com and was interviewed before Nov 2023. There were 2 interview rounds.
Count occurrences of each character in a string
Create a map to store character counts
Iterate through the string and update counts in the map
Return the map with character counts
Framework is a structured set of guidelines, tools, and practices used to develop and maintain software applications.
Framework provides a foundation for developing software applications by defining the structure, behavior, and interactions of components.
It helps in organizing code, improving code reusability, and enhancing maintainability.
Frameworks can be categorized into different types such as test automation framew...
posted on 14 Oct 2024
Oops concepts refer to Object-Oriented Programming principles such as Inheritance, Encapsulation, Polymorphism, and Abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the complex implementation det
Abstract class can have both abstract and non-abstract methods, while Interface can only have abstract methods.
Abstract class can have constructors, fields, and methods, while Interface cannot have any implementation.
A class can implement multiple interfaces but can only inherit from one abstract class.
Abstract classes are used to provide a common base for multiple classes, while Interfaces are used to define a contrac...
posted on 25 Sep 2024
XPath for locating elements on MakeMyTrip application
Use unique attributes like id, class, name, etc. to create XPath
Avoid using indexes in XPath as they can be unreliable
Use contains() and starts-with() functions for dynamic attributes
Consider using parent-child relationships for complex structures
posted on 1 Sep 2024
6 questions asked in an interview
The slider window problem involves finding the maximum sum of a subarray of a fixed size k within an array of integers.
Use a sliding window approach to efficiently find the maximum sum subarray.
Keep track of the current sum within the window and update it as you slide the window.
Maintain a variable to store the maximum sum found so far.
Example: Given array [1, 3, -1, -3, 5, 3, 6, 7] and window size k=3, the maximum sum
The stock buy sell problem involves finding the maximum profit that can be made by buying and selling a stock at the right times.
Calculate the difference between each pair of consecutive prices in the array
Find the maximum subarray sum of the differences using Kadane's algorithm
The maximum subarray sum is the maximum profit that can be made
I applied via campus placement at Indian Institute of Technology (IIT), Guwahati and was interviewed in Dec 2023. There were 3 interview rounds.
2 dsa questions 1 hour time limit. easy-medium level
Leetcode hard questions asked in the interview
Object oriented programming and databases
posted on 17 Jul 2024
I applied via Company Website and was interviewed before Jul 2023. There were 4 interview rounds.
Space and time complexities were asked for program
based on 2 interviews
Interview experience
based on 2 reviews
Rating in categories
Senior Software Engineer
2.4k
salaries
| ₹10.2 L/yr - ₹40 L/yr |
Senior Consultant
2.1k
salaries
| ₹9 L/yr - ₹24.9 L/yr |
Principal Consultant
2k
salaries
| ₹10.9 L/yr - ₹36 L/yr |
Senior Member of Technical Staff
1.8k
salaries
| ₹12 L/yr - ₹45 L/yr |
Senior Application Engineer
1.4k
salaries
| ₹9.5 L/yr - ₹34 L/yr |
SAP
MongoDB
Salesforce
IBM