Filter interviews by
I applied via Naukri.com and was interviewed in Jun 2022. There were 2 interview rounds.
List is an ordered collection of elements while Set is an unordered collection of unique elements.
List allows duplicate elements while Set does not.
List maintains the order of elements while Set does not.
List is implemented using an array while Set is implemented using a hash table.
Example: List - [1, 2, 3, 3, 4], Set - {1, 2, 3, 4}
To get data from a file in Selenium, we can use Java IO classes and read the file content.
Create a File object with the file path
Create a FileReader object with the File object
Create a BufferedReader object with the FileReader object
Use the BufferedReader object to read the file content line by line
Close the BufferedReader object
Alpha testing and beta testing are two types of software testing performed before releasing the software to the public.
Alpha testing is performed by the developers in-house, before releasing the software to external testers.
Beta testing is performed by external testers, after the software has been released to a limited audience.
Alpha testing is focused on identifying bugs and issues in the software, while beta testing ...
A test case can be excluded from execution by using tags or annotations.
Add a tag or annotation to the test case with a specific value
Configure the test runner to exclude test cases with that tag or annotation
Use conditional statements in the test code to skip the test case based on certain conditions
Test case can be executed multiple times using automation tools or by manually running the test case.
Use automation tools like Selenium or Appium to execute test cases multiple times.
Create a loop in the automation script to execute the test case multiple times.
Manually execute the test case multiple times by following the steps in the test case document.
Use data-driven testing to execute the same test case with differ...
I applied via Approached by Company and was interviewed in Feb 2022. There were 3 interview rounds.
I applied via Approached by Company and was interviewed before Jun 2022. There were 3 interview rounds.
Top trending discussions
I applied via Monster and was interviewed before Oct 2020. There were 3 interview rounds.
posted on 29 Nov 2024
I was interviewed in May 2024.
Java program to create and manipulate an array of strings
Declare and initialize an array of strings: String[] arrayName = new String[] {"string1", "string2", "string3"};
Access elements in the array using index: String element = arrayName[index];
Modify elements in the array: arrayName[index] = "newString";
Iterate through the array using a loop: for(String element : arrayName) { // do something with element }
Java program to manipulate an array of strings
Use a for loop to iterate through the array of strings
Use string methods like substring, indexOf, or replace to manipulate the strings
Use StringBuilder for efficient string manipulation
Core Java is the fundamental part of Java programming language.
Core Java includes basic concepts like data types, control structures, and object-oriented programming.
It is used to develop standalone applications, web applications, and mobile applications.
Examples of Core Java libraries include java.lang, java.util, and java.io.
Core Java is a prerequisite for learning advanced Java concepts like Spring and Hibernate.
I applied via Campus Placement and was interviewed before Apr 2023. There were 4 interview rounds.
Basic Aptitude questions. Candidate with average knowledge can crack it.
Two programming questions were asked. Difficulty level was medium.
posted on 7 Mar 2024
I was interviewed in Oct 2024.
Interviewer gave a java program and asked output.
I applied via LinkedIn and was interviewed in Sep 2023. There were 4 interview rounds.
Work on jva concepts
Array and link list questions.
based on 3 interviews
Interview experience
based on 10 reviews
Rating in categories
Senior Engineer
461
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
320
salaries
| ₹0 L/yr - ₹0 L/yr |
Lead Engineer
287
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
263
salaries
| ₹0 L/yr - ₹0 L/yr |
Engineer
149
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech