Filter interviews by
I applied via LinkedIn and was interviewed in Oct 2020. There were 3 interview rounds.
Alfa testing is done by the developers before releasing the software to the testers. Beta testing is done by the end-users after the software is released.
Alfa testing is done in a controlled environment, whereas beta testing is done in a real-world environment.
Alfa testing is done by the developers, whereas beta testing is done by the end-users.
Alfa testing is done before the software is released, whereas beta testing ...
System testing verifies the entire system as a whole, while integration testing verifies the interaction between different components.
System testing checks the system's compliance with requirements and specifications
Integration testing checks the interaction between different modules or components
System testing is done after integration testing
System testing is a black box testing technique
Integration testing is a whit...
To get the selected drop down list value, use the getSelectedValue() method.
Use the getSelectedValue() method to get the selected value from the drop down list.
Identify the drop down list element using its ID or name.
Call the getSelectedValue() method on the identified element.
Store the returned value in a variable for further use.
Lists are used in Selenium to store and manipulate web elements.
To store a group of web elements
To iterate through a list of web elements
To select multiple options from a dropdown
To verify the order of elements on a page
Answer on how to write xpath based on preceding xpath.
Use the 'preceding' axis in the xpath expression.
The 'preceding' axis selects all nodes that come before the current node in the document.
Combine the 'preceding' axis with other axes or predicates to create a more specific xpath expression.
Example: //div[@class='container']//preceding::input[@type='text']
To switch one window to another, use the window handles and switch to the desired window.
Get the current window handle using driver.getWindowHandle()
Get all window handles using driver.getWindowHandles()
Switch to the desired window using driver.switchTo().window(handle)
Example: String currentHandle = driver.getWindowHandle(); Set<String> handles = driver.getWindowHandles(); for (String handle : handles) { if (!ha...
Top trending discussions
I applied via Campus Placement and was interviewed in Jan 2021. There were 3 interview rounds.
Swap two numbers with and without temporary variable
Without temporary variable: Use addition and subtraction
With temporary variable: Use a third variable to store the value of one of the numbers
Example without temporary variable: a=5, b=7; a=a+b; b=a-b; a=a-b;
Example with temporary variable: a=5, b=7; temp=a; a=b; b=temp;
I applied via Naukri.com and was interviewed in Oct 2020. There was 1 interview round.
Second level cache is a caching mechanism used to improve performance by storing frequently accessed data in memory.
Second level cache is implemented at the application level and can be configured using frameworks like Hibernate.
To optimize SQL queries, one can use indexes, avoid using SELECT *, and use JOINs instead of subqueries.
SOLID principles are a set of design principles for writing maintainable and scalable cod...
To deploy an application in AWS, you need to create an EC2 instance, configure security groups, install necessary software, and upload your application code.
Create an EC2 instance in the desired region and select the appropriate instance type
Configure security groups to allow traffic to and from the instance
Install necessary software and dependencies on the instance
Upload your application code to the instance
Start the ...
I applied via Recruitment Consultant and was interviewed in Nov 2020. There were 3 interview rounds.
I applied via Company Website and was interviewed before Aug 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed in Dec 2020. There were 4 interview rounds.
I applied via Recruitment Consulltant and was interviewed before Jun 2021. There was 1 interview round.
BigInteger is used for mathematical operations involving very large integers in Java.
BigInteger is used when the range of values supported by primitive data types like int and long is not sufficient.
It is commonly used in cryptography and security applications.
It provides methods for arithmetic, bitwise, and logical operations on large integers.
Example: calculating factorial of a large number, generating large prime nu
Merge Sort Algo code in java
Divide the array into two halves
Recursively sort the two halves
Merge the sorted halves
Time complexity: O(n log n)
I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.
Some of the top questions asked at the MaaxtreeM Software Tester interview for experienced candidates -
based on 2 reviews
Rating in categories
SQL Developer
24
salaries
| ₹2.3 L/yr - ₹5 L/yr |
Softwaretest Engineer
20
salaries
| ₹1.2 L/yr - ₹7.4 L/yr |
Software Tester
13
salaries
| ₹3 L/yr - ₹6 L/yr |
Software Developer
9
salaries
| ₹1.7 L/yr - ₹7.6 L/yr |
DOT NET Developer
8
salaries
| ₹3.1 L/yr - ₹7.6 L/yr |
TCS
Accenture
Wipro
Cognizant