Filter interviews by
I applied via Campus Placement and was interviewed before Sep 2019. There were 3 interview rounds.
A landline phone can be tested by checking its connectivity, sound quality, and features.
Check if the phone is properly connected to the phone line
Make a test call to check the sound quality
Test the features such as call waiting, caller ID, and voicemail
Check if the phone can make and receive calls
Test the volume and tone settings
Software testing is necessary to ensure that the software meets the requirements and functions as expected.
Identify defects and errors in the software
Ensure software meets functional and non-functional requirements
Improve software quality and reliability
Reduce the risk of software failure and potential harm to users
Save time and money by detecting and fixing issues early
Increase user satisfaction and trust in the softw...
posted on 24 Aug 2015
posted on 28 Nov 2024
Constructors are special methods in a class used to initialize objects. There are default, parameterized, copy, and static constructors.
Constructors have the same name as the class and do not have a return type.
Default constructors are automatically created by the compiler if no constructor is defined.
Parameterized constructors accept parameters to initialize object properties.
Copy constructors create a new object as a...
findElements method in Selenium returns a list of WebElements or an empty list if no elements are found.
findElements method returns a list of WebElements
If no elements are found, it returns an empty list
Return type is List
Webdriver is a tool used for automating web application testing.
Webdriver is a popular automation tool used for testing web applications.
It allows testers to automate interactions with a web browser.
Webdriver supports multiple programming languages such as Java, Python, and C#.
It can simulate user interactions like clicking buttons, entering text, and navigating through pages.
Webdriver is commonly used in QA automation...
Logic to find duplicate numbers and their count in a given list.
Iterate through the list and store each number in a hashmap with its count
If a number is already in the hashmap, increment its count
After iterating, check the hashmap for numbers with count greater than 1 to find duplicates
Factorial using recursion is a mathematical function that calculates the product of all positive integers up to a given number.
Define a function that takes an integer parameter n
Base case: if n is 0, return 1
Recursive case: return n multiplied by the factorial of n-1
Example: factorial(5) = 5 * factorial(4) = 5 * 4 * factorial(3) = 5 * 4 * 3 * factorial(2) = 5 * 4 * 3 * 2 * factorial(1) = 5 * 4 * 3 * 2 * 1 = 120
posted on 3 May 2024
I applied via LinkedIn and was interviewed in Nov 2023. There was 1 interview round.
One critical problem statement automated was testing the login functionality for multiple user roles
Automated testing of login functionality for different user roles
Used Selenium WebDriver to automate login process
Created test scripts to simulate login scenarios for admin, user, and guest roles
Oops concept in Java refers to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.
Inheritance allows a class to inherit properties and behavior from another class.
Encapsulation involves bundling data and methods that operate on the data into a single unit.
Polymorphism allows objects to be treated as instances of their parent class.
Abstraction hides the implementation d...
posted on 29 Feb 2024
posted on 18 Jul 2022
I applied via LinkedIn and was interviewed in Jun 2022. There was 1 interview round.
posted on 3 Jun 2023
I applied via Naukri.com and was interviewed before Jun 2022. There were 5 interview rounds.
General aptitude and mechanical aptitude
posted on 22 Nov 2015
posted on 2 Dec 2015
posted on 24 Aug 2015
Software Engineer
471
salaries
| ₹5.1 L/yr - ₹18.1 L/yr |
Financial Analyst
298
salaries
| ₹3.1 L/yr - ₹8.5 L/yr |
Senior Software Engineer
290
salaries
| ₹8.3 L/yr - ₹27 L/yr |
Associate Software Engineer
248
salaries
| ₹4 L/yr - ₹10.2 L/yr |
Quality Assurance Analyst
221
salaries
| ₹3.5 L/yr - ₹11.6 L/yr |
SAP
Oracle
Salesforce
Microsoft Corporation