i
Wissen Technology
Filter interviews by
10 MCQ based on java, sql
2 easy dsa java question.
I applied via Approached by Company and was interviewed in Jan 2024. There was 1 interview round.
Given hacker rank coding test
I applied via Job Portal and was interviewed in Apr 2024. There was 1 interview round.
The == operator is used to compare references in Java, while the .equals() method is used to compare values. Method overloading is when multiple methods have the same name but different parameters.
Use == to compare references, use .equals() to compare values
Method overloading allows multiple methods with the same name but different parameters
Example: String str1 = new String("hello"); String str2 = new String("hello");...
A linked list is a data structure where each element points to the next element in the list.
Linked list is made up of nodes, each containing data and a reference to the next node.
Insertion and deletion are efficient in linked lists compared to arrays.
Example: Node 1 -> Node 2 -> Node 3 -> null
I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.
Find the length of the longest subsequence of contiguous integers in an array.
Sort the array
Iterate through the array and check for consecutive integers
Keep track of the longest subsequence found
Use flatMap and map to extract list of pincodes from Employee objects
Use flatMap to flatten the list of Addresses in each Employee object
Use map to iterate over the flattened list and extract the pincodes
Example: employeeList.stream().flatMap(emp -> emp.getAddresses().stream()).map(address -> address.getPincode()).collect(Collectors.toList())
Database pooling is a technique used to manage a pool of database connections for efficient resource utilization. HikariCP is a popular database connection pooling library in Java.
HikariCP is a high-performance database connection pooling library for Java applications.
It is known for its low latency and high throughput.
Configurations for HikariCP include settings such as maximum pool size, connection timeout, and idle ...
I was interviewed in Jan 2025.
Test will be in hacker rank there would be a difficulty level between easy to medium
posted on 8 Oct 2024
I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.
I applied via Recruitment Consulltant and was interviewed in Dec 2024. There was 1 interview round.
It was medium level java coding questions along with springboot, mcqs
ArrayList is better for random access and LinkedList is better for frequent insertions and deletions.
ArrayList uses dynamic array to store elements, allowing fast random access but slower insertions and deletions.
LinkedList uses doubly linked list to store elements, allowing fast insertions and deletions but slower random access.
Example: Use ArrayList when you need to frequently access elements by index. Use LinkedList...
HashMap is a data structure in Java that stores key-value pairs and allows fast retrieval of values based on keys.
HashMap is part of the Java Collections framework.
It allows null keys and values.
HashMap does not maintain insertion order.
Example: HashMap
Technology advantage or not
All aptitude topics,logical reasoning
posted on 4 Sep 2024
I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.
based on 2 interviews
Interview experience
based on 1 review
Rating in categories
Senior Software Engineer
540
salaries
| ₹12 L/yr - ₹36 L/yr |
Software Engineer
532
salaries
| ₹5.5 L/yr - ₹23.5 L/yr |
Principal Engineer
245
salaries
| ₹16 L/yr - ₹42 L/yr |
Associate Software Engineer
158
salaries
| ₹5.5 L/yr - ₹18 L/yr |
Senior Principal Engineer
129
salaries
| ₹22 L/yr - ₹48 L/yr |
Wissen Infotech
TCS
Infosys
Wipro