i
TO THE NEW
Filter interviews by
I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.
ArrayList is implemented as a resizable array, while LinkedList is implemented as a doubly linked list.
ArrayList provides fast random access, LinkedList provides fast insertion and deletion.
ArrayList uses more memory as it needs to allocate a fixed size array, LinkedList uses more memory for storing references to the next and previous elements.
Example: ArrayList is better for scenarios where random access is required, ...
HashMap is non-synchronized and allows null values, while HashTable is synchronized and does not allow null values.
HashMap is non-synchronized, meaning it is not thread-safe, while HashTable is synchronized and thread-safe.
HashMap allows null values for both keys and values, while HashTable does not allow null keys or values.
HashMap is faster than HashTable as it is non-synchronized, but HashTable is preferred in multi...
I applied via Naukri.com and was interviewed in Feb 2024. There were 3 interview rounds.
One coding question with 40-45 mcq
Use a nested loop to iterate through the array and check for the sum of squares of two elements equal to the square of a third element.
Iterate through the array using a nested loop to compare all possible combinations of elements.
Calculate the sum of squares of two elements and check if it equals the square of a third element.
Return the elements if a match is found, otherwise continue iterating.
I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.
Separate 0 and 1 and then store in the sme array
I appeared for an interview in Dec 2024.
I applied via Walk-in and was interviewed in Mar 2024. There was 1 interview round.
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 ...
Some of the top questions asked at the TO THE NEW Python and Django Developer interview -
based on 1 interview
Interview experience
Senior Software Engineer
612
salaries
| ₹9 L/yr - ₹27.5 L/yr |
Software Engineer
566
salaries
| ₹3.5 L/yr - ₹13.8 L/yr |
Associate Technical Leader
225
salaries
| ₹13.8 L/yr - ₹36 L/yr |
Senior Quality Engineer
178
salaries
| ₹7 L/yr - ₹22.5 L/yr |
Devops Engineer
158
salaries
| ₹4.5 L/yr - ₹13 L/yr |
ITC Infotech
CMS IT Services
KocharTech
Xoriant